/* tvarendsee */
body {
	text-align:center;
	margin-top: 10px;
	font-family: Verdana;
	font-size:12px;
	color: #090437;
	font-weight: normal;
	}


#all {
	position:relative;
	width:955px;
	margin:0px auto;
	text-align:left;
	}
	
h1, h2, q { text-align:center; }
h1 { color:#215cd4; font-size:16px }
h1 a { color:#40A18D; font-size:16px; }
h2 { color:#009966; font-size:14px; }
h3 { font-size:14px;color:red;margin-top:0%;padding-top:0%;}
a { color:black }
ol { list-style:none; line-height:20px }
td, th { font-size:12px }

#nb {
	position: absolute;
	top:128px;
	left:0px;
	}
	
#nav {
	position: absolute;
	top:152px;
	left:0px;
	z-index:99;
	}

#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	font-weight: bold;
	}
	
#navi ul li {
	position: relative;
	display: block;
	}

#navi li a:hover {
	color:red;
	}

#navi li ul {
	position: absolute;
	width:230px;
	left: 190px;
	top: -1px;
	border-top:1px solid blue;
	border-right:1px solid blue;
	display: none;
	}

#navi ul li a {
	display: block;
	width:190px;
	height:25px;
	text-decoration: none;
	line-height:25px;
	color:gray;
	background-color: white;
	border-bottom: 1px solid blue;
	text-indent:20px;
	}

#navi li ul li a {
	width:230px;
	}

	
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

#navi li:hover ul, #navi li.over ul { display: block; }

#cont {
	position:absolute;
	top:128px;
	left:210px;
	width:735px;
	height:490px;
	padding:10px;
	background-color:white;
	}
	
#wetter {
	position:absolute;
	top:495px;
	left:0px;
	width:202px;
	background-color:white;
	}

#vorschau {
	position:absolute;
	top:50px;
	left:10px;
	width:100px;
	height:20px;
	background-color:#999966;
	}

.bild {
	text-align:center
	}

#gast {
	border-left:1px solid blue;
	border-top:1px solid blue;
	}
	
#gast td, th{
	border-bottom:1px solid blue;
	border-right:1px solid blue;
	padding:3px
	}
	
#gast th {
	background-color:#85a6f3;
	}

#diashow {
	text-align: center
	}

#show ol {
	float: left;
	}


.blind, dfn {display:none}