* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
}
header {
	position: absolute;
	top: 36px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 157px;
	background: url('../img/header_repeater.png') repeat;
}
h1 {
	width: 100%;
	float: left;
	padding: 0.5em 0;
	margin: 0.5em 0 0 0;
}
h3 {
	width: 100%;
	float: left;
	color: limegreen;
}
p {
	margin: 0.5em 0.5em 0.5em 0;
}

.marginleft2 {
	margin: 0 0 0 2em;
}
li{
	margin: 0 0 0 1em;
}
td{
	padding: 0 2em 0 0;
}
.logo{
	padding-left: 28%;
	padding-top: 15px;
}

#steuerung li {
	list-style: none;
	float: left;
}
#steuerung a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0.5em;
	text-decoration: none;
	color: black;
}	
#main_nav
{
	padding-left: 27%;
	padding-top: 40px;
}
#sub_nav
{
	position: absolute;
	right: -25%;
	float: right;
	margin-top: -115px;
	margin-right: 30%;
}
#sub_nav a
{
	font-size: 10px;
	text-transform: uppercase;
}

.menue-button {
	display: none;
}		
#steuerung {
	//float: right;
	margin-right: 1em;
}
#steuerung a:hover {
	color: red;
}
#nav-menue:after {
    background: url(../img/header_shadow.png);
    bottom: -9px;
    content: "";
    display: block;
    height: 9px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    position: absolute;
    width: 1246px;
}
#inhalt {
	position: relative;
	max-width: 1000px;
    	top: 415px;
  	padding:0.5em 10% 0.5em 10%;
	text-align: left;
  	margin: 0 auto;
}
section {
	clear: both;
	position: relative;
	margin-bottom: 100px;
	float: left;
	width: 100%;
	background-color: white;
	min-height: 423px;
	box-shadow: 3px 3px 3px #888888;
}
#footer
{
	position: fixed;
	bottom: 0;
    	background: #d80303;
    	box-shadow: 3px 3px 3px #888888;
    	display: block;
	margin-top: 10px;
    	overflow: hidden;
	width: 100%;
	height: 40px;
}
#footer p
{
	color: white;
    	float: left;
    	margin: 4px 10px 4px 16px;
	line-height: 30px;
}	
#softneering
{
	margin: 4px 10px 4px 16px;

}
#softneering img
{
	border-radius: 6px;
	float: right;
}
.col-2 {
	//background-color: orange;
	float: left;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *vertical-align: auto;
    margin: 0;
    vertical-align: 0;
    padding: 32px;
	width: 66%;
}

.col-3 {
float: left;
    background: #f4f3f3;
    box-shadow: 3px 3px 3px #888888;
    color: #6b6b6b;
    margin-top: 120px;
    padding: 20px;
    width: 203px;

}
.col-3 a:after {
    color: #d80303;
    content: ">";
    font-size: 18px;
    float: left;
    margin-right: 6px;
}
.col-3 a {
    color: #262626;
}
#frau
{
	margin-top: -400px;
	margin-left: -85px;
}
@media only screen and (max-width:1145px) {
	#frau
	{
		margin-top: -180px;
	}
	.col-2 
	{
		width: 88%;
	}
}
..col-3:after {
    background: url(../img/header_tussi1.png);
    content: "";
    display: block;
    height: 358px;
    position: absolute;
    right: 14%;
    top: -230px;
    width: 320px;
    z-index: 30;
}
.content .left {
    text-align: left;
}
.content .text-headline {
    color: #d80303;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px 0 12px 0;
}
.content .text-subheadline {
    color: #d80303;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin: 5px 0;
}
.content .left {
    text-align: left;
}
a {
    text-decoration: none;
}


.content{margin-bottom:10px;}



/* CSS erweitern um MENÜ-Button und entsprechende Steuerung */
/*	Menü-Button oben rechts einblenden bei kleiner als 600px */
@media only screen and (max-width:890px) {
	.logo
	{
		padding-left: 10px;
	}
	.menue-button {
		display: block;
	}
	.menue-button {
		background-color: darkblue;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0.5em;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}	
	#bereichlogo {
		width: 95%;
	}
	#steuerung {
		position: absolute;
		float: right;
		padding-bottom: 20px;
		width: 100%;
		display: none;
		background: white;
		z-index: 10;
	}	
	#steuerung li {
		width: 95%;
		border-bottom: 2px solid silver;
		margin-left: 5%;
	}	
	.menue-button:hover {
		color: black;
		background: orange;
	}
	#scrollbereich
	{  
		background-size: 400px 150px;
	}
	header 
	{
		margin-top: 100px;
	}
	#nav-menue:after 
	{
		background: url();
	}
	#main_nav
	{
		margin-top: -20px;
	}
	#sub_nav
	{
		position: relative;
		margin-top: 0px;
	}
	.logo
	{
		width: 95%;
		margin-top: 20px;
	}
	#inhalt 
	{
		top: 320px;
	}
	.col-3:after {background-image: none;background-position: 0% 0%}

}
/* die Magie, um die Steuerung einzublenden (auch auf mobile Devices) */
#nav-menue:target #steuerung {
	display: block;
}
/* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */
#nav-menue:target .menue-button-beschr-open {
	display: none ; 
}	
/* Allgemein Anweisungen */

input, form, a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	

html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden; 
}

body {
  font-family:sans-serif;
}

#scrollbereich {
  position:absolute;
  top:0;
  left:0;
  bottom: 40px;
  width:100%;
  overflow:auto;
  background-image: url(../img/header_image.png);
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: 50% 0;
  background-color: #eaeaea;

}

fieldset {
  padding: 1em;
  margin: 1em;
  font:80%/1 sans-serif;
}

label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}

fieldset { border:1px solid green }

legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
}
input, textarea { 
    padding: .3em; 
    border: solid 1px #E5E5E5; 
    outline: 0; 
    font: normal 13px/100% Verdana, Tahoma, sans-serif; 
    width: 200px; 
    background: #FFFFFF url('bg_form.png') left top repeat-x; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    } 
   
textarea { 
    width: 400px; 
    max-width: 400px; 
    height: 150px; 
    line-height: 150%; 
    } 
   
input:hover, textarea:hover, 
input:focus, textarea:focus { 
    border-color: #C9C9C9; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px; 
    } 
   /*
.form label { 
    margin-left: 10px; 
    color: #999999; 
    } 
   */
.submit input { 
    width: auto; 
    padding: 9px 15px; 
    background: #617798; 
    border: 0; 
    font-size: 14px; 
    color: #FFFFFF; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    }
#ad1 {
	background: red;
	height: 50px;
	margin-left: 0px;
	width: 300px;
	align: bottom;
}

/* Das Kontaktformular */
form {
  background-color: #eee;
  width: 370px; /* Breite des Formulars */
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
text-align: left;
  width: 360px;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender,input#email, input#telefon, input#captcha_code,
textarea {
  width: 360px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}
#kontakt
{
	padding: 1em;

}

