/* CSS Document */

/*Dunkelblau-Hintergrund: #014FA2*/

* {
margin: 0;
padding: 0;
}

body {
margin: 0px 0px 0px 0px;
background-color: #014FA2; /*#00A4E1;*/
font-family: Verdana, Arial, Courier;
font-size: 100.01%;
scrollbar-base-color:#FFFFFF;
scrollbar-track-color:#C4D4ED;
scrollbar-face-color:#00A4E1;
scrollbar-highlight-color:;
scrollbar-3d-light-color:yellow;
scrollbar-dark-shadow-color:;
scrollbar-shadow-color:;
scrollbar-arrow-color:#000099;
border-top: 0px solid #00ffff;
border-right: 0px solid #000099;
border-left: 0px solid #000099;
}

/* -----------------------Kopf */

#kopf {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	border-bottom: 0px;
	margin-right: 0px;
	background-color: #00A4E1;
	width: 100%;
	height: 57px;
	}

/* ------------------------ Menü */

#menue {
	float: left;
	width: 200px;
	margin-top: 8px;
	margin-left: 0px;
	padding-bottom: 20px;
	background: #014FA2; 
	color: #ffffff; 
	overflow: visible;
	}

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

#menue a {
	display: block;
	text-decoration: none;
	width: 191px;
	font-weight: bold;
	margin-left: 0px 0px;
	margin-right: 0px;
	padding: 4px 0px 4px 10px;
	font-size: 100%;
	font-family: verdana,arial,monospace;
	background: #0192D3; 
	color: lightyellow; 
	border-top: 1px solid #01009A; 
	border-right: 1px solid #01009A;
	border-bottom: 1px solid #01009A;
	}
#menue a:hover {
	color: #0192D3;
	background: lightyellow; 
 	display: block;
	text-decoration: none;
	width: 191px;
	font-weight: bold;
	margin-left: 0px 0px;
	margin-right: 0px;
	padding: 4px 0px 4px 10px;
	font-size: 100%;
	font-family: verdana,arial,monospace;
	border-top: 1px solid #01009A; 
	border-right: 1px solid #01009A;
	border-bottom: 1px solid #01009A;
	}

#menue a:visited {
	color: #E8F3F7;
	text-align: left;
	font-weight: normal;
	margin-right: 4px;
	}

#menue a:visited:hover {
	color: #0192D3;
	background: lightyellow;
	text-align: left;
	font-weight: normal;

	margin-right: 4px;
	}

#menue .kontaktblau {
	text-align: right;
	margin-right: 0px;
	font-family: verdana,arial,monospace;
	font-weight: bold;
	color: #00CCFF; 
	font-size: 10px;
	}

#menue .kontakt {
	text-align: right;
	margin-right: 10px;
	font-family: verdana,arial,monospace;
	font-weight: normal;
	color: white; 
	font-size: 10px
	}

#menue a.mail {
	text-decoration: none;
	text-align: right;
	margin-right: 0px;
	padding: 0px 10px 0px 0px;
	font-family: verdana,arial,monospace;
	font-weight: normal;
	color: #00CCFF; 
	background: #034FA3; 
	border-top: 0px solid darkblue;
	border-right: 0px solid darkblue;
	border-bottom: 0px solid darkblue;
	}

#menue a.mail:hover {
	text-decoration: none;
	text-align: right;
	font-family: verdana,arial,monospace;
	font-weight: normal;
	color: yellow; 
	}

#menue a.mail:visited {
	text-decoration: none;
	text-align: right;
	font-family: verdana,arial,monospace;
	font-weight: normal;
	color: white; 
	background: #034FA3; 
	}

#menue a.mail:visited:hover {
	text-decoration: none;
	text-align: right;
	font-family: verdana,arial,monospace;
	font-weight: normal;
	color: white;
	}

/* --------------------------------Inhalt- */

#inhalt {
	background:#FFFFEC;
	color: #000099;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;

/* -----------------Bereich unter dem Menü---------- */
	border-left: 207px solid #014FA2;
	border-right: 50px solid #014FA2;
}

#inhalt ul li {
	list-style-type:disc;
	list-style-position: outside;
	padding: 15px 15px 0px 10%;
	}

#inhalt p.hauptueberschrift {
	font-size: 120%;
	padding: 10px 0px 5px 0%;
	color:  yellow;
	background: #014FA2;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: left;
	border-bottom: 0px solid #ADD8E6
}

#inhalt p.ueberschrift {
	font-size: 18px;
	padding: 25px 10% 5px 5%;
	color: darkblue;
	font-weight: bold;
	text-align: left;
}

#inhalt p.reiter {
	font-size: 110%;
	letter-spacing:2px;
	font-family: arial;
	padding: 2px 0px 0px 2%;
	color:  darkblue; /*#000099;*/
	font-weight: bold;
	background: #FFFFA4; /*#014FA2; /*#FAFBC4; */
	text-align: left;
	border-top: 0px solid #014FA2;
	border-bottom: 0px solid darkblue;
}

/* ----------- P-Texte --------*/

#inhalt ul li {
	list-style-type: disc;
	list-style-position: inside;
	left: 5%;
}

#inhalt p {
	/*line-height: 150%;*/
	padding: 16px 10px 0px 7%;
	font-size: 24px;
	font-family: verdana,arial,monospace;
	color: #000099;
	font-weight: bold;
}

#inhalt p.unterstrichen {
	line-height: 120%;
	padding: 0px 8px 0px 7%;
	font-size: 100%;
	font-family: verdana,arial,monospace;
	color: darkblue;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	letter-spacing: 2px;
	border-top: 0px solid #000099;
	border-bottom: 1px solid #000099;  
    }

#inhalt p.aktuell {
	padding: 16px 10px 0px 8%;
	font-size: 100%;
	font-family:verdana,arial,monospace;
	}
	
#inhalt p.hinterlegt {
	line-height: 150%;
	padding: 0px 8px 0px 7%;
	font-size: 100%;
	font-weight: normal;
	font-family:verdana, arial, monospace;
	background: #ffffbb;
	left: 5%;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
    }
	
#inhalt p.mengentext {
	line-height: 150%;
	padding: 20px 8% 0px 7%;
	font-size: 100%;
	font-family:verdana,arial,monospace;
	}

#inhalt p.monat {
	line-height: 150%;
	color: #FFFFEC;
	font-weight: bold;
	padding: 0px 0px 0px 10;
	font-size: 100%;
	font-family:verdana,arial,monospace;
	background: #014FA2;
	border-top: 0px solid #0000bb; 
	border-bottom: 0px solid #0000bb; 
	}

#inhalt p.datum {
	line-height: 150%;
	text-indent: 0px;
	padding: 0px 0px 0px 50px;
	font-size: 100%;
	color: #000099;
	font-family: verdana,arial,monospace;
	background: #FFFFaa;	
	border-top: 1px solid #000099; 
	border-bottom: 1px solid #0000bb; 
	}

#inhalt p.termin {
	font-size: 12px;
	line-height: 20px;
	left: 50px;
	padding-left: 80px;
	padding-right: 30px;
}
	
#inhalt p.fusszeile {
	padding: 20px 0px 20px 0px;
	background-color: #014FA2;
	text-align: center;
	}

/* --------- Links ---------*/

#inhalt a:link {
	text-decoration: underline;
	background: transparent;
	color: #000099;
	font-weight: normal;
	font-size: 100%;
	}

#inhalt a:visited {
	text-decoration: underline;
	background: transparent;
	color: #0000aa;
	font-weight: normal;
	font-size: 100%;
	}

#inhalt a:hover {
	text-decoration: none;
	background: yellow; /*#F7E658;*/
	weight: normal;
	font-size: 100%;
	}
	
	
