body,td,th {
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 	font-size: 9pt;
    text-align: left;
}




body  {
	background-color: #62748D;
	margin: 0px 0px 0px 0px;
	color: #fff;
}



a:link, a:visited {
	color: #fff;
	text-decoration: none;
}


a:active {
	color: #fff;
	text-decoration: none;
}


a:hover {
	color: #fff;
	text-decoration: none;
}



.logo  {
padding: 10px 10px 10px 20px;
background-color: #F1EFEB;
border-left: 3px solid #fff;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
}



.logo a, .logo a:hover {
color: #000;
text-decoration: none;
background-color: #F1EFEB;
}



.menuback  {
padding: 0px 0px 0px 0px;
background-color: #A2B7CA;
border-left: 3px solid #fff;
border-bottom: 3px solid #fff;
}


.footer  {
padding: 5px 5px 5px 15px;
color: #fff;
background-color: #CBBF9A;
border-left: 3px solid #fff;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
}

.esm  {
padding: 10px 10px 10px 10px;
font-size: 8pt;
text-align: right;
color: #000;
}

.esm a, .esm a:hover {
color: #000;
}

.content1  {
color: #fff;
padding: 20px 25px 45px 15px;
line-height: 1.5em;
vertical-align: top;
}

.content2  {
color: #fff;
padding: 20px 10px 10px 10px;
line-height: 1.5em;
vertical-align: top;
}


h1 {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 4px;
	border-bottom: 1px solid #fff;
	padding: 0px 0px 3px 0px;
	color: #fff;
	text-align: left;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	margin-left: -6px;
	margin-bottom: 4px;
    line-height: 1.0em;
	padding: 8px 0px 0px 8px;
	color: #fff;
	text-align: left;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

h4 {
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
 	font-size: 9pt;
 	font-weight: normal;
    text-align: left;
    padding: 7px 7px 7px 7px;
   	background-color: #DFD8C6;
   	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

ul  {
list-style-image: url(/media/systembilder/quadrat.gif);
text-align: left;
}


*html .menue1 li {height: 12px;} /*Star Hack für IE6*/



/*---------   Menü Leiste   ---------*/

#menu {
	background: #A2B7CA;
}

#menu ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #000;
}

#menu li {
	width: auto;
	display: block;
	float: left;
	text-align: left;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}


#menu a {
	font-weight: bold;
	display: block;
	background-color: #EFEBE2;
	color: #000;
	line-height: 1em;
	padding: 0.5em 1em 0.5em 1em;
	border-right: 3px solid #fff;
	text-decoration: none;
}

#menu #menu-parent {
	background-color: #CBBF9A;
	color:#000;
}

#menu #menu-current {
	background-color: #CBBF9A;
	color:#000;
}


#menu a:hover, #menu li:hover>a {
	background-color: #CBBF9A;
	color: #000;
	display: block;
	z-index: 20;
}

#menu li li:hover>ul {
	display: block;
	z-index: 20;
}

#menu li li {
	width: 250px;
	display: block;
	margin: 0;
	text-align: left;
	border: 1px solid #CBBF9A;
}


#menu li li a {  /* Die ausgekpappten Flächen */
	font-weight:normal;
	background: #fff;
	line-height: 1.5em;
	display: block;
	clear: both;
	border: none;
}



#menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}