/* Basis-Styles */

* {
	margin:0;
	padding:0;
	border: 0;
	}

html,
body {
	color:#000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: white;
	height: 100%;
	line-height: 1.3em;
	overflow:hidden;
	}

h1 {
	font-size: 35px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2em;
	padding-bottom:0.3em;
	}

h2 {
	font-size: 20px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	line-height: 1.6em;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 1.6em;
	}

input {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width:80px;
	}

.durchschuss {
	line-height:0.5em;
	}

.blau {
	color:#143C7D;
	}

.nurdruck {
	display:none;
	}

/* Klassen und Pseudoklassen */

a {
	text-decoration:none;
	}

a:link {
	color:#999999;
	}

a:visited {
	color:#999999;
	}

a:hover {
	color:#f87b27;
	}

a:active {
	color:#f87b27;
	}

.linkhint {
	color:#f87b27;
	margin-right: 8px;
	}

.ie6 a.psel {
	color:#f87b27;
	}

a .at {
	background-position: 0 0;
	background-image: url(common/at.gif);
	background-repeat:
	no-repeat;
	width: 10px;
	height:14px;
	padding:0;
	visibility:visible;
	cursor: pointer;
	}

a:hover .at {
	background-position:0 -14px;
	}

a span {
	color:#f87b27;
	}

.bildfeld > img {
	height:11px;
	float: left;
	}


.bildfeld {
	height:24px;
	clear: both;
	}

.legende {
	color:#999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.1em;
	padding-left: 20px;
	}

h1.keyinfo {
	font-size: 0;
	visibility:hidden;
	}

/* Layer */

#kosmos {
	position:absolute;
	top:0;
	left:0;
	visibility: visible;
	}

#branding {
	position:absolute;
	top:20px;
	left:0;
	font-size: 0;
	line-height: 0;
	visibility: visible;
	}

#grafik {
	position:absolute;
	top:0;
	left:40px;
	width:530px;
	height:100%;
	overflow:hidden;
	}

#kopf {
	position:absolute;
	top:120px;
	left:0;
	width:100%;
	height:60px;
	background-color:#ffffff;
	}
	
#hint {
	position:absolute;
	top:55px;
	left:190px;
	width:180px;
	visibility: visible;
	}

#hint a {
	color: #f87b27;
	}

#menu1 {
	position:absolute;
	top:55px;
	left:40px;
	visibility: visible;
	}

#menu2 {
	position:absolute;
	top:55px;
	left:190px;
	width: 145px;
	visibility: visible;
	}

#menu3 {
	position:absolute;
	top:55px;
	left:320px;
	width: 180px;
	visibility: visible;
	}

#pfad {
	position:absolute;
	top:6em;
	left:0;
	visibility: visible;
	}

#systemmenu {
	position:absolute;
	bottom:0;
	left:40px;
	width:150px;
	visibility: visible;
	background-color:#ffffff;
	z-index:11; /* wegen Monatsraster */
	}

#content {
	position:relative;
	height: 100%;
	visibility: visible;
	overflow:auto;
	margin: 0 0 0 612px;
	}

#fliesstext {
	position:absolute;
	top:185px;
	left:0;
	width: 400px;
	visibility: visible;
	padding-bottom:100px;
	}

#fliesstext p { /* bottom vererbt von p */
	padding-right:40px;
	}

#fliesstext ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	}

#fliesstext a {
	color: #999999;
	}

#fliesstext a:hover {
	color:#f87b27;
	}

#fliesstext a.psel {
	color:#f87b27;
	}

