#glidercontent{
	margin: 5px 0px 8px 0px;
        border: 1px solid #444;
        outline: 1px solid #000;
	font-family:Century gothic, Georgia,Arial,Tahoma,sans-serif;   
        background: #000;
}

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	overflow: hidden;
        width:  650px;
        height: 252px; /* Set height to be able to contain height of largest content shown*/
	background:url(images/gcont.jpg) repeat-y;
	}

.glidecontentwrapper2{ /* added by Bluefire */
	position: relative; /* Do not change this value */
	overflow: hidden;
        width:  650px;
	height: 260px; /* Set height to be able to contain height of largest content shown*/
	background:url(images/gcont.jpg) repeat-y;
        margin:0px 0px 8px 0px;  /* rand nach unten */
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position:absolute; /* Do not change this value */
	padding: 2px 0 0 15px;
/*	margin:  2px 0 0 15px; */
	width:   620px;
	height:  220px;
	color:#fff;
	background:url(images/minibg.pg) no-repeat;
	overflow:hidden;
	float:left;
        visibility:hidden;
}

.glidemeta h2{
	margin:5px 0px 5px 0px;
	font-size:16px;
	font-weight:bold;
}

.glidemeta h2 a:link, .glidemeta h2 a:visited{
	color:#fff;
}

.glidemeta{
  height: 70px;
  width: 610px;
  padding:0px 5px 5px 5px;
  position:absolute;
  background: url(images/balloon.png);
  top:145px;
  line-height:14px;
  color: #fff;
  font-size:12px;
  overflow: hidden;
  display:none;
  border-top:1px solid #000;
}

.gnav{ /*style for DIV used to contain toggler links. */
	width: 100px;
	height:50px;
	z-index:150;
	float:right;
/*	padding-right:25px; */
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	height:22px;
	z-index:150;	
	color: #CCC;
	font-weight: bold;
        font-style: italic;
	font-size: 14px;
	padding-left: 15px;
        padding-top:  4px;
/*	background: url(images/gtop.jpg); */
        border-bottom: 1px solid #121212;
        display:none;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	color: #2e6ab1;
	font-weight: bold;
	text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a:hover{
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	top:01px;/*15px*/
	right:35px;
	position:absolute;
	display:block;
	background:url(images/lefta.png) bottom;
	width:36px;
	height:25px;
}
.glidecontenttoggler a.next {
	float:right;
	display:block;
	background:url(images/righta.png) bottom;
	width:36px;
	height:25px;
	position:absolute;
	top:01px; /*15px*/
	right:5px;
}
.glidecontenttoggler a.prev:hover {
	top:2px; /* 15px */
	right:35px;
	position:absolute;
	display:block;
	background:url(images/left.png) bottom;
	width:36px;
	height:25px

}

.glidecontenttoggler a.next:hover{

	float:right;
	display:block;
	background:url(images/right.png) bottom;
	width:36px;
	height:25px;
	position:absolute;
	top:02px; /* 15px */
	right:5px;
}

#myslides{

background:#000 url(images/mslid.jpg) repeat-x;
width: 650px;
height:165px;
margin-bottom:5px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 554px; /*Width of Carousel Viewer itself*/
height: 160px; /*Height should enough to fit largest content's height*/
margin: 0px 48px 5px 48px;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px 10px ; /*margin around each panel*/
width:170px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#0e1829;
height:120px;
border:1px solid #1d2c44;

}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}

.stepcarousel .panel img{
float: left; /*leave this value alone*/
background:#0E1829; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px 5px 5px; /*margin around each panel*/
padding:0px 0px;
}


.single{
/*	width: 650px; */
	margin: 0px 3px 5px 0px;
	padding:0px 0 0 0;

	/*width: 650px; */
	/*margin: 0px 13px 5px 0px; */
/*        margin: 0 0px;
	padding: 0 0; */
	background:url(images/vanila.jpg);
	/* color:#9AB; #222; */
	font-family:Arial,Century gothic,verdana, sans-serif;
}

.single h2 {
	margin: 0px 0 0px 0;
	padding: 4px 10px;
	text-align: left;
	font-size: 18px;
	overflow:hidden;
	text-transform: uppercase;
	font-weight:bold;
        color:#BCF;
        background-color:#222;
	}

.single h2 a, .single h2 a:link, .single h2 a:visited  {
	color: #BCF;
	overflow:hidden;
	background-color: transparent;
	}
.single h2 a:hover  {
	color: #306074;
	background-color: transparent;
	}

.data{
	margin: 0 0;
	padding: 2px 10px;
	text-align: left;
	font-size: 10px;
	overflow:hidden;
	line-height:12px;
	color:#A06933;
}

	
.sentry a:link,
.sentry a:visited {
	color: #A06933; /* #fbb100; */
	background-color: transparent;
}

.sentry a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

.sentry{
        color:#777;
}

.sentry p{
        margin: 4px 0 10px 0;
        padding: 0px 8px;
	font-size:13px;
        line-height:16px;
        text-align:justify;
	}

.sentry h4, h3{
   padding: 4px 8px;
   color:#AAA;
/* background-color:#123; */
}


.single img{
  margin-top: 4px; margin-bottom: 10px;
/*  padding: 0px 0px; 
  background:#0E1829; */
  border: 1px solid #226;
}

.alignleft, .sentry left{
   float:left;
   margin-left: 5px; margin-right: 5px;
}

.aligncenter, .sentry center{
   display: block; 
   text-align:center;
   margin-left: auto; margin-right: auto;
   font-size:23px;
}


.cover{
	margin: 0 0;
}

.spostinfo{
	padding:5px 5px 10px 10px;
	margin:5px 0;
}	

.category{
	padding:2px 5px 0px 25px;
	margin:0px 0px;
	background:url(images/cat.png) no-repeat;
}

.category a:link,.category a:visited{
	color:#A06933;

}
/*
#invisible{
       visibility:hidden;
}

#visible{
      visibility: visible;
}
*/
