<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * globals
 *----------------------------------*/

 /* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   	content: ".";
   	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { 
	display: block; 
}

body {
	font-family: arial, verdana, tahoma, sans-serif;
	background: #FFFFFF;
}


/*
 * objektdaten styles by ft
 *----------------------------------*/

#obj_content {

	width: 770px;
	margin: 0 auto;
	/* only set for demonstration */
	
	background: #fff;
	padding-top:22px;
	min-height:800px;
	height: auto !important;
	height: 800px;
}

.lang_select {
	margin: 0 10px 10px;
	overflow: hidden;
	_zoom:1 ;
	padding: 0;
	font-size: 11px;
}

.lang_select li {
	float: left;
	display: inline;
	margin: 0 7px 0 0;
}

.lang_select li img {
	margin-bottom: -1px;
	border: 0;
}


/*display set to inline avoids ie6 double margin bug*/
#obj_col1 {
	float: left;
	display: inline; 
	width: 224px;
	margin: 0px 0 0 10px;
}

#obj_col1_content_top_corners {
	height: 15px;
	background: transparent url(../images/object_data/top_corners_bg.gif) top left no-repeat;
}

#obj_col1_content_bottom_corners {
	height: 15px;
	background: transparent url(../images/object_data/bottom_corners_bg.gif) top left no-repeat;
}

#obj_col1_content {
	background: #F5F6F8;
}

#obj_col1_content table {
	width: 210px;
	font-size: 12px;
	margin: 0 0 0 6px;
}

/* removes dotted lines on FF */
#obj_col1_content table a {
	outline: none;
}

/* old styles */
.nvy {
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	line-height: 18px;
}

.nv {
	color: #000;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-decoration:none;
	line-height: 18px;
}

a.nv:hover, a.nvy:hover {
	text-decoration: none;
}

.hds {
	color:#848484;
	/*font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;*/
	font-size:9px;
	font-weight:normal;
	text-transform: uppercase;
}

.hd {
	color:#000;
	/*font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;*/
	font-size:20px;
	font-weight:normal;
	border-bottom: 1px solid #E5E5E7;
	padding-bottom: 7px;
	display: block;
	margin-bottom: 5px;
}

.q {
	/*font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;*/
	font-size:12px;
	line-height: 18px;
	font-weight:normal;
	border-bottom: 1px solid #E5E5E7;
	padding-bottom: 7px;
	margin-bottom: 5px;
	display: block;
}

/* END */

/* zoom:1; sets div to gain layout on IE */
#obj_col2 {
	margin: 0px 70px 0 275px;
	zoom: 1;
	overflow:hidden;
}

#obj_col2 #obj_data_pager table b {
	font-size: 12px;
	font-weight: bold;
}

#obj_col2 #obj_data_pager table tr td {
	padding-bottom: 7px;
	font-size: 11px;
	text-align: left;
}
</pre></body></html>