@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 120%;
			}
h1{
	font-size: 24px;
	color: #396;
	line-height: 1.5em;
}

h2{
	font-size: 24px;
	color: #999;
	line-height: 120%;
}

h3{
	font-size: 20px;
	color: #096;
	line-height: 120%;
}

li{
	color: #036;
	line-height: 28px;
}


.menu1 {
	color: #006;
	background-color: #FFF;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.menu2 {
	text-align: center;
	font-weight: normal;
	padding: 10px;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #396;
	border-bottom-color: #09F;
}

.active {
	background-color: #03C;
	height: 1px;
}

.feld1 {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}

.feld2 {
	color: #666;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}

.feld3 {
	color: #630;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}

.feld4 {
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}



.bildtext {
	color: #FFF;
	font-size: 30px;
	padding: 50px;
	top: 450px;
	position: absolute;
}

.abstand {
	height: 100px;
}

.footer {
	text-align: center;
	height: 26px;
	width: 100%;
	position: fixed;
	background-color: #FFFFFF;
	bottom: 1px;
	padding-top: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #090;
	font-size: 1em;
}



.underline {
	background-color: #396;
	padding-top: 2px;
	padding-bottom: 2px;
}

a:link {
	color: #444;
	text-decoration: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

img.scale {
        width : 100%;
        height: auto; 
    }

@media screen and (max-width: 800px) {

    table#flextable{
        border-width: 0;
    }
    
     table#flextable th{
         display: none;
     }
    
    table#flextable td{
        display: block;
        width: auto;
    }
