body {
	color: black;
	background-color: white;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px; 
	padding: 0px;
	text-align: center;/* Zentrierung im Internet Explorer */
}
div#Seite {
	text-align: left;/* Seiteninhalt wieder links ausrichten */
	margin: 0px auto;/* standardkonforme horizontale Zentrierung */
	width: 980px;
	padding: 0px;
 	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-color:#f6fbfd;
	background-image:url("/images/bg.png");
	background-repeat:repeat-x;
}

ul#Navigation {
    float: left;
    width: 205px;
    height: 287px;
    margin: 0px;
    padding: 0px;
	background-image:url("/images/nav_bg.png");
	background-repeat:no-repeat;
  }
ul#Navigation li {
    list-style: none;
    margin: 5px 0px 0px 10px;
}
ul#Navigation {
    display: block;
    padding: 0px;
    font-weight: bold;
}
ul.star {
	list-style-image:url(/images/1-stern.gif);
}
div#Inhalt {
	margin: 0px 0px 0px 205px;
	width:760px !important;
	width:750px;
	padding: 0px;
	text-align:center;
	padding-right:10px !important;
	padding-right:0px;
	
}
* html div#Inhalt {
	height: 1em;/* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin-bottom: 0px;
}
div#Inhalt h2 {
	font-size: 1.2em;
	margin: 0px;
}
div#Inhalt p {
	font-size: 1em;
	margin: 0px;
}
p#Footer {
	clear: both;
	font-size: 10px;
	margin: 0px; 
	padding: 0px;
	padding-top:5px;
	text-align: center;
}
#head {
	background-color:#23634c;
	border-bottom:1px solid black;
	width:980px;
	height:90px;
}
li.navigation {
	width:205px;
	color:white;
}
li.navigation:hover {
	background-image:url("/images/nav_bg1_h.gif");
	background-repeat:no-repeat;
}

li#target {
	width:150px;
	height:20px;
	font-weight:bold;
	font-size:14px;
	color:white;
	text-align:left;
	padding-left:10px;
	background-image:url("/images/nav_bg_h.gif");
	background-repeat:no-repeat;
	display:block;
	line-height:18px;
}
#watzmann {
	width:154px;
	height:44px;
	font-weight:bold;
	font-size:14px;
	color:white;
	text-align:left;
	background-image:url("/images/nav_watzmann.gif");
	background-repeat:no-repeat;
}

a.nav {
	color:white;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	width:150px;
	height:20px;
	padding-left:10px;
	text-align:left;	
	background-image:url("/images/nav_bg_l.gif");
	background-repeat:no-repeat;
	display:block;
	line-height:18px;
}
a.nav:hover {
	background-image:url("/images/nav_bg_h.gif");
	background-repeat:no-repeat;
	text-decoration:none;
}
.box {
	float:left;
	width:792px;
}
img.textr {
	width:150px;
	height:112px;
	border:1px solid #6d8597;
	margin:0px 0px 0px 10px;
	float:right;
	display:block;
}
img.textl {
	width:150px;
	height:112px;
	border:1px solid #6d8597;
	margin:5px 10px 5px 0px;
	float:left;
	display:block;
}
h3 {
	font-size:1.1em;
	text-align:center;
	color:#485863;
}
h4 {
	font-size:0.9em;
	color:#485863;
}
p {
	text-align:justify;
	padding-bottom:10px;
}
.line {
	text-align:center;
	height:1px;
	clear:right;
}
a {
	color:black;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#anchor {
	clear:both;
	text-align:right;
	padding-top:15px;
}
input, select,textarea { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 250px; /* Breite.*/
	margin-top:5px;
	border:1px solid #485863;	
}
textarea {
	height:80px;
	border:1px solid #485863;	
}
label { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 150px; /* Breite.*/
	margin-top:5px;
}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}
input#submit { /* den Submit-Button */
	text-align:center;
	margin:0px auto;
	float: none;
	width: auto;
	color:white;
	font-weight:bold;
	/* border:1px solid #485863; */
	background-color:#6d8597;
	cursor:pointer;
}
input[type=submit]:hover, input[type=submit]:focus {background-color:#e68200 !important;}
input[type="text"]:hover, input[type="text"]:focus {background-color:#DDD;}
textarea:hover, textarea:focus {background-color:#DDD;}


label {
	text-align: right; 
	padding-right: 1em; 
}
fieldset {
	clear:right;
	width:500px;
	text-align:center;
	margin:0px auto;
	border: 1px solid #6d8597;
}
legend {
	font-weight: bold;
}
#desc {
	text-align:right;
}
.red {
	color:red;
}

