@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 18px;
}
body {
	background-color: #000000;
	background-image: url(grafik/page_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.weiss {
	color: #FFF;
}
.content {
	padding-left: 75px;
}
.bildbeschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #666;
	padding-top: 25px;
	padding-left: 25px;
	height: 111px;
	width: 42px;
}
.bildbeschreibungfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #CCC;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 25px;
	height: 111px;
}
div.scrollable { position:relative; overflow:hidden; height:605px; width:875px; }
div.scrollable div.items { position:absolute; width:20000em; }
div.scrollable div.items div { width:875px; height:605px; float:left; }

a.links {
	width:14px;
	height:46px;
	background:url(grafik/button_linksgross.gif);
	display:block;
	text-decoration:none;
}
a.links:hover {
	width:14px;
	height:46px;
	background:url(grafik/button_linksgross.gif);
	display:block;
	text-decoration:none;
}
a.rechts {
	width:14px;
	height:46px;
	background:url(grafik/button_rechtsgross.gif);
	display:block;
	text-decoration:none;
}
a.rechts:hover {
	width:14px;
	height:46px;
	background:url(grafik/button_rechtsgross.gif);
	display:block;
	text-decoration:none;
}
a.disabled {
	visibility:hidden !important;		
} 
