html {height:100%;}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size:13px;
    line-height:18px;
    font-weight: normal;
    height: 100%;
    background-color:#ffffff;
    background-image:url(/images/bg.jpg);
    background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	background-color:#018201;
	width:100%;
}

body.popup {
    background-color:#000000 !IMPORTANT;
    background-image:none !IMPORTANT;
}

body.downloadpopup {
    background-image:url(/images/popup_bg.jpg) !IMPORTANT;
    background-repeat:no-repeat !IMPORTANT;
	background-color:#000000 !IMPORTANT;
}

#popup_inhalt {
        position:absolute;
        left:25px;
        top:25px;
}

#popup_rahmen {
        position:absolute;
        left:3px;
        top:4px;
}

#popup_close {
        position:absolute;
        left:380px;
        top:2px;
}

#popup_download {
        position:absolute;
        left:160px;
        top:345px;
}

img {
    border: none;
}

.border {
    border: 2px solid black !IMPORTANT;
}

* html img {
    behavior: url("/styles/png.htc");
}

* html input {
    behavior: url("/styles/png.htc");
}

#middle{
        width:100%;
        height:100%;
}

#bgimage{
	background-image:url(/images/bgimage.jpg);
	background-repeat:no-repeat;
	width:999px;
	height: 100%;
	margin:auto auto;
	padding:0px;
	min-height: 904px;
	position: relative;
	text-align: left;
}

.homeflash{
        background-image:url(/images/bgimage-home.jpg) !IMPORTANT;
        padding-top: 22px !IMPORTANT;
        text-align: center !IMPORTANT;
}



#navigation{
        left:112px;
        top:15px;
        position:absolute;
}


#nav02{
        left:136px;
        top:15px;
        position:absolute;
}

#nav03{
        left:277px;
        top:-5px;
        position:absolute;
}

#nav04{
        left:428px;
        top:10px;
        position:absolute;

}

#nav05{
        left:568px;
        top:-15px;
        position:absolute;
}

#nav06{
        left:675px;
        top:40px;
        position:absolute;
}

#zurueck{
        width:196px;
        height:105px;
        left:750px;
        bottom:60px;
        position:relative;
}

.bold {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height:18px;
    font-weight:bold;
        color:#464646;
}

.orange
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height:18px;
    font-weight:bold;
        color:#ff5a00;
}

h1 {
    font-size:18px;
    color:#000000;
    font-weight:bold;
    line-height:20px;
    text-decoration:none;
    display:inline;
}

h2 {
    font-family: Verdana, Arial, sans-serif;
    font-size:18px;
    color:#008102;
    font-weight:normal;
    line-height:18px;
    text-decoration:none;
    display:inline;
}

a{
        font-size:12px;
    color:#000000;
    font-weight:normal;
    line-height:16px;
    text-decoration:underline;
}

a:hover{
    font-size:12px;
    color:#000000;
    font-weight:normal;
    line-height:16px;
    text-decoration:underline;
}

input.form {
    background-color: #ffffff;
    border-style: solid;
    border-width: 3px;
    border-color: #000000;
    font-size: 12px;
    font-weight: normal;
    color: #515151;
    font-style: normal;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 20px;
}

textarea.form {
    background-color: #ffffff;
    border-style: solid;
    border-width: 3px;
    border-color: #000000;
    font-size: 12px;
    font-weight: normal;
    color: #515151;
    font-style: normal;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

option {
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    color: #515151;
    font-style: normal;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 20px;
}

select {
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    color: #515151;
    font-style: normal;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 20px;
}

.fehler{
        color: #FF0000;
}
