@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1c1c1c;
	font-size: 13px;
}

#page {
	width: 1100px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -550px;
	background-color: #ffffff;
}

#header {
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 109px;
}

#stempel {
	position: absolute;
	right: 5px;
	top: 0px;
	background-image: url(images/stempel.png);
	width: 120px;
	height: 105px;	
	float: right;
}

#main {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	padding: 10px;
}

#navigation {
	width: 160px;
	float: left;
	background-color: #b9b9b9;
}

#navigation span {
	display: none;
}

#content {
	width: 865px; /* 905 - 40px padding */
	float: left;
	margin-left: 13px;
	background-color: #fff;
	border: 1px solid #18364a;
	background-image: url(images/headline.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#content .fliesstext {
	font-size: 14px;
}

#content .foto {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #dedede;
}

#footer {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	color: #232323;
	margin-left: 190px;
}

#footer a {
	color: #616161;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #232323;
	text-decoration: underline;
	font-weight: normal;
}

.clear {
	height: 1px;
	line-height: 1px;
	visibility: hidden;
	clear: both;
	float: none;
}

h1 {
	color: #18364a;
	padding-bottom: 5px;
	border-bottom: 2px solid #ab0000;
	font-weight: normal;
	font-size: 23px;
	margin-top: 20px;
	margin-bottom: 10px;
}

a {
	color: #ab0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ab0000;
	text-decoration: underline;
	font-weight: bold;
}

img {
	border: none;
}