html, body
{
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: silver;
    font-family: Arial, sans-serif;
    font-size: 100%;
}

#seite {
    margin:20pt auto;
    width:1000px;
    text-align: left;
    border:1px solid black;
    /* background-color: white; */
    background-color: #2B5621;
}

#kopf {
    clear: both;
    height: 188px;
    background-image: url("images/kopf1.jpg");
    background-position: right top;
}
#kopf2 {
    clear: both;
    height: 188px;
    background-image: url("images/kopf2.jpg");
    background-position: right top;
}
#kopf3 {
    clear: both;
    height: 188px;
    background-image: url("images/kopf3.jpg");
    background-position: right top;
}
#kopf4 {
    clear: both;
    height: 188px;
    background-image: url("images/kopf4.jpg");
    background-position: right top;
}
#inhalt {
    margin-left: 0px;
    width: 980px;
	height: 500px;
	background-color:#2B5621;
	color: white;
	padding:10px;
}
#inhalt a:link    {color:#ffffff; vertical-align: bottom;} 
#inhalt a:visited {color:#ffffff; vertical-align: bottom;}  
#inhalt a:focus   { text-decoration: none;} 
#inhalt a:hover   {color:#cococo; text-decoration: none; vertical-align: bottom;} 
#inhalt a:active  {color:#FFFFFF; text-decoration: none; vertical-align: bottom;} 

#inhalt2 {
	width: 650px; 
	height: 500px;
	margin-left: 275px; 
	background-color: #2B5621;
	color:#FFFFFF;
}
#inhalt3 {
	width: 650px; 
	height: 500px;
	margin-left: 145px; 
	background-color: #2B5621;
	color:#FFFFFF;
}
#inhalt3 a:link    {color:#ffffff; vertical-align: bottom;} 
#inhalt3 a:visited {color:#ffffff; vertical-align: bottom;}  
#inhalt3 a:focus   { text-decoration: none;} 
#inhalt3 a:hover   {color:#cococo; text-decoration: none; vertical-align: bottom;} 
#inhalt3 a:active  {color:#FFFFFF; text-decoration: none; vertical-align: bottom;} 

#bilder {
	border: 0px;
	margin-top:14px;
	margin-left:1px;
	width: 255px; 
	height: 502px;
	float: left; 
	background-color:#2B5621;
}

#steuerung {
	text-align:center;
    width: 1000px;
	height:35px;
    border:0px;
	background-color: #2B5621;
	color:#CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
#steuerung a:link    {color:#efefef; text-decoration: none; vertical-align: bottom;} 
#steuerung a:visited {color:#CCCCCC; text-decoration: none; vertical-align: bottom;}  
#steuerung a:focus   { text-decoration: none;} 
#steuerung a:hover   {color:#FFFFFF; text-decoration: none; vertical-align: bottom;} 
#steuerung a:active  {color:#FFFFFF; text-decoration: none; vertical-align: bottom;} 
.Stil2 {
	text-align:center;
    width: 1000px;
	height:35px;
    border:0px;
	background-color: #2B5621;
	color:#CCCCCC;
	font-size: 14px;
	font-weight: bold;
	color: #00FF00
}

#bilder2 {
	border: 0px;
	margin-top:14px;
	margin-right:400px;
	width: 255px; 
	height: 502px;
	float: left; 
	background-color:#2B5621;
}

#spm { position:absolute; top:300px; left:530px; width:295px; height:400px;
      z-index:2; background-color:#2B5621; }

