@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}

h1{
	font-size: 26px;
	color: #666;
	padding-top: 15px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-size: 21px;
	color: #666;
	line-height: 120%;
}

h3{
	font-size: 21px;
	color: #03F;
	line-height: 120%;
}

h4{
	font-size: 18px;
	color: #09F;
	font-weight: bold;
	line-height: 28px;
}

li {
	line-height: 24px;
	margin-bottom: 10px;
}

.line {
	padding-top: 40px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6CF;
	background-color: #FFFFFF;
}

.dis {
	padding-top: 15px;
}



.menu2 {
	text-align: center;
	font-weight: normal;
	padding: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6FF;
	background-color: #FFFFFF;
	font-size: larger;
}


.menu3 {
	text-align: center;
	font-weight: normal;
	padding: 7px;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.active {
	background-color: #6CF;
	height: 6px;
}

.active-blue {
	background-color: #00F;
	height: 6px;
}

.active-green {
	background-color: #0F0;
	height: 6px;
}

.active-kids {
	background-color: #F60;
	height: 6px;
}

.active-i {
	background-color: #999;
	height: 6px;
}

.active-z {
	background-color: #FF0;
	height: 6px;
}

.sendbtn {
	background-color: #6CF;
	height: 30px;
}

.feld1 {
	padding-top: 9px;
	padding-right: 50px;
	padding-bottom: 9px;
	padding-left: 50px;
	line-height: 130%;
}
.feld2 {
	color: #666;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}

.product1 {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	line-height: 120%;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.content {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	line-height: 140%;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.abstand {
	height: 100px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #69F;
	text-decoration: none;
	background-color: #FFF;
}

a:active {
	text-decoration: none;
	color: #69F;
}

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;
    }
