@charset "UTF-8";
/* CSS Document */

* {
  font-style: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  background-color: #000;
  color: #000;
  text-align: center; /* dont worry IE */
  font: 12px/120% Arial, Verdana, sans-serif;
}

#wrapper {
  margin: 60px auto 5px auto;
  text-align: left;
  width: 905px;
}

#header {
	width: 905px;
	height: 100px;
	background: #000 url(images/edlinger_header02.jpg) no-repeat 305px 0;
}

#header h1 a {
	display: block;
	overflow: hidden;
	width: 300px;
	height: 100px;
	text-indent: -2000px;
	background: #000 url(images/edlinger_header01.jpg) no-repeat 0 0;
}

#navigation {
	margin-top: 40px;
	margin-right: 5px;
	width: 300px;
	background: #000 url(images/leftbox_bg.jpg) repeat-y 0 0;
	float: left;
	min-height: 445px;
}

#navigation ul li a {
	display:block;
	width: 300px;
	height: 35px;
	text-indent: -200px;
	overflow: hidden;
}

#navigation ul li a:hover, #navigation ul li a.active {
	background-position: 0 -35px !important;
}

#navigation ul li a.home { background: #000 url(images/nav_home.jpg) repeat-y 0 0; }
#navigation ul li a.leistungsbereiche { background: #000 url(images/nav_leistungsbereiche.jpg) repeat-y 0 0; }
#navigation ul li a.kontakt { background: #000 url(images/nav_kontakt.jpg) repeat-y 0 0; }

#content {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 520px;
	background-color: #fff;
	float: left;
	padding: 40px;
}

#content h2 {
	margin-bottom: 10px;
	font-size: 15px;
	color: #464241;
}

#content p {
	margin-bottom: 10px;
}

#content a {
	color: #000;
}

.box {
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box h3 {
	text-transform: lowercase;
	color: #222;
	margin-bottom: 5px;
}

.left {	
	margin-right: 20px;
}

.right {
}

#footer {
	background-color: #464241;
	clear: both;
	width: 880px;
	height: 18px;
	padding-left: 25px;
	padding-top: 2px;
}

#footer a {
	color: #fff;
	font-size: 11px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .vflink {
	margin-left: 650px;
}

.liste{
	list-style: disc;
	padding-left: 12px;
}
