body {
	background-color: #FFFFFF;
	background-image:   url(../bilder/hintergrund.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
	scrollbar-face-color: #FCE9AF  ; 
	scrollbar-highlight-color: white; 
	scrollbar-arrow-color: white; 
	scrollbar-track-color: white; 
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #996633;
	text-decoration: none;
}
a:hover {
	color: #996633;
	text-decoration: none;
}

input.erforderlich {
	border: 2px solid #876621;
}
input.button {
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	background: #F8E194;
	border: 1px solid #333333;
}
input:hover, .erforderlich:hover, .button:hover {
	background-color:#FFFF99;
	border: solid 1px;
}
textarea {
	background: transparent;
	border: 1px solid #333333;
	overflow: auto;
}

#Seite {
	left:10px;
	top:10px;
	width:750px;
	height: auto;
	border: 1px solid #CC9900;
	position: absolute;

}
#Navigation {
	background:   url(../bilder/hintergrund_nav.jpg) no-repeat left top;
	position:absolute; 
	left:0px; 
	top:204px; 
	width:234px; 
	height:450px; 	
}
#Menu {
	position:absolute; 
	left:10px; 
	top:62px; 
	width:208px; 
}
#Flash {
	position:absolute; 
	left:0px; 
	top:1px;  
	visibility: visible;
}
#Inhalte {
	position:absolute;
	left:234px;
	top:204px;
	width:516px;
	height: 350px;
	background: url(../bilder/hintergrund.jpg) no-repeat;
	background-repeat: repeat-x;
}
#Titel {
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #AABDE1;
	position:absolute;
	left:10px;
	top:14px;
	width:200px;
	height:18px;
	padding-left: 30px;
}
#Rubrik {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
#Beitrag {
	line-height: 20px;
	position:absolute;
	left:10px;
	top:52px;
	width:490px;
}
#Buttons a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #8D7458;
	border-top: 1px #E6D297;
	border-right: 1px #E6D297;
	border-bottom: 1px solid #E6D297;
	border-left: 1px #E6D297;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
	text-decoration: none;
}
#Buttons a:hover {
	color:#0033CC;
	border-top: 1px #3F4CCE;
	border-right: 1px #3F4CCE;
	border-bottom: 1px solid #3F4CCE;
	border-left: 1px #3F4CCE;
}
a.link {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.daten td, .daten th {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 15px;
	border-top: 1px #CC9900;
	border-right: 1px #CC9900;
	border-bottom: 1px solid #CC9900;
	border-left: 1px #CC9900;
	padding-right: 10px;
}
h1,h2,h3 {
	background: #F8E194;	
	padding: 3px;
}
h4,h5 {
	border-bottom-style: solid;
	border-bottom-color: #996600;
	border-bottom-width: 1px;
	margin: 0;
	padding: 0;
}
.todo {
	color: #000000;
	font-size: 12px;
	font-style: italic;
}

@media print {
	body { 	background-image:  url(""); }

	#Flash { display: none; }
	#Navigation { display: none; }
	
	#Seite { height:auto; overflow:visible; border: none; }
	#Inhalte {
	left:25px;
	top:50px;
	background-image:  url(../bilder/hintergrund_nav.jpg);
	overflow: visible;
	height: 1500;
	background-repeat: no-repeat;
}
	#Titel {	font: 18px;	left:25px;	top:20px; }
	#Beitrag {	overflow: visible;	height: 100%; }
}
#Seitenwahl {
	position: absolute;
	left: 14px;
	top: 278px;
	height: 96px;
	width: 181px;
	z-index: 17;
}
	
#Seitenwahl a {
	font-size: 10px;
	color: #404183;
	display: block;
	padding: 10px 10px 5px;
	text-decoration: none;
	border-top: 1px #43448E;
	border-right: 1px #43448E;
	border-bottom: 1px solid #43448E;
	border-left: 1px #43448E;
}
#Seitenwahl a:hover {
	text-decoration: underline;
	color: #CC9900;
}
.banner a {
	font-size: 10px;
	color: #000099;
	margin: 3px;
	padding: 5px;
	background-color: #FDF7E1;
	border: 1px solid #2B2C7C;
	float: left;
	height: 90px;
	vertical-align: middle;
	width: 230px;
	text-align: center;
	text-decoration: none;
}
.banner a img {
	display: block;
}
