.CssButton a
{
	/*style for every navigational link within toggler */
	background: transparent url(../site_img/technik/css_button/in_activ.jpg) no-repeat top left;
	color: #494949;
	font: normal 11px Arial; /* Change 12px as desired */
	LINE-HEIGHT: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px; /*Start: (Text-)Abst. zw. Img und Text*/
	text-decoration: none;
	text-align: left;
	FLOAT: LEFT;
}

.CssButton a span
{

	display: block;
	padding: 0px 0px 0px 15px; /*Set 9px below to match value of 'padding-left' value above*/
}

.CssButton a.selected, .CssButton a:hover 
{
	background: transparent url(../site_img/technik/css_button/activ.jpg) no-repeat top left;
	display: block;
	padding: 0px 0px 0px 15px;
	
	text-decoration: none;
	font: normal 11px Arial;
	LINE-HEIGHT: 24px;
}

.CssButton a.selected span, .CssButton a:hover span 
{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
	background-position: bottom right;
	color: #494949;
}

.CssButton a.toc 
{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.CssButton a.next, .CssButton a.prev
{
	visibility: hidden;
}

/*--------------------------------------------*/

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 455px;
height: 290px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #f6f5ee;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #f6f5ee;
padding: 5px;
visibility: hidden;
width: 430px;
}




