/* CSS Document */

body {
	color:#262626;
	/*background: #FFF url(../images/index_bg.jpg) repeat-x fixed left center;*/
	background: #FFF url(../images/index_bg.jpg) repeat-x fixed left center;
	margin:0px;
	padding: 0px;
	text-align: center;
}
	
img {
	border: 0px;
}
	
td, p {
	font: bold 11px tahoma, verdana, arial, "Futura";
}	
		
a {color: #293D6B; text-decoration: none;}
a:visited {color:#293D6B; text-decoration: none;}
a:hover {color: #262626; text-decoration: none;}
a:active { color:#FCCD00; text-decoration: none;}


h1 {
	font-size:12px;
	font-family: Futura, Arial, Verdana, Tahoma, "Futura";
	font-weight: 500;
	letter-spacing: 1px;
	color: #999;
	padding:10px 0px 10px 0px;
	margin:0px;
	text-align: center;
}
h2 {
	font-size:11px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	text-align: left;
}

.fontHide {
	color:#333;
	font:6px verdana, arial, "Futura";
	background-color: transparent;	
}

.hide {
	display: none;

}
#inhalt { 	
	background-color: transparent;
	text-align: center;
	margin-top: -150px;
	margin-left: -380px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 420px;
	visibility: visible;
}
#inhalt table{ 	
	width: 760px;
	border: 1px solid #262626;
}
.imageKasten {
	margin: 4px;
	border-top: 1px solid #eee;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #eee;
}
.fontblack {
	color:#000;
}
.point {
	color: #262626;
}