@charset "utf-8";
/* CSS Document */

html,
			body {
	width: 100%;
	height: 100%;
	margin: 0;
	color: #FFF;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
			}

h1{
	clear: both;
	color: #0CF;
	line-height: 1.6em;
	font-size: 1.6em;
}

h2{
	clear: both;
	color: #0CF;
	line-height: 1.6em;
	font-size: 1.6em;
}

h3{
	clear: both;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
	font-size: 1.4em;
}

li{
	color: #CCC;
	line-height: 1.5em;
	font-size: 1.3em;
}





.header {
	position: fixed;
	top: 15px;
	width: 100%;
}

.abstand {
	height: 36px;
}

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 14px;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
}

.menu2 {
	color: #CCC;
	text-align: center;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #000099;
	padding: 6px;
}



.feld1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	line-height: 1.6em;
}
.feld2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CFCFCF;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	line-height: 1.6em;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	color: #066;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.pad {
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
}

.abstand {
	height: 50px;
}

.abstan2 {
	height: 120px;
}

.footer {
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}

#slider1 {
	width: 100%;
	height: 45%;
	top: 30px;
			}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: none;
}
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;
    }
