@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	margin: 0;

}


ul, ol, dl { 
	padding-left: 0px;
	margin: 0;
}
h1 { 
	margin-top: 0;
	margin-right:160px;
	margin-bottom:10px;	
	color: #004000;
	font-size:18px;
}


h3, h4, h5, h6 { 
	margin-top: 0;
	margin-bottom:15px;	
	color: #004000;
}

p {
   color:#004000;	
   margin-bottom:15px;
   line-height:20px;
}

h2 { 
	text-indent:-9999px;
	color: #004000;
}

/*h2 {
	font-family:  "edwardian Script ITC", "blackadder ITC", "brush Script MT", "bradley Hand ITC",   "French Script MT", cursive;
	font-size:58px;
	float:right;
	width:300px;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	line-height:115px;
	text-indent:-15px;
}*/


a img { 
	border: none;

}

a:link {
	color:#666;
	text-decoration: none; 
	font-weight:bold;
}

a:visited, a:active, a:focus {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
a:hover { 
	color: #004000;
	text-decoration: none;
	font-weight:bold;
}


.container {
/*	width: 80%;
	max-width: 1000px;
	min-width: 7002px;*/
	width: 500px;
	background-color: #FFF;
	margin: 20px auto; 
}

#header {
	background-color: #83C6FF;
	height: 144px;
	background-image:url(../bilder/header-hintergrund-schrift-tablet.png;
    background-repeat:none;
}

/*#header {
	background-color: #83C6FF;
	height: 109px;
	background-image:url(../bilder/header-hintergrund-tablet.png);
	background-repeat:repeat-x;
	background-position:left;
}
*/
#header img {
width: 146px;
}

#sidebar1 {
	float: left;
	width: 146px;
	min-height: 580px;
	margin-bottom:2px;
	background-color:#9EB946;
	background-image:url(../bilder/sidebar-hintergrund-tablet.png);
	background-repeat:repeat-y;
	padding-bottom: 0px;
	color:#004000;
}

#sidebar1 p {
	padding-top:10px;
	padding-left:6px;
	color:#004000;
	font-weight: normal;
}
#content {
	height: 580px;
	margin-left:155px;
	margin-right:5px;
	margin-top:20px;
}

#content ul, .content ol { 
	padding: 0 0px 15px 40px; 
	color:#004000;	
}


#content img {
width: 152px;
}


<!--Navigation-->
ul.navigation {
	list-style:none; 
}

ul.navigation li {
	width:136px;
	margin-left:0px;
	list-style:none; 
/*	background-color:#9EB946;*/
	text-decoration:none;
}

/*Link anwählbar*/
ul.navigation li  a {
	display:block; 
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFF;
	font-weight:bold;
	background-color:#9EB946;
}

ul.navigation li  a:hover {
	color:#FFF;
	background-color:#004000;
}

ul.navigation li  a.aktivlink {
	cursor:default;
	color:#FFF;
	background-color:#004000;
}




/* Footer*/
#footer {
	background-color:#FFF;
	position: relative;
	clear: both; 
}

#footer p{
	font-size:12px;
	padding-left:5px;
}
/* float/clear-Klassen  */
.right { 
	float: right;
	width:150px;
}
.left { 
	float:left;
	width:230px;
}

.clearfloat { 
	clear:both;
}



<style>
.content { margin-right: -1px; } /* Dieser negative Rand mit 1 Pixel hat in jeder Spalte in diesem Layout die gleiche korrigierende Auswirkung. */
ul.nav a { zoom: 1; }  /* Mit der zoom-Eigenschaft erhält IE den Auslöser hasLayout, der erforderlich ist, um den zusätzlichen Leerraum zwischen den Hyperlinks zu korrigieren. */
</style>
