/* Body-Definition  */
body {
	background-image:url(../grafiken_web/hintergrund.gif);
	background-color: #C9CED5;
}


/* Layerdefinitionen  */

#kopf {
	position:absolute; 
	left:0px; 
	top:0px; 
	width: 1000px;
	height: 95px;
	z-index:1;
}

#gestaltungsbild {
	position:absolute; 
	left:0px; 
	top:95px; 
	width: 250px;
	height: 638px;
	z-index:2;
}

#hauptmenue {
	position:absolute; 
	left:30px; 
	top:60px; 
	width: 717px;
	height: 21px;
	z-index:3;
}

#submenue {
	position:absolute; 
	left:830px; 
	top:124px; 
	width: 140px;
	height: 350px;
	z-index:3;
}

#topmenue {
	position:absolute; 
	left:34px; 
	top:17px; 
	width: 590px;
	height: 8px;
	z-index: 6;
}

#inhalt {
	position:absolute; 
	left:310px; 
	top:125px; 
	width: 500px;
	height: 500px;
	z-index:4;
}

#print {
	visibility: hidden;
	position:absolute; 
	left:0px; 
	top:0px; 
	width: 590px;
	z-index:5;
}

/* Textdefinitionen  */

.seitenueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #DFE4E5;
}

.seitenueberschrift a:link { text-decoration:none; color: #64AFD7;  }
.seitenueberschrift a:visited { text-decoration:none;  color: #64AFD7;  }
.seitenueberschrift a:hover { text-decoration:underline; color: #64AFD7; }
.seitenueberschrift a:active { text-decoration:underline; color: #64AFD7; }

.zwischenueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #DFE4E5;
}

.zwischenueberschrift a:link { text-decoration:none; color: #64AFD7;  }
.zwischenueberschrift a:visited { text-decoration:none;  color: #64AFD7;  }
.zwischenueberschrift a:hover { text-decoration:underline; color: #64AFD7; }
.zwischenueberschrift a:active { text-decoration:underline; color: #64AFD7; }

.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #DFE4E5;
	line-height: 17px;
}

.fliesstext a:link { text-decoration:none; color: #64AFD7;  }
.fliesstext a:visited { text-decoration:none;  color: #64AFD7;  }
.fliesstext a:hover { text-decoration:underline; color: #64AFD7; }
.fliesstext a:active { text-decoration:underline; color: #64AFD7; }

.tabellenueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ADB6BF;
	letter-spacing: 1px;
}

.bildunterschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #DFE4E5;
	line-height: 13px;
}

.listen_navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ADB6BF;
	font-weight: bold;
	font-size: 10px;
}

ul {
	list-style-type:square;
	margin-left:15px;
	margin-bottom: 0px;
	padding-left:0px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	width: 310px;
	background-color: #ADB6BF;
	border: 1px solid #FFFFFF;
}

.forminput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	height: 19px;
	width: 310px;
	background-color: #ADB6BF;
	border: 1px solid #FFFFFF;
}

.formbutton {
	/*color: #64AFD7;
	background-color: #32465A;
	border: 1px solid #ADB6BF;*/
	color: #333333;
	background-color: #ADB6BF;
	border: 1px solid #FFFFFF;
}