/* CSS Document */

/****************************
Schriftenformate holen
***************************/
@import url("schriften.css");

/****************************
Seitenformate global
***************************/
body {
	margin:0;
	padding:0;
	background-color:#004495; /* blau */
	background-position: 0px 150px;
	background-image: url(solid.gif);
	background-repeat:no-repeat;
	height:100%;
	/* overflow:hidden;   Kein Srollen, damit Navi immer vollblau ist */
}
html{ /* Zusatz für Safari und Firefox */
	height:100%;
	margin:0;
	padding:0;
	
}

/****************************
Hauptelemente
***************************/
#top {
	width:100%;
	position:relative;
	height:30%;
	background-image:url(Bilder/b+b_titelkopf_home.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0;
	padding:0;
}
#navi {
	width:20%;
	height:70%;
	min-height:70%; /* Zusatz für alle Browser */
	position:relative;
	float:left;
	background-color:#004495;
	padding-top:70px;
}

#inhalt {
	width:80%;
	height:70%;
	min-height:70%; /* Zusatz für alle Browser */
	float:right;
	position:relative;
	background-image:url(Bilder/b+b_hintergrund_home.gif);
	background-repeat:no-repeat;
	background-position:30% 0%;
	background-color: #E52D2A; /* rot */
	
	
}
body>#inhalt{height:auto;} /* Zusatz für alle Browser */
body>#navi{height:auto;} /* Zusatz für alle Browser */

/****************************
Inhalts-Positionierungen
***************************/
#subnavi {
	position:absolute;
	right:15%;
	bottom:-17px;
	width:60%;
	height:40px;
	text-align:right;
}
/* 
#suchbox {
	position:absolute;
	left:25%;
	bottom:0px;
	width:20%;
	height:40px;
	text-align:right;
}
*/
#pfadnavi {
	position:relative;
	left: 50px;
	width:75%;
	height:50px;
	top:10px;
}
#links {
	position:relative;
	float:left;
	left: 50px;
	top:20px;
	width:29%;
	padding-right:3%;
	margin-bottom:60px;  /* Korrektur für unteren Rand, damit nicht unter bottom fliesst */

}
#mitte {
	position:relative;
	float:left;
	left: 50px;
	top:20px;
	width:29%;
	padding-right:3%;
	margin-bottom:60px;  /* Korrektur für unteren Rand, damit nicht unter bottom fliesst */

}
#rechts {
	position:relative;
	float:left;
	left:50px;
	top:20px;
	width:17%;
	padding-right:3%;
	margin-bottom:60px;  /* Korrektur für unteren Rand, damit nicht unter bottom fliesst */

}

#bottom {
	width:90%;
	height:30px;
	clear:both;
	margin:0;
	padding:0;
	/*top:30px;  20px für zwei Ränder der oberen Elemente, 10px zusätzlich 
	left:50px;
	position:relative; */
	position:absolute;
	bottom: 7px;
	left:50px;
}





/****************************
NEUE Alternative Schrift-Formatierungen
***************************/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
}
p, h1, h2, h3, h4, li, ul, dd {
	margin:0px;
	padding:0px;
	
}
p {
	margin-bottom:8px;
	line-height:15pt;
}
ul, li {
	margin-left: 10px;
	line-height: 13pt;
	margin-bottom: 8px;
	margin-top: 8px;
	list-style:square;
}

h1 {
	font-size: 15pt;
	line-height:22pt;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	border-bottom:solid 3px #CCCCCC;
}

h2 {
	font-size: 9.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#000000;  /* blau -> schwarz */
	padding-left:4px;
	padding-bottom:3px;
	padding-top:2px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight:bold;
} 
 
h3 {
	font-size: 9.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	line-height:15pt;
} 
 

a:link {
	color: #000000; /* blau -> schwarz */
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000; /* blau -> schwarz */
}
a:hover {
	text-decoration: none;
	color: #000000; /* blau -> schwarz */
	border:#FFFFFF dotted 1px;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

#pfadnavi {
	/*color: #CCCCCC;  hellrot */
	color: #FFFFFF; /* helleres rot -> grau */
}
#pfadnavi a {
		color: #FFFFFF; /* helleres rot -> grau */
}
#pfadnavi a:hover {
	color: #000000; /* blau -> schwarz */
}

#bottom  {
	color: #FFFFFF; /* helleres rot -> grau */
	/*color: #CCCCCC;  hellrot */
}
#bottom a {
	color: #FFFFFF; /* helleres rot -> grau */
	text-decoration:underline;
}
#bottom a:hover {
	color: #000000;
	text-decoration:underline;
}


#rechts p {
	color: #000000; /* blau -> schwarz */
	font-weight:bold;
}
#subnavi p {
	color: #000000; /* blau -> schwarz */
	vertical-align:middle;
}

#subnavi a:hover {
	border:none;
	border-bottom: #000000 solid 10px; /* rot -> schwarz */
}

.csc-textpic a:hover {  /* Damit nicht alle Bilder einen Hover-Effekt erhalten */
	border:none;
}

.kontaktformular table {
	padding: 4px;
}
.kontaktformular select, .kontaktformular input, .kontaktformular submit, .kontaktformular textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	border:none;
	background-color: #CCCCCC;
	padding: 3px;
	margin-right: 5px;
	margin-top:3px;
	margin-bottom:3px;
}

.kontaktformular select {
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}

.kontaktformular .absendeknopf {
	background-color: #000000;
	color:#FFFFFF;
	padding: 5px;
}

.agendatab td {
	padding-bottom:2px;
	padding-top:2px;
	border-top:thin solid #CCCCCC;
}

.agendahell {
	/*border-top:thin solid #CCCCCC;
	 background-color: #CCCCCC; */
}

/****************************
News-Formatierungen
***************************/
.news-amenu-container .news-amenu-item-year {
	font-weight:bold;
}

.news-list-date {
	font-weight: normal;
}

/****************************
Menu-Formatierungen
***************************/
.menu_1 {
	color: #000000;
	background-color:#a6a6a6;
	padding-left: 23px;
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	letter-spacing: 1px;
	background-image: url(Bilder/weisses_quadrat.gif);
	background-position:top right;
	background-repeat:no-repeat;
	line-height:16pt;
	margin-bottom:8px;
	margin-top:8px;
}
.menu_1_act {
	color: #000000;
	/* background-color: #000000; */
	background-color:#666666;
	padding-left: 23px;
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	letter-spacing: 1px;
	background-image: url(Bilder/blaues_quadrat.gif);
	background-position:top right;
	background-repeat:no-repeat;
	line-height:16pt;
	margin-bottom:8px;
	margin-top:8px;
}
.menu_1 a {
	color: #000000;
	text-decoration:none;

}
.menu_1 a:hover {
	color: #CCCCCC;  /* blau -> schwarz */
	text-decoration:none;
	border:none;	
}


.menu_1 a:visited {  /* Fix für IE 5 + IE 5.5 */
	text-decoration:none;
}
.menu_1_act a:visited {  /* Fix für IE 5 + IE 5.5 */
	text-decoration:none;
}
.menu_2 a:visited {  /* Fix für IE 5 + IE 5.5 */
	color: #000000;
	text-decoration:none;
}
.menu_2_act a:visited {  /* Fix für IE 5 + IE 5.5 */
	color: #FFFFFF;
	text-decoration:none;
}


.menu_1_act a {
	color: #FFFFFF;
	text-decoration:none;

}
.menu_1_act a:hover {
	color: #000000;  /* blau -> schwarz */
	text-decoration:none;
	border:none;
}
.menu_2 {
	color: #000000;
	background-color:#CCCCCC;
	padding-left: 40px;
	font-size: 8pt;
	font-weight:bold;
	letter-spacing: 1px;
	line-height:16pt;
	margin-bottom:4px;
	margin-top:4px;
}
.menu_2_act {
	color: #FFFFFF;
	background-color:#666666;
	padding-left: 40px;
	font-size: 8pt;
	font-weight:bold;
	letter-spacing: 1px;
	line-height:16pt;
	margin-bottom:4px;
	margin-top:4px;
}
.menu_2 a {
	color: #000000;
	text-decoration:none;

}
.menu_2 a:hover {
	color: #FFFFFF;  /* rot -> schwarz */
	text-decoration:none;
	border:none;
}

.menu_2_act a {
	color: #000000;
	text-decoration:none;

}
.menu_2_act a:hover {
	color: #FFFFFF;  /* rot -> schwarz */
	text-decoration:none;
	border:none;
}


/* Globale Elemente, die bestehende Ebenen überschreiben */
body {
	background-color: #000000;  /* blau -> schwarz */
	background-image: url(solid.gif);
}
#top {
	background-image:url(Bilder/b+b_titelkopf_home_sw.gif);
	/* background-image:url(Bilder/b+b_titelkopf_inhalt.gif); */
}
#navi {
	background-color: #000000;  /* blau -> schwarz */
}

#inhalt {
	background-image:url(Bilder/b+b_hintergrund_home_sw.gif);
	background-color: #a6a6a6; /* rot -> grau */
}