.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 419px; /*width of featured content slider*/
height: 270px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: #E2E2E2;
width: 419px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 419px; /*Gesamtweite des Seitennummerierung DIV.*/
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:14px; 
font-weight:bold; 
text-align: right; /*Ausrichtung der Seitennummerierung: "left", "center", or "right"
background: white; /*immer angeben: eine ausdrückliche Hintergrundfarbe für den Fade-Effekt im IE*/
overflow: hidden; /*Siehe: http://www.quirksmode.org/css/clearing.html */
position: absolute;
top:402px;
left:190px;
z-index:200;
line-height: 20px;
}




.pagination a {
padding:0 5px;

text-decoration: none; 
color: #fff;
background: #537AAD;
border:1px solid #fff;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #13488D;
}




.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 419px;
}

#newsheadline {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:13px; 
font-weight:bold; 
color:#FFFFFF; 
background-color:#13488D; 
padding:8px 15px 8px 16px;
float:left;

}
#clear {
clear: both;
}

#newscontent {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
line-height:14px;
color:#000; 
background-color:#fff; 
padding:8px 8px 8px 15px; 
width:340px;

}


#newscontent a:link, #newscontent a:focus, #newscontent a:active, #newscontent a:visited {
	text-decoration: underline;
	color: #000;
}

#newscontent a:hover {
	text-decoration: none;
	color: #000;
}


#artikel_lesen {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
font-weight:bold; 
color:#DA1B0C; 
background-color:#fff; 
padding:0 6px 0 25px;
float:left;
background-image: url(../upload/contentglider/artikel_lesen.gif);
background-position:left center;
background-repeat:no-repeat;
border:4px solid #fff;

}

#artikel_lesen a:link, #artikel_lesen a:focus, #artikel_lesen a:active, #artikel_lesen a:visited {
	text-decoration: none;
	color: #DA1B0C;
	border:4px solid #fff;

}

#artikel_lesen a:hover {
	text-decoration: underline;
	color: #DA1B0C;
	border:4px solid #fff;


}


