@charset "utf-8";
/* CSS Document */

html,
			body {
	width: 100%;
	height: 100%;
	margin: 0;
	color: #444;
	background-image: url(../bilder/sand-hell.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
			}

.h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
}

h1		 {
	font-size: 24px;
	color: #663300;
}

h2		 {
	font-size: 24px;
}

h3		 {
	font-size: 20px;
	line-height: 28px;
}

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	padding: 5px;
	background-image: url(../bilder/m2-bgr.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ffeed2;
}

.feld1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	line-height: 140%;
}
.feld2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}


.abstand {
	height: 120px;	
}

#slider1 {
	width: 100%;
	height: 48%;
			}

a:link {
	color: #444;
	text-decoration: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #009;
	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;
    }
