/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.1%;
}

body {
	font-size: 100.01%;
	font-family: arial, sans-serif;
	color: #ccc;
	background-color: #ccc;
}

img {
	border: 0;
	z-index: 5;
}

div#all {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

div#header {
	height: 75px;
	background: #ccc url(../bilder/logo.gif) no-repeat top right;
	margin: 10px;
	padding-bottom: 0.5em;
}

div#header #ueberschrift {
	width: 620px;
	height: 35px;
	padding-left: 1em;
}

div#header #ueberschrift_a {
	width: 117px;
	height: 19px;
	padding: 1.1em 0 0 1em;
}

div#header #logo {
	width: 108px;
	height: 75px;
	padding: 0 1em;
	border: 0;
}

div#header #gif {
	position: absolute;
	width: 108px;
	height: 75px;
	top: 0;
	right: 0;
}

div#header a {
	background: none;
	}
	
div#print {
	display: none;
}	

div#content_all {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #006;
}

div#content {
	height: 1%;
	background-color: #006;
	margin-right: 13em;
	padding: 1.5em;
}

div#content p {
	heigth: 100%;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 0 1.5em 1.5em 0;
}

div#content a {
	background: none;
	margin: 0;
	padding: 0;
}
	
div#content a:link, a:visited, a:focus {
	color: #9cf;
	text-decoration: none;
}

div#content a:hover, a:active {
	color: #fff;
}


div#content h1 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.5em 1em 0.3em 0.5em;
}

div#content h2 {
	font-size: 0.9em;
	color: #ffcc66;
	font-weight: bold;
	padding: 0.5 em 1em 0.3em 0.5em;
}

div#content .text_1 {
	font-size: 1em;
	line-height: 1.3em;
}

div#content .text_2 {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #fc9;
}

div#content .text_2a {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #fc9;
	font-weight: bold;
}

div#content .text_3 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #fc9;
}

div#content .text_4 {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #fc9;
}

div#content .text_5 {
	font-size: 0.8em;
	line-height: 1.1em;
}

div#content .text_6 { 
	font-size: 1em;
	font-weight: bold;
	padding: 0.5em 1em 0.3em 0;
}

div#content table {
	border: 0;
	padding: 0;
	margin-bottom: 1em;
}

div#content ul {
	list-style-type: disc;
	margin: 0 0 1em;
}

div#content li {
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 1.5em;
}

div#content .rechts {
	float: right;
	padding: 0 1.5em 1em 1.5em;
}

div#content .links {
	float: left;
	padding: 0 1.5em 1em 0;
}

div#content .clear {
	clear: both;
}

div#content .rahmen {
	border: 2px #fc6 inset;
	padding: 5px; 
	margin-right: 2em;
}

div#content .rahmen_oben {
	border-top: 1px solid #ccc;
	 padding-top: 1em; 
}

div#content .rechts_und_rahmen {
	float: right;
	width: 17em;
	margin: 0 1.5em 1em 1.5em;
	border: 2px #fc6 inset;
	padding: 5px; 
}

div#content .kursiv {
	font-style: italic;
}

div#content .fett {
	font-weight: bold;
}

div#content .kapilaelchen {
	font-variant: small-caps;
}

div#content .center {
	text-align: center;
}

div#navi {
	width: 13em;
	float: right;
	background: #006;
	padding-top: 1.3em;
	margin: 0;
	z-index: 100;
}

div#navi ul {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

div#navi li {
	margin: 0;
	padding: 0 0 10px 0;
}

div#navi a:link, a:visited, a:focus {
	color: #9cf;
	text-decoration: none;
	background: url(../bilder/nav_a.gif) no-repeat 0 7px;
	padding: 2px 0 10px 35px;
}

div#navi a:hover, a:active {
	color: #fff;
	background: url(../bilder/nav_b.gif) no-repeat 0 7px;
}

div#navi #aktuell { 
	color: #fff;
	text-decoration: none;
	background: url(../bilder/nav_b.gif) no-repeat 0 7px;
}

