td {
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
	font-size: 12px;
}
	hr {
	height: 0px;
	width: 100%;
	border-top: 1px #c5c5c5;
	border-right: 1px #c5c5c5;
	border-bottom: 1px dashed #c5c5c5;
	border-left: 1px #c5c5c5;
	padding: 5px;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;


}	
h3 {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;


}
h4 {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 8px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 6px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {  color: #425464; text-decoration: underline}
a:hover {  text-decoration: none}
.tableHeader {
	font-weight: bold;
	border: none;
}

.homepageMain {
	list-style-image: url(../images/homepage.gif);
}
.pdfMain {
	list-style-image: url(../images/pdf.gif);
}

/* **************************************** Bilder ************************************** */
.imageHeader {
	border: 1px solid #CCCCCC;
}

.pictureText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.image {
	border: 1px solid #999999;
}
.imageRight {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
.imageLeft {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
}
.homepage {
	list-style-image: url(../images/homepage.gif);
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
	text-indent: 0px;
}

.pdf {
	list-style-image: url(../images/pdf.gif);
	margin: 0px;
	padding: 15px;
}
.logos {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* ************************************ Aktuellbereich ********************************** */

.aktuell {
	padding-bottom: 5px;
}

.aktuellbereichDate {
	font-size: 11px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}


/* ************************************** Typografie ************************************ */

.rot {
	color: #FF0000;
}
.kursiv {
	font-style: italic;
}



.background {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}
.backgroundHome {
	background-image: url(../images/HomeBackground.jpg);
	background-repeat: repeat;
}
.background01 {
	background-image: url(../images/menueBild.jpg);
	background-repeat: no-repeat;
	height: 820px;
	background-position: 0px 240px;

}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 90px;
	padding-top: 25px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #425464;
}


/* ************************************************************************************** 
   ************************************* Menüsteuerung **********************************
   ************************************************************************************** */

/* ****** normal ****** */

div#menue {
    height: auto;
}
div#menue p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 10px;

}
div#menue p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
}

div#menue p a:hover {
    color: #DDDDDD;
}


/* ****** Active ****** */

div#menueActive {
    height: auto;
    width: 201px;
}

div#menueActive p{
	height: 22px;
	width: 201px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#menueActive p a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
}

div#menueActive p a:hover {
    color: #FFFFFF;
	font-weight: bold;
}
body {
	margin: 0px;
	padding: 0px;
}
