@CHARSET "UTF-8";
* {
  padding: 0;
  margin: 0;
}
body {
  font-size:10px;
  line-height:16px;
  font-family: Arial, sans-serif;
  color:#000000;
  background:#636363;
}

img {
  border:0;
}
a {
  color:#000000;
  text-decoration:underline;
}
h1 {
  font-size:2.0em;
  line-height:1.5em;
  margin-bottom:8px;
  font-weight:normal;
  padding-left:35px;
}
h2 {
  font-size:1.8em;
  line-height:1.3em;
  margin-bottom:10px;
}
h3 {
  font-size:1.6em;
  line-height:1.3em;
  margin-bottom:-10px;
  margin-top:20px;
}
li,p {
  font-size:1.5em;
  line-height:1.5em;
}
ul {
  color:#d2232a;
}
.colleft ul {
	color:#000000;
	padding-left: 2rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
	
.text {
  color:#000000;
}
p {
  padding:10px 0px;
}
address {
  font-style:normal;
}
.red {
  color:#d2232a;
}

#website {
  margin:0px auto 0px;
  width:1000px;
  height:100%;
  background-color:#ffffff;
  position:relative;
}
#headerContainer {
  width:976px;
  padding:12px 12px 0px 12px;
  float:left;
  background-color:#ffffff;
}
section#inhalt {
  float:left;
}
#teaser, #location {
  width:990px;
  padding:12px 5px;
  background:url(images/bg_teaser.png) repeat-y;
  float:left;
  //min-height:100px;
}
#location {
  background:none;
  background-color:#ffffff;
  /*width:496px;*/
}
.box, .box2 {
  background-color:#ffffff;
  padding:20px 28px 20px 28px;
  margin:5px;
  width:181px;
  float:left;
}
#footer, #content {
  background:none;
  background-color:#ffffff;
  width:100%;
  padding:12px 15px 12px 28px;
  position:relative;
  float:left;
  box-sizing: border-box;
  
}
#content {
	padding-top:36px;
	padding-bottom:25px;
}
.colleft, .colright {
	float:left;
	position:relative;
	box-sizing: border-box;
	width:90%;
}
.colright {
	float:right;
	width:10%;
}
.colright p {
	text-align:right;
	margin-top:25px;
}
.box {
  box-shadow: 2px 4px 5px #8f8f8f;
}
#logo {
  float:left;
  padding:20px 10px 0px 28px;
}
#saab {
  float:left;
}
#siegel {
  float:right;
}
#eyecatcher {
  position:absolute;
  top:95px;
  left:550px;
  z-index:10;
}
#googleMaps, .approach {
  float:left;
  width:485px;
  margin-top:30px;
  height:305px;
  background-color:#dddddd;
}
.approach p {
	display:block;
  text-align: right;
}
p.copyright {
  margin-top:20px;
  border-top: 1px solid #dddddd;
  font-size: 12px;
}

