* {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 100%;
}

/*******
 adresse
 *******/

#adresse p { 
	font-family: Times, serif; 
	position: absolute; 
	left: 10px; 
	bottom: 10px; 
	font-size: 80%; 
	font-style: italic; 
	z-index:2 ;
}

/******
 banner
 ******/

#banner {  
	width: 100%; 
	display: block; 
	position: absolute; 
	z-index:2;
	height: 168px;
	overflow: hidden;
}

/******
 inhalt
 ******/

#inhalt { 
	float: left; 
	left: 180px; 
	top: 120px; 
	position: absolute; 
	z-index:3;
	width: 600px;
}

#inhalt a {  
	text-decoration: none; 
}

#inhalt a:hover {  
	background-color: #ff9800;
	color: #004600  
}

#inhalt a:hover img {  
	background-color: #004600;
	color: #004600  
}

#inhalt hr {
	color:#FF9800; 
	height: 1px;
	width: 240px;
	padding: 0px;
	margin: 0px;
}

#inhalt img a {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#inhalt li {
	list-style-type: square;
}

#inhalt td {  
	color: #ff9800;
}

/**/

#inhalt .button {  
	background-color:#ff9800 ; 
	border: 1px #003700 solid; 
	color:#004600 ;
	font-size: 12px;
}

#inhalt .formularfeld { 
	width: 200px;
	font-style: normal;
	background-color:#003700; 
	border: 1px #FF9800 solid; 
	color:#FF9800; 
}

/**********
 navigation
 **********/

#navigation {  
	position: absolute; 
	left: 0px; 
	width: 168px; 
	top: 0px; 
	float: left; 
	background-color: #003700; 
	padding-top: 180px; 
	height: 100%; 
	z-index:1 
}

#navigation a {  
	display: block; 
	padding: 2px 5px; 
	margin: 2px 0px 0px; 
	text-decoration: none;
	font-size: 80%;
}

#navigation a:hover {  
	background-color: #ff9800; 
	color: #004600  
}

/*****
 seite
 *****/

#seite {  
	background-color: #004600; 
	color: #ff9800; 
}

#seite h1 { 
	font-size: 130%; 
	padding: 0px 0px 0px 0px; 
	margin:  10px 0px 20px 0px; 
}

#seite h2 { 
	font-size: 120%; 
	padding: 0px 0px 0px 0px; 
	margin:  5px 0px 10px 0px; 
}

/****
 HTML
 ****/

a { 
	color: yellow; 
}

body {  
	background-color: #004600; 
	margin: 0px; 
	padding: 0px
}
