/* CSS Document */
  body {
  	background: #b70000 url("bg.png") repeat;
	color:#070000;
    font-size: 100.01%;
    margin: 0; padding: 10px;
    text-align: center;  /* Zentrierung im Internet Explorer */
	}

  div#Seite {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	margin: 0 auto;
	width: 850px;
	padding: 0;
	background: url("../layout/verlauf3.png") repeat-y;
	border: 0px solid #B70000;
	}

.print {	/* nur im Print-Layout sichtbar */
		position: absolute;
		left: -1000px;
		top: -1000px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		display: inline;
	}

  h1 {
  	background: url("top.jpg") no-repeat;
	height: 170px;
	width:850px;
    margin: 0; padding: 0;
    text-align: center; 
	margin-bottom: 22px;  
	border-bottom: 2px groove #ffb77b;
	}

	
#picleft {
	float: left;  
	margin: 20px 5px;
	}
	
.picleft {
	float: left;  
	margin: 15px 15px 5px 0;
	}
	
.picright {
	float: right; 
	margin: 15px 21px 5px 15px;
	}


div#pics {
	float: left; width: 200px;
    margin-left: 20px; padding:8px;
	}
	
	div#pics2 {
 width: 200px;
 margin-left: 20px; padding:8px;
	}
	
	
	div#linkeseite {
margin-left: 7px; margin-top: 0px;
    float: left; width: 150px;
    padding:0px; 
	}
 ul#Navigation {
	font-size: 1.1em;
	padding:0px;
	margin-left:10px;
	margin-top:10px;
	text-align: center;
	font-family:"Monotype Corsiva", "ZapfChancery", Georgia, "Times New Roman", Times, serif;
	}
  ul#Navigation li {
    list-style: none;
    margin: 0px; 
	padding: 0px; border: 0;
	
  }
  ul#Navigation a {
    display: block; 
    padding: 8px 0; 
	margin:0;
    font-weight: normal;
	text-decoration: none; 
	background: url("button9.png") center no-repeat;
	
  }
  ul#Navigation a:link {
    color: #070000; 
  }
  ul#Navigation a:visited {
    color: #070000;
  }
  ul#Navigation a:hover {
    color: #070000; 
	background: url("button8.png") center no-repeat; 
  }
  ul#Navigation a:active {
    color: #b70000; 
	background: url("button8.png") center no-repeat; 
  }
  
ul#Navigation .untermenue {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
  
ul#Navigation .untermenue a {
	background: #ffb77b;
	border-bottom:1px solid #ffb77b;
	border-left:1px solid #ffb77b;
	border-right:1px solid #ffb77b;
	padding:3px 6px;
	text-align:left;
	width:102px;
	margin:-5px 13px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}  
ul#Navigation .untermenue a:link, ul#Navigation .untermenue a:visited {
	background: #ffffb7;
	color:#070000;
}

ul#Navigation .untermenue a:hover {
	background: #fff;
	color: #b70000;
}

ul#Navigation .untermenue a:active {
	background: #fff;
	color: #070000;
}

hr {
	border:#ffb77b inset 1px;
}

  div#Inhalt {
    margin: 0 0 1em 200px; 
    padding: 10px;
	  }
	  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  
  
h2 {
  	font-family: "Copperplate Gothic Bold", Copperplate, Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 1.8em;
	letter-spacing:0.1em;
	margin: 0.1em 0 1.5em;
	color: #b70000;
	line-height: 42px;
  }
  
h3 {
	color:#b70000;
	font-family:"Monotype Corsiva", "ZapfChancery", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 1.5em 10px 0px 0px;
	font-weight:normal;
  }

p, #Inhalt ul, td {
	font-size: 0.85em;
	margin: 1em 21px 0 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#070000;
	line-height: 1.5em;
  }
  
#Inhalt ul {
	list-style-position: inside;
}
    
.box {
	float:right;
	width:200px;
	display:block;
	margin:1em 0 1em 1em;
	border:#ffb77b solid 1px;
	padding:6px;
	text-align:center;
	background: url("../layout/verlauf3.png") center repeat-y;
}

.box h3 {
	margin:0.75em 0 0;
}

.box ul {
	list-style:none;
	padding:0 0 0.75em;
}

.box li {
	margin:6px -21px 9px 0;
	padding:0;
}

.box a {
	text-decoration:none;
	color:#070000;
}

#Fusszeile {
    clear: both;
    font-size: 11px;
	color:#070000;
    margin: 0; padding: 4px;
    text-align: center;
    background-color: #FFff7b;
    border: 1px solid #ffb77b;
  }
    div#Abschlusslinie {
    border-top: 1px outset #ffb77b;
  }
  
  
