/* Defaults */
* {
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}

body {
	font-size: 100.01%;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* Style-Classes */
.klein {
	font-size: 0.75em;
}
.kleinnormal {
	font-size: 0.7em;
	font-weight: normal;
}
.gross {
	font-size: 1.3em;
}
.weit {
	letter-spacing: 0.2em;
}
.schwarz {
	color: black;
}
.weiss {
	color: white;
}
.grau {
	color: gray;
}
.rot {
	color: red;
}
.gruen {
	color: green;
}
.blau {
	color: blue;
}
.error {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.75em;
}
.list {
	list-style-type: bullet;
	margin-bottom: 1.5em;
}
.list li {
	list-style-type: bullet;
	margin-left: 1.6em;
}
.llist {
	list-style-type: bullet;
	margin-top: 0.6em;
}
.llist li {
	list-style-type: bullet;
	margin-left: 1.6em;
	margin-bottom: 0.6em;
}
.llist li a {
	color: #000000;
}
.list #mbot, .llist #mbot {
	margin-bottom: 0.6em;
}
.bg_start {
	background-color: #523A34;
}
.bg_blue {
	background-color: #111E47;
}
.bg_brown {
	background-color: #1E0F11;
}
.bg_grey {
	background-color: #4D4B3E;
}

/* -| LAYOUT |- */
#wrapper {
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;
}
#page {
	display: block;
	width: 980px;
	height: 615px;
}
/* Header */
#header {
	display: block;
	width: 980px;
	height: 68px;
	color: #FFFFFF;
	background-color: transparent;
}
#header h1 {
	float: right;
	font-size: 1.7em;
	margin: 12px 20px 0 0;
}
/* Navigation */
#mnavi {
}
#mnavi li {
	float: left;
	margin: 40px 0 0 70px;
	list-style-type: none;
}
/* Body */
#body, #body_w {
	display: block;
	width: 980px;
	height: 468px;
	color: #000000;
	background-color: #DBDDE3;
}
/* line-top */
#lt {
	padding: 23px 0 7px 0;
	height: 2px;
}
#lt img {
	margin: 0 18px;
}
/* Bild */
#bildframe {
	float: right;
	width: 320px;
	height: 400px;
	margin-right: 38px;
	background-color: #FFFFFF;
}
* html #bildframe {
	margin-right: 19px;
}
#body_w #bildframe {
	display: none;
}
/* Content */
#contentframe {
	float: left;
	width: 577px;
	height: 400px;
	margin-left: 38px;
	background-color: #FFFFFF;
}
* html #contentframe {
	margin-left: 19px;
}
#contentframe h2 {
	position: relative;
	left: -10px;
	width: 220px;
	/*height: 25px;
	line-height: 24px;*/
	height: 1.5em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 15px;
	color: #FFFFFF;
}
#contentframe h2 span {
	/*display: block;*/
	height: 1.5em;
	line-height: 1.5em;
}
.bg_blue #contentframe h2 {
	background-color: #111E47;
}
.bg_brown #contentframe h2 {
	background-color: #1E0F11;
}
.bg_grey #contentframe h2 {
	background-color: #4D4B3E;
}
#contentframe h3 {
	margin-bottom: 1em;
}
#contentframe h3 {
	margin-bottom: 0.5em;
}
#contentframe p {
	margin-bottom: 1em;
}
#body_w #contentframe {
	display: block;
	width: 904px;
}
#content {
	height: 359px;
	margin-top: 10px;
	margin-left: 15px;
	padding-right: 5px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
#content_start {
	background-image: url(/pix/start.jpg);
	height: 400px;
}
/* line-bottom */
#lb {
	clear: both;
	padding: 7px 0 23px 0;
	height: 5px;
}
#lb img {
	margin: 0 18px;
}
/* Footer */
#footer {
	display: block;
	width: 980px;
	height: 68px;
	color: #FFFFFF;
	background-color: transparent;
}
#footer #copy {
	display: none;
}
#footer #adress {
	display: none;
}
#footer #right {
	float: right;
	display: block;
	text-align: right;
	font-weight: bold;
	margin: 12px 20px 0 0;
}
#footer #right a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/* B-Linklist */
#blist {
	position: absolute;
	left: -3000px;
	/*bottom: 120px;*/
}
* html #blist {
	/*bottom: 128px;*/
}
#blist #view {
	position: absolute;
	left: 3012px;
}
#blist ul {
	margin-left: 16px;
	display: inline;
}
* html #blist ul {
	margin-left: -16px;
}
#blist li {
	list-style-type: none;
	float: left;
	/*display: block;*/
	border: 1px solid #111E47;
	background-color: #B0B7C5;
	margin: 8px 18px;
	text-align: center;
}
#blist #view li {
	display: inline;
}
#blist a {
	text-decoration: none;
	color: #111E47;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 6px;
	line-height: 1.8em;
	height: 1.8em;
	width: 10em;
}
#blist a:link:hover {
	color: #FFFFFF;
}
#blist a:visited:hover {
	color: #FFFFFF;
}
#blist li#active {
	background-color: #111E47;
}
#blist li#active a {
	color: #FFFFFF;
}
/* C-Linklist */
#clist {
	position: absolute;
	bottom: 120px;
	width: 580px;
}
* html #clist {
	bottom: 128px;
}
#clist ul {
	margin-left: 16px;
}
* html #clist ul {
	margin-left: -16px;
}
#clist li {
	list-style-type: none;
	float: left;
	display: block;
	border: 1px solid #111E47;
	background-color: #B0B7C5;
	margin: 8px 18px;
	text-align: center;
}
#clist a {
	text-decoration: none;
	color: #111E47;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 6px;
	line-height: 1.8em;
	height: 1.8em;
	width: 10em;
}
#clist a:link:hover {
	color: #FFFFFF;
}
#clist a:visited:hover {
	color: #FFFFFF;
}
#clist li#active {
	background-color: #111E47;
}
#clist li#active a {
	color: #FFFFFF;
}

#hnav {
	display: none;
}

/* newslist */
#newslist {
	
}
#newslist li {
	margin-bottom: 1em;
	clear: both;
}
#newslist #datum {
	display: block;
	float: left;
	width: 60px;
	font-size: 11px;
	padding: 3px 5px 0 0;
}
#newslist h3 {
	display: none;
	float: left;
	padding: 0 0 5px 0;
}
#newslist p {
	display: block;
	width: 450px;
	float: left;
	padding: 0 0 5px 0;
}
#newslist #morelink {
	margin: 0 0 0 1em;
}
/* newsdetail */
#newsdetail {
	
}
#newsdetail li {
	margin-bottom: 1em;
	clear: both;
}
#newsdetail #datum {
	display: block;
	float: left;
	width: 60px;
	font-size: 11px;
	padding: 3px 5px 10px 0;
}
#newsdetail h3 {
	display: none;
	float: left;
	padding: 0 0 5px 0;
}
#newsdetail p {
	display: block;
	width: 550px;
	float: left;
	padding: 0 0 5px 0;
}
#newsdetail #links {
	display: block;
	float: left;
	padding: 0 0 5px 0;
}
#newsdetail #navbuts {
	display: block;
	width: 50px;
	float: right;
	padding: 3px 0 5px 0;
}

#frontnews {
	position: absolut;
	display: block;
	left: 0;
	top: 0;
	width: 420px;
	padding: 100px 4px 4px 420px;
	/*background-color: #CCCCCC;*/
}
#frontnews #news {
}
#frontnews #newslist {
	display: block;
	background-color: #CCCCCC;
}
#frontnews #newslist li {
	margin-bottom: 1em;
	/*clear: both;*/
}
#frontnews #newslist #datum {
	display: block;
	/*float: left;*/
	width: 60px;
	font-size: 11px;
	padding: 3px 5px 0 0;
}
#frontnews #newslist h3 {
	display: none;
	/*float: left;*/
	padding: 0 0 5px 0;
}
#frontnews #newslist p {
	display: block;
	width: 450px;
	/*float: left;*/
	padding: 0 0 5px 0;
}
#frontnews #newslist #morelink {
	margin: 0 0 0 1em;
}

#dummy {
	clear: both;
}

#fadr {
	display: none;
}
