@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 12pt Times New roman, verdana, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding: 0px;
}

#page {
	margin:auto;
	width: 980px;
	text-align: justify;
}

#top {
	width: 980px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bb1d2e;
}

#content {
	width: 712px;
	float: right;
	margin-left: 38px;
	margin-bottom: 10px;
}

#sidebar {
	width: 230px;
	float: left;
	height: inherit;
	padding: 0px;
	margin-bottom: 10px;
}

#bilder {
	width: 224px;
	float: right;
	padding: 0px;
	border: 0px;
}

#contentinnen {
	width: 446px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.navlink, .navlinksub {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

dl {
	margin: 0px;
}

dl.navlink dd {
	clear: both;
	margin-left: 0px;
}

ul.navlinksub {
	padding-left: 19px;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul.navlinksub li {
	clear: both;
	margin-left: 0px;
	padding-left: 0px;
}

dl.navlink dd a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
}

dl.navlinksub dd a {
	display: block;
}

table {
	text-align: left;
	margin-bottom: 15px;
}

a {
	color: #666;
	text-decoration:none;
}

a, img, button {
	border:0 none;
}

.activ {
	color: #bb1d2e;
	text-decoration:none;
	font-weight: bold;
}

.activsub {
	color: #bb1d2e;
	text-decoration:none;
}

#top h1 {
	font-size: 20px;
	color: #bb1d2e;
	margin-bottom: 30px;
}

#top h2 {
	color: #bb1d2e;
	font-size: 12px;
	margin-bottom: 15px;
}

#content h1 {
	color: #bb1d2e;
	text-align: center;
	font-size: 14pt;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
}

#content h2 {
	text-align: center;
	font-size: 12pt;
}

#content ul {
	padding-left: 15px;
}

#content li {
	padding-top: 3px;
	padding-bottom: 3px;
}

#bilder img {
	margin-top: 10px;
}