body {
	font-size: 12pt;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* Style-Classes */
.klein {
	font-size: 0.75em;
}
.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;
}
li #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 {
}
#page {
	display: block;
}
@page {
	size: portrait;
}
/* Header */
#header {
	display: block;
	color: #FFFFFF;
}
#header h1 {
	float: right;
	font-size: 1.7em;
	margin: 12px 20px 0 0;
}
/* Navigation */
#mnavi {
	display: none;
}
#hnav {
	display: none;
}
/* Body */
#body, #body_w {
	display: block;
	color: #000000;
	background-color: #DBDDE3;
	margin-top: 2cm;
	clear: both;
}
/* line-top */
#lt {
	padding: 12px 0 7px 0;
	height: 2px;
}
#lt img {
	margin: 0;
	width: 101%;
}
/* Bild */
#bildframe {
	float: right;
	width: 43%;
	margin-right: 0.5cm;
	background-color: #FFFFFF;
}
#bildframe img {
	margin-top: 2em;
	margin-right: 0.5cm;
	margin-bottom: 1em;
}
* html #bildframe {
	margin-right: 0.5cm;
}
#body_w #bildframe {
	display: none;
}
/* Content */
#contentframe {
	float: left;
	width: 50%;
	margin-left: 0.5cm;
	background-color: #FFFFFF;
}
* html #contentframe {
	margin-left: 0.5cm;
}
#contentframe h2 {
	display: block;
	position: relative;
	left: -10px;
	width: 220px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 0.9em;
	padding-left: 15px;
	line-height: 24px;
	color: #000000;
	border: 1px solid black;
}
#contentframe h3 {
	margin-bottom: 1em;
}
#contentframe h3 {
	margin-bottom: 0.5em;
}
#contentframe p {
	text-align: justify;
	margin-right: 1em;
	margin-bottom: 0.9em;
}
#body_w #contentframe {
	display: block;
	width: 904px;
}
#content {
	margin-left: 15px;
	padding-right: 5px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
#content_start {
	background-image: url(/pix/start.jpg);
}
/* line-bottom */
#lb {
	clear: both;
	padding: 7px 0 3px 0;
	height: 5px;
}
#lb img {
	margin: 0;
	width: 100%;
}
/* Footer */
#footer {
	display: block;
	color: #000000;
	background-color: transparent;
}
#footer #copy {
}
#footer #adress {
	float: right;
	text-align: right;
}
#footer #right {
	float: left;
	display: block;
	text-align: left;
	font-weight: bold;
	margin: 0 20px 0 0;
	test-size: 1.2em;;
}
#footer #right a {
	color: #000000;
	text-decoration: none;
	display: block;
}

/* B-Linklist */
#blist {
	display: none;
	position: absolute;
	bottom: 120px;
}
* html #blist {
	bottom: 128px;
}
#blist ul {
	margin-left: 16px;
}
* 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 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 li#active {
	background-color: #111E47;
}
#blist li#active a {
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 0;
}

#fadr {
	display: block;
	float: right;
	text-align: right;
}
