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

/*************************************
 *** CSS Reset ***********************
 *************************************/
html, body, div, span, applet, object, embed, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px; padding: 0px; border: 0px; outline: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background-image: none;
}

html, body { width: 100%; height: 100%; font-family: Arial, Helvetica, sans-serif; 	font-size:12px;}
body { color:#000000; background: white; text-align:left; line-height: 1.25;}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
/*************************************/

sup {font-size: 6px; line-height: 40%;}

 
/*************************************
************Überschriften ************
*************************************/
 h1{
	font-size:19px;
	color:#000000;
	font-weight:bold;
 }
 
 h2{
	font-size:17px;
	font-weight:bold;
	color:#000000;
 }
 
 h3{
	font-size:14px;
	color:#000000;
 }
 
 h4{
	font-size:14px;
	color:#707070;
 }
 
h5{
	font-size:11px;
	color:#000000;
 }
 
h6{
	font-size:11px;
	color:#000000; 
	text-transform:uppercase;
	font-weight:bold;
}

/*************************************
 ************ HTML Basics ************
 *************************************/
p{
	padding-top:5px;
	padding-bottom:5px;
}
 
 ul{
	list-style-image:url(../img/listobject.gif);
	list-style-type:none;
	list-style-position:outside;
	margin-left:15px;
 }
 
li{
	 margin-bottom:5px;
}

input, textarea, select{
	border:1px solid #bcbcbc;
}


/***************************/
/****** MEIN WOHNWEB *******/
/***************************/


div#tabber {
	border-bottom: 1px solid #000000;
	width: 416px;
}

ul.tabber {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.tabber li {
	float: left;
	display: block;
	background-color: #e8e8e8;
	margin-right: 4px;
	font-size: 14px;
	text-align: center;
	width: 96px;
	padding: 5px 0px;
	margin-bottom: 0px;
	cursor: pointer;
}

ul.tabber li.active{
	background-color: #000000;
	color: #FFFFFF;
	cursor: auto;
}

div#objekttabber {
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#additionaltabs {
visibility: hidden;
}

table.infos .titel {
	width: 180px;
	font-weight: bold;
}

.clearer{
	clear:both;	
	height:0px;
	overflow: hidden;
}

.labelspacing{
	float:left;
}

.radiobuttons, .checkboxes {
	border: none;
}

