/* 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;
}

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

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.44;
	color: #FFFFFF;
	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;
}


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

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

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

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

#inhalt {
	width: 685px; 
	z-index: 6; 
	text-align: left;
	padding-top: 25px;
	padding-right: 60px;
	color: #FFFFFF;
	height: 545px;
}

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

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

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

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

hr {
	width: 625px;
	border: 0;
	border-bottom: 2px dotted #FFFFFF;
	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%;
}

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-dunkel.gif);
	background-repeat: no-repeat;
	background-position: 0 0.72727272727273em;
	padding-left: .6em;
}
