body {
	text-align:center;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	font-weight: normal;
	background-color:white;
}

td {font-size:11px;}
a:link {color:black}
a:hover {color:red}
h1 {font-size:18px}
h2 {font-size:14px}
h3 {font-size:13px}

#all {
	position:relative;
	width:970px;
	margin:0px auto;
	text-align:left;
	border:1px solid silver
}
	
#navi {
	float:left;
	margin-top:20px;
	}
	
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	
#navi ul li {
	position: relative;
	}
	
#navi li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

#navi ul li a {
	display: block;
	text-decoration: none;
	font-size:10px;
	color:black;
	line-height: 20px;
	text-indent:7px
	}

#navi ul li a:hover {
	text-decoration:underline;
}
	
/* Holly Hack. IE Requirement \*/
* html #navi ul li { float: left; height: 1%; }
* html #navi ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; }

#cont {
	float:right;
	width:810px;
	margin-top:20px;	
	height:auto;
	}
	
.ht h2 {margin:0; font-size:14px;}
.ht img {margin-right:10px;border:1px solid gray}

#haus {
	float:left;
	margin-right:10px;
	margin-top:10px;
	border:1px solid;
	position:relativ;
	bottom:0
	}

#haus h2 {text-align:center}

#footer {
	clear:both;
	width:970px;
	height:20px;
	line-height:20px;
	background-color: silver;
	border:1px solid gray;
	text-align:center;
}

#det {
	position:absolute;
	top:100px;
	left:100px;
	border:2px solid gray;
	background-color:silver;
	padding:10px;
	overflow:auto;
	z-index:10;
	display:none
	}
#det p {font-size:120%;font-weight:bold}

#start, #start1, #start2, #start3 {
	width:264px;
	height:195px;
	float:left;
	text-align:center;
	border:1px solid;
	overflow:hidden;
}

#start1, #start3 {margin-left:6px}
#start2, #start3 {height:60px !important}

.lbu {line-height:20px}

#vorschau, #abmelden, #freisch {
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	height:20px;
	text-align:center;
	background-color:red;
	font-weight:bold;
	font-size:130%;
	z-index:99
	}

#vorschau form {
	margin:0;
	float:left;
}

.blind, dfn {display:none}
