.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 640px; /*width of featured content slider*/
height: 440px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #ffffff;
width: 640px; /*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: 630px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-image:url('bg2.gif');
background-color: #333333;
padding: 5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #cccccc;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #ffae00;
}

.datum {
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: normal;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 3px;
	border-bottom: 1px groove #666666;
	border-left: 1px groove #666666;
}	

.bild {
	width:640px;
	height:283px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1 {
	font-size:18px;
	color:#4d4d4d;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

body, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:underline;
	color:#0166b1;
}
a:active {
	text-decoration:none;
	color:#333333;
}
	