@import url(inc_common.css);
@import url(inc_htmlarea.css);
@import url(inc_csc.css);
@import url(inc_immovables.css);

/* Common Page Layout
----------------------------------------------- */
body.page {
	background:#ffffff;
}

#wrapper {
	/*
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -475px;
	*/
	position: relative;
	width:950px;
	margin:10px auto;
}

#header {
	height:80px;
	background:url(../images/bg_header.gif) no-repeat 0px 0px;
}

#thing{
	position:absolute;
	z-index:1;
	left:770px;
	top:-10px;
}

#content {
	margin-top:60px;
}

div.regulartext {
	width:500px;
}

#left_col{
	float:left;
	width:211px;
	height:1px;
	/*margin-left:11px;*/
}
#content2{
	float:left;
	margin-left:30px;
	width:690px;
}
* html #content2{
	width:680px;
}

#right_col{
	float:left;
	margin-left:40px;
	width:300px;
}

#footer {
	border-top:2px solid #604e36;
	text-align:center;
	margin-top:40px;
	padding-top:16px;
}
#footer a{
	color:#604e36;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:none;
}
.clear{
	display:block;
	clear:both;
	margin:0;
	padding:0;
	overflow:hidden;
	height:1px;
	width:auto;
}
#object{
	margin-bottom:20px;
}

.box_headline{
	background:url(../images/bg_object.gif) repeat-x 0px 0px;
	font-weight:bold;
	padding:5px 0px 6px 8px;
	text-transform:uppercase;
	margin-bottom:15px;
	width:100%;
}
#logo{
	float:left;
	margin-left:20px;
	margin-top:15px;
}

.en, .de{
	display:block;	
	width:145px;
	height:24px;
	padding-left:30px;
	padding-top:5px;
	text-decoration:none;
	margin-top:20px;
}
.en{
	background:url(../images/button_en.gif) no-repeat 0px 0px;
}
.de{
	background:url(../images/button_de.gif) no-repeat 0px 0px;
}
a.en:hover, a de:hover{
	text-decoration:none;
}
#copyright{
	text-align:right;
	margin-top:20px;
	margin-right:20px;
	color: #cdd2d7;
	margin-bottom:15px;
}
#copyright a{
	color: #cdd2d7;	
	text-decoration:none;	
	font-weight:normal;
}
#copyright a:hover{
	text-decoration:none;
}

a.details_link, div.details_link a {
	background:#fff7b0;
	font-weight:normal;
	padding:3px 5px;
	text-decoration:none;
}

#left{
	float:left;
	width:350px;
	margin-top:20px;
}
* html #left{
	float:left;
	width:340px;
}
#right{
	float:left;
	margin-left:40px;
	width:300px;
	margin-top:20px;
}


/******* Navigation **********/
#metanav{
	float:left;
	color:#ffffff;
	margin-top:60px;
	font-weight:bold;
	margin-left:30px;
	text-align:right;
	width:400px;
}
#metanav a{
	color:#ffffff;
	text-decoration:none;
}
#metanav a:hover{
	text-decoration:underline;
}
#metanav a.sel{
	text-decoration:underline;
}

#menu ul{
	list-style:none;
	padding:0px;
	padding-right:1px;
	margin:0px;	
	display:block;
}
#menu ul li{
	float:left;
}

/******* Subseitenmenue **********/



#left_col ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}
#left_col ul li{
	color: #ffffff;
	font-weight:bold;
	width:211px;
}
#left_col ul li a{
	font-weight:bold;
	width:211px;
	display:block;
	padding:5px 0px 6px 10px;
	margin-bottom: 1px;
	background:url(../images/button.gif) no-repeat 0px 0px;
	text-decoration:none;
}
#left_col ul li a.sel{
	background:url(../images/button_act.gif) no-repeat 0px 0px;
}
#left_col ul li a:hover{
	background:url(../images/button_act.gif) no-repeat 0px 0px;
	text-decoration:none;
}

/********* Subseitensub *********/
#left_col ul li ul{
	margin-bottom:10px;
	margin-top:4px;
}
#left_col ul li li a {
	background:#ffffff;
	font-weight:normal;
	padding:4px 0px;
	margin-bottom:0px;
	margin-left:10px;
	background:transparent;
	/*background:url(../images/icon_arrow_brown.gif) no-repeat 188px 8px;*/

}
#left_col ul li li a:hover, #left_col ul li li a.sel {
	/*background:url(../images/icon_arrow_brown.gif) no-repeat 188px 8px;*/
	background:transparent;
	text-decoration:underline;	
}