html, body{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 100%;
    font-family: Arial, Helvetica, Sans-Serif;
}

a {
    color: red;
}

h1, h2, h3 {
    font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
}

h1 {
    font-size: 100%;
	padding: 0;
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 100%;
}

p, table, ul {
    margin: 0;
	padding: 0.2em 0em 0.8em 0em;
}

ul {
    margin-left: 1em;
}

.header {
	height: 136px;
	overflow: hidden;
	margin: 0;
}

.header-logo-bereich {
    width: 16em;
	float: left;
}

.header-logo {
    border: 10px solid #FFFFFF;
    width: 224px;
	height: 116px;
}

.header-text {
    line-height: 1em;
	margin: 23px 0 23px 22em;
	background-color: #FFFFFF;
}

.header-text-oben {

}

.header-text-mitte {
    font-size: smaller;
	font-weight: bolder
}

.header-text-unten {
    font-size: smaller;
}

.header-navigation {
    height: 28px;
	margin: 0 0 0 17em;
	background-color: #FFFFFF;
	background-image: url(bilder/nav_hg_oben.jpg);
	background-repeat: no-repeat;
}

.header-navigation-reihe {
	list-style: none;
	margin: 0;
	padding: 0em 0em 0em 0.5em;
	line-height: 1.4em;
}

.header-navigation-reihe li {
    float: left;
}

.header-navigation-reihe a {
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
	margin: 0 0.2em 0 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
    font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

.header-navigation-reihe a:hover,
.header-navigation-reihe a:focus,
.header-navigation-reihe a:active {
	text-decoration: underline;
}

.main {
    width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	overflow: visible;
	background-color: #0054A6;
   	border-bottom-width: 0.01em;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 0.01em;
	border-top-style: solid;
	border-top-color: #000000;
}

.navigation {
    margin: 0;
	padding: 0;
	width: 13em;
	float: left;
}

.navigation-liste {
    list-style: none;
	padding: 0 0 0.1em 0;
	margin: 0;
	background-color: #FF0000;
}

.navigation-liste-ecke-oben {
	margin: 3em 0 0 0;
	padding: 0.7em 1em 0em 1em;
	background-color: #FF0000;
	background-image: url(bilder/ecke_rechts_ob.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.navigation-liste-ecke-unten {
    margin: 0;
	padding: 0.7em 1em 0em 1em;
	background-color: #FF0000;
	background-image: url(bilder/ecke_rechts_un.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.navigation-liste li {
    margin: 0;
    padding: 0.2em 1.0em 0.2em 1.0em;
    font-size: smaller;
    font-weight: bold;
}

.navigation-liste a {
	text-decoration: none;
	color: #FFFFFF;
}

.navigation-liste a:hover,
.navigation-liste a:focus,
.navigation-liste a:active {
	text-decoration: underline;
}

.titel {
    margin: 0 0 0 19em;
	padding: 0.5em 1em 0em 1em;
	background-color: #ffffff;
	background-image: url(bilder/ecke_links_ob.jpg);
	background-repeat: no-repeat;
}

.content {
    margin: 0 0 0 17em;
	padding: 1em 1em 1em 1em;
	background-color: #ffffff;
	background-image: url(bilder/ecke_links_ob.jpg);
	background-repeat: no-repeat;
}

.ecke_unten {
    margin: 0 0 0 17em;
	padding: 0.7em 1em 0em 1em;
	background-color: #ffffff;
	background-image: url(bilder/ecke_links_un.jpg);
	background-repeat: no-repeat;
}

.footer {
	clear: both;
	margin: 0;
	padding: 0.5em;
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: smaller;
	font-weight: bold;
}
