* {
  margin:0;
  padding:0;
}

html,body {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	color:#666;
}

body {
  background:#e0e8ed url(/images/bg_body.png) repeat-x top left;
  /*background-image: url(/images/bg_formaxx.png);
  background-repeat: no-repeat;*/
}

ul,li{
  list-style-type:none;
}

img {
  border:none;
}

span.sup {
  position:relative;
  top:-0.5em;
  font-size:.9em;
}

span.small_bold {
	font-size:10px;
	font-weight:bold;
	line-height: 100%;
}


/*p,pre, h1 {
margin:0px 10px 10px 10px;
}*/

h1 {
  font-size:14px;
  padding-top:10px;
  text-transform:none;
  color: #564b47;
  background-color: transparent;
}

a {
  color: #666;
  font-size: 11px;
  background-color:transparent;
  text-decoration: none;
}

input[type=text]{
  margin-left: 3px;
}
 
pre { 
  color: #564b47;
  font-size: 11px;
  background-color:transparent;
  font-family: Courier, Monaco, Monospace;
}


/* Wrapper */
#box {
  width:990px;
  margin: 0px auto;
  padding:0px;
  text-align:left;
  background: url(/images/bg_formaxx.png) no-repeat top left;

}


/* Start Header */
#header {
  /*background: url(/images/header_blue.jpg) no-repeat top left;*/
  height: 140px;
  width: 990px;
  margin:0;
  padding:0;
}

#logo {
  float: left;
  margin-top: 45px;
  display: inline;
  width:250px;
  height: 47px;
}

.suchebtn {
  cursor: hand;
  cursor: pointer;
}

.btn {
  cursor: hand;
  cursor: pointer;
}

#searchfield {
  float: right;
  width: 343px;
  height: 19px;
  margin-top:20px;
}

input.searchfield {
  width: 245px;
  height: 19px;
  border: 0px;
  padding-left: 73px;
  margin: 0px;
  vertical-align: top;
  background: url(/images/bg_suchmaske_feld.png) no-repeat top left;
}

.btn_searchfield {
  vertical-align: top;
  margin: 0px;
}

#logo_buero {
  width: 400px;
  height: 47px;
  margin-left: 720px;
  margin-top: 0px;
  text-align:left;
  float: left;
  clear: both;
  background: transparent url(/images/logo_buero.png) no-repeat top right;
  /*border:1px solid #C09;*/
}

#jahreszeit {
  background: transparent url(/images/tulpen.png) no-repeat top right;
  width: 95px;
  height: 91px;
  margin-left:800px;
  margin-bottom:40px;
  float: right;
}


/* Start Navigation oben rechts */
#naviobenrechts {
	float: right;
	margin-top: 10px;
	width: 440px;
	height: 20px;
	text-align: right;
}

#naviobenrechts ul {
  list-style-type: none;
  margin:0;
  padding: 0;
  
}

#naviobenrechts li {
  float: right;
  padding: 0;
  margin: 0;
}

#naviobenrechts a {
   display:block; /* important for IE */
   text-decoration: none;
   letter-spacing: 0.5px;
   color:#FFF;
   padding: 6px 0 4px 5px;
   margin: 0 2px 0 0 ;  
   padding-left: 25px;
}

#naviobenrechts a:hover, #naviobenrechts li.current a {
  text-decoration:none;
  color:#999;
}

#naviobenrechts li.trennstrich1 {
	background-image: url(/images/devider.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
}

/* Ende Navigation oben rechts */


/* Start Navigation Horizontal */
#navi{
	margin-left: 184px;
    margin-top: 25px;
	height:20px;
	float: left;
	clear: both;
	/*border:1px solid #0C3;*/
	display: inline;
	width: 700px;
 }
 
  /* IE CSS Hack */
* html #navi { 
  margin-right: -13px;
} 

#navi ul {
   float: left;
   list-style-type: none;
   margin:0;
   padding: 0;
   }

#navi li {
   float: left;
   padding: 0;
   margin: 0;
   }

#navi a {
   display:block; /* important for IE */
   text-decoration: none;
   letter-spacing: 0.5px;
   color:#001f54;
   padding: 6px 0 4px 15px;
   margin: 0 2px 0 0 ;
   border:1px solid #FFF;
   background:#fff url(/images/bg_navh.jpg) repeat-x;
}

#navi a span{
   padding: 7px 15px 4px 0;
   margin: 0;
}

#navi a:hover, #navi li.current a {
   color:#FFF;
   background:#fff url(/images/bg_navh_on.jpg) repeat-x;
}

.clr{ clear:left; }

/* Ende Navigation Horizontal */



/* Ende Header */


/* ------- Start mittlerer Bereich ------- */

#inhalt {
  float:left;
  width:620px;
  padding: 0px;
  margin-left: 10px;
  margin-top: 10px;
  background:#fff /*url(/images/content_bg.jpg) repeat-x*/ ;
  min-height: 548px;
}

#inhalt_large {
  width: 804px;
  padding: 0px;
  margin-left: 10px;
  margin-top: 10px;
  float:left;
  background:#fff;
  min-height: 548px;
}

.textcontainer {
  width:595px;
  height: 100%;
  /*border:solid 1px #0FF; */
  margin-left: 14px;
}
.textcontainer_big {
  width:800px;
  height: 100%;
  /*border:solid 1px #0FF; */
  margin-left: 14px;
}

.textcontainer span {
  line-height: 17px;
  letter-spacing: 0.1px;
}


#inhalt h1{
  font-size:18px;
  color: #001f54;
  padding-bottom: 4px;
  padding-top: 10px;
  max-width: 595px;
}

#inhalt h2{
  font-size:12px;
  color: #666;
  padding-top: 8px;
  padding-bottom: 6px;
  font-style:inherit;
  line-height: 17px;
}

#inhalt h3{
  font-size:14px;
  color: #666;
  padding-bottom: 6px;
  font-style:inherit;
}

#inhalt span a{
  color: #666;
  font-size: 12px;
  background-color:transparent;
  text-decoration: underline; 
}

#inhalt span a.nounderline{
  color: #666;
  font-size: 12px;
  background-color:transparent;
  text-decoration: none; 
}

#inhalt span .search_highlight {
  background-color: #001f54;
  color: #FFF;
}


.mainlist{
  padding-bottom: 10px;	
  
}
	

.mainlist li{
  background: url(/images/bullet.png) no-repeat top left;
  background-position: 8px 10px;
  padding-top: 4px;
  padding-left: 19px;
}

.box_ss{
  width: 780px;
  
}

.mainlist_ss{
  padding-bottom: 10px;	
  width: 560px;
  float: left;
  line-height: 17px;
  
}
	

.mainlist_ss li{
  background: url(/images/bullet.png) no-repeat top left;
  background-position: 8px 10px;
  padding-top: 4px;
  padding-left: 19px;
}


.mainlist_leitbild{
  float: right;  
  width: 100px;
  margin: 10px 140px 20px 0px;
 
}
	

.mainlist_leitbild li{
  background: url(/images/bullet.png) no-repeat top left;
  background-position: 8px 10px;
  padding-top: 4px;
  padding-left: 19px;
}


.author {
	text-align:right;
	font-size:10px;
}


/* Zeilenabstände */
p.bodytext {
	padding-top: 10px;
	padding-bottom: 10px;
}

p.bodytextblau {
	padding-top: 10px;
	padding-bottom: 15px;
	color:#001f54;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 0.1px;
	line-height: 19px;
	
}

.bodytextblau {
	padding-top: 10px;
	padding-bottom: 15px;
	color:#001f54;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 0.1px;
	line-height: 19px;
	
}

p.impressum {
	padding-top: 10px;
	padding-bottom: 4px;
	color:#666;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 0.1px;
	line-height: 19px;
}
/* Ende Zeilenabstände */




#infoboxen h1 {
  font-size:13px;
  color: #FFF;
  padding-top: 0px;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}



/* Start Hauptbild Content */

#bild_main {
  padding: 0;
  width: 620px;
}


#bild_maintxt h1 {
  margin-top: -45px;
  color:#FFF;
  background-color: #001f54;
  float: left;
  padding: 5px 10px 6px 15px;
  font-size:19px;
  letter-spacing: 0.4px;
  position: absolute;
}


#bild_maintxt_border h1 {
  margin-top: -45px;
  color:#FFF;
  background-color: #001f54;
  float: left;
  padding: 5px 10px 6px 15px;
  font-size:19px;
  letter-spacing: 0.4px;
  position: absolute;
  border-right: solid 1px #09F;
  border-top: solid 1px #09F;
  border-bottom: solid 1px #09F;
}


/* Ende Hauptbild Content */



/* Start Hauptfilm Flash */

.flashcontainer {
  padding: 0;
  width: 620px;
  height: 345px;
  /*border: solid 2px #F93;*/
}


.flashcontainer_index {
  padding: 0;
  width: 620px;
  height: 288px;
  /*border: solid 2px #F93;*/
}


.flashcontainer_leitbild {
  padding: 0;
  width: 620px;
  height: 345px;
  /*border: solid 2px #F93;*/
}



.flashcontainer_aktuelles {
  padding: 0;
  width: 620px;
  height: 300px;
  /*border: solid 2px #F93;*/
}



.flashcontainer_bedarfsfelder {
  padding: 0;
  width: 620px;
  height: 372px;
  /*border: solid 2px #F93;*/
}


.flashcontainer_risiken {
  padding: 0;
  width: 620px;
  height: 372px;
  /*border: solid 2px #F93;*/
}

.flashcontainer_sichersein {
  padding: 0;
  width: 804px;
  height: 420px;
 
  /*border: solid 2px #F93;*/
}

.flashcontainer_sichersein_film {
  padding: 0;
  width: 990px;
  height: 530px;
  z-index:1000;
  /*border: solid 2px #F93;*/
}

/* Start Fancybox */
#content {
 overflow:hidden;
 z-index:1000;
}
/* Ende Fancybox */




/* Start Leitbild */
.vierplusm{
    height: 253px;
	padding-top: 0px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}
/* Ende Leitbild */



/* Ende Hauptfilm Flash */





/* Start Teasers 285 x 180px*/

.rahmen {
  background: url(/images/teaser_285x120.png);
  background-repeat: no-repeat;
  float: left;
  width: 285px;
  height: 120px;
  margin-top: 20px;
  margin-left: 14px;
}

.rahmen2 {
  margin-top: 20px;
  margin-left: 23px;
  background: url(/images/teaser_285x120.png);
  background-repeat: no-repeat; 
  width: 285px;
  height: 120px;
  float: left;
}

.rahmen .image {
  display: inline; 
  float: left;
  margin-bottom: 3px;
  width: 85px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.rahmen2 .image {
  display: inline; 
  float: left;
  margin-bottom: 3px;
  width: 85px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.rahmen_txt{
  margin-top: 8px;
  margin-left: 15px;
  width: 260px;
  line-height:13px;
  padding-top:0px;
  font-size:11px;
}


.rahmen .download {
  padding-left: 23px;
  margin-top: 6px;
  font-weight: bold;
  height: 20px;
  color:#001f54;
}

.rahmen2 .download {
  padding-left: 23px;
  margin-top: 6px;
  font-weight: bold;
  height: 20px;
  color:#001f54;
}

.medienbox {
  background:#fff url(/images/bg_footerbox.png) repeat-x ;
  border: solid 1px #9b9d9e;
  width: 590px;
  margin-top: 10px;
  height: 90px;
}


/* Start Thumbs */


#thumbcontainer {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 580px;
	height: 80px;
}


.thumb {
	float: left;
	padding-bottom: 10px;
	}
	
.thumbnext{
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	}

.thumbneuezeile{
	float: left;
	padding-left: 0px;
	padding-bottom: 10px;
}
	

.clearthumb{
	clear: both;
	height: 15px;
}


/* Ende Thumbs */


/* Start Map */
#treffer li{
	border-bottom: 1px dotted #999;
	padding-bottom: 3px;
	list-style:none;
	
}

#treffer a:hover {
	padding-bottom: 3px;
	list-style:underline;
}


.standorte_scrolldown {
    height: 50px;
	magin-top: 0px;
	position: absolute;
	margin-right:0px;
	margin-left: 589px;
	z-index:1000;
}



/* General */
	#cssdropdown, #cssdropdown ul { list-style: none;  }
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
	/* Head links */
	#cssdropdown li.headlink {  width: 180px; float: left; margin-left: -1px; border: 1px #cdcdcd solid; background-color: #CCC; text-align: center; x }
	#cssdropdown li.headlink a { display: block; padding: 4px 17px 5px 17px; }

	/* Child lists and links */
	#cssdropdown li.headlink ul { display: none; border-top: 1px #cdcdcd solid; text-align: left; }
	#cssdropdown li.headlink:hover ul { display: block; }
	#cssdropdown li.headlink ul li a { padding: 5px 17px 4px 17px; height: 14px; }
	#cssdropdown li.headlink ul li a:hover { background-color: #001f54; }
	
	/* Pretty styling */
	 
	#cssdropdown a { color: #666; } #cssdropdown ul li a:hover {  color: #FFF; text-decoration: none;  }
	#cssdropdown li.headlink { background-color: white; background-image: url(/images/bg_scrolldown.jpg); }
	#cssdropdown li.headlink ul {height: 300px; overflow-y: auto; background-position: bottom; padding-bottom: 10px; }


/* Ende Map */


/* Start Kontakt */



textarea.contact {
  width: 425px;
  height: 100px;
  margin-left: 3px;
  font-size: 13px;
  border: 1px solid #cdcdcd;
  padding: 1px;
  background: #f1f1f1;
}

#AjaxForm input.validation_error {
  background: #ffe7e7;
}
#AjaxForm select.validation_error {
  background: #ffe7e7;
}
textarea.validation_error {
  background: #ffe7e7;
}

#initiativ.validation_error {
  background: #ffe7e7;
}

/* Ende Kontakt */



/* Start GSB Logik */


.bestinclass{
  height: 193px;
	padding-top: 30px;
	float: left;
	margin-right: 50px;
	margin-left: 50px;
}

/* Ende GSB Logik */



/* Start Presse */


.presse_th{
  height: 100px;
	border-bottom: solid 1px #999;
	margin-top: 10px;
}

.txt_th{
    float: left;
	width: 450px;
	padding-left: 10px;
	line-height: 14px;
    letter-spacing: 0.1px;
	font-size: 11px;
}


.txt_th small{
  letter-spacing: 0.1px;
	font-size: 10px;
	font-family: "Univers Condensed Bold",arial,helvetica,sans-serif;
	margin-bottom: 5px;
}

.bild_th{
  float: left;
  margin-left: 10px;	
}



.download{
   padding-top: 6px;	
   vertical-align: middle;
  }

.download_txt{
   float: left;
   margin-top: -17px;
   margin-left: 23px;
   position: absolute;
   font-weight: bold;
}

.download_txt_icon{
   float: left;
   margin-top: -17px;
   margin-left: 38px;
   position: absolute;
   font-weight: bold;
}


#header_pressetxt{
	width: 620px;
}	


#header_pressetxt h1{
	padding:0px;
	margin-bottom: 10px;
}
 
#kursiv {
  margin-top: 3px;
  font-style:italic;
  font-size:11px;
  width: 590px;
  line-height: 7px;
  margin-bottom: 5px;
}

   
.breadcrumb {
  margin-left: 220px;
  margin-bottom: 15px;
	height:20px;
	float: left;
	clear: both;
}


.breadcrumb ul {
   float: left;
   margin:0;
   padding: 0;
 }
   
   
.breadcrumb li {
   float: left;
   padding: 0;
   margin-right: 15px;
   margin-top: 5px;
 
   }

.prev {
   float: left;
   padding: 0;
   margin-right: 25px;
   margin-top: 3px;
   width: 24px;
   }
   
.next {
   float: left;
   padding: 0;
   margin-left: 10px;
   margin-top: 3px;
} 
   

.breadcrumb_artikel {
	margin-top: 20px;
  margin-left: 35px;
  margin-bottom: 15px;
	height:30px;
	float: left;
	clear: both;
	width: 620px;
}

.breadcrumb_artikel img{
  margin-left: 20px;
  margin-right: 20px;
	position: absolute;
	margin-top: -3px;
}


.breadcrumb_artikel span{
	margin-bottom: 8px;
}


.prev_artikel {
   float: left;
   padding: 0;
   margin-right: 20px;
   margin-top: 0px;
   width: 162px;
  /* border: 1px solid #3C3; */
}

.prev_artikel_schrift {
  margin-left: 65px;	
} 	

.next_artikel {
  float: left;
  padding: 0;
  margin-left: 20px;
  margin-top: 0px;
  vertical-align: middle;
} 

.mainliste {
   float: left;
   padding: 0;
   color:#036;
   margin-right: 60px;
   margin-left: 60px;
}

   
.lupe {
  margin-left: 315px;
  margin-top: 200px;
  position: absolute;
 
} 

.lupe_sichersein {
  margin-left: 575px;
  margin-top: -40px;
  position: absolute;
} 

/* Ende Presse*/


/* Start Interview*/

.txt_th_interview {
  float: left;
	width: 600px;
	padding-left: 10px;
	line-height: 14px;
  letter-spacing: 0.1px;
	font-size: 11px;
}

.mehr {
  font-size: 11px;
}


/**/
#inhalt a.mehr {
  color: #001f54;
  font-size: 11px;
  text-decoration: none;
}


/* Ende Interview*/




	
/* Ende Teasers 285 x 180px*/

/* ------- Ende mittlerer Bereich ------- */

/* Start linker Bereich */

#links {
  width:175px;
  padding:0px;
  float:left;
}

.boxlinksunten{
  background: url( images/arrows.gif) no-repeat 18px 2px;
	color: #001f54;
}


/* Ende linker Bereich */

/* Start Nav vertikal */
#navWrapper{
  float: left;
  width: 175px;
  margin-top: 10px;
  margin-right: 11px;
  margin-bottom: 0px;
  margin-left: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: url( /images/nav_vertbg_neu.png) no-repeat top;
}

.navItemLevelOne a{
  display: block;
  padding-left: 20px;
  font-size: 12px;
  font-weight:normal;
  color: #001f54;
}

.navItemLevelOne a:hover{
  background-color: transparent;
  background-image: url(/images/arrows.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 8px 2px;
}

.navItemLevelOne a.current{
  background-image: url(/images/arrows.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 8px 2px;
}

.navItemLevelTwo a{
  display: block;
  font-size: 12px;
  color: #666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 30px;
  margin-top:4px;
  line-height:14px;
}

.navItemLevelTwo a:hover{
  background: url( /images/arrows.gif) no-repeat 18px 2px;
	color: #001f54;
}

.navItemLevelTwo a.current{
  background: url( /images/arrows.gif) no-repeat 18px 2px;
	color: #001f54;
}


.navItemLevelThree a{
  display: block;
  font-size: 11px;
  color: #666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 40px;
  margin-top:4px;
  line-height:14px;
}

.navItemLevelThree a:hover{
  background: url( /images/arrows.gif) no-repeat 28px 2px;
	color: #001f54;
}

.navItemLevelThree a.current{
  background: url( /images/arrows.gif) no-repeat 28px 2px;
	color: #001f54;
}



/*
.navItemLevelThree {
  position:relative;  
  width: 100%;    
}

.navItemLevelThree a{
  display:block;
  font-size: 12px;
  color: #666;
  padding: 0px 0px 0px 40px;
}

.navItemLevelThree a:hover{
    background: url( /images/arrows.gif) no-repeat 28px 2px;
}

.navItemLevelThree a.current{
  background: url( /images/arrows.gif) no-repeat 28px 2px;
}
*/

.navItemActive1 {
  background: url( /images/arrows.gif) no-repeat 8px 2px; 
	margin-top:4px;
	margin-bottom:6px;
  line-height:14px;
}

.navItemActive2 {
  background: url( /images/arrows.gif) no-repeat 18px 2px;   
}

.navItemActive3 {
  background: url( /images/arrows.gif) no-repeat 28px 2px;   
}
    
.navSeparatorLine {
  height: 1px;
  margin: 4px 0px 4px 0px;
  background: url( /images/separator_nav.gif);
  overflow: hidden;
}

#navAdds {
  padding: 38px 10px 10px 0px;
  z-index: 0;
}


/* Ende Nav vertikal */


/* Start rechter Bereich */

#rechts {
  width:175px;
  margin-left: 10px;
  margin-top: 10px;
  float:left;
  padding: 0px;
  vertical-align: top;
  /*border: solid 1px;
  border-color:#666;*/
}


.box1_rechts {
	width:174px;
	height: 230px;
  background: url(/images/map_box.png) no-repeat;
	background-position: 0px 0px;
  border: solid 1px;
	border-color:#d3d1d1;
}


#suchmaske_map {
  padding-top: 9px;
  margin-left: 2px;
}	



/* Start 1. Box nach Map-Suche */

.box2_rechts {
	width:174px;
	height: 267px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
   	background-position: 0px 0px;
	border: solid 1px;
	border-color:#d3d1d1;
	background:#fff url(/images/box_rechts_kontakt.jpg) no-repeat ;
}


.btn_kontaktformular {
	width:146px;
	height: 23px;
	margin: 5px 0px 0px 12px;
 }


.boxen_rechts_txt {
	text-align:center;
	font-size:11px;
	font-style: normal;
	text-align:left;
	color:#666;
	font-family:"Univers Condensed Bold",arial,helvetica,sans-serif;
	padding: 128px 0px 10px 5px;
    clear:both;
	line-height:15px;
	margin: 0px;
}

.box_map_top {
	width: 174px;
	height: 25px;
	background:#fff url(/images/map_box_top.png) no-repeat ;
}

.box_map_txt {
	text-align:center;
	font-size:11px;
	text-align:left;
	color:#666;
	font-family:"Univers Condensed Bold",arial,helvetica,sans-serif;
	margin-top: 15px;
	padding-left: 5px;
    clear:both;
	line-height:15px;
}



.box1_rechts h1{
  color: #666;
  font-family: "Univers Condensed Bold",arial,helvetica,sans-serif;
  font-style: normal;
  font-weight:bold;
  font-size: 14px;
  padding-left: 5px;
  padding-top: 5px;
}

.box2_rechts h1{
  color: #666;
  font-family: "Univers Condensed Bold",arial,helvetica,sans-serif;
  font-style: normal;
  font-weight:bold;
  font-size: 14px;
  padding-left: 5px;
  padding-top: 5px;
}	
/* Ende 1. Box nach Map-Suche */



/* Start Box Büro */

.box_buero_rechts {
	width:175px;
	height: 220px;
	margin: 0px 0px 0px 0px;
  background-position: 0px 0px;
	border: dotted 1px;
	border-color:#999;
	background:#fff url(/images/bild_buero.jpg) no-repeat ;
}
/* Ende Box Büro */



/* Start Box Twitter */

.box_twitter_rechts {
	width:174px;
	height: 100%;
	margin: 0px 0px 0px 0px;
  background-position: 0px 0px;
	border: solid 1px;
	border-color:#d3d1d1;
	background:#fff url(/images/tweets.jpg) no-repeat ;
}

.box_twitter_bird {
	margin-left: 40px;
	padding-top: 128px;
	clear:both;
}


	
/* Ende Box Twitter */



/* Start Vita // Lebensläufe Vorstand */
.date {
	margin-left: 10px;
	width: 110px;
	float: left;
}

.date li{
	background: url(/images/quadrat.png) no-repeat top left;
    background-position: 8px 10px;
    padding-top: 4px;
    padding-left: 19px;
	line-height: 17px;
	letter-spacing: 0.1px;
}

.date ul{
margin:0px;
}

.work {
	margin-left: 15px;
	width: 460px;	
	float: left;
	
}

.work li{
	list-style:none;
	padding-top: 4px;
    line-height: 17px;
    letter-spacing: 0.1px;
	
}

.work ul{
margin:0px;
}


.vita_self{
	width: 620px;
	margin-top: 20px;
}

/* Ende Vita // Lebensläufe Vorstand */



/* Start Box Stellenangebote */

.box_stellenangebot_rechts{	
  
  width:174px;
  vertical-align: top;
  border: solid 1px;
  border-color:#d3d1d1;
  background:#fff url(/images/box_rechts_stellenangebot.jpg) no-repeat;
  
  /*border: solid 1px;
  border-color:#00b9e9;*/
  
  
  /*
  width:174px;
	height: 230px;
	margin-top: 10px;
  background: url(/images/map_box.png) no-repeat;
	background-position: 0px 0px;
  border: solid 1px;
	border-color:#d3d1d1;
	*/
}


.box_stellenangebot_rechts h1{
  color: #666;
  font-family: "Univers Condensed Bold",arial,helvetica,sans-serif;
  font-style: normal;
  font-weight:bold;
  font-size: 14px;
  padding-left: 5px;
  padding-top: 5px;
}

.liste_stellenangebot li{
  background: url(/images/pfeil.gif) no-repeat top left;
  background-position: 10px 10px;
  padding-top: 5px;
  padding-left: 26px;
}
/* Ende Box Stellenangebote */


/* Start Box Auszubildende */

.box_auszubildende_rechts{	
  width:174px;
	height: 229px;
	margin: 0px 0px 0px 0px;
  background-position: 0px 0px;
	/*border: dotted 1px;
	border-color:#999; */
	background:#fff url(/images/box_rechts_auszubildende.jpg) no-repeat ;
}

/* Ende Box Auszubildende */


/* Start Box Standortinfo */
.box_standortinfo_rechts{	
  width:174px;
	height: 430px;
	margin: 0px 0px 0px 0px;
  background-position: 0px 0px;
	border: solid 1px;
	border-color:#d3d1d1;
	background:#fff url(/images/box_rechts_standortinfo.jpg) no-repeat ;
}


.box_standortinfo_rechts h1{
  color: #666;
  font-family: "Univers Condensed Bold",arial,helvetica,sans-serif;
  font-style: normal;
  font-weight:bold;
  font-size: 14px;
  padding-left: 5px;
  padding-top: 5px;
}

.liste_standortinfo li{
  background: url(/images/pfeil.gif) no-repeat top left;
  background-position: 10px 10px;
  padding-top: 5px;
  padding-left: 26px;
}
/* Ende Box Standortinfo */


/* Start Box Beitragsrechner */

.box_beitragsrechner {	
  width:174px;
	height: 213px;
	margin: 0px 0px 0px 0px;
  background-position: 0px 0px;
	border: solid 1px;
	border-color:#d3d1d1;
	background:#fff url(/images/box_beitragsrechner.jpg) no-repeat;
}


/* Ende Box Beitragsrechner */


/* Anfang Karriere */

.container_stellenangebote {
  width:600px;
  margin-top: 20px;
  padding:0px;
}


/* Start btns_stellen VERTRIEB // BETRIEB */

.btns_stellen {
  width:600px;
  margin-top: 10px;
  padding:0px;
  height: 120px;
}


a.btn_stellen_vertrieb {
  background: url(/images/btn_stellen_vertrieb.jpg) no-repeat;
  display: block;
  width:291px;
  height:89px;
  float:left;
}

a.btn_stellen_vertrieb:hover {
  background-position: 0 -92px;
}

a.btn_stellen_betrieb{
  background: url(/images/btn_stellen_betrieb.jpg) no-repeat;
  display: block;
  width:300px;
  height:89px;
  float:left;
}

a.btn_stellen_betrieb:hover {
  background-position: 0 -92px;
}


a.btn_stellen_ver_betr_selected {
  background-position: 0 -92px;
}

/* Ende btns_stellen VERTRIEB // BETRIEB */



a.btn_azubivkaufmann {
  background: url(/images/btn_azubi_betrieb_veranstaltung.jpg) no-repeat;
  display: block;
  width:290px;
  height:89px;
  float:left;
}

a.btn_azubivkaufmann:hover {
  background-position: 0 -90px;
}


a.btn_azubibkaufmann {
  background: url(/images/btn_azubi_vertrieb_buero.jpg) no-repeat;
  display: block;
  width:290px;
  height:89px;
  float:left;
}

a.btn_azubibkaufmann:hover {
  background-position: 0 -90px;
}

a.btn_azubivertrieb {
  background: url(/images/btn_azubi_vertrieb.jpg) no-repeat;
  display: block;
  width:298px;
  height:90px;
  float:left;
}

a.btn_azubivertrieb:hover {
  background-position: 0 -92px;
}

a.btn_azubiversicherungskaufmann {
  background: url(/images/btn_azubi_vertrieb_versicherungen.jpg) no-repeat;
  display: block;
  width:290px;
  height:89px;
  float:left;
}

a.btn_azubiversicherungskaufmann:hover {
  background-position: 0 -90px;
}

a.btn_azubibetrieb {
  background: url(/images/btn_azubi_betrieb.jpg) no-repeat;
  display: block;
  width:298px;
  height:90px;
  float:left;
}

a.btn_azubibetrieb:hover {
  background-position: 0 -102px;
}

input.btn_suchen {
  float: left;
  width: 24px;
  height: 18px;
  margin-left: 10px;
  margin-top:2px;
}



a.btn_jobstandorte {
  background: url(/images/btn_job_standorte.jpg) no-repeat;
  display: block;
  width:298px;
  height:90px;
  float:left;
}

a.btn_jobstandorte:hover {
  background-position: 0 -90px;
}

input.box_standorte {
  float: left;
  width: 120px;
}

#datatable {
   background-color: #FFF;
   padding: 0px;
   margin: 4px;
}


#datatable.standorte {
   margin: 0;
   width: 770px;
}

#datatable a{
  text-decoration:none;
}
 
#datatable tr th {
   background-color: #ecdac0;
   padding: 1px;
   padding-left: 4px;
   padding-right: 4px;
    
}

#datatable tr td {
   padding: 1px;
   padding-left: 4px;
   padding-right: 4px;
   cursor:hand;
   cursor:pointer;
   line-height: 19px;
   vertical-align:top;
   background-color: #eeeeee;
}

#datatable tr.highlight {
   background-color: #ecdac0;
}

#datatable tr td a.highlight {
   font-weight: bold;
   
}

#datatable h3 {
   font-weight: bold;
   font-size:14px;
   margin-top: 5px;
}


.btn_bewerben {
   width:400px;
   margin-top: 20px;
   padding:0px;
}


.btn_zurueck {
   width:100px;
   margin-top: 30px;
   padding:0px;
}


.sprechblase {
   width:330px;
   margin-top: 20px;
   position: absolute;
   margin-left: 250px;
}

.ansprechpartner_stellenangebot_kfv {
   background: url(/images/bg_azubi_stelle_kfv.jpg) no-repeat;
   width:592px;
   margin-top: 20px;
   margin-left: 0px;
   height: 192px;
}

.ansprechpartner_stellenangebot_kfb {
   background: url(/images/bg_azubi_stelle_kfb.jpg) no-repeat;
   width:592px;
   margin-top: 20px;
   margin-left: 0px;
   height: 192px;
}

.ansprechpartner_adresse {
   width:200px;
   position: absolute;
   margin-top: 10px;
   margin-left: 340px;
   height: 170px;
   line-height: 16px;
}

#inhalt a.ansprechpartner_adresse {
 font-size:14px;
}


.ansprechpartner_adresse h1 {
   font-size:14px;
   margin-bottom: 5px;
   text-transform:none;
   color: #564b47;
   background-color: transparent;
}

.link_stellenbeschreibung1 {
   width: 200px;
   height: 18px;
   background:transparent url(/images/bg_blank.gif) repeat;
   position: absolute;
   margin-top: 160px;
   margin-left: 10px;
}

.link_stellenbeschreibung2 {
   width: 200px;
   height: 18px;
   background:transparent url(/images/bg_blank.gif) repeat;
   position: absolute;
   margin-top: 160px;
   margin-left: 10px;
}


.btn_verkaufsprozess {
   width: 353px;
   height: 200px;
   float: left;
  
}

.btn_film_ss {
   width: 187px;
   height: 244px;
   float: right;
   margin-right: 10px;
  
}


/* Ende Karriere */


/* Start Regionale Websites */

.spalte  {
   width: 190px;
   height: 410px;
   float: left;
   line-height: 20px;
   margin-right: 8px;
}

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

.spalte  li {
   float: left;
   padding: 0;
   margin-bottom: 9px;
}


.spalte a  {
   text-align:left;
   color:#333;
   padding: 0px 6px 2px 6px;
   width: 170px;
   background:#fff url(/images/bg_regweb.jpg) repeat-x ;
   text-decoration: none;
   display:block;
   font-size:12px;
   background-position: 0pt -22px;
 }

.spalte a:hover {
   color:#333;
   padding: 0px 6px 2px 6px;
   background:#fff url(/images/bg_regweb.jpg) repeat-x ;
   text-decoration: none;
   font-size:12px;
   background-position: 0pt  0px;
}

/* Ende Regionale Websites */



/* Ende rechter Bereich */

/* Spacer */

.space1 {
width:175px;
height: 5px;
}

.space2 {
width:175px;
height: 10px;
}


.space3 {
width:175px;
height: 17px;
}

.spacer4 {
width:175px;
height: 5px;
/* border:solid 1px #0FF; */
clear: both;
}

.spacer5 {
width:175px;
height: 15px;
/*border:solid 1px #0FF; */
clear: both;
}

.spacer6 {
width:175px;
height: 25px;
/*border:solid 1px #0FF; */
clear: both;
}

.spacer8 {
width:175px;
height: 23px;
/*border:solid 1px #0FF; */
clear: both;
}

.spacer9 {
width:175px;
height: 2px;
/*border:solid 1px #0FF; */
clear: both;
}


.spacer10 {
width:175px;
height: 52px;
/*border:solid 1px #0FF; */
clear: both;
}

.spacer11 {
width:175px;
height: 33px;
/*border:solid 1px #0FF; */
clear: both;
}

.spacer12 {
width:175px;
height: 18px;
/*border:solid 1px #0FF; */
clear: both;
}

.spacer13 {
width:175px;
height: 39px;
/*border:solid 1px #0FF; */
clear: both;
}

.spacer14 {
width:175px;
height: 1px;
/*border:solid 1px #0FF; */
clear: both;
}

.spacer15 {
width:175px;
height: 35px;
/*border:solid 1px #0FF; */
clear: both;
}


/* Ende Spacer */




/* Start Bedarfsfelder */
.arbeiter_wert{
  height: 230px;
  width: 380px;
  margin-top: 0px;
  float: left;
  margin-right: 20px;
  margin-left: 0px;
}
/* Ende Bedarfsfelder */




/* Start Footer */

body #footer{
  margin-top:10px;
  padding:10px 0 70px 0;
  color:#7a8c97;
/*  background-color: #103068;
  background-image: url(/images/bg_footer.png);
  background-repeat:repeat-x;  */
  text-align:left;
}

body #footer>.wrapper{
  overflow:hidden;
  width:990px;
  margin:0 auto;
  padding-top:30px;
  padding-left:0px;
  background-image: url(/images/footer_line.png);
  background-repeat: no-repeat;
}

body #footer>.wrapper div.box{
  float:left;
  width:146px;
  margin-left:22px;
  font-size:8px;
}

.blau {
 display:block;
  color:#FFF;
  line-height:15px;
  font-size:10px;
  text-align:center;
  background-image: url(/images/trans_footer_hellblau.png);
  margin: 1px 0px 1px 0px;
}

.blau a{
 display:block;
  color:#FFF;
  line-height:15px;
  font-size:10px;
  text-align:center;
  background-image: url(/images/trans_footer_blau.png);
  margin: 1px 0px 1px 0px;
}

.blau a:hover{
 display:block;
  color:#FFF;
  line-height:15px;
  font-size:10px;
  text-align:center;
  background-image: url(/images/trans_footer_hellblau.png);
  margin: 1px 0px 1px 0px;
}

body #footer>.wrapper div.box:first-child{
  margin-left:0;
}

body #footer>.wrapper h1{
  margin-bottom:10px;
  font-size:15px;
  font-weight:bold;
  color:#003366;
}

#footer .box a {
  display:block;
  color:#666;
  line-height:15px;
  font-size:10px;
  text-align:center;
  background: #fff; 
  margin: 1px 0px 1px 0px;
}

#footer .box a:hover{
  display:block;
  text-decoration:none;
  line-height:15px;
  font-size:10px;
  color:#FFF;
  background-image: url(/images/trans_footer_blau.png);
}


body #footer>.wrapper a.nobreak{
  display:inline;
}

a.print {
  cursor: pointer;
  cursor: hand;
  background: transparent;
}


.field{
	width: 120px;
	color:#666;
}

.copyright{
	width: 990px;
	height: 30px;
	float:left;
	padding-top: 5px;
	margin-top: 20px;
 }

.footerRechts{
  float: right;
  width: 105px;
  height: 20px;
  /*border: 1px solid;*/
}

.print img {
  vertical-align: middle;
}

/*
input {
  border: none;
  height: 25px;
  font-size: 13px;
  font-weight: regular;
  background-color: none;
  margin-left: 3px;
  outline: 0;
  background: url(/images/suchfeld_map.png) no-repeat left;
} 

input:active, input:focus, input:hover { 
  border: none; outline: 0;
  background: url(/images/suchfeld_map_on.png) no-repeat left;
}
*/

/* Ende Footer */


/* Start Bewerbungsformular */


.form_row {
  float:left;
  clear: both;
  width: 590px;
  text-align: left;
  margin-bottom: 12px;
}

.form_row_jobwichtig {
  float:left;
  clear: both;
  width: 490px;
  margin-bottom: 12px;
  border: 1px solid red;
}

.form_row_buttons {
  float:left;
  clear: both;
  width: 590px;
  text-align: left;
  margin-bottom: 12px;
  margin-top: 25px;
}

.form_label {
  float:left;
  width: 155px;
}

label.form_label {
  float:left;
  width: 155px;
}

label.form_label2 {
  float:left;
  width: 155px;
  line-height: 20px;
}

label.form_label3 {
  float:left;
  width: 170px;
  line-height: 20px;
  margin-left: 40px;
}

label.standort_suche {
  float:left;
  width: 55px;
  line-height: 20px;
}

label.standort_suche2 {
  float:left;
  width: 30px;
  margin-left: 20px;
  line-height: 20px;
}


.form_fields {
  float:left;
  width: 433px;
}

.form_fields_half {
  float:left;
  width: 215px;

}

.form_fields_half label {
  margin-left: 3px;
}

.form_line {
  float: left;
  clear:both;
  width: 585px;
  height: 1px;
  border-top: 1px solid #cdcdcd;
  margin-bottom: 10px;
}

.form_jobwichtig_left {
  float: left;
  width: 170px;
  height: 40px;
  clear: left;
}

.form_jobwichtig_right {
  float: left;
  width: 200px;
  height: 40px;
  margin-left: 55px;
  clear: right;
}


.textcontainer fieldset {
  border: none;
}

.textcontainer label {
  float: left;
}

.textcontainer label.top {
  clear:both;
  margin-bottom: 2px;
}

.textcontainer label.row {
  margin-left: 7px;
  width: 82px;
  margin-bottom: 2px;
}

.textcontainer input.radio {
  float: left;
  height: 16px;
  margin: 0;
  padding: 0;
  margin-left: 0px;
  background: none;
}

.textcontainer select {
  float:left;
  width: 440px;
 }

.textcontainer input.txt {
  height: 18px;
  font-size: 13px;
  border: 1px solid #cdcdcd;
  padding: 1px;
  width: 425px;
  background: #f1f1f1;
}

input.txt_short1 {
  float: left;
  height: 18px;
  font-size: 13px;
  border: 1px solid #cdcdcd;
  padding: 1px;
  width: 100px;
  background: #f1f1f1;
}

.textcontainer input.txt_short2 {
  float: left;
  height: 18px;
  font-size: 13px;
  border: 1px solid #cdcdcd;
  padding: 1px;
  width: 318px;
  background: #f1f1f1;
}

.textcontainer input.txt_short3 {
  height: 18px;
  font-size: 13px;
  border: 1px solid #cdcdcd;
  padding: 1px;
  width: 20px;
  background: #f1f1f1;
}


.textcontainer input.txt_half {
  height: 18px;
  font-size: 13px;
  border: 1px solid #cdcdcd;
  padding: 1px;
  width: 207px;
  background: #f1f1f1;
}

.textcontainer input.upload {
  margin-left: 3px;
  border: 1px solid #cdcdcd;
  background: #f1f1f1;
  margin-right: 6px;
}

.textcontainer input.checkbox {
  border: none;
  margin: 0;
  padding: 0;
  height: 15px;
}

.textcontainer input.date-pick {
  width: 90px;
  height: 18px;
  font-size: 13px;
  border: 1px solid #cdcdcd;
  padding: 1px;
  background: #f1f1f1;
}


table.jobwichtig {
  margin-top: 10px;
  margin-bottom: 20px;
}

.jobwichtig tr td {
  vertical-align: top;
  height: 40px;
}

.messagetext {
  color: red;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0 10px 0;
}

input.btn_weiter {
  margin: 0;
  padding: 0;
	width: 104px;
	height: 27px;
	background:url('/images/btn_weiter.jpg') no-repeat;
	border: none;
	border-color: transparent;
	cursor: pointer;
	vertical-align: top;
}

input.btn_zurueck {
	width:114px;
	height:27px;
	background:url('/images/btn_zurueck.jpg') no-repeat;
	border:none;
	border-color:transparent;
	cursor:pointer;
	vertical-align: top;
}

input.btn_abschicken {
  margin: 0;
  padding: 0;
	width: 133px;
	height: 27px;
	background:url('/images/btn_abschicken.jpg') no-repeat;
	border: none;
	border-color: transparent;
	cursor: pointer;
	vertical-align: top;
}

select.form_select {
  width: 430px;
  margin-left: 3px;
}

select.form_select_short2 {
  width: 60px;
  margin-left: 3px;
}

select.form_select_short {
  width: 60px;
  margin-left: 3px;
}

select.form_select_short2 {
  width: 60px;
  margin-left: 3px;
}

.datenschutz {
  float: left;
  width: 400px;
  margin-left: 10px;
}

input.checkbox {
  float: left;
  vertical-align: top;
  margin: 0;
  padding: 0;
}




input.dp-applied {
	width: 140px;
	float: left;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}

/* Ende Bewerbungsformular */



/* Start Login */
a.btn_login_infomaxx {
  background: url(/images/btn_login_infomaxx.jpg) no-repeat;
  display: block;
  width:290px;
  height:89px;
  float:left;
}

a.btn_login_infomaxx:hover {
  background-position: 0 -90px;
}


/* Start Login */
a.btn_login_infomaxx {
  background: url(/images/btn_login_infomaxx.jpg) no-repeat;
  display: block;
  width:290px;
  height:89px;
  float:left;
}

a.btn_login_infomaxx:hover {
  background-position: 0 -90px;
}



a.btn_login_opticus {
  background: url(/images/btn_login_opticus.jpg) no-repeat;
  display: block;
  width:290px;
  height:89px;
  float:left;
}

a.btn_login_opticus:hover {
  background-position: 0 -90px;
}


 .info_opticus {
  margin-top: 20px;
  margin-left: 300px;
  color:#001f54;
  float: left;
 }


/* Ende Login */





/* Start Sitemap */


 .sitemap a:hover {
  background-color:#001f54;
  padding: 2px 5px 2px 5px;
  color:#FFF;
 }

.sitemap ul {
    padding: 0px;
    margin: 0px;
	 
 }


.sitemap li {
    background: url(/images/quadrat.png) no-repeat top left;
    background-position: 8px 10px;
    padding-top: 4px;
    padding-left: 19px;
	line-height: 17px;
	letter-spacing: 0.1px;

 }
 
 .sitemap_inside a:hover {
  background-color:#001f54;
  padding: 2px 5px 2px 5px;
  color:#FFF;
 }
 
 
 .sitemap_inside ul {
    padding: 0px;
    margin: 0px;
	 
 }


.sitemap_inside li {
	 background: url(/images/quadrat.png) no-repeat 38px 10px;
     padding-top: 4px;
     padding-left: 49px;
	 line-height: 17px;
	 letter-spacing: 0.1px;

 }



.sitemap_inside_inside a:hover {
  background-color:#001f54;
  padding: 2px 5px 2px 5px;
  color:#FFF;
 }


.sitemap_inside_inside ul {
  padding: 0px;
  margin: 0px;
}


.sitemap_inside_inside li {
	background: url(/images/arrows.gif) no-repeat 75px 10px ;
  padding-top: 4px;
  padding-left: 89px;
	line-height: 17px;
	letter-spacing: 0.1px;
}




.sitemap_inside_inside_inside a {
 font-size: 10px;
 }

.sitemap_inside_inside_inside a:hover {
  background-color:#001f54;
  padding: 2px 5px 2px 5px;
  color:#FFF;
 }


.sitemap_inside_inside_inside ul {
  padding: 0px;
  margin: 0px;
}


.sitemap_inside_inside_inside li {
  background: url(/images/arrows.gif) no-repeat 95px 10px ;
  padding-top: 4px;
  padding-left: 109px;
  line-height: 17px;
  letter-spacing: 0.1px;
}








#sitemap_spalte_links {
	width: 40%;
	float: left;
	margin-right: 60px
}



#sitemap_spalte_rechts {
	width: 40%;
	float: left;
 

 }

/* Ende Sitemap */



/* Start FXX Zentrale */

.googlemap {
	border: solid 1px #001f54;
	width: 593px;
	background: url(/images/liniemap.gif) no-repeat left bottom; 
}

/* Ende FXX Zentrale */

/* Start BAV */

.mainlist_bav{
  padding-bottom: 12px;	
  line-height:17px;
}

.mainlist_bav li{
  background: url(/images/bullet.png) no-repeat top left;
  background-position: 8px 14px;
  padding-top: 8px;
  padding-left: 19px;
}


.txt_leistungsportfolio {
  border: 2px solid #cdcdcd;
  float: left;
  clear: both;
  width: 597px;
  margin: 10px;
  background: #f1f1f1;
}

.gotop {
  margin-left: 480px;
  margin-top: -20px;
  cursor: pointer;
}

.txt_unternehmenssicherung {
  border: 2px solid #cdcdcd;
  height: 440px; 
  width: 597px;
  margin: 10px;
  background: #f1f1f1;
}

.txt_personalkosten {
  border: 2px solid #cdcdcd;
  height: 272px; 
  width: 597px;
  margin: 10px;
  background: #f1f1f1;
}

.txt_risikomanagement {
  border: 2px solid #cdcdcd;
  height: 340px; 
  width: 597px;
  margin: 10px;
  background: #f1f1f1;
}
    
.txt_unternehmensentwicklung {
  border: 2px solid #cdcdcd;
  height: 260px; 
  width: 597px;
  margin: 10px;
  background: #f1f1f1;
}

.txt_personalverwaltung {
  border: 2px solid #cdcdcd;
  height: 370px; 
  width: 597px;
  margin: 10px;
  background: #f1f1f1;
}
    
.txt_finanzmanagement {
  border: 2px solid #cdcdcd;
  height: 340px; 
  width: 597px;
  margin: 10px;
  background: #f1f1f1;
}

/* Ende BAV */


/* Start Landingpages */
.landingpage_box1{
  /*border: 1px solid #cdcdcd;*/
  width: 170px;
  margin: 10px 10px 0px 0px;
  float: left;
}

.landingpage_box2{
  /*border: 1px solid #cdcdcd;*/
  width: 230px;
  margin: 10px;
  float: left;
}

.landingpage_box3{
  /*border: 1px solid #cdcdcd;*/
  width: 590px;
  margin: 10px 10px 0px 0px;
  float: left;
}

.landingpage_box4{
  /*border: 1px solid #cdcdcd;*/
  width: 590px;
  margin: 10px 10px 0px 0px;
  float: left;
}





/* Ende Landingpages */

