/************* Textstyles *************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#353535;
}

td {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    }

p {
  margin: 0;
}

a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #004A8A;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #004A8A;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #004A8A;
	font-size: 14px;
	font-weight: normal;
}

#termine h2 {
	padding: 0;
	padding-left: 10px;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
}



#hauptmenue a {
	font-weight: bold;
	color: #E0E0E0;
	text-decoration: none;
	font-size: 16px;
}

#hauptmenue a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#hauptmenue td.active {
    font-weight: bold;
	color: #004a8b;
	text-decoration: none;
	font-size: 16px;
}

#navi p.submenue_titel {
    font-weight: bold;
    margin: 8px 0 0 12px;
    padding: 0;
	color: #004a8b;
	text-decoration: none;
	font-size: 16px;
    }

#navi ul {
    margin: 18px 0 10px 28px;
    padding: 0;
    }

#navi li {
    list-style-image: url(../bilder/bullets/submenue.gif);
    padding-bottom: 8px;
    }

#navi li.active {
    list-style-image: url(../bilder/bullets/submenue-active.gif);
    font-weight: bold;
    color: #004a8b;
	font-size: 14px;
    }

#navi li a {
    font-weight: bold;
    color: #8A8A8A;
	text-decoration: none;
	font-size: 14px;
}

#navi li a:hover {
    color: #004a8b;
}

#navi li.active a {
    color: #004a8b;
}



#bottomNavi li a {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;
}

#bottomNavi li a:hover {
	text-decoration: underline;
}



/************ Seitenlayout und layer definitionen **************/
body {
	background: #fffdf9;
	background-image: url(../bilder/ver-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
}

#page {

	position:absolute;

	background-image:url(../bilder/hor-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-height: 550px;
	z-index: 20;
}

#head {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 205px;
	top: 0;
	z-index: 10;
}

#logo {
	position: absolute;
	left: 70px;
	top: 10px;
	background-image:url(../bilder/banner-vordergrund.png);
	background-repeat: no-repeat;
	width: 838px;
	height: 154px;

	z-index: 30;
}

#eyecatcher {
	position: absolute;
	left: 70px;
	top: 0px;
	width: 837px;
	height: 180px;
	text-align:right;
}

#content {
	position: absolute;
	background-image: url(../bilder/content-bg.jpg);
	background-repeat: no-repeat;
	top: 180px;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	min-height: 550px;
}

#text {
	margin-left: 280px;
	margin-top: 70px;
	width: 600px;
}

#text.narrow {
	width: 420px
}

.csc-frame-frame1 {
  border:1px solid #004a8b;
  background-color:#e1f1ff;
}


/************* runde ecken ************************************/

.roundTop {
	background-image: url(../bilder/runde-box-oben.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 7px;
}

.roundBottom {
	background-image: url(../bilder/runde-box-unten.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;
}

.roundSubTop {
	background: #fffdf9;
	background-image: url(../bilder/runde-box-hell-oben.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 7px;
	width: 149px;
}

.roundSubBottom {
	background-image: url(../bilder/runde-box-hell-unten.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 15px;
}

/************* Navigation *************************************/

#hauptmenue {
	position: absolute;
	left: 70px;
	top: 0px;
	background-image: url(../bilder/menue-bg.jpg);
	background-repeat: repeat-x;
	width: 837px;
	height: 38px;
	text-align: center;
	z-index: 20;
}

#hauptmenue table {
    height: 100%;
}

#hauptmenue tr {

}

#hauptmenue td {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #004a8b;
}

#hauptmenue td.active {
    padding-left: 9px;
    padding-right: 9px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #004a8b;
    border-right: 1px solid #004a8b;
    border-top: 1px solid #004a8b;
}

#navi {
	position:absolute;
	float: left;
	margin-left: 86px;
	margin-top: 65px;
	background-image: url(../bilder/submenue-bg.jpg);
	background-repeat: repeat-x;
    border: 1px solid #004a8b;
	width: 170px;
	}

#bottomNavi {
	clear: both;
	margin-left: 86px;
	width: 802px;
	text-align: center;
	padding-top: 30px;
}

#bottomNavi ul {
	background-image: url(../bilder/navi-balken-unten.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	padding-top: 4px;
	height: 29px;
	left: 0;
}

#bottomNavi li {
	list-style-type: none;
	display: inline;
	margin-top: 5px;
}

/************* Kontakt *************************************/
#kontakt {
	font-size: 12px;
}

#kontakt td {
	vertical-align: top;
}

#kontakt .funktion {
	font-size: 16px;
	font-weight: bold;
    color: #FFFFFF;
}

#kontakt .name {
	font-size: 14px;
	font-weight: bold;
}

#kontakt a {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

#kontakt a:hover {
	text-decoration: underline;
}


#kontakt .eintrag {
	width: 100%;
	border: 1px solid #004a8b;
	border-collapse: none;
	padding: 0px;
    background-color:#e1f1ff;
}

#kontakt .funktion {
	text-align: center;
	background-color: #004a8b;
}

#kontakt .name {
	text-align: center;
	border-bottom: 1px dashed #004a8b;
}

/************* Linkliste *************************************/

#linkliste {
	width: 90%;
	border: 0;
    margin-left: 10px;
}

#linkliste td.link {
	width: 100%;
    border-bottom: 1px solid #004a8b;
}

#linkliste td.link a {
	color: #004a8b;

}

#linkliste td.link a:hover {
	text-decoration: none;
    border-bottom: 1px dashed #004a8b;
}

#linkliste td.beschreibung {
	font-size: 12px;
    padding-left: 10px;
}

/************* Aktuelles *************************************/

#aktuelles {
  margin: 0;
}

#aktuelles li {
  margin: 10px;
}

#aktuelles li.galerie {
	list-style-image: url(../bilder/bullets/bildergalerie.png);
}

#aktuelles li.news {
	list-style-image: url(../bilder/bullets/nachrichten.png);
}

#aktuelles li.seite {
	list-style-image: url(../bilder/bullets/seite.png);
}

#aktuelles li.pdf {
	list-style-image: url(../bilder/bullets/pdf.png);
}

