
/* Hintergrundfarbe und Größe/Ränder des Browserfensters */
body {
	/*  text-align: center; required for centering the page in IE */
	margin: 0px;
	padding: 0px;
	background-image: url(header/background.png);
	background-repeat: repeat;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
/* Seitenweite Schiftformatierung */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
html, body {
	height: 100%;
	width: 100%;
}	


/* Hintergrundfarbe und Größe/Ränder der Homepageanzeige */
div#page {
	display: block;
	position: static;
	width: 1040px;
	height: 100%;
	margin: 0 auto; /* centering the page */
	text-align: left;
	
}

/*Hintergrund für Menü und Content-Bereich*/
div#container {
	background: url(header/container.png);
	background-repeat: repeat-y;
	width: 1040px;
	float: left;
}

/* Kopfgrafikebene */
div#banner {
	position: static;
	height: 175px;
	background-image: url(header/header.png);
}
/* Kopflinkebene + Linkformatierung */
div#subbanner {
	position: static;
	background-image: url(header/subbanner.png);
	width: 1040px;
	height: 32px;
		
}
div#subbannertext {
	padding-top: 6px;
	padding-right: 45px;	
	text-align: right;
}

div#subbannertext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	background-color: #dbe4ff;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	vertical-align: bottom;
	border-top: 1px solid #7d97fa;
	border-right: 1px solid #7d97fa;
	border-bottom: 1px solid #7d97fa;
	border-left: 1px solid #7d97fa;
}
div#subbannertext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
	background-color: #e9efff;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top: 1px solid #7d97fa;
	border-right: 1px solid #7d97fa;
	border-bottom: 1px solid #7d97fa;
	border-left: 1px solid #7d97fa;
	vertical-align: bottom;
}

div#search {
	margin-left: 22px;
	margin-top: 15px;
}
div#search .inputtext {
	background-color: #f6f3ff;
	border-color: #7d97fa;
	margin-top: 0px;
	height: 18px;
	vertical-align: top;
	border-width: 1px;
	padding: 0mm;
	border-collapse: collapse;
	font-weight: normal;
}
div#search .inputsubmit {
	height: 20px;
	width: 20px;
	background: url(header/lupe.png);
	vertical-align: bottom;
   border-width:0px;
   padding:0mm;
	border-color:#000000;
   border-collapse: collapse;
}


/* Seitenfuss (MHoepfner) */
div#fuss{
	float: top;
	width: 1040px;
	height: 53px;
	clear: both;
	text-align: center;
	background-image: url(header/fuss.png);
}
/*Logoteil im Menuebereich */
div#menuelogo{

	
}


/* Menüebene links */
div#menue {
	width: 197px;
	float: left;
	height: 100%;
	position: relative;
	padding-left: 12px;
}	
/* Hauptnavigationsebene */
div#nav {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 172px;
	list-style-type: none;
	text-indent: 5px;
	margin-left: 17px;
	padding-left: 0;
	list-style-type: none;
	
}
div#nav a:hover {
	color: Maroon;
	background-repeat: repeat-x;
	background-position: 0px;
	background-color: Silver;
}
.hauptlink {
	display: block;
	color: #000000;
	background-repeat: repeat-x;
	background-position: 0px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	padding-bottom: 3px;
		
}
.hoverlink {
	display: block;
	color: Maroon;
	background-repeat: repeat-x;
	background-position: 0px;
	background-image: url(../images/buttonhover.png);
	background-color: Silver;
	text-decoration: none;
	padding-bottom: 3px;
}
/* Untermenüebene 1 */
div#subnav a:hover {
color: Maroon;
	background-repeat: repeat-x;
	background-position: 0px;
	background-image: url(../images/buttonhover.png);
	background-color: Silver;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.sublink {
	display: block;
	color: #000000;
	background-repeat: repeat-x;
	background-position: 0px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	padding-bottom: 3px;
	font-size: 10px;
	text-indent: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.hoversublink {
	display: block;
	color: Maroon;
	background-repeat: repeat-x;
	background-position: 0px;
	background-image: url(../images/buttonhover.png);
	background-color: Silver;
	text-decoration: none;
	padding-bottom: 3px;
	font-size: 10px;
	text-indent: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Untermenüebene 2 */
div#subsubnav a:hover {
}
.subsublink {
	display: block;
}
.hoversubsublink {
	display: block;
}
/*Logoteil im Contentbereich */
div#conentlogo{
	float: left;
	background-image: url(header/header3.png);
	background-repeat: no-repeat;

}

/* Ebenen der Contentanzeige */
div#content {
	width: 775px;
	padding-left: 10px;
	

}
div#text{
	}	
div#sitemap{
	}		
/* Textlink in der Contentanzeige*/
div#text a {
	color: Maroon;
	text-decoration: none;
	font-weight: normal;
}
div#text a:hover {
	color: Maroon;
	text-decoration: underline;
	font-weight: normal;
}	
div#text a:visited {
	color: Maroon;
}	
/* Formularformatierung */
/* Texteingabefeld */
.inputtext {
	background-color: #f6f3ff;
	border-color: #7d97fa;
	border-width: 1px;
	padding: 0mm;
	border-collapse: collapse;
	font-weight: bold;
}

/* Sendebutton */
.inputsubmit {

}
/* Listenpunktformatierung */
ul {
	list-style: url(header/lipunkt.png);
}
ol {
}
/* Überschriftenformatierung */
h1 {
	color: #3737c8;
	background: #ffffff;
	font-size: 110%;
	border: 1px solid #ccc;
	padding: 1px 0px 2px 4px;
	margin-top: 15px;
}
h2 {
	color: #3737c8;
	background: #ffffff;
	font-size: 100%;
	border: 1px solid #ccc;
	padding: 2px 0px 2px 4px;
}
h3 {
font-family: "Trebuchet MS",Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom:5px;
}
h4 {
}
h5 {
}
h6 {
}
div#listen th a{
	text-decoration: none;
	font-weight: bold;
}
div#tabellenkopf a:hover{
	text-decoration: underline;
	font-weight: bold;
}


/* CMS-Bedienungsanweisung (Tabellenanzeige) nicht löschen !! */
.mceVisualAid {
	border: 1px dashed #BBBBBB;
	background-color: White;
}