body {
	margin : 0;
	padding : 0;
	font-size : 101%;
	color : #000;
	background-color : #fff;
	font-family : Arial, Helvetica, sans-serif;
}

h1 {
	font-size : 150%;
	line-height : 150%;
	font-weight : bold;
	margin : 20px 0px 25px 0px;
}

h2 {
	font-size : 130%;
	line-height : 140%;
	font-weight : bold;
	margin : 20px 0px 10px 0px;
}

h3 {
	font-size : 100%;
	line-height : 100%;
	font-weight : bold;
	margin : 20px 0px 5px 0px;
	padding : 0 0 0 0.3em;
	border-width : 0 0 0 1em;
	border-style : solid;
	border-color : #d5d5d5;
}

p {
	margin : 0px 0px 10px 0px;
}

a:link  {
	color : #508;
	background-color : inherit; 
	font-weight : bold;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}

a:visited  {
	color : #508;
	background-color : inherit; 
	font-weight : bold;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}

a:hover, a:active, a:focus  {
	color : #fff;
	background-color : #508;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}


ul  {
	list-style-type : square;
	margin-left: 0px; 
	padding: 0px 200px 5px 40px;
}

li  {
	margin-bottom : 5px;
}

sup, sub {
	font-size : 70%;
}

.no	{
	display : none;
}

#head {
	margin : 0;
	padding : 0;
	width : 100%;
	height : 100px;
	background-image : url(./bg_kopf_gruen.jpg);
	background-repeat : no-repeat;
}

#head img {
	margin : 0;
	padding : 0px 0px 0px 40px;
	border : 0px none;
	display : block;
}

#head a {
	background-color : transparent;
}

#nav {
	width : 100%;
	text-align : center;
	margin : 0;
	padding : 0;
	background-image : url(./bg_nav.jpg);
	background-repeat : repeat-x;
	border-width : 2px 0px 0px 0px;
	border-style : solid;
	border-color:  #69a182;
}


#navlist
{
	padding: 2px 3px 3px 3px;
	border-bottom: 1px solid #000;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	margin : 1em 0 0 0;
	text-align : center;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	text-align : center;
}

#navlist li a {
	padding: 3px;
	margin-left: 3px;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	text-decoration: none;
}

#navlist li a:link {
	color: #608;
}

#navlist li a:visited {
	color: #508;
}

#navlist li a:active {
	color: #fff;
	background: #6aa282;
	border-color: #000;
}

#navlist li a:hover {
	color: #fff;
	background: #6aa282;
	border-color: #000;
}

#navlist li a:focus {
	color: #fff;
	background: #508;
	border-color: #000;
}

#navlist li p#hier {
	color : #fff;
	background: #e65d19;
	padding : 3px;
	margin-left : 3px;
	border : 1px solid #000;
	border-bottom: 1px solid #e65d19;
	display : inline;

}

#navlist li a#hier {
	color : #fff;
	background: #e65d19;
	border-bottom: 1px solid #e65d19;
}

#navlist li a:visited#hier {
	color : #fff;
	background: #e65d19;
	border-bottom: 1px solid #e65d19;
}

#inhalt {
	color : #000;
	background-color :#fff;
	font-size : 0.8em;
	line-height : 140%;
	margin : 0;
	padding : 30px 0px 0px 50px;
}

#inhalt p {
	margin-right : 200px;
}

.bildl  {
	margin : 0px 10px 8px 0px;
	padding : 0px;
	float : right;
	text-decoration : none;
	text-align : left;
	background-color : #f0f0f0;
	border : 1px solid #e5e5e5;
	float : left;
	display : inline;
	position : relative;
	top : 3px;
}

.bildr  {
	margin : 0px 100px 8px 10px;
	padding : 0px;
	float : right;
	text-decoration : none;
	text-align : left;
	background-color : #f0f0f0;
	border : 1px solid #e5e5e5;
	float : right;
	display : inline;
	position : relative;
	top : 3px;
}

#fuss {
	width : 100%;
	color : #000;
	background-color : #fff;
	font-size : 0.7em;
	text-align : right;
	margin : 50px 0px 30px 0px;
	padding : 5px 0px 5px 0px;
	border-width : 2px 0px 0px 0px;
	border-style : solid;
	border-color:  #508;
	clear : both;
}

#fuss a:link, #fuss a:visited	{
	color : #000;
	background-color : #fff;
	text-decoration : none;
	font-weight : normal;
}

#fuss a:hover, #fuss a:active, #fuss a:focus	{
	color : #fff;
	background-color : #911;
	font-weight : normal;
}