/* CSS Document */
@charset "utf-8";

/**
-----------------------------------------
allgemeine Elemente 
-----------------------------------------*/

/* Farbe und Hintergrund */
body {
	color: #666666;
	font: normal 80% Verdana, sans-serif;
	background-color: #EBEBEB;
	left: 50%;
	position: absolute;
	margin-left: -512Px;
	margin-top: 10Px;
}

h1 {
	font-size: 1.4em;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.2em;
}

hr {
	margin: 0;
	padding: 0;
}

p.hinweis {
	font-size: 10Px;
	margin: 2Px;
	padding: 0;
}

p.bad {
	color:#FF0000;
	margin: 0;
	padding: 0;
}

ul.fliesstext {
	list-style-image: url(../images/navigation/aufzaehlung2.gif);
	margin: 15Px;
	padding: 0;
}

ul.menue {
	list-style-image: url(../images/navigation/aufzaehlung.gif);
	padding-left: 0;
	margin: 10Px;
}

li {
	padding-left: 2Px;
}

table {
	width: 100%;
}

td {
	padding: 3Px;
}

td.grau {
	background-color: #EEEEEE;
} 

td.gelb {
	background-color: #FFCC00;
}

td.sonder {
	text-align: center;
}

a{
	color: #666666;
	text-decoration: none;
	font-weight: 800;
}

a:hover{
	background-color: #F5C10E;
	color: #000000;
}

a.sublink{
	font-weight: normal;
}

a:hover.sublink{
	background-color: #F5C10E;
	color: #000000;
}

a.vergroessern {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

a:hover.vergroessern {
	background-color: #F5C10E;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}

img {
	border: 0;
}


/* Ausrichtung der div-Boxen */

div#komplett {
    background-color: #FFFFFF;
	width: 1024Px;
	position: absolute;
}

div#menue {
	width: 1024Px;
	height: 160Px;
	margin: 0;
	padding: 0;
	background-image: url(../images/navigation/background.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

div#menue ul{
	list-style-type: none;
}

div#menue_engl {
	width: 1024Px;
	height: 160Px;
	margin: 0;
	padding: 0;
	background-image: url(../images/navigation/background-engl.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


div#inhalt {
	width: 1024Px;
	padding-top: 20Px;
	padding-bottom: 30Px;
	margin: 0;
	background-color: #FFFFFF;
}

	div#inhalt_menue {
	margin: 0;
	padding-top: 48Px;
	padding-left: 20Px;
	width: 220Px;
	float: left;
	background-color: #FFFFFF;
	}

	div#inhalt_inhalt {
	width: 744Px;
	padding-right: 20Px;
	padding-left: 20Px;
	float: right;
	background-color: #FFFFFF;
	margin: 0;
	height: inherit;
	}

div#fusszeile {
	width: 1024Px;
	height: 90Px;
	margin: 0;
	padding: 10Px 0 0 0;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
}

div#fahne {
	float: right;
	margin: 0;
	padding: 5Px 14Px 0Px 0Px;
}

div#print {
	width: 1024Px;
	padding: 10Px;
	margin: 0;
	background-color: #FFFFFF;
}