body {
	background-color : #fdfde5; 
	background-image : url(images/background.png);
	background-repeat : repeat-x;
	font-family : Arial, Verdana, Helvetica, sans-serif; 
	font-size : 12px; 
	color : #000000; 
	}
.outer {
	width : 800px;
	margin : auto;
	margin-top : 20px;
	}
.all {
	}
.header {
	height: 116px;
	width : 100%;
	background-color : transparent;
	font-size : 14px;
	font-weight : bold;
	color : #2556a3;
	margin : 0px;
	text-align : left;
	}
.header_verlauf {
	background-color : #f9f6bc;
	background-image : url(images/header.png);
	background-repeat : repeat-x;
	height : 36px;
	}
.header_banner {
	height : 80px;
	background-color : #fdfde5;
	}
.header_logo {
	width : 82px;
	height : 75px;
	float : left;
	margin-left : 10px; 
	}
.header_text {
	float : left;
	margin-left : 10px;
	}
.header_search_box {
	float : right; 
	text-align : right;
	width : 200px;
	padding-right : 20px;
	}
.header_search_box_string {
	font-size : 10px;
	}
.header_search_box_submit {
	font-size : 10px;
	}
.navigation {
	float : left;
	width : 180px;
	margin : 0px;
	margin-top : 5px;
	}
.navigation ul {
	list-style : none;
	margin-left: 20px;
	margin-bottom : 3px;
	padding : 0px;
	}
.content {
	text-align : justify;
	clear : right;
	float : left;
	width : 450px;
	margin-top : 5px;
	}
.right {
	text-align : justify; 
	float : right; 
	width : 145px; 
	margin : 0px;
	margin-top : 5px; 
	margin-left : 5px; 
	}
.right img {
	max-width : 140px;
	border : none; 
	margin-bottom : 10px;
	}
.footer {
	background-color : transparent;
	clear : both; 
	height : 80px; 
	font-size : 10px; 
	color : #000000; 
	text-align : left;
	}
.footer_verlauf {
	background-image : url(images/footer.png);
	background-repeat : repeat-x;
	height : 50px;
	}
.footer_banner {
	height : 40px;
	background-color : #f9f6bc;
	}
.footer_banner p {
	float : right; 
	padding-right : 10px; 
	}
.footer img {
	margin-left : 10px;
	}
.footer a {
	float : left;
	}
.printonly {
	display : none;
	}
hr {
	border : none; 
	border-bottom : 1px dashed #000000; 
	}
h1, h2, h3, h4 {
	color : #2556a3;
	text-align : left;
	}
h1 {
	font-size : 18px;
	}
h2 {
	font-size : 17px;
	}
h3 {
	font-size : 16px;
	}
h4 {
	font-size : 15px;
	}
a {
	font-weight : bold;
	text-decoration : none;
	/*display : block;*/
	}
a:link, a:visited, a:active {
	color : #2556a3; 
	}
a:hover {
	color : #c9ad2f; 
	}