@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	position: relative;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #868686;
}

a:link,
a:visited {
	color: #0088cc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #868686;
	text-decoration: none;
}

.ueberschriften {
	width: 210px;
}

h2 {
	font-size: 24px;
	color: #666;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 16px;
	color: #666;
	margin: 0 0 15px 0;
	width: 210px;
}

h4 {
	font-size: 14px;
	color: #888;
	margin: 0 0 5px 0;
	width: 210px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.clear {
	clear: both;
}

#logo a {
	width: 205px;
	height: 66px;
	background: url(../images/dn-logo.png) 0 0 no-repeat;
	position: absolute;
	top: 60px;
	left: 0;
	display: block;
	text-indent: -9999px;
}

a img {
	border: none;
}

#stripe {
	width: 100%;
	height: 5px;
	background: #efefef;
	display: block;
}

#container {
	margin: 0 auto;
	width: 850px;
}

#header {
	width: 850px;
	float: left;
	height: 140px;
	display: block;
	position: relative;
}

#sidebar {
	width: 200px;
	float: left;
	display: block;
	padding: 5px 0 0 0;
}

#navi {
	margin: 5px 0 53px 0;
	position: absolute;
	top: 82px;
	left: 200px;
	background-image: url(../images/menubar_bg.png);
    height: 35px;
    width: 645px;
}

#navi ul li {
	list-style: none;
	float: left;
}

#navi ul li a {
	text-indent: 1px;
	display: block;
	height: 17px;
	color: #fff;
	font-size: 1.2em;
	padding: 10px;
}

#content {
	width: 645px;
	float: left;
	padding: 0 0 50px 0;
	display: block;
	height: auto;
}

.columnBig {
	float: left;
	width: 645px;
	margin: 0 0 15px 0;
}

.columnBig p {
	margin: 0 0 10px 0;
}

.referenz {
	float: left;
	width: 210px;
	margin: 0 7px 5px 0;
}

.columnBig .referenz p,
.columnBig .referenz-last p {
	margin: 5px 0 0 0;
	float: left;
	font-size: 11px;
	line-height: 16px;
}

.columnBig .referenz img,
.columnBig .referenz-last img {
	margin: 0 0 10px 0;
	float: left;
}

.referenz-last {
	float: left;
	width: 210px;
	margin: 0 0 5px 0;
}

.columnLeft {
	float: left;
	width: 300px;
}

.column-Left {
	float: left;
	width: 355px;
}

.columnLeft p {
	margin:0 0 10px 0;
}

.column-Left p {
	margin:0 0 10px 0;
}

.columnRight {
	float: left;
	width: 300px;
	padding: 0 0 0 45px;
}

.column-Right {
	float: left;
	width: 200px;
	padding: 0 0 0 45px;
}

.columnRight p {
	margin:0 0 10px 0;
}

.columnBig ul,
.columnBig li {
	margin: 10px 0 10px 10px;
	list-style: disc;
}

.columnBig li.middle {
	width: 205px;
	float: left;
	height: 110px;
	margin: 0 15px 0 15px;
}

div.hr {
  height: 3px;
  border-bottom: 1px solid #e6e6e6;
  width: 645px;
  margin: 0 0 20px 0;
  float: left;
}

div.hr hr {
  display: none;
}

div.hr-small2 {
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  width: 315px;
  margin: 10px 0 20px 0;
  float: left;
}

div.hr-small2 hr {
  display: none;
}

div.hr-vertikal {
  height: 100px;
  border-right: 1px solid #ccc;
  width: 1px;
  float: left;
  margin: 0 39px 0 0;
}
div.hr-vertikal hr {
  display: none;
}

div.hr-small {
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  width: 210px;
  float: left;
}

div.hr-small hr {
  display: none;
}

div.hr2 {
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  width: 645px;
  margin: 5px 0 5px 0;
  float: left;
}
div.hr2 hr {
  display: none;
}

#footerContainer {
	width: 100%;
	clear: both;
	float: none;
	background: #efefef;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

#footer{
	width: 650px;
	margin: 0 auto;
	height: 125px;
	padding: 30px 0 0 200px;
	color: #666;
	position: relative;
}

#footer p.adresse {
	float: left;
	color: #666;
	width: 190px;
}

#footer p.kontakt {
	float: left;
	color: #666;
	width: 112px;
}

#footer p.links {
	float: left;
	margin: 0 0 5px 0;
	color: #666;
	width: 112px;
}

#footer p {
	float: left;
	width: 266px;
	margin: 0 0 5px 0;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

span.small {
	width: 50px;
	float: left;
	display: block;
}

span.small2 {
	width: 65px;
	float: left;
	display: block;
}
