@charset "utf-8";

/**
-----------------------------------------
allgemeine Elemente 
-----------------------------------------*/
html {
	overflow:scroll;
	}

hr {
	margin-top:20px;
	margin-bottom:20px;
	border:none;
	background-color:#dc311f;
	height:2px;
	color:#dc311f;
	}

/* Farbe und Hintergrund */
body {
	color: #005b98;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#e0f1fa;
	margin: 0;
	padding: 0;
}

fieldset {
	color: #005b98;
}

input.text, textarea {
	width:150px;
	border:solid 1px #005b98;
	}
	
input.text:focus, textarea:focus {
	border:solid 1px #dc311f;
	}

input, textarea, select {
	color: #005b98;
}

textarea {
	width:215px;
	height:150px;
	}

td {
	border: none;
	vertical-align: top;
}

/* Links und Anker */
a:link {
	color: #005b98;
	text-decoration: none;
	
}
a:visited {
	color: #005b98;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #DC311F;
	text-decoration: none;
}
a:active {
	color: #005b98;
	text-decoration: none;
}
a:link img, a:visited img, a:hover img, a:focus img, a:active img {
	border: none;
	margin: 0px;
}

/* Ueberschriften */

h1, h2, h3 {
	color: #005b98;
	margin-top: 10px;
	margin-bottom:5px;
}
h1 {
	font-size: 11pt;
	margin-bottom: 20Px;
	margin-top: 20Px;
}
h2 {
	margin-top:20px;
	font-size: 9pt;
}
h3 {
	font-size: 8pt;
}

/* Absaetze */
p {
	
}

p.bad {
	color: #FF0000;
}

td {
	text-align: left;
}

/**
-----------------------------------------
Regeln fuer besondere Bereiche
-----------------------------------------*/

/* komplette Seite */
div#komplett {
	width: 1024Px;
	margin: auto;
	background-color: #FFFFFF;
}

/* oberer Bereich */

div#oben {
	width: 1024Px;
	height: 225Px;
	background-repeat: no-repeat;
	border-bottom:10px solid #005b98;
}

/* mittlerer Bereich */
div#mitte {
	width: 1024Px;
	float:left;
	background:url(bilder/bg_mitte.gif) top left repeat-y #FFFFCB;
}

div#mitte1 {
	width: 196Px;
	background-color: #248ec5;
	float: left;
}

div#mitte1-1 {
	width: 196Px;
	float: left;
	text-align: center;
}

#mitte1-1 ul, #mittel-1 li {
	list-style-type:none;
	}

div#mitte1-1 ul {
	margin:20px 0 0 10px;
	padding:0px;
	font-weight: 700;
	text-align: left;
}

div#mitte1-1 li {
	background-color: #FFFFCB;
	border: 1Px solid #005b98;
	width: 160Px;
	padding:5px;
	margin-bottom:2px;
}

div#mitte1-1 ul ul {
  margin:0px;
	padding:0px;
}

div#mitte1-1 ul ul li {
	padding-left:30px;
	width:135px;
	}

div#mitte1-2 {
	width: 176Px;
	height: 120Px;
	margin-top:100px;
	background-color: #005b98;
	float: left;
	color: #ffffcb;
	padding-left:10px;
	padding-right:10px;
}

div#mitte1-2 a:link {
	color: #ffffcb;
	text-decoration: none;
	
}
div#mitte1-2 a:visited {
	color: #ffffcb;
	text-decoration: none;
}
 div#mitte1-2 a:hover,a:focus {
	text-decoration: underline;
}
div#mitte1-2 a:active {
	color: #ffffcb;
	text-decoration: none;
}

div#mitte1-2 p {
	padding-top: 15Px;
}

div#mitte2 {
	width: 528Px;
	color: #005b98;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:20px;
	float: left;
	border-right:solid 2px #dc311f;
}

div#mitte3 {
	width: 228Px;
	color: #FFFFCB;
	background-color: #FFFFCB;
	float: left;
	text-align: center;
}

div#mitte3 h1, div#mitte3 h2, div#mitte3 h3 {
	color: #005b98
	padding-top:0px;
	margin-top:0px;
}
div#mitte3 h1 {
	font-size:10pt;
}
div#mitte3 h2 {
	font-size:9pt;
}

div#mitte3-1 {
	width: 210Px;
	color: #005b98;
	background-color: #F9EDD6;
	text-align: left;
	padding:5px;
}

div#mitte3-2 {
	width: 210Px;
	color: #005b98;
	background-color: #F9EDD6;
	text-align: left;
	padding:5px;
}

/* seitliche Navigation */

div#navi ul {
	padding: 0;
	list-style-type: none;
	padding-left: 10px;
	margin-left: 5px;
}
div#navi li {
	line-height: 2.0em;
}

/* Seiteninhalt */
div#content p {
	padding: 0px;
}

#produkte {
	width:520px;
	margin:0px;
	padding:0px;
}

#produkte td {
  vertical-align:bottom;
	text-align:center;
	width:150px;
	padding:5px;
}

#produkte td.beschreibung {
	text-align:left;
	vertical-align:top;
}

/* Startseite Info Neue Veranstaltungen (in news.php) */
#NeueVeranstaltungen {
	font-size: 14px;
	color: #039;
	background-color: #B6DEFC;
	vertical-align: middle;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px double #009;
}


/* Fusszeile */
div#footer {
	width: 1024Px;
	height: 26Px;
	background-color: #005b98;
	color: #ffffcb;
	text-align:center;
	float: left;
}

#footer a {
color: #ffffcb;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
