/* ------------ Text  -----------------------*/

html, body, h2, h3, h4, div, p, li, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.bannerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}

p{
	margin-bottom: 40px;
	margin-top: 20px;
}

html, body {
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 150%;
	background-image: none;
	background: #E1E1E1;
}

h3 {
	font-size: 110%;
	background-image: none;
	background: #E1E1E1;
}


h4 {
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px dashed #999999;
	font-family: Arial, Helvetica, sans-serif;
	}
h5 {
		font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	}
h6 {
		font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}



/* ------------ Links  -----------------------*/
a:hover{
   color: #CC3333;
}
a {
   color: #0066CC;
   text-decoration: none;
}
/* ------------ Strukturelemente  -----------------------*/

.banner{
	width: 90%;
	border: 1px solid #999999;
	height: 130px;
	margin: 0px;
	padding: 10px;
	background-color: #FEFEFE;
	background-image: url(../images/schriftBarriere.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;



}

.menueBody, .infoboxBody{
	font-size: 100%;	
}

.imageLeft, .imageRight {
	padding-bottom: 10px;
}

.imageText{
	font-size: 80%;
	font-style: italic;
}

.infoboxBox{
	background: #F6F6F9;
	float: left;
	width: 20%;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}

.infobox {
	font-size: 100%;
	padding: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-image: none;
	margin: 0px;
}

.infoboxheader {
	font-size: 100%;
	font-weight: bold;
	border: none;
	color: #333333;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}

.infoboxFooter{
	border-bottom-width: 0px;
}

.menue{
	background: #F6F6F9;
	float: left;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 20%;

}

.mainMenue {
	text-align: center;
	font-size: 110%;
}

.seperator{
	border-bottom: 7px solid #FFFFFF;
}

.infoboxHeader, .menueHeader{
	background: #DEE0E3;
	padding: 7px;
	font-weight: bold;
	color: #000000;
}

.main {
	float: left;
	width: 50%;
	border: 1px solid #999999;
	margin: 0px;
	padding: 10px;
	background: #FFFFFF;
}

.all {
	width: 100%;
}

hr {
	height: 1px;
	width: 95%;
}

.aktuell {
	padding-bottom: 10px;
}

.aktuellbereichDate {
	font-size: 13px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

/* ************************************************************************************ 
   *************************************** Menue **************************************
   ************************************************************************************ */

div#menue {
	height: auto;
	width: auto;
	line-height: 25px;

}
div#menue p{
	margin: 0px;
	padding: 0px;
}
div#menue p a {
	display: block;
	width: 100%;

	color: #4E4E4E;
	padding-left: 23px;
}

div#menue p a:hover {
    color: #000000;
}


/* ****** Active ****** */

div#menueActive {
	height: auto;
	width: auto;
	line-height: 25px;
	font-weight: bold;
}

div#menueActive p{
	margin: 0px;
	padding: 0px;
}

div#menueActive p a {
	display: block;
	width: 100%;
	color: #000000;
	padding-left: 23px;
}

div#menueActive p a:hover {
    color: #000000;
}


/* ************************************************************************************ 
   ********************************** Sub Menüsteuerung *******************************
   ************************************************************************************ */

/* ****** normal ****** */

div#menueSub {
	height: auto;
	width: auto;
	line-height: 20px;
}

div#menueSub p{
	margin: 0px;
	padding: 0px;
}

div#menueSub p a {
	display: block;
	width: 100%;
	color: #5D5C5C;
	padding-left: 35px;
}

div#menueSub p a:hover {
    color: #000000;
}


/* ****** Active ****** */

div#menueSubActive {
	height: auto;
	width: auto;
	line-height: 20px???›??7??????;
	font-weight: bold;
}

div#menueSubActive p{
	margin: 0px;
	padding: 0px;
}

div#menueSubActive p a {
	display: block;
	width: 100%;
	color: #000000;
	padding-left: 35px;
}

div#menueSubActive p a:hover {
    color: #000000;
}


.image {
	border: 1px solid #cccccc;
}
.imageRight {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
.imageLeft {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}
.homeVeranstaltungenPfeil {
	padding-bottom: 7px;
}
.homeWaiBilder {
	padding-right: 10px;
	padding-bottom: 10px;
}
.homeWaiText {
	margin-right: 20px;
}

