#content {
	width: 767px;
	height: 527px;
	position: absolute;
	margin-left: -384px;
	margin-top: 35px;
	left: 50%;
	background-image:url(../layout/background_content.jpg);
	background-repeat:no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #CFED7D;
	background-image: url(../layout/background.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}
a.nav:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.nav:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color:#CCCCCC;
}
a.nav:active {
	text-decoration: none;
	color: #666666;
}
.nav {
	margin-left:7px;
	margin-right:7px;
}
.section {
	width:215px;
	height:190px;
	margin-left:139px;
	margin-top:294px;
	float:left;
}
.flash_container {
	 width:5px;
	 height:5px;
	 margin-left:64px;
	 margin-top:4px;
}
.section_headline {
	width:180px;
	height:25px;
	margin-left:25px;
	margin-top:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#666666;
}
.content {
	width:358px;
	height:477px;
	margin-left:46px;
	margin-top:14px;
	overflow:auto;
	float:left;
}
.navigation {
	width:670px;
	height:20px;
	margin-top:2px;
	margin-right:10px;
	float:right;
	text-align:center;
	padding-top:2px;
}
.clear {
	clear:both;
	}
hr {
	border:none;
	padding:0px;
	margin:10px 0;
	}
/* ==|== Kontaktformular ====================================================
   Author: FLEXX-HOSTING.DE
   ========================================================================== */
label.bezeichnung {
	display:none;
	float:left;
	}	
.input_field {
	width:315px;
	height:auto;
	margin:0px 0px 15px 0px;
	padding:10px 10px;
	border:none;
	color: #333;
	background:#FFF;
	float:left;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease; 
	}
.input_field:focus, .input_field_captcha:focus, .input_area:focus {
	color:#FFF;
	background:#6EA104;
	}
.input_area {
	width:315px;
	height:120px;
	margin:0px 0px 15px 0px;
	padding:10px 10px;
	border:none;
	color:#999;
	background:#fff;
	float:right;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease; 
	}
img.cabfrage {
	width:110px;
	background:#FFF;
	margin-bottom:15px;
	padding:10px;
	float:left;
	}
.input_field_captcha {
	width:175px;
	height:auto;
	margin:0px 0px 15px 0px;
	padding:19px 10px 18px;
	border:none;
	color: #999;
	background:#fff;
	float:right;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease; 
	}
.input_button {
	width:335px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:10px 10px;
	border:none;
	color:#FFF;
	background: #999;
	float:left;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease; 
	}
.input_button:hover, .input_button:focus {
	color: #FFF;
	background:#89BC06;
	}

/* COOKIE */
#cookie_notice a {
    color:rgba(255,255,255,1.0);
    text-decoration:none;
    }
#cookie_notice a:hover {
    text-decoration:underline;
    }
#cookie_notice div {
    padding:8px;
    }
#cookie_notice { 
    outline: 0; 
    text-align:center; 
    border-top:5px solid #fff;
    background: rgba(74,74,74,1.0);  
    position:fixed;
    bottom:0px; 
    z-index:200; 
    width:100%; 
    font-size:16px; 
    line-height:22px;
    font-weight: normal;
    color:rgba(255,255,255,1.0);
    }
#cookie_notice div.insert {
    width:90%;
    height:auto;
    padding:0 10px 18px !important;
    float:left;
    }
#cookie_notice div.closer {
    width:10%;
    height:auto;
    float:right;
    }
#cookie_noticeCloser {
    color: rgba(255,255,255,1.0);
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,1.0);
    top: 12px;
    cursor:pointer;
    border:1px solid rgba(255,255,255,1.0); 
    padding:8px;
    background: rgba(0,0,0,1.0);
    }
#cookie_noticeCloser:hover {
    border-bottom:1px solid white;
    border-right:1px solid white;
    }
@media (max-width: 849px) {
    #cookie_notice { 
        font-size:10px; 
        line-height:16px;
        }
    }