/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
body {  
	background-color:#FC0;
	width:auto;
	margin: 0 auto;
	text-align:center;
	min-height: 100%;  /*Mindesthöhe für moderne Browser */
	height: 100%;
} 
a:active { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: rgb(204,0,0); 
	font-style: normal;
} 
a:link { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: rgb(64,64,64); 
	font-style: normal;
} 
a:visited { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color:#999999; 
	font-style: normal;
} 	
a:hover { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color:#945656; 
	font-style: normal;
} 	
ul { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
} 

.TextObject { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
} 
h1 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px; 
	color: #85292b; 
	font-weight: bold;
	font-style:italic;
} 
h2 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px; 
	color: #85292b; 
}
h3 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px; 
	color: #85292b; 
} 
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#85292b;
}
h5 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: #85292b; 
} 
h6 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #85292b; 
}
p { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
} 
pre {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}
text { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
} 	
OL { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
} 
.TextNavBar { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px; 
	color: #85292b; 
}
.d_rot {
	color: #85292b; 
}
.table	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}	
.container {
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.container2 {
	text-align:left;
	padding:2px;
	background-color:#ffffcc;
	border-left-color:#000;
	border-left-width:thick;
	border-left-style:double;
	border-right-color:#000;
	border-right-width:thick;
	border-right-style:double;
	width:1024px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding:5px 10px;
	min-height: 100%;  /*Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	/*overflow: hidden !important;  FF Scroll-leiste */ 
	
}
.image {
	width: 210px;
	position:fixed;
	text-align:center;
	height: 160px
}
	
.menue {
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	padding-right:10px;
}
.footer {
	padding-bottom:10px;
	text-align:center;
