body {
	background-color:#02901A;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:18px;
}

* {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#navigation .innen,
#wrapper,
#footer div{
	clear:both;
	text-align:left;
	width:950px;
	margin:0px auto;
}
		/* Navigation */
#navigation ul{
	list-style:none;
	float:right;
}

#navigation li{
	float:left;
}

#navigation a{
	margin-left:0px;
	margin-right:0px;
	color:white;
	border:1px solid white;
	font-weight:bold;
	display:block;
	padding:3px 12px;
	background:#02901A;
}

#navigation a:hover{
	background:white;
	color:black;
}
		/* Inhalte gesamt*/
			/* Logo*/
#main{
	clear:both;
	width:690px;
	float:left; 
}
			/* Index */
#warning{
	background-color:white;
	line-height:90px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	border:10px solid black;
	width:670px;
	height:200px;
	float:left; 
}

#warning p{
	font-size:50px;
}

			/* Impressionen */
#impressionen{
	background-color:white;
	line-height:18px;
	text-align:left;
	border:10px solid black;
	height:200px;
	width:670px;
	float:left; 
}

#impressionen dl{
	margin-top:0px;
	margin-left:80px;
}
#impressionen dt{
	font-weight:bold;
	font-size:14px;
}

#impressionen a{
	color:black;
}

#impressionen a:hover{
	color:blue;
}
			/* Wegbschreibung */
#togo{
	line-height:22px;
	background-color:white;
	font-size:30px;
	font-weight:bold;
	border:10px solid black;
	width:670px;
	height:200px;
	float:left; 
	padding-left:0px;
}
			/* Kontakt */
#kontakt{
	background-color:white;
	line-height:22px;
	font-weight:bold;
	text-align:center;
	border:10px solid black;
	height:200px;
	width:670px;
	float:left; 
}

#kontakt img{
	margin-top:30px;
}
			/* Impressum */
#impressum{
	background-color:white;
	line-height:22px;
	font-weight:bold;
	text-align:center;
	border:10px solid black;
	height:200px;
	width:670px;
	float:left; 
}

#impressum img{
	margin-top:2px;
}
			/* Öffnungszeiten und Pressestimmen */
#sidebar{
	position:relative;
	line-height:25px;
	height:612px;
	background-color:#FFEB25;
	width:260px;
	float:right;
}

#sidebar p, h3, h6, iframe, a{
	margin-left:10px;
	margin-right:10px;
}

#sidebar  a{
	margin-left:10px;
	margin-right:10px;
	color:black;
}

#sidebar a:hover{
	color:blue;
}

#sidebar ul{
	line-height:0px;
	position:absolute;
	bottom:0px;
	list-style:none;
	float:bottom;
}

#sidebar li{
	float:top;
}

#footer{
	clear:both;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

h4,h5, h6{
	font-size:12px;
}

h6{
	font-size:10px;
}

h1{
	font-size:20px;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

img{
	border:0px;
}

dd{
	padding-left:30px;
}

dt{
	padding-left:10px;
}


