body {
    font-family: sans-serif;
    font-size: 12pt;
    color: #000;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
}

h2#thema {
    padding-left: 20px;
    margin-bottom: 2em;
    background-color: #eee;
    border: 1px solid #339;
    line-height: 2em;
}

img.valid {
	margin: 0px;
	padding: 2px;
	vertical-align:middle;
	border: 0px;
	max-height: 30px;
}

img#bild {
	margin: 10px;
	padding: 10px;
	float: right;
	border: 1px solid #999;
    height:30em;
}

img#bild_links {
	margin: 10px;
	padding: 10px;
	float: left;
	border: 1px solid #999;
}

div#logo {
	padding-left: 2em;
	padding-top: 10px;
	padding-bottom: 2em;
	padding-top: 10px;
	height:100px;
	margin: 0px;
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
    background-color: #eee;
    color: #000000;
	border-bottom: solid 1px #666;
}

span.l {
    padding-bottom:2em;
    margin-left: 2em;
    margin-right: 0em;
    font-size: 24pt;
}

div.logo_fixed {
    position: fixed;
    margin-top: -120px;
    top: 100%;
    left: 0%;
    margin-left: 40px;
    z-index: 11000;
}
div.logo_fixed img{
    width: 100px;
}

div#footer {
    color: #999999;
    background-color: #eeeeee;
    border-top: solid 1px #666;
    width: 100%;
    
	padding-left: 10px;
    clear: both;
    
    margin-top: -20px;
    top: 100%;
    position:fixed;
    
    font-size: 90%;
}

div#footer a, a:link, a:visited, a:active {
    color: #999999;
    text-decoration: none;
}
div#footer a:hover {
    color: #999999;
    text-decoration: none;
}


div#mitte {
    margin: 20px 0px 0px 22%;
    padding: 0px 10px 0px 0px;
    min-height: 600px;
}

a:link, a:visited, a:active {
    color: #339;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #339;
    background-color: #eeeeee;
	text-decoration: none;
}

ol#menu {
    counter-reset: menucounter;
    list-style-type: none;
    float: left;
    width: 18%;
    max-width: 20%;
    border-top: 1px solid #999;
    border-left: 0px solid #999;
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 0px;
	font-size:120%;
	font-weight: bold;
}

ol#menu li {
    line-height: 150%;
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
    margin-left: 0px;
}
ol#menu li a {
    display: block;
    padding: 0.5em 5px 0.5em 5px;
}
ol#menu li span {
    display: block;
    padding: 0.5em 5px 0.5em 5px;
}

ol#menu li a:hover {
    background-color: #eee;
}
a.active {
    font-weight: bold;
    font-style: italic;
}

table { 
	margin-top: 20px;
}

td {
	border: 0px solid #000000;
	vertical-align: baseline;
}

input { 
	padding-left:5px;
	padding-right:5px;
	background-color: #ffffee;
    border: 1px solid #339;
    line-height: 2em;
    font-size: 12pt;
}

input.send {
    background-color: #ffffee;
    border: 1px solid #339;
    line-height: 2em;
    font-size: 12pt;
    font-weight: bold;
}

select { 
	padding-left:5px;
	padding-right:5px;
	background-color: #ffffee;
    border: 1px solid #339;
    line-height: 2em;
    font-size: 12pt;
    line-height: 2em;
}
option {
    font-size: 12pt;
}


textarea { 
	padding-left:5px;
	padding-right:5px;
	background-color: #ffffee;
    border: 1px solid #339;
}

th { 
	border: 1px solid #000000;
	vertical-align: baseline;
	text-align: center;
	background-color: #eee;
    border: 1px solid #339;
}

td.e {
	background-color: #ccccff;
	padding-left:5px;
	padding-right:5px;
	
}

td.h {
	background-color: #9999cc;
	padding-left:5px;
	padding-right:5px;
	
}

td.v {
	background-color: #dddddd;
	padding-left:5px;
	padding-right:5px;
	
}

span.treffer {
    padding-left: 20px;
	padding-right: 20px;
    background-color: #eeeeee;
    border: 0px dotted #339;
    line-height: 150%;
	font-size: 150%;
    color: #000000;
}

span.red {
	color: #990000;
}

h3.head {
	padding-left: 20px;
    margin-bottom: 0px;
    margin-top: 2em;
    background-color: #eeeeee;
    border: 0px solid #339;
    line-height: 2em;
	font-size: 140%;
    color: #000000;
}
p {
	padding-left: 20px;
	padding-right: 20px;
    margin-bottom: 0px;
    line-height: 120%;
	font-size: 120%;
    color: #000000;
    line-height: 2;
}

p#hinweis {
	padding-left: 20px;
	padding-right: 40px;
    line-height: 120%;
	font-size: 110%;
    color: #666633;
	font-style: italic;
}

ul li {
    list-style-type: square;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 120%;
}

ol#links {
    list-style-type: none;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
	font-size: 120%;
}
ol#links li {
    line-height: 150%;
}
ol#links li a {
	line-height: 150%;
}

ol#links li a:hover {
    background-color: #eee;
}
