body {
	background:url('img/bg.gif') repeat-x;
	background-color:#f2f4fe;
	font-family:arial, verdana, sans;
	font-size:16px;
	padding:10px;
}

* {
	margin:0;
	padding:0;
}

a:link, a:visited {
	color:#006;
	text-decoration:none;
}

a:hover {
	color:#007;
	text-decoration:underline;
}

a:active {
	color:#00a;
}

.header {
	background:url('img/header.png');
	width:970px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
}

.shadow {
	background:url('img/content.png') repeat-y;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

.content {
	margin-left:10px;
	margin-right:30px;
	text-align:justify;
	min-height:500px;
}

.wrapper {
	margin-left:170px;
	padding-bottom:10px;
}

.nav {
	float:left;
	background:url('img/navi.png') no-repeat;
	width:170px;
	height:400px;
	color:white;
	line-height:25px;
	text-align:right;
}

.nav iframe, ul {
	margin-right:10px;
}

ul {
	list-style-type:none;
	padding:0;
}

li {
	padding:5px 10px;
}

li a.active {
	font-weight:bold;
}

.nav a:link {
	color:#fff;
}

.nav a:visited {
	color:#fff;
}

.nav a:hover {
	color:#ddd;
	text-decoration:underline;
}

.nav a:active {
	color:#bbb;
}

h1{
	font-variant:small-caps;
	font-weight:bold;
	font-size:25px;
	color:#00246d;
	padding:10px 0;
}

h2 {
	font-weight:bold;
	font-size:1em;
}

p {
	margin-bottom:5px;
}

p.counter {
	clear:both;
}

.footer {
	width:970px;
	height:30px;
	background:url('img/footer.png');
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:white;
	font-size:12px;
	line-height:25px;
}

.footer a:link, .footer a:visited {
	color:#fff;
	text-decoration:none;
}

.footer a:hover {
	color:#ddf;
	text-decoration:underline;
}

.footer a:active {
	color:#ccf;
}

.ff-ad {
	visibility:hidden;
}

.ads {
	clear:right;
	margin:1em 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.ads:before {
	content:'Anzeigen:';
	font-size:0.75em;
}

.printfooter {
	display:none;
}
