﻿@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

img, table {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #d0dce5;
	background-image: url(../grafix/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
 li {
 margin: 5px 0 0 15px;
 }
.hidden {
	display: none;
}

.clear {
	clear: both;
}

a:link,a:visited,a:active {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#page {
	width: 960px;
	margin: auto auto;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 10px 20px 0px 20px;
	background-image: url(../grafix/bg.gif);
	background-position: center;
	background-repeat: repeat-y;	
}

#header {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 50px;
	width: 960px;
	margin: 30px 0 20px 0;
}

.objekt_teaser {
	margin: 25px 0 0 0;
}
.objekt_teaser li
{
margin:0 0 0 140px;
}
.objekt_img {
	float:left;
	margin:0 10px 10px 0;
	}
#title {
	background-position: right;
	background-repeat: no-repeat;
	height: 75px;
	width: 960px;
}


#navlist
{
margin:10px 0 20px 8px;
padding: 3px 0 3px 3px;
}



#navlist li
{
margin:0 20px 0 0;
display:inline;
list-style: none;
line-height:19px;
font-size: 12px;
text-transform: uppercase;
}

a.navlist
{
color: #eee;
text-decoration: none;
display: block;
border-left: 8px solid #555;
padding: 3px 8px;
cursor:pointer;
}

a.navlist:hover { border-left: 8px solid #FF9900; background-color:#fff; color:#660000}
a.active { 

text-decoration: none;
display: block;
padding: 3px 8px;
cursor:pointer;
background:#fff;
border-left: 8px solid #FF9900;
color:#660000}
a.active:hover { color:#660000}


#main {
	margin: 43px 1px 0 0;
	float: left;
	width: 719px;
  border-top: 1px solid #bbb;
}

.text {
	padding: 10px;
	margin: 0 15px 15px 0;
	text-align:justify;
}
#links {
	padding: 10px 10px 0px 10px;
	border-right: 1px solid #bbb;
	float: left;
	width: 360px;
	text-align: justify;
}

#rechts {
	padding: 10px;
	float: right;
	width: 317px;
}
.border_top {
	border-top: 1px solid #bbb;
}

.box {
	background-color: #fff;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid #bbb;
}

#main h2 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
	color:#000000;
}

#main h3 {
	font-size: 12px;
	text-transform:uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}



#sidebar {
	margin-top: 20px;
	float: right;
	width: 240px;
}

#sidebar h2 {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 0 5px 2px;
}


.subtitle{
margin-top:-10px;
}	
	
p {
	line-height: 16px;
	margin-bottom: 10px;
}

#footer {
	border-top: 1px solid #bbb;
	margin-top: 20px;
	padding: 10px;
	color: #999;
}

#footerLeft {
	float: left;
}

#footerRight {
	text-align: right;
}

.img_start {
	float:left;
	padding: 0 10px 20px 0;
}

.spalten { 
	padding: 10px 10px 0px 10px;
	
}

.newstext {
	margin: 0 10px 20px 0;
	color:#666666;
	text-align:justify;

}

.input
{
	border: 1px solid;
	border-color:#FF9900;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	vertical-align: bottom;
	width: 140px;
}
.button
{
	background-color: #fff;
	border: 1px solid;
	border-color: #FF9900;
	color: #000;
	font-size: 11px;
	height: 18px;
	margin: 0;
	margin-left: 7px;
	padding: 0 0 4px 0;
	width: 60px;
}

.liste li {
	margin: 0 0 10px 15px;

}
#bild {
  float:left;
  }
#details {
  width: 390px;
  margin-left: 15px;
  float:left;
  }  
#details li {
  margin: 3px 0 0 15px;
  list-style-type: disc;
  }
.fehler{
  color:#b10000;
  }    


.box li {
	list-style: none;
	margin-bottom: 5px;
	}	

	
