@charset "UTF-8";
/* CSS Document */

a{ text-decoration:none; outline:none; color: #000;}
a:hover{color: #0d9a0d;}

body{
	background-color: #80af78;
	border-collapse:collapse;
	margin: 0;
	padding: 0;
	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	}

h1 
{
    padding: 1px 0 0;
    margin: 0;
	font-size: 14px;
	color: #0d9a0d;
	font-weight:bold;
}

h2{font-size: 12px; font-weight:normal; color: #0d9a0d;margin: 8px 0 0 0; padding: 0;}

div.backbox
{
    background-image:url(../img/new_back.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;    
}
div.backimg
{
    background-image:url(../img/backimg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;    
}

div.container{
	width: 950px;
	padding-bottom: 0px;
	margin: 0 0 0 30px;
	}
/* Schatten unten */
div.frame_bottom{
	width: 950px;
	height: 10px;
	padding: 0;
	background: url(../img/shadow_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}

div.frame_bottom img{
	display: block;
	}
/*Schatten links und rechts*/
div.frame_mid{
	width: 950px;
	padding: 0;
	background: url(../img/shadow.png);
	background-repeat:repeat-y;
	}

/* Header, Content, LeftColumn, Footer */
div.midcontainer{
	width: 930px;
	margin: 0 0 0 10px;
	padding: 0;
	background: #FFF;
	}

div.header{
	width: 930px;
	height: 186px;
	margin: 0;
	padding: 0;
	}

/* Logo Bosman links */
div.logo_bosman{
	width: 199px;
	height: 185px;
	float:left;
	background: #FFF;
	margin: 0;
	padding: 0;
	border-right: 1px solid  #e1e2e3;
	border-bottom: 1px solid #939495;
	}

div.logo_bosman a img{display: block;border:0;}

img.img_oben{
	padding: 20px 0 7px 18px;
	}

/* Logo ber Topnavigation */
div.logo_head{
	width: 730px;
	height: 160px;
	border-bottom: 1px solid #939495;
	float:right;
	margin: 0;
	padding: 0;
	background-image: url(../img/head_image.gif);
	background-repeat: no-repeat;
	}

/* Topnavigation */
div.header_navi{
	width: 730px;
	height: 24px;
	float: right;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #939495;
	background-image: url(../img/navi_bg.gif);
	background-repeat: repeat-x;
	}
/* Liste mit Navigationspunkten */
ul.navi_header{
	margin: 0;
	padding: 0;
	width: 580px;
	height: 63px;
	position: relative;
	z-index: 99;
	margin: -39px 0 0 9px !important;
	margin: -39px 0 0 4px;
	list-style-type: none;
	float: left;
	}	

ul.navi_header li{
	display: inline block;
	height: 63px;
	float:left;
	}
ul.navi_header li:hover{
	background: url(../img/main_li_hover.png);
	background-repeat:repeat-x;
}
ul.navi_header li a{
	font-size: 15px;
	color: #FFF;
	text-align: center;
	padding: 44px 12px 0;
	margin: 0;
	height: 19px;
	display: block;
	float:left;
	}
ul.navi_header li a:hover, ul.navi_header li a.presented{
	background: url(../img/main_a_hover.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}

ul.navi_header li a.presented{
	background: url(../img/main_li_hover.png);
	background-repeat: repeat-x;
	}

/* Weies Blatt rechts */
div.white_leave{
	width: 98px;
	height: 90px;
	position: relative;
	margin: -50px 20px 0 0;
	background: url(../img/leave.png);
	background-repeat:no-repeat;
	float: right;
}

/* Linke Spalte */	
div.column_left{
	background: #FFF;
	width: 199px;
	margin: 0;
	padding: 0;
	float: left;
	}
/* Linke Spalte Startseite */
div.column_left_text {
	width: 179px;
	text-align: left;
	margin: 43px 0 0 20px;
	padding: 0;
	font-size:12px;
	}
div.column_left_text a{
	color: #000;
	}

div.column_left_text a:hover{
	color: #0d9a0d;
	}
div.column_left_text p{
	margin-bottom: 6px;
	}

div.column_left_text span.topspace
{
  padding-top: 3px;
  display: block;  
}


/* Navigation links */
ul.navi_left{
	width: 179px;
	list-style-type: none;
	background: #FFF;
	margin: 43px 0 110px 0;
	padding-left: 20px;

	}
ul.navi_left li{
	background: #e1e2e3;
	padding: 1px 0 1px;
	margin-bottom: 7px;
	}
ul.navi_left li a{display: block; font-size: 13px; color: #0d9a0d;  padding: 0 0 0 10px; font-weight: bold;}
ul.navi_left li a.presented{
	background-image: url(../img/navi_back2.gif);
	background-repeat: repeat-y;
	}
/*Subnavigation links */
ul.navi_left_sub{
	margin: 0;
	padding: 7px 0 7px 10px;
	background: #FFF;
	list-style-type: none;
	}
	
ul.navi_left_sub li{background: #FFF; display: block; margin: 0;}
ul.navi_left_sub li a{color: #888; font-size: 11px; padding-left: 10px; background-image:url(../img/dot.gif); background-repeat:no-repeat; background-position: left; font-weight: normal;}
ul.navi_left_sub li a:hover{color: #0d9a0d;background-image:url(../img/dot_presented.gif); background-repeat:no-repeat; background-position: left;}
ul.navi_left_sub li a.presented{
	color: #0d9a0d; 
	background-image: url(../img/dot_presented.gif); 
	background-position: left; 
	background-repeat:no-repeat; 
	border: 0;}

/* Linke Spalte unten - Backlinks */
div.bdb{
	width: 179px;
 	font-size: 9px;
	color: #000;
	position: absolute;
	margin: -100px 0 0 20px;
	float: left;
	}		
div.bdb a
{
    text-decoration: none;
    outline: none;
    color: #000;
    font-size: 9px;
}
div.bdb a:hover
{
    color: #0d9a0d;
    text-decoration:none;
    outline: none;
}
div.bdb a img {
	display: block;
	float: left;
	padding-right: 4px;
	border: 0;
	}

div.clearer{clear:both; width: 100%; height:0;line-height:0;padding:0; margin:0; background:transparent;}

/* Inhaltsbereich */
div.content{
	width: 730px;
	float: right;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0;
	padding: 0 0 8px 0;
	background-image: url(../img/content.jpg);
	background-repeat: no-repeat;
	background-color:  #f5f5f4;
	border-bottom: 1px solid #00a000;
	border-left: 1px solid #e1e2e3;
	}

div.content a{
	color: #0d9a0d;
	}

div.content a:hover{
	text-decoration: underline;
	}
	
div.content p{margin:0; padding: 6px 0 0; line-height: 125%;}	

div.content img {display: block; position:relative; z-index: 150;}

/*berschrift mit weier Linie */
div.content_text_start h1{
	border-bottom: 2px solid #FFF;
	}
/* Text fr Startseite */
div.content_text_start{
	width: 229px;
	height: 340px;
	margin:  117px 0 0 0;
	padding: 0 0 0 106px;
	float: left;
	text-align: justify;
	}
div.content_text_start p{
    margin:0;
    padding: 6px 0 0 0;
	}

/* Bild fr Startseite */
div.image_start{
	width: 375px;
	float: right;
	margin: 85px 0 0 0;
	padding: 0;
	}
div.image_start img{display: block;}
	
/* Text links - Bild rechts */
div.content_text_image_right{
	width: 410px;
	min-height:195px;
    height: auto !important;
    height: 195px;
	margin:  0 0 10px 0;
	padding: 0 0 0 25px;
	text-align: justify;
	float: left;
	}
	
/*Bild rechts */	
div.image_content
{
	width: 250px;
	margin: 0 20px 0 0;
	padding: 0;
	float: right;
	background: #FFF;
	}
div.image_subtitle
{
    padding: 2px 4px;
    background:#fff;
}

/*Bild rechts mit Rahmen */
div.image_content_border
{
	margin: 25px 20px 0 0;
	padding: 0;
	float: right;
	background: #FFF;
	border:3px solid #0d9a0d;
	}
	
/*Text ber gesamte Breite*/
div.content_text{
	width: 685px;
	margin:  0;
	padding: 0 0 10px 25px;
	text-align: justify;
	}


/* Wasserzeichen rechts*/	
div.watermark{
	color: #d8ddd8;
	font-size: 24px;
	margin: 15px 20px 0 0 !important;
	margin: 15px 10px 0 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
	float:right;
	}
/* Bildergalerie - msste nochmal berarbeitet werden */	
div.collage{
	width: 684px;
	margin: 60px 0 10px 25px;
	font-size: 11px;
	color: #006600;
	}
div.collage img{ display:block; }

div.bild 
{
    min-height:50px;
    height: auto !important;
    height: 50px;
}	

/*Linke Spalte ber Gesamthhe */
div.col_left{
	width: 224px;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
	overflow: hidden;
	}

/* Mittlere Spalte bzw. rechts oben */
div.col_mid{
	width: 454px;
	float: right;
	margin: 0 0 6px 0;
	padding: 0;
	}
/* Untere mittlere Spalte */
div.col_mid_bottom{
	overflow: hidden;
	width: 454px;
	margin: 0;
	padding: 0;
	float: right;
	}

/* Untere mittlere rechte Spalte */
div.col_mid_left{
	float: left;
	width: 224px;
	margin: 0 6px 0 0;
	padding: 0;
	}
/* Untere mittlere linke Spalte */
div.col_mid_right{
	float: right;
	width: 224px;
	margin: 0;
	padding: 0;
	}

/*Fr Galerie mit max 7 Bildern noch eine Spalte unten drunter */
div.col_bottom{
	width: 684px;
	margin: 6px 0 0 0;
	padding: 0;
	overflow: hidden;
	}

div.col_bottom_left{
	width: 224px;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;

	}	

div.col_bottom_mid{
	width: 224px;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;	
	}

div.col_bottom_right{
	width: 224px;
	float: right;
	margin: 0;
	padding: 0;	
	}

/*Beschreibung mit transparent Effekt*/
div.description{
	height: 30px;
	margin: -30px 0 0; 
	padding: 0 0 0 2px;
	background: url(../img/collage_back.png);
	background-repeat: repeat-x;
	text-align:left;
	position: relative;
	z-index: 5;
}

div.descritpion img{display:block; }

/* Mitarbeiterliste mit 3 Bildern nebeneinander */
div.employee
{
    width:395px;
    margin: 15px 0 10px 25px;
    padding: 0;
    color: #888;
    font-size: 11px;
    text-align: left;
}

div.first
{
    width: 122px;
    padding: 0;
    float:left;
}
div.mid
{
    width: 122px;
    margin: 0 7px 0 14px;
    padding: 0;
    float:left;
}
div.last
{
    width: 122px;

    float: right;
}

div.employee img
{
    display:block;
    margin-bottom: -15px;
}

/*fr die Link-Seite, Tabelle mit 2 Spalten: Bild - Text */
table.links_verbaende{
	width: 500px;
	margin: 10px 0 0 25px;
	padding: 0;
	}

table.links_verbaende tr{
	height: 66px;
	}

td.logo{
	width: 160px;
	margin: 0 15px 0 0;
	padding: 0;
	} 

td.logo img{
	border: none;
	}

td.text{
	width: 325px;
	margin: 0;
	padding:0;
	}
	
td.text a{
	text-decoration: none;
	outline: none;
	}

/* Fr die Stellenangebote-Seite */
table.jobs{
	width: 400px;
	border: 2px solid #0d9a0d;
	margin: 10px 0 20px 25px;
	padding: 0;
	}
tr.headline{
	text-align:center;
	font-size: 13px;
	margin: 0;
	padding: 0;
	}
tr.headline td { border-bottom: 2px solid #0d9a0d;}
tr.job{
	border-top: 2px solid #0d9a0d;
	margin: 20px 0 15px 0;
	padding:  0;
	}

td.title{text-align: left; width: 370px;  margin: 10px 0 13px 10px; padding-top: 3px;}
td.number_of{text-align: center;  margin: 10px 0 13px 0; width: 10px; border: 2px solid #000; padding: 3px 6px; }

tr.kontakt{ text-align: right; margin: 0; padding: 0;}
tr.email{text-align: right; margin: 0; padding: 0 ;}
tr.spacer{height: 20px;}

/*Bild mittig, stimmt noch nicht richtig */
div.image_mid{width: 495px;margin:15px 0;}
div.image_mid img{display: block; margin: 0 auto;}
/*2 Bilder nebeneinander */
table.table_image{width: 580px;margin: 0px 0 20px 25px ; padding:0; border-collapse: collapse; table-layout: fixed;}
table.table_image td{width:290px;margin: 0; padding: 0; text-align:left; vertical-align:top;}

/*Footer */
div.footer{
	width: 930px;
	height: 19px;
	margin: 0;
	padding: 0;
	}

/*Metanavigation links*/	
div.footer_navi{
	width: 199px;
	float: left;
	height: 19px;
	margin: -1px 0 0 0;
	padding: 0;
	border-top: 1px solid #bae5ba;
	background: #FFF;
	}

div.footer_navi ul {
	margin: 1px 0 0 0px;
	text-align: left;
	padding:  0 0 0 16px;
}

div.footer_navi ul li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 7px;
	}
	
div.footer_navi ul li a{
	color: #0d9a0d;
	font-size: 11px;
}

/* Footer rechte Spalte unter Inhalt*/
div.footer_right{
	width: 730px;
	height: 19px;
	float: right;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e1e2e3;
	font-size: 10px;
	text-align: right;
	background: #f5f5f4;
	}

div.footer_right p {
padding: 4px 30px 0 0;
margin: 0;
}

/* Galerie Styles */

div.gallery_container
{
margin: 0 25px;
width: 685px;  
}


div.gallery_intro_image
{
 float: right;
 margin: 5px 0 0 11px;
 background: #fff;
 width: 337px;
}

div.gallery_item
{
 margin-bottom: 10px;
 width: 685px;
 text-align: justify;
 clear: both;   
}

div.gallery_item_collage
{
 margin-bottom: 10px;
 width: 684px;
 text-align: justify;
 clear: both;   
}


div.gallery_image
{ 
 text-align: justify;
 overflow: hidden;   
}


div.gallery_image img{display: block; }

div.gal_left{float: left; }
div.gal_right{float: right; margin-left: 5px;}
div.gal_mid{float: right; margin-left: 5px;}
div.gallery_item_collage div.gal_mid, div.gallery_item_collage div.gal_right{margin-left: 7px;}

div.w165{width: 165px;}
div.w225{width: 225px;}
div.w340{width: 340px;}
div.w455{width: 455px;}
div.w250{width: 250px;}

div.h275{height: 275px;}
div.h135{height: 135px;}

div.collage_separator{height: 5px; margin:0; padding:0;width: 100%; clear: both; line-height: 5px; font-size: 0;}
div.coll{margin-right: 5px;}


div.collage_sub135{height: 131px;}
div.collage_sub275{height: 271px;}
