/* HTML-Tags */
*{
	padding:0;
	margin:0;
	border:0;
}
body, html{	
	height:100%;
	min-height:100%;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000;
}
a{
	color:#0066FF;
    text-decoration:none;
}
a:hover{
    color:#000000;
    text-decoration:none;
}
dfn{
	display:none;
  	visibility:hidden;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	font-weight:normal;
	color:#666666;
	margin-bottom:15px;
	margin-top:15px;
	line-height:1.0em;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
  	font-size:1.4em;
   	font-weight:normal;
   	color:#333;
	margin-bottom:5px;
	margin-top:15px;
	padding-bottom:3px;
	border-bottom:1px solid #F1F1F1;
}
h3{
   	font-size:1.1em;
   	font-weight:bold;
   	color:#666;
}
h4{
	font-size:1.0em;
	font-weight:bold;
	color:#999;
	text-transform:uppercase;
}
code{
	font-size:9px;
	line-height:11px;
	margin:auto;
	display:block;
	width:380px;
}
acronym {
	border-bottom:1px solid #FFFFDF;
	cursor:help;
}
a img{
	border:none !important;
}
/* ID's */

#header{
	width:560px;
	margin:0 auto;
	padding:0 14px;
	position:relative;
}
#sprachauswahl{
	display:none;
}
#googlesuche{
	display:none;
}
#container2{
	width:560px;
	margin:0 auto;
	padding:0px;
	background-color:#FFFFFF;
	position:relative;
}
#footer{
	display:none;
}
#content_col1{
    display:none;
}
#content_col2{
   display:block;
   width:560px;
   margin:2px auto 0px auto;
   border-top:1px solid #DDDDDD;
   font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   line-height:14px;
   font-weight:normal;
   color:#666666;
   background-color:#FFFFFF;
}
#content_col2 p{
	margin-bottom:10px;
}
#mainmenu,#submenu{
	display:none;
}
#widget{
	display:none;
}
#content_header,#content_subheader{
	display:none;
}

#breadcrumb,.sectionmenu,
.topnavi,.contentnavi{
	display:none;
}

/* Klassen */
.bild_re{
	display:block;
	float:right;
	margin:5px 0px 5px 20px;
}
.bild_li{
	display:block;
	float:left;
	margin:5px 20px 5px 0px;
}

.mail{
   text-decoration:none;
   padding-left:13px;
   background:transparent url('/assets/images/icn_mail.gif') no-repeat 2px 4px;
}
.extern{
   text-decoration:none;
   padding-left:13px;
   background:transparent url('/assets/images/icn_extern.gif') no-repeat 2px 4px;
}
.intern{
   text-decoration:none;
   padding-left:13px;
   background:transparent url('/assets/images/icn_intern.gif') no-repeat 2px 4px;
}
.detail{
   text-decoration:none;
   padding-left:13px;
   background:transparent url('/assets/images/icn_detail.gif') no-repeat 2px 4px;
}
.pdf{
   text-decoration:none;
   padding:2px 2px 2px 13px;
   background:transparent url('/assets/images/icn_pdf.gif') no-repeat 0px 4px;
}
.file{
   text-decoration:none;
   padding-left:13px;
   background:transparent url('/assets/images/icn_file.gif') no-repeat 2px 2px;
}

.h_line{
	display:block;
	clear:both;
	height:1px;
	margin:15px -20px;
	color:#92B55E;
	background-color:#92B55E;
}
.h_line hr{
	display:none;
}
/* ----- Formulare ----- */
fieldset{
	border:none;
	margin:10px 0px;
}
label i{
	font-size:9px;
}
.contactform input,.contactform select,.contactform textarea,
.registerform input,.registerform select,.registerform textarea,
.loginform input,.loginform select,.loginform textarea{
	border:1px solid #DDDDDD;
	padding:2px 3px 2px 3px;
	margin:4px 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}

.registerform{clear:both;}
.registerform #f_yes,.registerform #f_no{
	float:left;
	border:none !important;
}
.registerform .plz,.contactform .plz{
	float:left;
	width:30px !important;
}
.registerform .ort,.contactform .ort{
	width:50px !important;
}
.registerform .yes,.registerform .no{
	margin-bottom:5px;
	padding-left:4px;
	width:25px !important;
	display:block;
	float:left;
}
input:hover,input:focus,
select:hover,select:focus,
textarea:hover,textarea:focus{
	background-color:#F5F5F5;
}

.loginform{
	width:350px;
}
.loginform label{
	display:block;
	width:80px;
	margin:8px 0px 2px 0px;
	float:left;
	cursor:pointer;
}
.loginform #login,.loginform #password{
	width:120px;
}
.contactform .form_col1,
.registerform .form_col1{
	display:block;
	float:left;
	width:280px;
	margin:10px 0px;
}
.contactform .form_col2,
.registerform .form_col2{
	display:block;
	float:right;
	width:270px;
	margin:10px 0px;
}
.contactform .form_col1 label,.contactform .form_col2 label,
.registerform .form_col1 label,.registerform .form_col2 label{
	display:block;
	width:80px;
	margin:8px 0px 2px 0px;
	float:left;
	cursor:pointer;
}
.contactform .form_col1 br,.contactform .form_col2 br,
.regsiterform .form_col1 br,.registerform .form_col2 br{
	clear:left;
}
.contactform .form_textfeld,
.registerform .form_textfeld{
	clear:left;
	margin:15px 0px 20px 0px;
}
.contactform .form_textfeld label,
.registerform .form_textfeld label{
	display:block;
	cursor:pointer;
}
.contactform #vorname,.contactform #name,.contactform #tel,.contactform #fax,.contactform #email,.contactform #firma,.contactform #str,
.registerform #vorname,.registerform #name,.registerform #tel,.registerform #fax,.registerform #email,.registerform #firma,.registerform #str,.registerform #mobil{
	width:160px;
}
.contactform #plz,
.registerform #plz{
	width:40px;
	margin-right:8px;
}
.contactform #ort,
.registerform #ort{
	width:104px;
}
.registerform #budget{
	width:90px;
}
.contactform #anrede,
.registerform #anrede{
	width:9em;
}
.contactform #message{
	width:360px;
}
.registerform #notiz,.registerform #prefdistrict{
	width:240px;
}

.contactform #submit,
.registerform #submit{
	border:1px solid #8E8E8E;
	color:#8E8E8E;
	background-color:#DDDDDD;
	padding:2px 4px;
	cursor:pointer;
}
.fault{
    border:1px solid #FFF;
    background-color:#FF9801;
}
.fehlerhinweis{
	display:block;
	color:#FF0000;
	font-weight:bold;
	padding:0px 18px;
}
/* -----Kosmetik----- */
ol{
	list-style:outside;
	list-style-type:decimal;
	margin:20px 10px 15px 20px;;
}
ol li{
	margin-bottom:10px;
}
.clr{
	clear:both;
}
.orange{
	color:#FF9801;
}
.center{
	text-align:center;
	margin:auto;
}
.zitat{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-style:italic;
	color:#999999;
	font-weight:normal !important;
}
table.tab1{
	margin:15px;
	border:none;
}
table.tab1 td{
	color:#333333;
	background-color:#DDDDDD;
	padding:5px 30px 5px 10px;
	border-bottom:2px solid #FFFFFF;
	vertical-align:top;	
}
table.tab2{
	margin:15px;
	border:1px solid #CCCCCC;
	border-collapse:collapse;	
}
table.tab2 td{
	padding:8px 30px 8px 10px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	vertical-align:top;	
}
table.tab2 tr:hover{
	background-color:#F5F5F5;
}

.center{
	margin-left:auto !important;
	margin-right:auto !important;
}
div.box{
	border:1px solid #DDDDDD;
	margin-bottom:15px;
	padding:10px 30px 10px 15px;
}
div.box:hover{
	background-color:#F5F5F5;
	color:#000000 !important;
}
div.box:hover a,div.box:hover a strong{
	color:#000000;
}
div.box a{   
	color:#666666;
} 
.box a strong{
	display:block;
	color:#0066FF;
	font-size:16px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:-2px;
}
.box2{
	display:block;
	margin-bottom:20px;
	padding-left:180px;
	min-height:190px;
}
.bpb{
	background:transparent url('/assets/images/bg_logo_bpb.jpg') no-repeat top left;
}
.bpbs{
	background:transparent url('/assets/images/bg_logo_bpbs.jpg') no-repeat top left;
}
#content_col2 ul,#content_col2 ol{
	margin:15px;
}
.docs{
	float:left;
	margin:10px;
}
.docs img{
	display:block;
	margin-bottom:5px;
}
.docs .pdf{
	padding-bottom:0px !important;
}
.docs a i{
	padding-left:14px;
}
.docs:hover a,.docs:hover a i{
	color:#000000;
}
/* Immobiliensuche */

.uebersicht_teaser1{
	margin-left:20px;
}
.obj_teaser1{
	float:left;
	position:relative;
	width:115px;
	height:130px;
	border:1px solid #C7C7C7;
	padding:1px;
	background-color:#F5F5F5;
	margin:5px;
	opacity:1.0;
	-moz-opacity:1.0;
}
.obj_teaser1:hover{
	border:1px solid #666;
	background-color:#E9E9E9;
}
.obj_teaser1 img{
	display:block;
	width:115px;
	height:74px;
	padding-bottom:2px;
	border-bottom:1px solid #C7C7C7 !important;
}
.obj_teaser1 h3{
	margin:3px 0px 5px 2px;
	font-weight:normal;
	font-size:10px;
	color:#333;
}

.obj_teaser1 .intern{
	margin-top:6px;	
	position:absolute;
	left:3px;
	bottom:4px;
	font-size:9px;
}

.loginbox{
	border:1px solid #C7C7C7;
	padding:3px;
	background-color:#FFFFFF;
	padding:10px 15px;
	position:relative;
}
.nonreg{
	position:absolute;
	top:45px;
	left:275px;
}
.obj_teaser2{
	position:relative;
	border:1px solid #C7C7C7;
	padding:1px;
	background:#F5F5F5 url('/assets/images/obj_teaser2_bg.gif') repeat-y 181px 0px;
	margin:0px 0px 10px 0px;
}
.obj_teaser2 img{
	display:block;
	width:175px;
	height:112px;
	padding-bottom:3px;
	border-bottom:1px solid #C7C7C7;
}
.obj_teaser2 h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:5px 0px 5px 2px;
	font-weight:normal;
	font-size:12px;
	color:#333;
}
.obj_teaser2 p{
	padding:2px 4px !important;
	margin:0px !important;
}
.obj_teaser2_data{
                width:175px;
                float:left;
                padding:2px;
                margin:0px 0px 10px 0px;
}
.google_immomap{       
		border:1px solid #DDDDDD;
		padding:1px;
              display:block;
              height:250px;
              width:548px;
}

.acrobat{
	clear:left;
	display:block;
	margin:15px 0px;
	padding-top:15px;
}
.acrobat a img{
	float:left;
	padding-top:1px;
}
.acrobat p{
	margin-left:125px;
	display:block;
	font-size:10px;
}
.left{float:left;}
.right{float:right;}

.small{font-size:11px;}

.width_150{width:150px !important;}

.logo_webwerke{
	display:block;
	width:118px;
	height:53px;
	background:transparent url('/assets/images/LOGO_webwerke.gif') no-repeat top left;
	margin-top:10px;
}
.logo_webwerke:hover,.logo_webwerke:focus,.logo_webwerke:active{
	background:transparent url('/assets/images/LOGO_webwerke.gif') no-repeat bottom left;
}


div#sitemap{
   padding:1em 1.5em;
   line-height:20px;
}
div#sitemap li{
   padding:0 0 0 24px;
   margin:0;
   list-style-type:none;
}
div#sitemap li{
   background: url(/assets/images/sitemap_first.gif) no-repeat 0% 0%;
}
div#sitemap li.last{
   background: url(/assets/images/sitemap_last.gif) no-repeat 0% 0%;
}
div#sitemap ul {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
}
div#sitemap ul{
   background: url(/assets/images/sitemap_middle.gif) repeat-y 0% 0%;
}
div#sitemap ul.last{
   background-image: none;
}
div#sitemap ul li,
div#sitemap ul li ul li{
font-weight:bold;
}
div#sitemap ul li ul li ul li{
font-weight:normal;
}

.property{
	display:block;
	width:295px;
}
.property img{
	display:block;
	border:1px solid #DDDDDD;
	padding:1px;
	margin-bottom:8px;	
}
.propertybox{
	display:block;
	width:225px;
	padding:10px;
	border:1px solid #DDDDDD;
	background-color:#F5F5F5;
}
.propertybox h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:6px;
	font-weight:normal;
	color:#333333;
}
.propertybox span{
	display:block;
	border-top:1px solid #DDDDDD;
	padding-top:3px;
	font-size:9px;
	color:#A2A2A2;
	line-height:11px;
}
.propertygallery a{
	display:block;
	border:1px solid #DDDDDD;
	padding:1px;
	margin:0px 5px 10px 0px;
	float:left;
}
.propertygallery a:hover,.propertygallery a:focus,.propertygallery a:active{
	border:1px solid #999999;
}
.maplocation{
	display:block;
	margin:0 auto;
}
.bt_pdf_de{
	display:block;
	height:23px;
	width:165px;
	background:transparent url('/assets/images/bt_pdf_de.gif') no-repeat top left;
}
.bt_pdf_de:hover,.bt_pdf_de:focus,.bt_pdf_de:active{
	background:transparent url('/assets/images/bt_pdf_de.gif') no-repeat bottom left;
}
.bt_pdf_en{
	display:block;
	height:23px;
	width:165px;
	background:transparent url('/assets/images/bt_pdf_en.gif') no-repeat top left;
}
.bt_pdf_en:hover,.bt_pdf_en:focus,.bt_pdf_en:active{
	background:transparent url('/assets/images/bt_pdf_en.gif') no-repeat bottom left;
}