@charset "utf-8";
/* CSS Document */
html,
			body {
	width: 100%;
	height: 100%;
	margin: 0;
	color: #333;
	background-image: url(30m2/30tools/diagonal.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
			}

.infotabpic1  {
	position: fixed;
	right: 0px;
	height: 50px;
	bottom: 30px;
	text-align: right;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #090;
	font-size: 36px;
	text-align: center;
	padding: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #090;
	font-size: 24px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	font-size: 18px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 24px;
	text-align: left;
}

.menufix  {
	position: fixed;
	left: 85%;
	top: 50px;
	height: 180px;
	width: 100px;
	margin: 0px;
	text-align: left;
	line-height: 28px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0;
	border-left-color: #0CF;
	padding: 10px;
	background-color: #F5F5F5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}			
			
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
}

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	font-weight: bold;
	background-color: #F5F5F5;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #0CF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	font-size: large;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}



.feld1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.feld2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}

.programm {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FF0;
	padding: 2px;
}
.abstand {
	height: 160px;
}

.footer {
	text-align: left;
	height: 28px;
	width: 100%;
	position: fixed;
	background-color: #ffff00;
	bottom: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0FF;
}

#slider1 {
	width: 100%;
	height: 40%;
			}

a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	color: #003;
	text-decoration: none;
}
a:hover {
	color: #090;
	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;
    }

body,td,th {
	color: #000;
}


