@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-attachment: scroll;
	background-image: url(../images/background_bild.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color: #000000;
    font: 16px/24px Arial, Helvetica, Geneva, sans-serif;
}

#content {
	width:880px;
	margin:0 auto;

}

#left {
	width:140px;
	float:left;
	padding-top:200px;
}

#left {
	width:150px;
	float:left;
	padding-top:205px;
	color:#000;
	font-weight:bold;
	
}

#left ul {
	float:right;
}

#left ul.untermenue {
	float:right;
	font-size:10px;
}

#left li {
	background-image:url(../images/li.png);
	background-position:right center;
	float:right;
	height:27px;
	letter-spacing:1px;
	list-style:none outside none;
	margin-bottom:11px;
	padding:5px 15px 2px 15px;
	width:auto;
	text-decoration: none;
    text-transform: lowercase;
}

#left li.untermenue {
	background-image:url(../images/li.png);
	background-position:right center;
	float:right;
	height:18px;
	letter-spacing:1px;
	list-style:none outside none;
	margin-bottom:11px;
	padding:5px 15px 2px 15px;
	width:auto;
	text-decoration: none;
    text-transform: lowercase;
}

#left li.aktiv {
	background-image:url(../images/li_aktiv.png);
}

#left li a {
    text-decoration: none;
}

#left li:hover {
    background-image:url(../images/li_aktiv.png);
    text-decoration: none;
	padding:5px 5px 2px 15px;

}

#right {
	width:730px;
	float:right;
}

#logo {
	width:730px;
	float:right;
	padding-top:60px;
	clear:both;
	padding-bottom:10px;
}

#logo img{
	border:none;
}

#inhalt_oben {
	background-image:url(../images/inhalt_oben.png);
	height:10px;
	margin-bottom:-16px;
	margin-top:15px;
}

#inhalt {
	background-image:url(../images/inhalt_mitte.png);
	background-repeat:repeat-y;
	padding:15px 40px 10px;

}

#referenz {
	width:640px;
	background-image:url(../images/referenz_unten.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#inhalt_unten {
	background-image:url(../images/inhalt_unten.png);

	height:20px;
}

#footer {
	width:650px;

	margin-left:5px;
}


#footer p{
	text-shadow:0 -1px 0 #000000;
	font-size:11px;
	color:#999;
	letter-spacing:0px;
}

#blog img{
	border:none;
	margin-bottom:10px;
}

h1 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom:5px;
  

}

#inhalt h1 {
	font-size:22px;
	line-height:0px;
	margin-bottom:-10px;
	color: #91c400;
	
}



h2 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

#inhalt h2 {
	font-size:22px;
	line-height:0px;
	margin-bottom:-10px;
	color: #2493C3;
	
}

#impressum h2 {
	font-size:22px;
	line-height:20px;
	margin-bottom:-5px;
	color: #2493C3;
	
}

#inhalt h3 {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:5px;
	margin-top:20px;
}

p {
   margin-bottom: 0px;
   color:#212121;
   line-height: 20px;
   font-size:13px;

}

img {
   border: 2px solid #E3E3E3;
   vertical-align: bottom;
   -moz-border-radius:3px 3px 3px 3px;
   margin-right:1px;
   margin-bottom:5px;
}

a:link,
a:visited {
  color: #2494C3;
  text-decoration: none;
}

a:link:hover,
a:visited:hover {
  text-decoration: underline;
}


