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

/* --- Allgemeines --- */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:920px;
	background:#fff;
	margin:0 auto;
}

.cleaner{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	border:none;
	background:transparent;
}

small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
a img, :link img, :visited img { border: 0 none }

/* --- Header und Metanavigation --- */
#header{
	width:920px;
	height:114px;
	background:#fff url(/_gfx/wob_logo.gif) no-repeat 50% 0;
}

#language{
	/* display:none; */
	width:170px;
	padding:95px 0 0 10px;
}

#language a{
	font-size:11px;
	color:#6e6f74;
	line-height:16px;
	text-decoration:underline;
	margin-right:18px;
}

#language a.active{
	font-size:11px;
	color:#000;
	text-decoration:none;
}


/* --- Container inkl. Hintergrundbild --- */
#container{
	width:920px;
	height:100%;
	background:url(/_gfx/body_bg.gif) repeat-y 0 0;
}


/* --- Linker Block und Navigation --- */
#navbox{
	float:left;
	width:170px;
	height:100%;
	background:#fff;
	margin:0 70px 50px 0;
	padding:14px 0 19px 0;
}

#leftnav{
	width:170px;
	font-size:1px;
	line-height:0;
	background:#fff;
	z-index:200;
}

#leftnav img{
	display:block;
	width:170px;
	height:25px;
	margin:0 0 7px 0;
	border:0;
}

#leftnav div.navspacer{
	width:170px;
	font-size:0px;
	line-height:0px;
	border-top:1px solid #cccdce;
	margin:13px 0 0 0;
	padding:0 0 13px 0;
}

#leftnav ul{
	padding:0;
	width:170px;
}

#leftnav li.top{
	position:relative;
}

#leftnav li.top > div.subnavlayer{
	position:absolute;
	display:none;
	width:185px;
	left:170px;
	background:#fff;
	/*background:#cccdce;
	border-left:2px solid #fff;*/
}
/*
#leftnav li.top:hover > div {
	display: block;
}
*/

div.subnavlayer a{
	display:block;
	font-size:11px;
	color:#fff;
	line-height:29px;
	text-decoration:none;
	background:#6e6f74 url(/_gfx/navigation/subnavlayer_pfeil.gif) no-repeat 10px 11px;
	border-bottom:1px solid #cccdce;
	border-left:2px solid #fff;
	padding:0 0 0 19px;
}

div.subnavlayer a:hover{
	color:#eeb800;
}

div.subnav{
	width:170px;
	background:#f0f0f1;
	margin:-7px 0 11px 0;
}

div.subnav a{
	display:block;
	font-size:12px;
	color:#6e6f74;
	line-height:29px;
	text-decoration:none;
	background:#f0f0f1 url(/_gfx/navigation/subnav_pfeil_inaktiv.gif) no-repeat 10px 11px;
	margin:0 0 0 0;
	padding:0 0 0 19px;
}

div.subnav a:hover, div.subnav a.active{
	color:#eeb800;
	background:#f0f0f1 url(/_gfx/navigation/subnav_pfeil_aktiv.gif) no-repeat 10px 11px;

}
/* Fixt Zeilenumbruch in Navi (nicht Layer) */
div.subnav a.long {
	line-height: 19px;
	background-position: 10px 7px;
	margin-bottom: 3px;
}

/* --- Contentbereich --- */
#topic{
	float:left;
	width:680px;
}

#caseheader{
	float:left;
	width:680px;
	height:36px;
	margin:13px 0 0 0;
}

#casefooter{
	width:620px;
	height:12px;
	margin:20px 0;
}

#casefooter div.top, #casefooter div.back{
	float:left;
	width:310px;
}

#casefooter div.top{
	text-align:right;
}

#casefooter div.top a{
	font-size:11px;
	color:#6e6f74;
	text-decoration:none;
	background:url(/_gfx/pfeil_top.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}
#casefooter div.top a:hover{
	color:#eeb800;
}

#casefooter div.back a{
	font-size:11px;
	color:#6e6f74;
	text-decoration:none;
	background:url(/_gfx/pfeil_back.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}
#casefooter div.back a:hover{
	color:#eeb800;
}
#keyvisual{
	width:680px;
	height:341px;
}

#visual{
	width:680px;
	height:150px;
	margin:14px 0 0 0;
}

#content{
	width:680px;
	padding:0 0 30px 0;
}

#fliesstext{
	padding:22px 40px 0 20px;
}

#fliesstext h1, #pressespiegel h1{
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin:0 0 15px 0;
	padding:0 0 4px 0;
}

#fliesstext h2{
	font-size:11px;
	color:#000;
	line-height:22px;
	background:#e7e7e8;
	margin:0 -40px 10px -20px;
	padding:0 0 0 20px;
}

#fliesstext p, #pressespiegel p{
	font-size:11px;
	color:#000;
	line-height:14px;
	margin:0 0 18px 0;
}

#fliesstext a{
	font-size:11px;
	color:#6e6f74;
	line-height:14px;
	text-decoration:underline;
}
#fliesstext a:hover{
	font-size:11px;
	color:#eeb800;
	line-height:14px;
	text-decoration:underline;
}

#fliesstext a.linkpfeil{
	font-size:11px;
	color:#6e6f74;
	line-height:14px;
	text-decoration:none;
	background:url(/_gfx/pfeil_grau.gif) no-repeat 0 4px;
	padding:0 0 0 7px;
}
#fliesstext a.linkpfeil:hover{
	color:#eeb800;
	background:url(/_gfx/pfeil_gelb.gif) no-repeat 0 4px;
	padding:0 0 0 7px;
}
#fliesstext ul{
	font-size:11px;
	line-height:16px;
	list-style-image:url(/_gfx/bullet.gif);
	list-style-type:square;	
	margin:0 0 12px 0;	
}
#fliesstext li { margin-left: 0px;}
#pressespiegel{
	padding:22px 0 0 0;
}

#pressespiegel div.box{
	float:left;
	width:290px;
	margin:0 40px 0 20px;
}

#pressespiegel div.boxlast{
	float:left;
	width:290px;
	margin:0 0 0 20px;
}

#pressespiegel div.psimage{
	float:left;
	width:100px;
	height:100px;
	margin:0 10px 0 0;
}

#pressespiegel div.pstext{
	float:left;
	width:180px;
}

#pressespiegel div.pstext p{
	font-size:10px;
	color:#000;
	line-height:14px;
}

#pressespiegel div.spacer{
	width:680px;
	font-size:1px;
	line-height:0;
	border-top:1px solid #e7e7e8;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
}

div.contentbox{
	float:left;
	margin:0 55px 0 0;
}

div.contentboxsmall{
	float:left;
	margin:0 25px 20px 0;
}

div.contentboxsmalllast{
	float:left;
	margin:0 0 20px 0;
}

div.contentboxlast{
	float:left;
	margin:0 0 0 0;
}

div.boximage{
	width:87px;
}

div.boxtext{
	width:508px;
}

div.three{
	width:190px;
}

div.contentbox h1, div.contentboxlast h1{
	font-size:12px;
	font-weight:bold;
	color:#eeb800;
	border-bottom:1px solid #cccdce;
	margin:22px 0 6px 0;
	padding:0 0 4px 0;
}

div.contentbox p, div.contentboxlast p{
	font-size:11px;
	color:#000;
	line-height:14px;
	margin:0 0 18px 0;
}

div.contentbox a, #pressespiegel div.pstext  a{
	display:block;
	font-size:11px;
	color:#6e6f74;
	line-height:14px;
	text-decoration:none;
	background:url(/_gfx/pfeil_grau.gif) no-repeat 0 4px;
	padding:0 0 0 7px;
}
div.contentbox a:hover, #pressespiegel div.pstext a:hover{
	color:#eeb800;
}
div.contentbox a.normal, div.contentboxlast a.normal{
	font-size:11px;
	color:#6e6f74;
	line-height:14px;
	text-decoration:underline;
	background:none;
	padding:0;
}
div.contentbox a.normal:hover, div.contentboxlast a.normal:hover{
	color:#eeb800;
	padding:0;
}
div.contentboxlast div.formular{
	float:left;
	width:190px;
	font-size:11px;
	color:#000;
	margin:0 0 4px 0;
}


div.contentboxlast div.einloggen input.login{
	width:67px;
	height:18px;
	font-size:10px;
	color:#fff;
	background:#6e6f74;
	border:1px solid #6e6f74;
	margin:0 0 4px 0;
}

div.contentboxlast div.einloggen input.abbonieren{
	width:75px;
	height:18px;
	font-size:10px;
	color:#fff;
	background:#6e6f74;
	border:1px solid #6e6f74;
	margin:0 0 4px 0;
}

div.contentboxlast div.formular label{
	display:block;
	float:left;
	width:55px;
	line-height:20px;
}

div.contentboxlast input{
	float:right;
	width:115px;
	height:16px;
	border:1px solid #cccdce;
}
/* Kompakte UL, wie z.B. für Referenzen-Liste */
ul.compact {
	font-size: 11px;
	line-height: 14px;
	list-style: none;
	padding-left: 0;
}

#jobfooter{
	width:620px;
	height:12px;
	margin:20px 0;
}

#jobfooter div.top, #jobfooter div.back{
	float:left;
	width:310px;
}

#jobfooter div.top{
	text-align:right;
}

#jobfooter div.top a{
	font-size:11px;
	color:#6e6f74;
	text-decoration:none;
	background:url(/_gfx/pfeil_top.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}

#jobfooter div.back a{
	font-size:11px;
	color:#6e6f74;
	text-decoration:none;
	background:url(/_gfx/pfeil_back.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}

/* NEWS */
.listdateofnews{ float:left; }
.listlinkstonews{ float:right; }
h1.news { clear:both; margin-bottom:17px; }
/* KONTAKTFORMULAR START */
#kontaktform{
	float:left;
	width:456px;
	margin:20px 0 0 0;
}

#kontaktform p{
	font-size:11px;
	color:#000;
	line-height:16px;
	margin:0 0 18px 20px;
}

#kontaktform div.radiobox{
	width:337px;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	margin:0 0 20px 0;
	padding:4px 0 3px 20px;
}

#kontaktform div.even{
	width:337px;
	background:#fff;
	border-bottom:1px dotted #cccdce;
	padding:4px 0 3px 20px;
}

#kontaktform div.odd{
	width:337px;
	background:#f9f9f9;
	border-bottom:1px dotted #cccdce;
	padding:4px 0 3px 20px;
}

#kontaktform div.even div.kontakttext, #kontaktform div.odd div.kontakttext{
	float:left;
	width:118px;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding:6px 0 0 0;
}

#kontaktform div.even div.formfield, #kontaktform div.odd div.formfield{
	float:left;
	width:199px;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

#kontaktform div.even div.kontaktzusatz, #kontaktform div.odd div.kontaktzusatz{
	width:337px;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

#kontaktform input{
	width:196px;
	height:16px;
	font-size:11px;
	border:1px solid #cccdce;
	margin:0 0 0 0;
}

#kontaktform input[type="radio"]{
	float:left;
	width:20px;
	background:#fff;
	border:1px solid #fff;
}

#kontaktform div.even div.formfield label.checktext, #kontaktform div.odd div.formfield label.checktext{
	float:left;
	display:block;
	width:50px;
	font-size:11px;
	color:#020202;
	margin:4px 0 0 0;
}

#kontaktform div.radiobox div.kontaktzusatz label.checktext{
	float:left;
	display:block;
	width:300px;
	font-size:11px;
	color:#020202;
	line-height:13px;
	margin:1px 0 8px 5px;
}

#kontaktform input[type="checkbox"]{
	width:20px;
	background:#f9f9f9;
	border:1px solid #f9f9f9;
	margin:0;
}

#kontaktform textarea{
	width:196px;
	height:118px;
	font-size:11px;
	border:1px solid #cccdce;
}

#kontaktform select.optlist {
	width:196px;
	height:20px;
	font-size:11px;
}
#kontaktform span.error{
	color:#eeb800;
}

#adressblock{
	float:left;
	width:224px;
	margin:20px 0 0 0;
}

#adressblock p{
	font-size:11px;
	color:#000;
	line-height:16px;
	margin:0 0 18px 0;
}

#adressblock div.navspacer{
	width:224px;
	font-size:0px;
	line-height:0px;
	border-top:1px solid #cccdce;
	margin:13px 0 0 0;
	padding:0 0 13px 0;
}

#adressblock a.pfeil{
	display:block;
	font-size:11px;
	color:#6e6f74;
	line-height:14px;
	text-decoration:none;
	background:url(/_gfx/pfeil_grau.gif) no-repeat 0 4px;
	padding:0 0 0 7px;
}

#adressblock a.normal{
	font-size:11px;
	color:#6e6f74;
	line-height:14px;
	text-decoration:underline;
	background:none;
	padding:0;
}

#kontaktform div.buttons{
	width:337px;
	padding:20px 0 3px 20px;
}

#kontaktform div.buttons div.delete{
	float:left;
	width:164px;
	text-align:right;
	padding:0 5px 0 0;
}

#kontaktform div.buttons div.send{
	float:left;
	width:163px;
	text-align:left;
	padding:0 0 0 5px;
}

#kontaktform div.buttons div.delete input.delete{
	width:58px;
	height:18px;
	font-size:9px;
	color:#fff;
	background:#6e6f74;
	border:1px solid #6e6f74;
}
#kontaktform div.buttons div.delete input.delete:hover{
	background:#eeb800;
	border:1px solid #eeb800;
}
#kontaktform div.buttons div.send input.send{
	width:53px;
	height:18px;
	font-size:9px;
	color:#fff;
	background:#6e6f74;
	border:1px solid #6e6f74;
}
#kontaktform div.buttons div.send input.send:hover{
	background:#eeb800;
	border:1px solid #eeb800;
}/* KONTAKTFORMULAR ENDE */


/* --- Footer inkl. Navigation --- */
#footer{
	width:680px;
	font-size:10px;
	color:#000;
	text-align:right;
	border-top:1px solid #e7e7e8;
	margin:0 0 20px 0;
	padding:10px 0 0 0;
}

#footer a{
	font-size:10px;
	color:#6e6f74;
	text-decoration:underline;
	border-left:1px solid #eeb800;
	margin:0 0 0 8px;
	padding:0 2px 0 8px;
}
#footer a:hover{
	color:#eeb800;
}
