body {
	color: black;
	background-color: rgb(240,240,240);
	font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size : 14px;
	margin: 0;
	border:2px solid rgb(0,176,240);
	padding: 0;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	background-image: url(img/banner_hintergrund2.jpg);
	background-repeat: repeat-x;
}

div#Seite{
    text-align: left;
}

div#Kopf {
	padding: 0.3em 0 1em 100px;
}

div#Navigation {
	float:left;
	text-align:left;
	width: 165px;
    margin: 0; 
	padding: 1.3em 0.3em 0 1.0em;
}

a.tooltip {text-decoration:none;}
.tooltip span.info{display:none;}
.tooltip:hover span.info{
	display:block;
	position:absolute; 
	background-color:#FFFFFF;
	border:1px solid #000000;
	padding:5px;
	color:#000000;
}

.Bildnavigation {
	margin: 0 0 1em 0.0em; 
	border:2px solid rgb(100,100,100); 
	padding:3px
}

div#Inhalt {
    margin: 1em 13em 0 180px;
    padding: 0 0.5em 0.5em 0.5em;
	background-color: rgb(255,255,255);
	border:1px solid rgb(140,140,140);
}

img#Inhalt {
	text-align:left;
	float:left;
	margin:1.3em 1.5em 0.5em 1em;
	border:2px solid rgb(100,100,100);
	padding:3px;
}

div#Rechts {
    float: right; 
	width: 12em;
    margin: 3em 0 0 0; 
	padding: 0 5px 0 0;
	background-color: rgb(240,240,240);
}

div#Unten {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
	text-align:left;
}

.Unter_h2 {
	font-size: 14px;
	color: #000000;
}

.Fussnote {
	font-size: 10px
}

.Ankerseiteoben {
	font-size:10px;
	font-weight:bold;
}

.Blauesi {
	font-size:14px;
	font-weight:bold;
	color:rgb(0,176,240);
}

.PRot {
	color: #FF0000;
	font-weight: bold;
}

a {
	color: rgb(0,0,0);
	font-style : normal;
	font-size:14px;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	text-transform : none;
}

a:hover {
	color: rgb(0,176,240);
	font-style : normal;
	font-size:14px;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	text-transform : none;
}

p, 
pre,
legend {
	color: rgb(0,0,0);
	font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	text-transform : none;
}


ul {
	color: rgb(0,0,0);
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	text-transform : none;
}

ol {
	color: rgb(0,0,0);
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	text-transform : none;
}

table {
	width:99%;
}

td#Kopf {
	color: rgb(0,176,240);
	font-weight:bold;
}

td.Evalutext {
	border-bottom:1px solid #999999;
}

td.Evaluplus,
td.Evaluminus {
	width:15%;
	border-bottom:1px solid #999999;
}

td.Evaluplus {
	text-align:right;
}

td.Evalu1,
td.Evalu2,
td.Evalu3,
td.Evalu4,
td.Evalu5 {
	background-color:#0055FF;
	color:#FFFFFF;	
	font-weight:bold;
	text-align:center;
	width:3%;
	border-bottom:1px solid #999999;
}

td.Evalu2 {
	background-color:#0077FF;
}

td.Evalu3 {
	background-color:#0099FF;	
}

td.Evalu4 {
	background-color:#00BBFF;	
}

td.Evalu5 {
	background-color:#00DDFF;	
}

td {
	vertical-align:top;
	border: 1px solid rgb(240,240,240);
	padding: 3px;
}

h1 {
	color: rgb(0,176,240);
	font-size: 20px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

h2 {
	color: rgb(0,176,240);
	font-size: 18px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

h3 {
	color: rgb(0,176,240);
	font-size: 16px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

h4 {
	color: rgb(0,176,240);
	font-size: 14px;
	font-variant : normal;
	font-weight : bold;
}

h5 {
	color: rgb(0,0,0);
	font-size: 14px;
	font-variant : normal;
	font-weight : bold;
}

h6 {
	color: rgb(0,0,0);
	font-size: 12px;
	font-variant : normal;
	font-weight : bold;
}


