/* grau = #e4e4e4
   blau = #005DA8
*/
html,body {
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	height: 100%;
}

body {
	text-align:center;
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	color:#000000;
}
img{
	border:0px;
}
table{
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	color:#000000;
}

h1{
	padding:0px 0px 2px 0px;
	margin:0px;
	font-size:14px;
	font-weight:normal;
	color:#005DA8;
	border-bottom:1px dashed #005DA8;
	margin-bottom:10px;
}


h1.title{
	padding:0px 0px 2px 0px;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	color:#005DA8;
	border-bottom:1px dashed #005DA8;
	margin-bottom:10px;
}


h2{
	font-size:11px;
	color:#000000;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	
}

h3 {
  font-size:12px;
	color:#000000;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

a:link{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:none;
}

a:active{
	color:#000000;
	text-decoration:none;
}

a:visited{
	
	color:#000000;
	text-decoration:none;
}


a:link.textlink{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a:hover.textlink{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a:active.textlink{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a:visited.textlink{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}


div.mainContainer {
	text-align:left;
	margin:auto;
	min-height: 100%;
	overflow: hidden;
	width:1000px;
	background: url(../img/bg.gif) repeat-y center top;
}

div.header {
	background-color:#E4E4E4;
	height:200px;
	margin:0px;
	padding:0px;
}

div.topHeader{
	float:left;
	height:95px;
	width:230px;
	background-color:#005DA8;
}

div.topMenu{
	margin-left:212px;
	height:95px;
}

ul.topMenu{
	list-style:none;
	padding:76px 0px 0px 60px;
	margin: 0;
}

li.topMenu{
	display:inline;
	padding-right:40px;

}

div.logoHeader{
	float:left;
	text-align:center;
	height:105px;
	width:230px;
	background-color:#ffffff;
	margin:0px;
}


div.flashHeader{
	margin-left:230px;
	height:105px;
	background-color:#ffffff;
}

div.contentContainer{
	border-top:0.1px solid #ffffff;
	overflow: hidden;
}

div.mainLeft {
	width:230px;
	background-color:#005DA8;
	float:left;
}

div.mainNav{
	padding-top: 15px;
	text-align: right;
}

span.mainNav{
  text-align: left;
	display:block;
	margin-left:50px;
	width:180px;
	font-size:12px;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:3px;
	border-bottom:1px solid #ffffff;
	
}

span.mainNavSub{
  text-align: left;
	display: block;
	margin-left:50px;
	text-indent:10px;
	width:180px;
	font-size:12px;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:3px;
	border-bottom:1px solid #ffffff;
}

span.mainNavSubSub{
  text-align: left;
	display:block;
	margin-left:50px;
	text-indent:30px;
	width:180px;
	font-size:11px;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:3px;
	border-bottom:1px solid #ffffff;
}

.aktiv {
	background-color:#80A0D1;
}


a.mainNav:link, a.mainNav:hover, a.mainNav:active, a.mainNav:visited {
	color:#ffffff;
	text-decoration:none;
}

div.mainnavText{
	margin-left:50px;
	margin-top:45px;
	font-size:12px;
	color:#ffffff;
	text-align: left;
}

div.teaser{
	height: 100%;
	float:right;
	height:100%;
	width:180px;
	background-color:#E4E4E4;
}
div.contentTeaser{
	margin-top:60px;
	margin-left:10px;
	width:140px;
	text-align:center;
}

div.content{
	vertical-align:top;
	height:1%;
	margin:30px 210px 0px 270px;
}

div.contentLeft{
	float:left;
	width:47%;
}

div.contentRight{
	margin-left: 52%;
}

div.contentLeft_gewerbe{
	float:left;
	width:46%;
	border:1px solid red;
}

div.contentRight_gewerbe{
	margin-left: 52%;
	border:1px solid blue;
}

.tbl_gewerbe{
	vertical-align:top;

}

div.contentLeft ul, div.contentRight ul{
	margin:15px;
	padding:0px;
}

div.contentLeft li, div.contentRight li{
	padding-bottom:10px;
	list-style-image:url(../img/listenpunkt.gif)
}

div.aktuell{
	height:1%;
	overflow:hidden;
	background-color:#e4e4e4;
	
}

div.aktuellLeft{
	float: left;
	width: 50%;
	border-right: 1px dashed #ffffff;
	
}
div.aktuellRight{
	margin-left: 50%;
}

div.aktuellText{
	float: left;
	width: 55%;
	padding-left: 10px;
	padding-top: 10px;
	/*border: 1px solid yellow;*/
}

div.aktuellBild{
	text-align:right;
	margin-left:150px;
	padding-top:10px;
	padding-right:15px;
	/*border: 1px solid red;*/
}

div.aktuellBild img{
	position:relative;
	margin-top:-20px;
}

span.aktuell {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-indent: 15px;
	display: block;
	background: #005DA8 url(../img/listenpunkt_weiss.gif) no-repeat 4px 7px;
}

div.images{
	overflow:hidden;
	width:113px;
	height:98px;
	margin-right: 3px;
	border:1px solid #005DA8;
	text-align: center;
	margin-bottom:10px;
}

div.images_gewerbe{
	overflow:hidden;
	width:101px;
	height:88px;
	margin-right: 3px;
	border:1px solid #005DA8;
	text-align: center;
	margin-bottom:10px;
}


div.imagesL{
	overflow:hidden;
	float:left;
	width:113px;
	height:98px;
	margin-right: 3px;
	border:1px solid #005DA8;
	text-align: center;
}

div.imagesR{
	overflow:hidden;
	margin-left: 5px;
	width:113px;
	height:98px;
	border:1px solid #005DA8;
	text-align: center;
}

span.images {
	padding:2px;
	display:block;
	color:#ffffff;
	background-color:#005DA8;
	height:15px;
}

div.cleaning{
	width:100%;
	height:0px;
	font-size:0px;
	line-height:0px;
	
	clear:both;
}
img.panorama{
	margin-left:18px;
}

.strong {
  font-weight: bold;
}

ol.impress {
  padding: 4px 0px 4px 25px;
}

ol.impress li {
  padding: 4px 0px;
}

div.listingborder {
  overflow: hidden;
}

.center {
  text-align: center;
}

a.info_service:link, a.info_service:visited, a.info_service:hover, a.info_service:active {
  padding: 5px;
  display: inside;
  height: 1px;
  margin-right: 0px;
  background: #005DA8;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

div.gal_mainpic {
  text-align: center;
  padding: 5px 0px;
  width: 100%;
  margin: 4px;
}

div.gal_subs {
  padding-top: 10px;
  border-top:2px dashed #005DA8;
  margin-top: 10px;
}

img.gal_sub_pic {
  margin: 0px 3px;
}

img.gal_arrows {
  display: inside;
  height: 12px;
  position: relative;
  top: 2px;
}

div.contentLeft sup, div.contentRight sup {
  font-size: 8px;
}

input.normalinput {
  font-size:11px;
	font-family:Arial, sans-serif;
	color:#000;
	border:1px solid #99A9AE;
}
textarea {
  font-size:11px;
	font-family:Arial, sans-serif;
	color:#000;
	border:1px solid #99A9AE;
}

input.button {
	border: 1px solid #e4e4e4;
	padding: 1px 2px;
	cursor:pointer;
	font-size:11px;
	font-family:Arial, sans-serif;
	color:#fff;
  background-color:#005DA8;	
	text-decoration: none; 
	font-weight: bold;
}

.cursordef {
  cursor: default;
}

.cursorpoint {
  cursor: pointer;
}

.zukunft_bg {

	background-image:url(../img/zukunft_bg.gif);
	background-repeat:no-repeat;
	background-position:220px 60px;

}


div.objektUebersichtContainer {
	width:100%;
}
div.objektUebersichtEW{
	float:left;
	width:33%;
	height:100px;

}
div .objektUebersichtSW{
	float:right;
	width:33%;
	height:100px;

}
div.objektUebersichtEH{
	border:1px solid #fff;
	margin-left:33%;
	margin-right:33%;
	height:125px;

}

img.objektUebersichtIMG{
	float:left;
}

div.objektUebersichtTITLE{
	font-family:Arial;
	height:28px;
	margin-top:5px;
	margin-right:5px;
	margin-left:35px;
	background-color:#005DA8;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:2px 0px 0px 2px;	
}

div.objektUebersichtTITLE a:link{
	color:#fff;
}

div.objektUebersichtTITLE a:active{
	color:#fff;
}

div.objektUebersichtTITLE a:visited{
	color:#fff;
}

div.objektUebersichtTITLE a:hover{
	color:#fff;
}


div.objektActive {
	background-color:#80A0D1;
}

ul.objektUebersichtLISTE{
	display:none;
	font-family:Arial;
	font-size:9px;
	margin:0px;
	padding:0px;
	color:#fff;

}
li.objektUebersichtLISTE{
	list-style:none;
	margin:0px;
	padding:0px;
	height:20px;
	line-height:20px;
	background-color:#005DA8;
	margin-bottom:1px;
	margin-right:5px;
	padding-left:3px;
}

a.objektUebersichtLISTE:link{
	color:#fff;
	text-decoration:none;
}
a.objektUebersichtLISTE:hover{
	color:#fff;
	text-decoration:none;
}
a.objektUebersichtLISTE:active{
	color:#fff;
	text-decoration:none;
}
a.objektUebersichtLISTE:visited{
	color:#fff;
	text-decoration:none;
}

.objektUebersichtSUBLISTE{

text-indent:5px;

}

div.clear_ie{
	display:none;
}
div.rueckblick_content{
	background-color:#005DA8;
	color:#fff;
	width:144px;
	padding:3px;
	
}

div.rueckblick_content img{
	margin:0px;
	padding:0px;
}

.achtpunkteHead{
	height:50px;
	width:400px;
	line-height:50px;
	font-size:12px;
	color:#005DA8;
	text-indent:27px;
	background-image:url(../img/8_punkte_plussystem.jpg);
	background-repeat:no-repeat;
}

.achtpunkteItem{
	display:block;
	font-weight:bold;
	
	color:#005DA8;
	padding-top:23px;
	background-repeat:no-repeat;
	background-position: 27px 0px;

}

.achtpunkteItem1{
		
	background-image:url(../img/punkt_1.jpg);
}

.achtpunkteItem2{
		
	background-image:url(../img/punkt_2.jpg);
}

.achtpunkteItem3{
		
	background-image:url(../img/punkt_3.jpg);
}

.achtpunkteItem4{
		
	background-image:url(../img/punkt_4.jpg);
}

.achtpunkteItem5{
		
	background-image:url(../img/punkt_5.jpg);
}

.achtpunkteItem6{
		
	background-image:url(../img/punkt_6.jpg);
}

.achtpunkteItem7{
		
	background-image:url(../img/punkt_7.jpg);
}

.achtpunkteItem8{
		
	background-image:url(../img/punkt_8.jpg);
}


table.zusatz_info{
	width:100%;
	margin-top:20px;
}

tr,td.zusatz_info{
	text-align:left;
	vertical-align:middle;
}

td.zusatz_info_right{
	text-align:right;
	padding-right:5px;
	padding-left:0px;
}

div.spacer_btmosing{
	height:10px;
}

h1.referenzenGewH1{
	margin-bottom:3px;
}

