@charset "utf-8";
body {
	font: 98%/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; 
	background-image: url(images/hg.png);
	background-repeat: repeat-x;
	background-color: #ED8032;
	margin: 0;
	padding: 0;
	color: #8d172f;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 30px;
}
h1 {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 30px;
	font-weight: normal;
	font-size: xx-large;
}
h2, h3, h4, h5, h6 {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 30px;
	font-weight: normal;
	color: #ED8032;
}
.orange {
	color: #ED8032;
}
.zitat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
a img { 
	border: none;
}
a:link {
	color: #8d172f;
	text-decoration: none; 
}
a:visited {
	color: #8d172f;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
.container {
	width: 900px;
	background-image: url(images/container-hg.png);
	margin: 0 auto; 
}
header {
	background-color: #fffad2;
}
.header-font {
	padding: 1px 20px 1px 0;
	width: 880px;
	background-color: #fffad1;
	font-size: small;
	text-align: right;
}
.header-image { 
	background: #fffad1; 
	height: 225px;
	padding: 0;
	margin: 0 auto; 
} 
.navigation {
	width: 900px;
	float: left;
	font-weight: 300;
	background: #fffad1; 
}
.content {
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
	width: 675px;
	float: left;
}
.content ul, .content ol {
	list-style-type: disc;
	margin-left: 20px;
}
.sidebar1 {
	width: 225px;
	height: auto;
	float: left;
	padding: 0;
	font-size: 95%;
}
aside {
	float: left;
	width: auto;
	padding: 50px 0 0 0;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

/*Navigation*/
ul.nav {
	list-style: none;
}
ul.nav li {
	width: 180px, 180px, 180px, 180px, 180px;
	margin: 0;
}
ul.nav a, ul.nav a:visited {
	width: 180px;
	padding: 5px 0 4px 0;
	text-align: center;
	float: left;
	display: block; 
	text-decoration: none;
	background-color: #a81b18;
	color: #fffad2;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ED8032;
	float: left;
	color: #fffad2;
}
.inaktiv {
	width: 180px;
	padding: 5px 0 4px 0;
	text-align: center;
	float: left;
	display: block; 
	text-decoration: none;
	background-color: #ED8032;
	color: #fffad2;
	}
/**/
/* ~~ Fußzeile ~~ */
footer {
	margin-top: 100px;
	padding: 10px 0;
	position: relative;
	background-color: #ED8032;
	color: #fff;
	text-align: center;
	clear: both;
	font-size: 85%;
}
footer a:link {
	color: #fff;
	text-decoration: none; 
}
footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer a:hover, a:active, a:focus { 
	text-decoration: underline;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
/*	margin-right: 8px;
*/}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
header, section, footer, aside, article, figure {
	display: block;
}