/* CSS Document */

body {
	color:#000;
	/*
	background: #F8F8F8/*#5E6970*/ url(../images/index_bg.gif) repeat-x fixed left center;
	*/
	margin:0px;
	padding: 0px;
	text-align: center;
}
	
img {
	border: 0px;
}
	
td, p {
	font: bold 11px tahoma, verdana, arial, helvetica, sans-serif;
}	
		
a {color: #000; text-decoration: none;}
a:visited {color:#000; text-decoration: none;}
a:hover {color: #333; text-decoration: none;}
a:active { color:#000; text-decoration: none;}


h1 {
	font-size:12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #FFF;
	padding:10px 10px 10px 10px;
	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, helvetica, sans-serif;
	background-color: transparent;	
}

.hide {
	display: none;

}
#inhalt { 	
	background-color: #CCC;
	text-align: center;
	margin-top: -210px;
	margin-left: -380px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 420px;
	visibility: visible;
}
#inhalt table{ 	
	width: 760px;
	border: 0px dotted #000;
}
.imageKasten {
	margin: 4px;
	border-top: 1px solid #eee;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #eee;
}


.point {
	color: #FF9933;
}