/* Hauptelemente */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	/*padding-bottom: 1px; /* erzwingt scrollbars */
	margin:0px;
}


body {
	background: #FEFACC;
	font: normal 13px Verdana,sans-serif;
	padding: 0px;
	height: 100%;
	width: 100%;
	margin:0px;
}

/* layout elemente   	border: 1px solid #ff0000;   url(img/logo.png) no-repeat*/

#huelle {
	margin: 0 auto 0;
	width: 1000px;
}

h1{
	font-size:12pt;
}
h2{
	font-size:11pt;
}

table{
	width: 100%;
	border-collapse:collapse;
}

tr.kopf_hoehe{
	height: 140px;
}

td.leeraum_hoehe{
	height: 10px;
	font-size: 0.2em;
}

td {
	/*border: 1px solid black;*/
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

td.leerraum_blau{
	background-color:#5EA1FD;
}

td.leerraum_gelb{
	background-color:#FEFACC;
}


td.logo{
	width: 290px;
	background:#5EA1FD url(img/darss_logo.gif) no-repeat center;
}

td.kopf_rechts{
	width: 187px;
	background: url(img/rauhe_see.png) no-repeat left top;
}

td.kopf_links{
	width: 100px;
	background: url(img/leuchtturm.png) no-repeat left top;
}

div.inhalt_huelle{
	width: 700px;
	height: 450px;
	overflow-y:scroll;
	overflow-x:hidden;
	background: #BAD7FF;
	
}

div.bg {
	width: 683px;
	height: 450px;
	font-size:0pt;
	padding: 0px 0; /* take care for collapsing margins */
	/* background: url("img/hintergrund_arne.gif");
	background-repeat:repeat;*/
	/*background: #BAD7FF;*/
}
 
div.bg div.inhalt{
	font-size:10pt;
	margin:10px;
	text-align:left;
	/*background-color:#BAD7FF;*/
}

td.moeve{
	width: 120px;
	height: 88px;
	background: #5EA1FD url(img/moeve.jpg) no-repeat left top;
}

td.duene{
	width: 160px;
	height: 121px;
	background: #5EA1FD url(img/duene.jpg) no-repeat left top;
}

td.fuss{
	font: bold 1em sans-serif;
	height: 20px;
	font-size: 1em;
}

#navigator{
	width: 160px;
	background-color: #5EA1FD;
	height: 200px;
	vertical-align:top;
}

#navigator ul {
	margin: 0px;
	padding-left: 0px;
	/*padding-top: 25px;
	padding-bottom: 25px;*/
	height: 200px;
}
#navigator li {
	display:inline;
	list-style:none;
}
#navigator a {
	font: bold 1em sans-serif;
	text-align: left;
	float: left;
	font: bold 1em sans-serif;
	margin-right: 0px;
	padding-left: 0px;
	width: 160px;
	text-decoration: none;
	display: block;
	line-height: 1.5;
}

#navigator a.hauptbutton {
	display:block;
	height: 25px;
	line-height: 1.5;
}


#navigator a.subbutton {
	display:block;
	height: 20px;
	line-height: 1.5;
}

#navigator a.hauptbutton span {
	display: block;
	padding-left: 15px;
	/*padding-top: 3px;*/
	color: #000c36;
	line-height: 1.5;
}

#navigator a.hauptbutton:hover span {
	color: #FFF79C;
	line-height: 1.5;
}

#navigator a.subbutton span {
	display: block;
	padding-left: 30px;
	/*padding-top: 2px;*/
	color: #000c36;
	line-height: 1.5;
}

#navigator a.subbutton:hover span {
	color: #FFF79C;
	line-height: 1.5;
}	

#navigator a.hauptbutton:hover {
	background: url('img/hauptbutton.png') no-repeat left top;
	line-height: 1.5;
}

#navigator a.subbutton:hover {	
	background: url('img/subbutton.png') no-repeat left top;
	line-height: 1.5;
}

/* SITEMAP - Styles*/
p.stitemap_head {
	background-color:#5EA1FD;
	width:100%;
}

p.stitemap_head  a{
	padding-left:5px;
	color:#FEFACC;
	font-weight:bold;
	font-family:verdana,arial;
	font-size:12px;
	text-decoration:none;
}

table.wrapper{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

tr.wrapper{
	vertical-align: middle;
	text-align: center;
}

td.wrapper{
	vertical-align: middle;
	text-align: center;
}

li.bild_bez{
	list-style-position:inside;
}


div.navi_huelle {
	height: 260px;
}
div.moeve{
	width: 120px;
	height: 88px;
	background: #5EA1FD url(img/moeve.jpg) no-repeat left top;
}
div.duene{
	width: 160px;
	height: 121px;
	background: #5EA1FD url(img/duene.jpg) no-repeat left top;
}

