@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);

* {
   box-sizing: border-box;	
   -moz-box-sizing: border-box;	/* Firefox */
}

html,body {
	min-height:100%;
}

body {
	font-size:100%;
	font-family:Arial,Verdana,sans-serif;
	font-family: 'Shadows Into Light', cursive;
	background: #C5DEEA; /* Old browsers */
background: -moz-linear-gradient(top, #066dab 0%, #c5deea 84%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#066dab), color-stop(84%,#c5deea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #066dab 0%,#c5deea 84%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #066dab 0%,#c5deea 84%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #066dab 0%,#c5deea 84%); /* IE10+ */
background: linear-gradient(to bottom, #066dab 0%,#c5deea 84%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066dab', endColorstr='#c5deea',GradientType=0 ); /* IE6-9 */
}
#wrapper {
	width:960px;
	margin:0px auto;
	background-color: #ff0000;
	-webkit-box-shadow: 2px 2px 5px 5px #424242;
box-shadow: 2px 2px 5px 5px #424242;
	-webkit-border-radius: 10px;
border-radius: 10px;
}
#kopf {
	height:175px;
	background-color: #80ff80;
	position:relative;
	-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}
#kopf .logo {
	position:absolute;
	top:24px;
	left:34px;
	border:10px solid #ffffff;
}
#kopf .seitentitel {
	position:absolute;
	top:55px;
	left:210px;
	font-size:3em;
	margin:0;
}
#nav {
	/*width:200px;*/
	/*float:left;*/
	background-color:#ff0000;
	padding:10px;
	height:30px;
}
/* Erste Ebene */
#nav > ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav a.aktiv {
	text-align:right;
	font-weight:bold;
}

#nav > ul > li {
	float:left;
}
#nav > ul > li > a{
	background-color:#ffff80;
	display:block;
	padding:3px 10px;
	text-decoration:none;
	margin-bottom:2px;
	color:#333333;
	font-size:0.875em;
}

#nav > ul > li:hover > a{
	background-color:#808080;
	color:#ffffff;
}

/* Zweite Ebene */
#nav > ul ul {
	list-style-type:none;
	margin:0;
	padding:0;
	background-color: #ffba75;
	margin-bottom:2px;
}
#nav > ul ul li {
	
}
#nav > ul ul a {
	display:block;
	padding:3px 20px;
	text-decoration:none;
	color:#333333;
	font-size:0.75em;
}

#nav > ul ul a:hover {
	font-weight:bold;
	text-decoration:underline;
}

#inhalt {
	/*width:500px;*/
	min-height:350px;
	/*float:left;*/
	background-color: #808080;
	padding:10px;
}

/* Über uns */
#inhalt .mitarbeiter {
	float:left;
	background-color:#c0c0c0;
	width:30%;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;
}

#inhalt td img {width:50px;}



/* Referenzen allgemein */

#inhalt .col2 {
	background-color:#c0c0c0;
	width:49.5%;
	padding:10px;
	
	min-height:300px;
} 

#inhalt .col2:hover {
	background-color:#222222;
	color:#bbbbbb;
}

#inhalt #refprint {
    float:left;
}

#inhalt #refweb {
	float:right;
}

#inhalt #refweb img {margin-bottom:12px;}

/* Referenzen Detail */

#inhalt .referenzen {
	background-color:#c0c0c0;
	padding:10px;
	margin-bottom:10px;
}

#inhalt .referenzen:hover {
	background-color:#222222;
	color:#bbbbbb;
}

#inhalt .referenzen img {
	float:left;
	margin-right:30px;
}

#fuss {
	height:50px;
	clear:both;
	background-color:#004080; 
	text-align:center;
	color:#ffffff;
	line-height:50px; /* bei einzeiligem Text */
	-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}
/* Setzt den oberen Browserversatz zurück  */
h1,h2,h3,h4 {
	margin-top:0px;
}

/* KLASSEN */

.clearer {
	clear:both;
	height:0px;
	line-height:0px;
}

.bildrechts {
	float:right;
	
}

 label {
    display:inline-block;
    width:100px;
    margin-bottom:4px;
  }
  .button {
    margin-left:103px;
  }
  #plz {
    width:40px; 
  }
  
  form div {
    display:inline-block;
    width:280px;
  }
  
  .fehler {color:#ff0000;}
  
  .beschrifter {
    display:inline-block;
    width:80px;
  
  } 
