/* CSS Document */

body {
	color:#000;
	background-color: #333;
	margin:0px;
	padding: 0px;
	text-align: center;
	scrollbar-3dlight-color:#333; 
	scrollbar-arrow-color:#FFF;
	scrollbar-base-color:#333;
	scrollbar-darkshadow-color:#333;
	scrollbar-face-color:#333;
	scrollbar-highlight-color:#333;
	scrollbar-shadow-color:#333;
	
}
	
img {
	border: 0px;
}
		
a {color: #FFF; text-decoration: none;}
a:visited {color:#FFF; text-decoration: none;}
a:hover {color: #CCC; text-decoration: none;}
a:active { color:#FFF; text-decoration: none;}


h1 {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #FFF;
	padding:0px;
	margin:0px;
	text-align: center;
}
h2 {
	font-size:11px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	text-align: center;
}

.fontHide {
	color:#003398;
	font:6px verdana, arial, helvetica, sans-serif;
	background-color: transparent;	
}
#inhalt {
	background-color: transparent;
	text-align: center;
	margin-top: -190px;
	margin-left: 0px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 380px;
	visibility: visible;

}
#inhalt table{ 	
	width: 100%;
	border: 0px dotted #FFF;
	background-color: #E4E4E4;
	background-attachment: scroll;
	background-image: url(../images/bg_index_table.jpg);
	background-repeat: repeat-x;
	background-position: left top;		
}
.imageKasten {
	margin: 4px;
	border-top: 1px solid #eee;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #eee;
}