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

* {
	margin:0;
	padding:0;
}

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

}


ul, ol, dl { 
	padding-left: 0px;
	margin: 0;
}

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

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



h2 {
	font-family:  "edwardian Script ITC", "blackadder ITC", "brush Script MT", "bradley Hand ITC",   "French Script MT", cursive;
	font-size:88px;
	float:right;
	width:600px;
	color:#000;
	font-weight:bold;
	font-style:italic;
	line-height:140px;
	text-indent:20px;
}


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: 800px;
	background-color: #FFF;
	margin: 20px auto; 
}



#header {
	background-color: #CCC;
	height: 143px;
	background-image:url(../bilder/header-hintergrund.png);
	background-repeat:repeat-x;
	background-position:left;
}

#sidebar1 {
	float: left;
	width: 192px;
	min-height: 500px;
	background-color:#CCC;
	background-image:url(../bilder/sidebar-hintergrund.png);
	background-repeat:repeat-y;
	padding-bottom: 0px;
	color:#004000;
}

#sidebar1 p {
	padding-top:15px;
	padding-left:15px;
	color:#000;
	font-weight: bold;
}
#content {
	height: 500px;
	margin-left:210px;
	margin-right:10px;
	margin-top:20px;
}

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

#content img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

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

ul.navigation li {
	width:180px;
	margin-bottom:5px;
	list-style:none; 
	background-color:#CCC;
	text-decoration:none;
}

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

ul.navigation li  a:hover {
	color:#000;
	background-color:#CCC;
}

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




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

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

.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>
