@charset "utf-8";
/* CSS Document */

html,
			body {
	width: 100%;
	height: 100%;
	margin: 0;
	color: #333;
	background-image: url(30tools/diagonal.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
			}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	font-weight: 400;
	background-color: #99CCFF;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #39C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 1.2em;
	padding: 3px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #CCC;
	overflow: hidden;
}

h1 {
	color: #003399;
}

h2 {
	color: #009999;
}

h3 {
	color: #CC0000;
	font-size: 22px;
}

h4 {
	color: #003399;
	font-size: 18px;
	font-weight: normal;
}

.feld1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 1.2em;
	line-height: 1.8em;
}
.feld2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.feld3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}

.pad {
	padding-top: 2px;
	padding-right: 100px;
	padding-bottom: 2px;
	padding-left: 100px;
	line-height: 1.8em;
	font-size: 1.2em;
}

li {
	line-height: 2em;
	font-size: 1.2em;
}

.abstand {
	height: 160px;
}

.header {
	text-align: center;
	height: 3em;
	width: 100%;
	position: fixed;
	top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}


.footer {
	text-align: center;
	height: 36px;
	width: 100%;
	position: fixed;
	bottom: 1px;
	padding-top: 2px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0FF;
}


a:link {
	color: #003;
	text-decoration: none;
}
a:visited {
	color: #003;
	text-decoration: none;
}
a:hover {
	color: #00C;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img.scale {
        width : 100%;
        height: auto; 
    }
	
img.scale70 {
        width : 70%;
        height: 70%; 
    }	

@media screen and (max-width: 768px) {

    table#flextable{
        border-width: 0;
    }

     table#flextable th{
         display: none;
     }
    
    table#flextable td{
	display: block;
	width: auto;
    }
