/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background: url(pictures/bodybgdark.jpg) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#7c7d7f
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#FFFFFF;
}

h1{
	color:#ec7404;
	font-size:22px;
	text-transform:uppercase;
	}
	
h2{
	color:#ec7404;
	font-size:14px;
	font-weight:bold;
	}
	
h3{
	color: #666666;
	font-size:14px;
	font-weight:bold;
	}
	
h4{
	color:#ec7404;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	}
	
h5{
	color:#000000;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	}
	
h6{font-size:122%}/* 16px */

body{
	font-size: 13px; 
	text-align:center;/* for ie5.+*/
}

#outer{
	width:990px;
	margin:auto;/* center the page*/
	text-align:left;/* reset text back to left due to ie5.x fix */
      }

#header{
width:990px;
height: 22px;
      }

#header_space{
width:990px;
height: 20px;
      }
	  

#search{
	float:right;
	position:absolute;
	bottom:0px;
	width: 215px;
}

#search_frame{
	width:213px;
	height:25px;
	float:left;
	position:relative;
	padding: 20px 0 0 13px;}
	  
#footer_space{
	width:990px;
	height: 20px;
	background-color: #FFFFFF;
	float: left;
      }

#footer{
	width: 990px;
	}
	
a.footer{
	color:#FFFFFF;
	}

#footer_left{
	font-size:11px;
	padding:7px 0 20px 0;
	float:left;
	}  
	
#footer_right{
	font-size:11px;
	padding:7px 0 20px 0;
	float:right;
	}  

#Logo_fr1{
	width:251px;
	height:77px;
	background-position:bottom;
	position:relative;
	float:left;
      }
	  
	  
#Logo{
	width:251px;
	height:77px;
	background:url(pictures/nebs_logo_n_white.png) no-repeat 0 0;
	background-position:bottom;
	position:relative;
	float:left;
	text-indent:-9999px;
      } 

#Logo_r{
	width:185px;
	height:77px;
	background:url(pictures/ASIG_Logo_2017.png) no-repeat 0 0;
	background-position:bottom;
	position:relative;
	float:right;
	text-indent:-9999px;
      }
	  
#Logo_fr2{
	width:185px;
	height:77px;
	background-position:bottom;
	position:relative;
	float:right;
      }

#header_frame{
	width:990px;
	height:77px;
	}

#nav{
	width: 990px;
	height: 55px;
	background-image:url(pictures/navbar.jpg);
	}

a.button1{
	display: block;
	height: 40px;
	}

a.button1:hover{
	background: url(pictures/bg_nebs_hover.jpg) repeat-x 0 0;
	}

#button{
	width:165px;
	height: 40px;
	position: relative;
	float: left;
	}

#button_s{
	width:165px;
	height: 40px;
	position: relative;
	float: left;
	}
	
#button_text{
	text-transform:uppercase;
	font-size: 11px;
	line-height: 38px;
	}	
	
#current{
	position:relative;
	background-image:url(pictures/white.jpg);
	width: 165px;
	height: 41px;
	float:left;
	}
	
a.current{
	text-transform:uppercase;
	color:#000000;
	font-size: 11px;
	line-height: 38px;
	}
	
#current_s{
	position:relative;
	background-image:url(pictures/white.jpg);
	width: 165px;
	height: 41px;
	float:left;
	}

#pic_header{
	width:990px;
	height:330px;
	margin:0 0 0 0;
	background:white;
	float: left;
}

#bottom{
	position:absolute;
	bottom:0;
	padding: 5px 0 35px 0;
	width:260px;
	}

#bg_nav{
	width:260px;
	height:330px;
	margin-left: 18px;
	float: left;
	background: url(pictures/bg_sidecontent.jpg) repeat-x 0 0;
	padding: 25px 0 0 25px;
	position: relative;
	color:#000066
	}

#nav_frame{
	position: relative;
	float: left;
	}
	
li.pic_header{
	background-image:url(pictures/arrow_orange_small.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:13px;
	margin-bottom: 13px;
	font-size:13px;
	font-weight:bolder;
	}
	
li.subnavigation{
	background-image:url(pictures/arrow_orange_small.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:13px;
	font-size:13px;
	position:relative;
	}
	
#line{
	height:1px;
	width: 230px;
	background:url(pictures/line.jpg);
	background-repeat:no-repeat;
	background-position:0 1px;
	position:relative;
	padding-top: 8px;
		}
	
a.subnavigation{
	color:#000000;
	}
	
a.subnavigation:hover{
	color:#ec7404;
	font-weight:bolder;
	}
	
.line{
	position: relative;
	bottom: 13px;
	}

.selected{
	color:#ec7404;
	font-weight:bolder;
	}

.pic_nav{
	width:609px;
	height:330px;
	float:left;
	}

#button_ifap{
	position: relative;
	margin-top: 17px;
	margin-right: 30px;
	}

a.button_ifap{
	background:url(pictures/Button_nebs.jpg);
	display:block;
	width: 72px;
	height: 30px;
	}
	
a.button_ifap:hover{
	background: url(pictures/Button_nebs_hover.jpg)
	}

#main{
	width:990px;
	background-color:#FFFFFF;
	text-align: left;
	float: left;
	position:relative;
	font-size:12px;
	}

#content{
	position: relative;
	width: 720px;
	float: left;
	padding: 25px 0 0 25px;
	}
	
#content_text{
	float:left;
	position: relative;
	padding-top: 10px;
	width: 690px;
	line-height: 16px;
	text-align:justify;
	}
	
#content_text_archiv{
	float:left;
	position: relative;
	width: 690px;
	line-height: 16px;
	text-align:justify;
	}	
	
#content_text_left{
	float:left;
	position: relative;
	padding-top: 10px;
	width: 340px;
	line-height: 16px;
	}
	
#content_text_right{
	float:left;
	position: relative;
	padding: 10px 0 0 14px;
	width: 340px;
	line-height: 16px;
	}
	
#content_heading{
	float:left;
	position: relative;
	width: 690px;
	line-height: 25px;
	}

#content_pic{
	width:280px;
	height:186px;
	position: relative;
	float: left;
	padding: 0 10px 10px 0;
	}
	
#content_wide_pic{
	width:690px;
	height:146px;
	position: relative;
	float: left;
	padding: 10px 0 20px 0;
	}

#berufsbild{
	position: relative;
	width: 695px;
	float: left;
	padding: 10px 0 0 0;
	line-height: 18px;
	}

li.berufsbild{
	background-image:url(pictures/arrow_orange_small.gif);
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:15px;
	font-size: 12px;
	line-height:16px;
	}
	
li.berufsbild_zert{
	background-image:url(pictures/arrow_orange_small.gif);
	background-repeat:no-repeat;
	background-position:132px;
	padding-left:150px;
	font-size: 12px;
	line-height:16px;
	}
	
li.berufsbild_zweizeilig{
	background-image:url(pictures/arrow_orange_small.gif);
	background-repeat:no-repeat;
	background-position:2px 3px;
	padding-left:15px;
	font-size: 12px;
	line-height:16px;
	}	
	
li.berufsbild_ohne{
	padding-left:15px;
	font-size: 12px;
	line-height:16px;
	}

#berufe{
	background: url(pictures/bg_berufe.jpg) repeat-y 0 0;
	width: 720px;
	float: left;
	position: relative;
	margin-top:10px;
	}
	
li.berufe{
	font-size:13px;
	font-weight:bolder;
	}

.col{
	width: 180px;
	position: relative;
	float: left;
	}
	
.text_berufe{
	line-height: 16px;
	padding-top: 10px;
	}

#aktuelles{
	width: 720px;
	padding-top: 15px;
	position:relative;
	float:left;
	}	
	
a.aktuelles{
	color:#3d1818;
	text-decoration:underline;
	}
	
ul.aktuelles{
	background-image:url(pictures/arrow_orange_small.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:13px;
	}

#teaser_pic{
	width:241px;
	height:160px;
	position: relative;
	float: left;
	padding-bottom: 20px;
	}
	
#teaser_pic_vert{
	width:241px;
	height:212px;
	position: relative;
	float: left;
	padding-bottom: 20px;
	}

#teaser_text{
	float:left;
	position: relative;
	padding: 4px 5px 0 22px;
	width: 420px;
	line-height: 15px;
	}

#line_divide{
	width: 700px;
	height:20px;
	background:url(pictures/divider.jpg) repeat-x 0 0;
	position: relative;
	float: left;
	}

#frame{
	width: 500px;
	position: relative;
	float: left;
	padding-right:30px;
	}

#frame_right_berufe_pic{
	width: 200px;
	height: 133px;
	padding: 10px 0 7px 0;
	}

ul.berufeliste{
	background-image:url(pictures/arrow_orange_small.gif);
	background-repeat:no-repeat;
	background-position:17px;
	padding-left:27px;
	font-size: 12px;
	}

a.berufeliste{
	color:#000000;
	text-decoration:underline;
	}
	
a.berufeliste:hover{
	color:#3d1818;
	font-weight:bolder;
	}
	
a.berufeliste_start{
	color:#3d1818;
	font-weight:bolder;}
	
#side_content{
	width: 225px;
	position: relative;
	float: right;
	padding: 25px 0 15px 0;
	margin-right: 17px;
	background: url(pictures/bg_sidecontent.jpg) repeat-x 0 0;
	background-color:#d7d9d8;
	}
	
a.side_content{
	color:#000000}
	
a.side_content:hover{
	color:#3d1818}

#heading{
padding: 0 0 10px 17px;
line-height: 20px;
	}
	
#extra_offer{
	width: 198px;
	position:relative;
	float: left;
	padding: 13px 0 0 13px;
	}

#extra_offer_pic{
	padding: 5px 0 0 0;
	}
	
ul.extra_offer{
	font-size: 12px;
	background-image:url(pictures/arrow_orange_small.gif);
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:13px;
	}
	
a.extra_offer{
color:#000000;
	}

a.extra_offer:hover{
	color:#3d1818;
	font-weight:bolder;
	}

#termine{
	width: 198px;
	position:relative;
	float: left;
	padding: 5px 0 0 17px;
	line-height: 14px;
	}

#berufe_side{
	width: 198px;
	position:relative;
	float: left;
	}

li.vorteile{
	background-image: url(pictures/orange_Haken.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:30px;
	margin-bottom: 10px;
	}
	
li.vorteile_side{
	background-image: url(pictures/orange_Haken.gif);
	background-repeat:no-repeat;
	background-position:4px 2px;
	padding-left:30px;
	margin-bottom: 10px;
	line-height: 15px;
	}	
	
li.phone{
	background-image:url(Ausbildung/pictures/orange_tel.gif);
	background-repeat:no-repeat;
	background-position:1px;
	padding-left:25px;
	font-size: 12px;
	line-height:20px;
	}
	
li.phone_s{
	background-image:url(Ausbildung/pictures/orange_tel.gif);
	background-repeat:no-repeat;
	background-position:1px;
	padding-left:22px;
	font-size: 11px;
	line-height:20px;
	}
	
li.mail{
	background-image:url(Ausbildung/pictures/orange_mail.gif);
	background-repeat:no-repeat;
	background-position:1px;
	padding-left:25px;
	font-size: 12px;
	line-height:20px;
	}	
	
li.mail_s{
	background-image:url(Ausbildung/pictures/orange_mail.gif);
	background-repeat:no-repeat;
	background-position:0px;
	padding-left:22px;
	font-size: 11px;
	line-height:20px;
	}	
	
li.lupe{
	background-image:url(pictures/lupe.gif);
	background-repeat:no-repeat;
	background-position:17px;
	padding-left:50px;
	font-size: 12px;
	line-height:20px;
	}	
	
#tuev{
	width: 225px;
	position: relative;
	float:left;
		}
		
#tuev_pic{
	padding:0 0 0 17px;
	}
	
#vorteile{
	padding: 11px 7px 10px 7px;
	}
	
#Vorteile_text{
	font-size:14px;
	font-weight:bolder;
	padding:15px 0 0 0;
	}
	
ul.Vorteile_text{
	line-height: 22px;
	}
	
#frame_sidecol{
	width: 180px;
	position: relative;
	float: right;
	background: url(pictures/bg_sidecontent.jpg) repeat-x 0 0;
	background-color:#d7d9d8;
	padding-top: 20px;
	}

#kontakt{
	padding: 0 10px 0 17px;
	line-height: 16px;
	}

#number{
	width:30px;
	height: 30px;
	position: relative;
	float: left;
	}

#number_text{
	width:275px;
	position: relative;
	float: left;
	padding: 7px 15px 0 20px;
	font-size:12px;
	text-align: left;
	}

#mehr_pic{
	width:300px;
	height:71px;
	position: relative;
	float: left;
	padding: 0 0 10px 10px}
	
#mehr_pic_text{
	width:370px;
	position: relative;
	float: left;
	padding: 0 10px 0 0}
	
.mehr{
	font-size:11px;
	text-decoration: underline;
	color:#3d1818;
	}

#empty{
	width:670px;
	height:15px;
	position: relative;
	float: left;
	}
	
#logo_partner_frame{
	width: 600px;
	height: 326px;
	position: relative;
	float: left;
	padding: 10px 0 30px 45px;
	}

p.kontakt{
	color:#000000;
	padding-left: 17px;
	padding-bottom: 10px;
	line-height: 14px;
	}
	
p.lage{
	color:#000000;
	padding-left: 17px;
	line-height: 14px;
	}
	
#bg_nav_kontakt{
	width:260px;
	height:330px;
	margin-left: 18px;
	float: left;
	background: url(pictures/bg_sidecontent.jpg) repeat-x 0 0;
	padding: 25px 0 0 25px;
	position: relative;
	color: #000000;
	line-height:16px;
	}
	
#nebs-logo{
	position: absolute;
	left:300px;
	}	
	
#frame_pics_left{
	position:relative;
	float: left;
	width: 130px;
	height:830px;
	line-height: 95px;
	}

#zert_pic{
	padding-top: 20px;}
	
#long_side{
	width:400px;
	height: 275px;
	float:left;
	position: relative;
	padding: 15px 65px 0 0;
	font-size:12px;
	line-height: 17px;
	text-align:justify;
	}

#long_side_frame{
	width: 467px;
	float:left;
	position: relative;
	}
	
.pic_flow_left{
	float: left;
	padding: 3px 12px 5px 0;
	}
	
.content_pic_right_top{
	width: 280px;
	height: 186px;
	position:relative;
	float: right;
	padding: 5px 0 15px 20px;
	}

.content_pic_left_top{
	width: 280px;
	height: 186px;
	position:relative;
	float: left;
	padding: 5px 20px 15px 0;
	}

.content_pic_right{
	width: 280px;
	height: 186px;
	position:relative;
	float: right;
	padding: 15px 0 15px 20px;
	}

.content_pic_left{
	width: 280px;
	height: 186px;
	position:relative;
	float: left;
	padding: 15px 20px 15px 0;
	}

.content_pic_right_hitop{
	width: 150px;
	height: 212px;
	position:relative;
	float: right;
	padding: 0 0 15px 15px;
	background-image: url(Nebswelt);
	}
	
.content_pic_right_double_hitop{
	width: 150px;
	height: 438px;
	position:relative;
	float: right;
	padding: 0 0 15px 15px;
	}
	
.content_pic_left_double_hitop{
	width: 150px;
	height: 438px;
	position:relative;
	float: left;
	padding: 0 16px 15px 0;
	}

.content_pic_right_upside{
	width: 186px;
	height: 280px;
	position:relative;
	float: right;
	padding: 15px 0 15px 15px;
	}
	
.content_pic_left_upside{
	width: 186px;
	height: 280px;
	position:relative;
	float: left;
	padding: 0 0 15px 15px;
	}

#big_picture{
	width: 280px;
	height: 373px;
	padding: 10px 20px 20px 0;
	position:relative;
	float: left;
	}
	
.gallerie{
	width: 150px;
	height: 100px;
	padding: 10px 10px 0 0;
	position:relative;
	float: left;
	}
#gallerie{
	width: 690px;
	position:relative;
	padding-bottom: 20px;
	float: left;}
	
.content_pic_left_ul{
	width: 286px;
	height: 250px;
	position:relative;
	float: left;
	padding: 0 16px 0 0;
	}

#teaser_pic_sf{
	width:150px;
	height:100px;
	position: relative;
	float: left;
	padding-bottom: 10px;
	}
	
#teaser_pic_small{
	width:100px;
	height:142px;
	position: relative;
	float: left;
	padding-bottom: 20px;
	Padding-right: 20px;
	}	

#teaser_text_sf{
	float:left;
	position: relative;
	padding: 4px 5px 0 22px;
	width: 420px;
	line-height: 15px;
	}

#line_divide_sf{
	width: 650px;
	height:10px;
	background:url(pictures/divider.jpg) repeat-x 0 0;
	position: relative;
	float: left;
	}
	
#name_s{
	height:10px;
	position: relative;
	float: left;
	padding-right: 15px;
	padding-bottom: 13px;
	}

.name_s{
	font-size:14px;
	font-weight:bold;
	}

.name_f{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	}
.name_b{
	font-style:italic;
	}

#more{
	height:10px;
	position: relative;
	float: left;
	}

.logo_sf{
	width: 150px;
	position: relative;
	float: right;
	padding: 0 0 10px 10px;
	}	

#ut{
	padding-top:10px;
	position: relative;
	float: left;
	width: 100px;
	}

#side_content_wb{
	width: 225px;
	position: relative;
	float: right;
	padding: 15px 0 0 0;
	margin-right: 17px;
	background-color:#FFFFFF;
	}

.content_pic_big_nebs{
	width: 290px;
	height: 250px;
	position:relative;
	float: right;
	padding: 0 16px 16px 16px;}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}