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


body {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	width: 880px;
	height: 100%;
	padding-left: 10px;
	padding-right: 9px;
	text-align:left;
}
h1 {
	color: #c31014;
}
h1 {
	font-size:16px;
	margin-bottom: -20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: black;;
}
h2 {margin-bottom:0em}
h3 {margin-bottom:0em}
h4 {margin-bottom:0em}
p.nogap {margin-top:-1em}
#header {
	width: 900px;
	margin-top: 60px;
	margin-bottom: 25px;
}
#headerimg {
	height: 200px;
	background-image: url(images/headerbackground.png);
	background-repeat: no-repeat;
}
#main {
	width: 900px;
	margin: auto;
	height: 100%;
}
#navigation {
	height: 40px;
	width: 910px;
	padding: 0 0 0 0px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	font-size: 13px;
	font-weight:bold;
	display: inline;
	line-height: 40px;
	margin-right: 40px;
}

#navigation a { 
	color: #000000;
	text-decoration: none;
	padding: 0 15px;
	float: left;
}
#navigation a:hover {
	color: #ffffff;
	background-image: url(images/libackground.gif);
	text-decoration: none;
	background-position: 0 0;
}
.aktiv {
	color: #ffffff !important;
	background-image: url(images/libackground.gif);
	text-decoration: none;
	background-position: 0 0;
}
#sn {
	color: #c6c6c6;
	width: 300px;
	float: right;
	font-size: 9px;
	text-align: right;
	vertical-align: top;
	margin-top: -58px;
	padding-right:6px;
}
