html {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 16px;
	color: Gray;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	outline: Aqua;
	SCROLLBAR-FACE-COLOR: #039;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #F48B30;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #039;
	SCROLLBAR-DARK-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3D-LIGHT-COLOR: #ffffff;
} 

body {
   margin: 0;
	padding: 0;
   font-size: 100.01%;
   text-align: center;  /* Zentrierung im Internet Explorer */	
}
		
a, a:visited {
	text-decoration: none;
	color: Gray;
	line-height: normal;
}

a:hover, a:active { 
 text-decoration: none;
 color: #8FC458;
 background-color: transparent; 
}

.active0 {
	text-decoration: none;
	color: gray;
}

.active1 {
	text-decoration: none;
	color: #8FC458;	
}

h1 {
	width: auto;
	font-size: 1.1em;
	line-height: 30px;
	color: Gray;
	margin: 5px 0px 5px 0px;
	padding: 0;
	letter-spacing: 0.2em;
}

h2  {
	font-size: 18px;
	color: #333;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}
 
 h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	letter-spacing : 0.1em;
}

form {
	 margin:0;
	 padding: 0;
}

input {
   font-size: 11px;
	color: #fff; 
	background-color: #005EB9;
	border: 1px solid #000;
	height: auto;
}

.error {
	margin: 0px;
	padding-left: 5px;
	font-size: 11px;
	color: #F00;
	font-weight : bold;	
}

p {
  text-align: left;
  line-height: 1.0em;	
}

#main {
	position: absolute;			/* standard konforme horizontale und vertikale zentrierung */
	top: 50%;
	left: 50%;
   margin: -240px 0 0 -350px;
	width: 700px;
	height: 480px;
}

/* Navigation DIVs */ 
#navigation {
	position: relative;
	float: right;
	width: 260px;
	height: 100%;
}



#nav1 {
	position: absolute;
	bottom: 70px;
	width: 220px;
	height: 40px;
	float: left;
	margin-left: 10px;
	padding: 0;
	text-align: left;
}

#nav1 a.active1, #nav2 a.active1 {
	text-decoration: none;
	color: #8FC458;	
}

#nav1_img {
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	width: 210px;
	height: 150px; 
}


#nav2 {
	position: absolute;
	bottom: 190px;
	margin-left: 95px;
	width: 210px;
	height: auto;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
	text-indent: 0;	
	padding: 0;
}

#nav2 ul {
	margin: 0;
	padding: 0;
	width: 210px;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	list-style: none;
}

#nav2 li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	list-style: none;	
}

#nav2 li li {
	margin-left: 15px;
	padding: 0;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	list-style: none;
}

/* Inhalts DIVs  */
#content {
	position: relative;
	float: left;
	width: 440px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
} 

#padder {
	position: absolute;
	bottom: 70px;
	left: 10px;
	float: left;
	width: 370px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#picture {
	float: left;
	width: 350px;
} 

#picture_text {
	float: left;
	width: 300px;
}

#picture_nav {
	float: right;
	width: 50px;
	text-align: right;
}