* {
	margin:0;
	padding:0;
	background-color:#fcfffc;
	color:#3d493d;
}

body {
	margin-right:80px;
	/*margin-bottom:50px;*/
	font-size:100%;
	/*background-color:#fcfffc;
	color:#3d493d;*/
}

#navicontainer {
	position:absolute;
	left:0;
	top:0;
	background-image:url(../images/distel-als-hintergrund.jpg);
	background-repeat:no-repeat;
	/*background-image:URL(../images/gruenes_blattwerk3.jpg);*/
	width:350px;
	height:955px;
	border-bottom:solid 3px #73946f;
}

#navigation {
	position:absolute;
	left:40px;
	/*top:450px;*/
	top:50%;
	font-family:serif;
	font-size:28px;
	font-weight:bold;
	line-height:120%;
	background-color:#eaffeb;
	opacity:0.8;
}

#navigation ul {
	list-style-type:none;
	padding-left:15px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
}

#navigation li {
	padding-bottom:.25em;
}

#navigation a {
	text-decoration:none;
	color:#3d493d;
}

#container {
	position:absolute;
	top:0;
	left:0;
	margin-bottom:100px;
	background-image:URL(../images/gruenes_blattwerk.jpg); /* doppelt wegen floats in Projekte */
	background-repeat:repeat-y;
}

#inhalt {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-left:400px;
	padding-right:80px;
	padding-top:100px;
	background-image:URL(../images/gruenes_blattwerk.jpg); /* doppelt wegen floats in Projekte */
	background-repeat:repeat-y;
	padding-bottom:3em;
}

#inhalt p, #inhalt ol, #inhalt li {
	font-family:sans-serif;
	line-height:150%;
	padding-bottom:.75em;
}

#inhalt ul, #inhalt ol {
	padding-left:1.5em;
}

#inhalt p.projekte {
	float:left;
	width:230px;
	height:200px;
	padding-right:20px;
	line-height:200%;
	padding-top:1em;
}

#inhalt .bold {
	font-weight:bold;
}

#inhalt img {
border: solid 1px #73946f;
}

#inhalt p.bilderamazon img {
	border:none;
}

#inhalt p img.borderamazon {
	border:solid 1px lightgrey;
}

#inhalt li img {
	border:none;
}

#inhalt p.bilderamazon {
	float:right;
	width:180px;
	padding-left:20px;
	height:200px;
}

.clear {
	clear:both;
}

#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4 {
	font-family:serif;
}

#inhalt h1 {
	font-size:200%;
	line-height:120%;
	padding-bottom:1.25em;
}

#inhalt h2 {
	font-size:150%;
	line-height:120%;
	padding-bottom:1em;
	padding-top:.75em;
}

td {
	vertical-align:top;
	padding-top:1em;
	padding-right:2em;
}


.verstecken {
display:inline;
position:absolute;
left:-5000px;
top:-5000px;
}

#inhalt #kopfzeile {
	font-family:serif;
	font-size:58px;
	font-weight:bold;
	text-align:right;
	padding-top:20px;
	padding-bottom:80px;
	line-height:90%;
	color:#73946f;
}

#navigation a:hover span.farbe, #navigation a:active span.farbe {
	color:#dc2424;
}


#inhalt a:link {

}

#inhalt a:visited {

}

#inhalt a:hover {
	color:#dc2424;
}
 

#inhalt a:active {
	color:#dc2424;
}



