/* Browser reset, damit es in jedem Browser möglichst gleich ausschaut */

* {
	margin:0; 
	padding:0;
} 

#printzusatz {
	visibility: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}

body {
	color: #000000;
	text-align: left;
	width: 1024px;
	background-image: url(../grafiken/hintergrund_seite.gif);
	background-repeat: repeat-y;
	background-color: #E6E6E6;
}

td {
	color: #000000;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.44;
	color: #000000;
	margin-bottom: 0.8em;
}

.fliesstext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.44;
	color: #000000;
}

.fliesstext_rahmen {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1;
	color: #000000;
	padding: 7px;
}

.seiten_navi {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #f7e7e7; 
	font-weight: bold
}

.seiten_navi * {
	text-decoration: none;
}

.seiten_navi a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #f7e7e7; 
	font-weight: bold;
}

.seiten_navi a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold
}

h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.44;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.44;
	color: #000000;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.44;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 0.8em;
}



#inhalt_hintergrund {
	position: absolute; 
	left: 0px; 
	top: 27px;
	z-index: 3; 
	background-image: url(../grafiken/hinter_inhalt_menu_hell.gif);
	background-repeat: repeat-y;
}

#inhalt_hintergrund_bild {	
	width: 940px;
	z-index: 4;	
	background-image: url(../grafiken/hintergrund_bild_hell.gif);	
	background-repeat: no-repeat;
	background-position: bottom right;
}

#menu {
	width: 222px;
	z-index: 5;
}

#inhalt {
	width: 685px; 
	z-index: 6; 
	text-align: left;
	padding-top: 21px;
	padding-right: 60px;
	color: #000000;
	height: 493px;
}

/* neue Breite vor IE verstecken mit hilfe des Kind-Selektors */

html>body #inhalt {
	width: 625px;
	height: 100%;
	min-height: 447px;
}

a {
	color: #572e30;
}

a:hover {
	color: #f7e7e7;
}

.mehr a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	color: #ecd8d1;
	font-weight: bold;
}

.mehr a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

hr {
	width: 625px;
	border: 0;
	border-bottom: 2px dotted #000000;
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 10px;
	margin-bottom: 20px;
}

/* neue Breite vor IE verstecken mit hilfe des Kind-Selektors */

html>body hr {
	width: 100%;
}

.bild {
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

td .bild * {
	color: #000000;
}

.info {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.44;
}

.info a {
	font-weight: normal;
}

.highlight {
	color: #f7e7e7;
	font-weight: bold;
}

a * {
	border: 0;
}

ul {
	list-style-type: none;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
}

li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.44;
	padding: 0px;
	margin: 0px;
	background-image: url(../grafiken/anstrich-hell.gif);
	background-repeat: no-repeat;
	background-position: 0 0.72727272727273em;
	padding-left: .6em;
}

.forminput {
	width: 324px;
	border: 1px solid #E9D2C9;
}

textarea {
	width: 324px;
	border: 1px solid #E9D2C9;
}

.formbutton {
	border: 1px solid #E9D2C9;
	background: #E9D2C9;
}
