/* CSS Document */

html {
#	 width:100%;
}

body {
	background-color:#8db5cb;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
#	font-family:Verdana, sans-serif;
#	font-size:small;
	color:#454545;
	background-repeat:repeat-x;
}

#wrapper {
	margin:0 auto;
	
	max-width: 100em;

}

#kopf {
	
	width:100%;
}
#kopf img {
	width:100%;
}

#bodybox {
	float:left;
	background-color:#ffffff;
	width:100%;


#	background-image:url('img/bg_bodybox.jpg');
}


#navi {
	float:left;	
	height:500px;
	width:11em;
	margin-left:0.5em;
	margin-top:1em;
	padding-bottom:1em;
	background-image:url('img/nav.jpg');
#	background-repeat:no-repeat;
}

#navi ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}


#navi ul li {
	height:24px;
	background-image:url('img/button_navi_g.jpg');
	background-repeat:no-repeat;
	line-height:24px;
	margin-left:0px;
}
#navi ul li:hover {
	height:24px;
	background-image:url('img/button_navi_hover_g.jpg');
	background-repeat:no-repeat;
	line-height:24px;
	margin-left:0px;
}

#navi ul li a {
#	font-family:Verdana, sans-serif;
#	font-size:12px;
	color:#14313d;
	text-decoration:none;
	padding-left:0.5em;
}

#navi ul li a:hover {
#	font-family:Verdana, sans-serif;
#	font-size:12px;
	color:#14313d;
	text-decoration:underline;
	padding-left:10px;
	}


#navih {
	display: none;
	width:100%;
	float:left;
	background-color:#e0efda;
}
#navih ul {
	width:100%;
	padding-left:3px;
	text-align:center;
}


#navih ul li {
	display:inline;
#	width:5em;
#	height:100px;
#	line-height:24px;
	margin-left:0px;
	background-color:#8db5cb;

	
}

#navih ul li a {
#float:left;
	font-size:1em;
#	background-image:url('img/button_navi_g.jpg');
	background-repeat:no-repeat;

	color:#14313d;
#	text-decoration:none;
#	padding-left:0.5em;
}


#content {

	margin-right:1em;
	margin-left:1em;
	margin-top:1em;
	padding-bottom:1em;
}

#fuss {
	float:left;
	width:100%;
#	height:5em;
	font-size:1.5em; 
	font-weight:bold;
	background-color:#D3ECED;
	text-align:center;
	
}
#fuss td {
#	height:3em;
	vertical-align:middle;
	}

div.imgrechts {
	float:right;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
	width:30%;
}

div.imgrechts img {
	border:1px solid #bbbbbb;
	width:100%;
}

div.imgrechts p {
	text-align:center;
	margin:12px;
	padding:0px;
	font-size:11px;
	color:#454545;
}

@media only screen and (max-width: 800px) {

#kopf {
	display:none;
}

#content {
	float:left;
        font-size:small;
	width:95%;
	margin-right:0.5em;
	margin-left:0.5em;
	margin-top:0.5em;
	padding-bottom:1em;
}


