/*****************************************************//*                  GLOBAL                           *//*****************************************************//* WB TEST OK firefox, opera, IE 7, IE6 *//* 2010-09-03 */*{	padding: 0;	margin: 0;	font-size: 100.01%;	} body { 	margin: 20px 0 0 0; /* abstand vom fensterrand */	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;	background: #ffffff;}	#wrapper {	width:918px;	margin: 0 auto; /* Durch automatische Raender (in Verbindung mit einer Breite) wird die Seite zentriert. */	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element ueberschrieben. */	margin-top: 0px;	margin-bottom: 10px;	border: #969696 solid 0px;}#header{	position: relative; /* hierauf beziehen sich die Angaben der im Header eingeschlssenen Elemente *//*	background-color: #f0e68c;*/    width:1020px;/*	border: 1px solid #ff0000;*/	height: 87px;	margin-left: auto;	margin-right: auto;	margin-bottom: 16px;	text-align: left;}#header-logo{	display: inline; /*Fix IE floating margin bug*/	float: left;	margin-left: 22px;}#header-claim{	display: inline; /*Fix IE floating margin bug*/	float: right;	margin-right: 30px;	margin-top: 20px;}#main {	padding: 0;	margin: 0;	clear: both;	width: 918px;	background-color: #7fffd4;	border: none;	background: url(condor-box-middle.png) repeat-y;	}#mainbox-top{	background: url(condor-box-top.png) no-repeat;	height: 12px;}#mainbox-bottom{	background: url(condor-box-bottom.png) no-repeat;	height: 12px;}#navigation {	display: inline; /*Fix IE floating margin bug*/	float: left;	width: 235px;	overflow: visible !important; /*Firefox*/	overflow: hidden; /*IE6*/	border: 0px solid red;	margin: 0 0 0 14px;}#content {	display: inline; /*Fix IE floating margin bug*/	float: left;	width: 460px;	margin: 0px;	padding:3px;	overflow: visible !important; /*Firefox*/	overflow: hidden; /*IE6*/	/*	background-color: #f5deb3;*//*	border: 1px solid orange;*/}#content2 {	display: inline; /*Fix IE floating margin bug*/	float: left;	width: 650px;	margin: 0px;	padding:3px;	overflow: visible !important; /*Firefox*/	overflow: hidden; /*IE6*/	/*	background-color: #f5deb3;*//*	border: 1px solid orange;*/}#right {	display: inline; /*Fix IE floating margin bug*/	float: right;	width: 168px;	margin: 50px 26px 0 0;	padding:0px;	overflow: visible !important; /*Firefox*/	overflow: hidden; /*IE6*/		border: 0px solid #6495ed;}#footer {	clear: both;	width: 458px;	overflow: visible !important; /*Firefox*/	overflow: hidden; /*IE6*/	border: none;	margin-top: 12px;}#table {	padding: 0px 0 0 0;	color: #0F1E0D;	font-size: 11px;	margin: 5px 0 0px 0;	border: none;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	line-height: 100%;}#tablecell {	padding: 10px 0 0 0;	color: #0F1E0D;	font-size: 11px;	margin: 0px 0 0px 0;	border: none;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	line-height: 100%;}td {	padding: 3px 10px 10px 10px;	font-size: 12px;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}/******************//*  CLEAR FLOATS  *//******************/.clear-contentunit {clear:both;  border:none;}  /* achtung wichtig um im moz den hintergrund darzustellen *//******************//*  NAVIGATION  *//******************/#navigation ul {	list-style: none;	margin: 0;	padding: 0;}#navigation li {	border-bottom: 0px solid #ED9F9F;}#navigation li a:link, #navigation li a:visited  {	display: block;	width: 220px; /* notig für IE , da sonst nut text als hover*/	padding: 2px 0px 2px 8px;	margin:5px 0 5px 0;	background-color: transparent;	color: #407B36;	text-decoration: none;	font-size: 13px;	font-weight: bold;	outline: none;}#navigation li a:hover, #navigation li a.active{ background: #ffffff url(condor-navi-hover.png) no-repeat left;}#navigation ul.sub {	list-style: none;	margin: 0 0 0 15px;	padding: 0;}/******************//*  TEXTFORMAT  *//******************/h1{	color:#407B36;	font-size: 15px;	margin: 1em 0 1em 0;	font-family: Droid Sans, Arial, Helvetica, sans-serif;}h2{	color:#407B36;	font-size: 13px;	margin: 15px 0 10px 0;	}h3{	color:#407B36;	font-size: 12px;	margin: 15px 0 10px 0;	}h4{	color:#407B36;	font-size: 11px;	margin: 15px 0 6px 0;	} p{	padding: 0 0 0 0;	color: #0F1E0D;	font-size: 12px;	margin: 12px 0 12px 0;	border: none;	font-family: Ubuntu, Arial, Helvetica, sans-serif;	line-height: 150%;}#footer p{	color: #666666;	font-size: 9px;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	}a, a:visited {     color:#407B36;     outline: none;}hr{		margin: 18px 0 10px 0;	}