/* auswuchtmodell.de */
/* Allgemeines */
* {
	margin: 0px;
	padding: 0px;
}
html {
  height: 100%;
  margin-bottom: 1px; 
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d0d0d0;
	color: #000000;
}
h1, h2, h3 {
	background-color: transparent;
	letter-spacing: 0.4pt;
}
h2, h3 {
	color: #555;
	padding: 5px 0px 5px 0px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	/*color: #005A4C;
*/
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	/*color: #307A6B;
*/
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-size: 100%;
	padding-left: 5px;
}
h4 {
	padding: 5px;
}
img {
	border: 0px solid red;
}
.kursiv {
	font-style: italic;
	font-weight: normal;
}

/* Hauptcontainer */
#main {
	position: relative;
	margin: 5px auto;
	width: 984px;
	min-height: 600px;
	border: 1px solid #a0a0a0;
	background-color: #fff;
}
/* Logo */
#logo {
	position: absolute;
	top: 0px;
	left: 720px;
/*	width: 100%;*/
	height: 75px;
	margin-top: 7px;
}

/* obere Menüzeile */
#navcontainer {
  position: absolute;
  top: 85px;
  left: 0px;
  text-align: right;
  width: 100%;
}

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  background-color: #036;
  color: White;
  float: left;
  width: 100%;
}

#navcontainer ul li {
  font-weight: bold;
  display: inline;
}

#navcontainer ul li a {
  padding: 0.3em 1em;
  background-color: #036;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
  background-color: #369;
  color: #fff;
}

/* Inhalt */
#content {
	margin: 120px 250px 50px 200px;
/*	min-height: 500px;*/
}
#content div {
	padding: 0px 0px 5px 0px;
	width: 46%;
}
#content p {
  padding: 10px 5px 10px 0px;
  margin: 0px auto;
}
#content .am {
  float: right;
  margin: 10px 0px 0px 5px;
	border: 1px solid #d0d0d0;
}
#content a.blau:link, #content a.blau:visited {
  text-decoration: none;
  color: #3A6EA5;
  font: bold 10pt Arial, sans-serif;
}
#imp td {
  vertical-align: top;  
}
#infoimg {
	margin: 0px auto;
	width: 80%;
}
#infoimg img {
	width: 49%;
}
.kit td {
  border-bottom: 1px solid #d0d0d0;
}
dd {
  margin-left: 80px;
  font-size: 11px;
}
.h {
  margin-left: 50px;
}
.brg {
  margin-left: 40px;
  list-style: square outside;
  font-size: 11px;
}
#drive {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
}
#drive td,th {
  border: 1px solid #d0d0d0;
  padding: 2px;
}
.kontakt {
  text-align: right;
  vertical-align: top;
  padding: 0px 10px 8px 0px;
}
/* Linke Seite */
#left {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 165px;
	margin-top: 2px;
}
ul#menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #4682B4;
}

ul#menu li {
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}

ul#menu li a:hover {
	background-color: #0099ff;
	color: #eee;
}

ul#menu li a:link, ul#menu li a:visited {
	color: #eee;
	display: block;
	font: bold 12px/1.5 Arial, sans-serif;
	padding: 6px 6%;
	text-decoration: none;
	width: 88%;
}

/* Rechte Seite */
#right {
	position: absolute;
	top: 102px;
	right: 0px;
	padding: 5px;
	width: 210px;
	margin-top: 1em;
	font-size: 90%;
}
#right .teaser {
	margin: 0px 10px 20px 5px;
	border: 1px solid #d0d0d0;
	background-color: #ffc;
}
#right .teaser h4 {
	margin: 3px 5px ;
	padding: 2px;
}
#right .teaser p, .teaser table {
	margin: 0px 0px 5px 15px;
}
#right .teaser ul {
	margin: 0px 0px 3px 25px;
	list-style: square outside;
}
#right .teaser li {
	padding-bottom: 5px;
}
#rightnav {
  position: absolute;
  top: 275px;
  right: 50px;
}

#rightnav ul {
  margin: 0px 0px 3px 20px;
	list-style: none outside;
}
#rightnav ul li {
  padding-bottom: 5px;
}
.aktiv {
  font-weight: bold;
}
/* Footer */
#footer {
  position: absolute;
	clear: both;
	bottom: 5px;
  text-align: center;
	margin: 0px auto;
	color: #7f7f7f;
  width:100%;
}