/* FARBEN
#688b9a: dunkles blau haupthinte
#003366: noch dunkler ueberschrift
*/

body {
margin-right : 3%;
margin-left : 3%;
padding : 0; 
color : black; 
font-family : Arial, Helvetica, sans-serif;
font-size: 12px;
background:#688b9a;
}

div.content {
background:white;
margin-top:20px;
margin-bottom:20px;
}

/* HEADER */
div.header {                                                                    
border: 1px solid black;
background-color : #036;
height:72px;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* Logo rechts */
div.header img {
float:right;
}

/* Ein Hauptmenueeintrag */
div.menueintrag {
margin-top:50px;
margin-left:5px;
font-size:13px;
font-weight:bold;
color:white;
}

div.menueintrag a:link {
color:white;
text-decoration : none;
}

div.menueintrag a:visited {
color:white;
text-decoration : none;
}

div.menueintrag a:hover {
	color : #003366;
	background-color: white;
	text-decoration : none;
}                                                                

/* 	Inhalt allgemein 

	Der Inhalt ist in drei Bereiche aufgeteilt.
	Links 25% Mitte 47% Rechts 25% Rest Abstand
*/

/* Links im Inhalt
a:link { 
text-decoration:none;
}

a:visited { 
text-decoration:none; 
}

a:hover { 
text-decoration:none; 
color:white;
background-color:#003366;
}
*/

a {
text-decoration:none;
color: #003366;
}

a:hover {
color:white;
background-color: #003366;
}


img {
border:0;
}



div.content div.links {
width: 20%;
float: left;
overflow:hidden;
}

div.content div.mitte {
width: 50%;
float: left;
overflow:hidden;
}

div.content div.rechts {
width: 29%;
float: right;
overflow:hidden;
}



/* Infoblock */

.box {
	border:1px solid grey;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}

/* Box Ueberschrift */
.box .titel {
	margin-top:0px;
	margin-bottom:0px;
	color:white;
	background-color:#003366;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

/* Box Inhalt */
.box .inhalt{
padding:5px;
background: #edf2f5;
overflow:hidden;
}

.box .inhalt .subtitel {
font-size:1.2em;
font-weight:bold;
margin-top:10px;
}


/* Copyright informationen */
.footer {
	clear:both;
	margin-top:50px;
	border-top-style: dotted;
	border-width: thin;
	border-color: gray;
	text-align: center;
	font-size: 0.8em;
	color: gray;
}
