/* Start of CMSMS style sheet 'Navigation' */
#navi_horizontal {
	margin: 0;
	padding: 0;
	height: 42px;
	background: #fae8be url(uploads/images/navi_hor_bg.png) left top repeat-x;
	border-bottom: 10px solid #FAE8BE;
}


#navlist {
	padding: 0;
	margin: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	/*height: 2.8em;*/
	height: 43px;
	float: left;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
	float: left;
	position: relative;
	z-index: 1;	
}

#navlist li#ueber_uns {width:78px;}
#navlist li#frauen {width:66px;}
#navlist li#maedchen {width:77px;}
#navlist li#behinderung {width:147px;}
#navlist li#fachkraefte {width:213px;}
#navlist li#praevention {width:91px;}
#navlist li#aktuelles {width:82px;}


#navlist li.firstMain {
	margin-left: 150px;
}

#navlist li a {
	display:block;
	font-weight:bold;
	line-height:18px;
	padding:12px 9px 12px 12px;
	text-decoration:none;
	white-space:nowrap;
	border-left: 1px solid #fff;
	font-size: 1.1em;
}
#navlist li#aktuelles a {
	border-right: 1px solid #fff;
}
#navlist li#aktuelles ul li a {
	border-right: 0;
}

#navlist li a.last {
	border-right: 1px solid #fff;
}
#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #fff; }
#navlist li a:hover {color: #fff;}

#navlist li.orange a {
	background-image: url(uploads/images/navi_hor_bg_orange.gif);
}

/* Horizontale SUBNAVIGATION: */
ul#navlist li ul {
    margin: 0; 
	padding:3px 0;
    position: absolute;
	left: 0;
	top: 42px;
    display: none;
	border: 1px solid white;
	background-color:#6d6d6d;
	/* Subnavi ausblenden */
}
ul#navlist li.orange ul {
    background-color:#f89400;
}
ul#navlist li:hover ul {
    display: block;  /* Subnavi einblenden (nur moderne Browser) */
}
ul#navlist li ul li {
	float: none;
	z-index: 2;
}
ul#navlist li img {
	position: absolute;
	left: 1px;
	top: 42px;
	width:1px;
	height:1px;
	z-index:100;
	display: none;
}

ul#navlist li#ueber_uns img {width:77px;}
ul#navlist li#frauen img {width:65px;}
ul#navlist li#maedchen img {width:76px;}
ul#navlist li#behinderung img {width:146px;}
ul#navlist li#fachkraefte img {width:212px;}
ul#navlist li#praevention img {width:90px;}
ul#navlist li#aktuelles img {width:81px;}


ul#navlist li:hover img {
    display: block;  /* Subnavi einblenden (nur moderne Browser) */
}
ul#navlist li ul li a {
    font-weight: normal;
	font-size: 12px;
	color: #fff;
	padding: 1px 20px;
	margin: 0;
	background: #6d6d6d url(uploads/images/hor_nav_hi_bullet.gif) 9px 6px no-repeat;	
	display: block;
	/*width: 15em;*/
	width: 221px;
	white-space: normal;
	border-left: 0;
}
ul#navlist li.orange ul li a {
    background: #f89400 url(uploads/images/hor_nav_bullet_orange.gif) 9px 6px no-repeat;	
}


ul#navlist li ul li a.first {
    border-top: 4px solid #6d6d6d;
}
ul#navlist li.orange ul li a.first {
    border-top: 4px solid #f89400;
}

ul#navlist li ul li a.last {
    border-bottom: 4px solid #6d6d6d;
}
ul#navlist li.orange ul li a.last {
    border-bottom: 4px solid #f89400;
}

ul#navlist li ul li a:hover {
    background: #8a8a8a url(uploads/images/hor_nav_hi_bullet2.gif) 9px 6px no-repeat;	
	color: #fff;
}
ul#navlist li.orange ul li a:hover {
    background: #f9aa34 url(uploads/images/hor_nav_hi_bullet_orange.gif) 9px 6px no-repeat;	
	color: #fff;
}



#subnavigation {
	float:left;
	margin-left:10px;
	margin-right:20px;
	margin-top:23px;
	width:190px;
}

#subnavigation_bottom {
	background:transparent url(uploads/images/subnavbottom.gif) no-repeat scroll 0 0;
	height:4px;
	line-height:4px;
	font-size:1px;
	width:190px;
}

#subnavigation h2 {
	background: url(uploads/images/subnavhead_bg.gif) 0 0 no-repeat;	
	margin:0 0 5px 0;
	width: 190px;
	height: 27px;
}

#subnavigation h2 a {
	background:transparent none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:4px 0 0 10px;
	text-decoration:none;
}

#subnavigation h2 a:hover, #subnavigation h2 a:active {
	background: none;
}

#subnavigation ul {
	margin: 0; 
	padding: 0; 
	padding-top: 4px;
	list-style-type: none; 
	width: 190px;
	background: #f4f2ea url(uploads/images/subnavtop.gif) 0 0 no-repeat;
}
#subnavigation ul li a, #subnavigation ul li.currentpage h3 {
	display: block; 
	padding: 1px 1px 1px 20px; 
	width: 168px; 
	color: #646464; 
	text-decoration: none;
	background: url(uploads/images/subnavi_arrow.gif) 9px 7px no-repeat;
}

#subnavigation ul li a:hover, #subnavigation ul li a:active, #subnavigation ul li a.menuactive, #subnavigation ul li.currentpage h3 {
	background: #eae7da url(uploads/images/subnavi_arrow_hi.gif) 9px 7px no-repeat;
	color: #f89807;
}

#subnavigation ul li a.menuactive.menuparent {
	background: #eae7da url(uploads/images/subnavi_arrow_hi2.gif) 9px 7px no-repeat;
}

#subnavigation ul li ul {
  display: none;
}

#subnavigation ul li.menuactive ul {
  display: block;
  background: #F4F2EA url(uploads/images/subnavtop.gif) no-repeat 0 0 !important;
}

#subnavigation ul li.menuactive {
	background-image: url(uploads/images/subnavi_arrow_hi2.gif) !important;
}

#subnavigation ul li ul {
	background: none;
	margin: -1px 0 3px;
}

#subnavigation ul li ul li a {
	background:transparent url(uploads/images/subnavi_arrow_level2.gif) no-repeat scroll 11px 7px;
	border-bottom:1px solid #DCD9C6;
	font-size:11px;
	line-height:14px;
	margin-left:10px;
	padding:3px 0 2px 20px;
	width:150px;
}

#subnavigation ul li ul li a:hover, #subnavigation ul li ul li a:active, #subnavigation ul li ul li.currentpage h3 {
	background:transparent url(uploads/images/subnavi_arrow_level2.gif) no-repeat scroll 11px 7px;
}

#subnavigation ul li ul li.currentpage h3 {
	color: #f89807;
	border-bottom:1px solid #DCD9C6;
	font-size:11px;
	line-height:14px;
	margin-left:10px;
	padding:3px 0 2px 20px;
	width:150px;
}

#contentLeft #breadcrumb {
	padding: 0;	
	margin-left: -10px;
	position: relative;
	color: #4b4b4b;
	text-transform: uppercase;
	border-bottom: 1px solid #d9d9d9;
	height: 45px;
}

#contentLeft #breadcrumb #bc_inner {
	position: absolute;
	left: 10px;
	bottom: 2px;
	margin: 0;
}

#contentLeft #breadcrumb #bc_inner a {
	line-height:auto;
	font-size: .8em;
	color: #4b4b4b;
	text-decoration: none;
}

#contentLeft #breadcrumb #bc_inner span {
	margin: 0 5px;
	font-size: .8em;
}

#contentLeft #breadcrumb #bc_inner span.lastitem {
	margin: 0;
	color: #f89807;
}

#contentLeft #breadcrumb #bc_inner a:hover, #breadcrumb #bc_inner a:active, #contentLeft #breadcrumb #bc_inner a.current {
	color: #f89807;
	text-decoration: none;
}
#contentLeft #breadcrumb .print {
	position: absolute;
	right: 10px;
	bottom: 2px;
}

#contentLeft #breadcrumb .print a {
	color: #7d807e;
	font-size: 11px;
	display: block;
	width: auto;
	background: url(uploads/images/icon_print.gif) 0 3px no-repeat;
	padding-left: 20px;	
	text-transform: uppercase;
	text-decoration: none;
}




/*
#sitemap {
	clear: both;
	float: left;
	width: 100%;
	margin: 30px 0 25px;
	border-top: 1px solid #ececec;
}

#sitemap ul {
	padding: 0;
	margin: 0;
	margin-top: 25px;
	margin-left: 22px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#sitemap ul li {
	list-style: none;
	margin: 0;
	display: inline;
	float: left;
	position: relative;
	z-index: 1;
}

#sitemap ul li a {
	padding: 0;	
	text-decoration: none;
	display: block;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	width: 116px;
	margin-right: 15px;
	line-height: 16px;
}

#sitemap ul li a:link { color: #8a8a8a; }
#sitemap ul li a:visited { color: #8a8a8a; }
#sitemap ul li a:hover {color: #111987;text-decoration: underline;}

#sitemap ul li a span {
	display: none;
}
*/

/* Horizontale SUBNAVIGATION: */
/*
#sitemap ul li ul {
    margin: 0; 
	padding: 0;
    position: relative;
	left: 0;
}

#sitemap ul li ul li {
	float: none;
	z-index: 2;
}
#sitemap ul li ul li a {
    font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #8a8a8a;
	padding: 0;
	margin: 0;	
	margin-bottom: 3px;
	display: block;	
	width: 116px;
	white-space: normal;
}

#sitemap ul li ul li a:hover {
    color: #111987;
	text-decoration: underline;
}

*/

#sitemap {
	clear: both;
	float: left;
	width: 100%;
	margin: 30px 0 25px;
	border-top: 1px solid #ececec;
}

#sitemap ul {
	padding: 0;
	margin: 0;
	margin-top: 25px;
	margin-left: 22px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#sitemap ul li {
	list-style: none;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 18px;
}

#sitemap ul li ul li {
	margin-right: 0;
}

#sitemap ul li.services {
	width: 350px;	
}

#sitemap ul li.equipment {
	width: 150px;	
}

#sitemap ul li.it {
	width: 110px;	
}

#sitemap ul li.company {
	width: 130px;	
}

#sitemap ul li.last {
	margin: 0;
	display: block;
	float: none;
	position: relative;
	margin-left: 780px;	
	margin-left: 813px;	
	width: 100px;
}

#sitemap ul li a {
	padding: 0;	
	text-decoration: none;
	display: block;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	/*width: 116px;
	margin-right: 15px;*/
	line-height: 16px;
	border-bottom: 1px solid #dedede;
	padding-left: 3px;
	margin-bottom: 2px;
}

#sitemap ul ul li a {
	border-bottom: 0;
}

#sitemap ul.left {
	float: left;
}

#sitemap ul.right {
	float: right;
	padding-right: 60px;
}

#sitemap ul li a:link { color: #ababab; }
#sitemap ul li a:visited { color: #ababab; }
#sitemap ul li a:hover {color: #111987;text-decoration: underline;}

#sitemap ul li ul {
    margin: 0; 
	padding: 0;
    position: relative;
	left: 0;
}

#sitemap ul li ul li {
	float: none;
	z-index: 2;
}

#sitemap ul li ul li a {
    font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #8a8a8a;
	padding: 0;
	padding-left: 3px;
	margin: 0;	
	margin-bottom: 3px;
	display: block;	
	width: 116px;
	white-space: normal;
}

#sitemap ul li ul.left li a {
    width: 136px;
}

#sitemap ul li ul.right li a {
    width: 126px;
}

#sitemap ul li ul li a:hover {
    color: #111987;
	text-decoration: underline;
}

#metanavi {
	position: absolute;
	top: 25px;
	left: 23px;
}

#metanavi li {
	float: left;
	list-style: none;
}

#metanavi li span {
	margin: 0 5px;
	font-size: .9em;
	color: #9da0c2;	
}

#metanavi li a {
	font-size: .9em;
	color: #9da0c2;
	text-decoration: none;
}

#metanavi li a:hover, #metanavi li a:active {
	color: #9da0c2;
	text-decoration: underline;
}

#hotline {
	position: absolute;
	bottom: 0;
	left: -6px;
}


#language {
	float: left;
	width: 80px;
	margin-top: 10px;
}

#language select {
	border: 1px solid #9b9b9b;
	background-color: #dedede;
	color: #696969;
}




ul#localSite {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	float: right;
	width: 145px;	
}

ul#localSite li {
	list-style: none;
	margin: 0;
	display: inline;
	float: left;
	position: relative;
	z-index: 1;
}

ul#localSite li a {
	padding: 1px 5px 1px 5px;	
	text-decoration: none;
	display: block;
	white-space: nowrap;
	line-height: 18px;
	border: 1px solid #9b9b99;
	background: #fff;
}

ul#localSite li a.arrow {
	background: #fff url(uploads/images/pfeilselectbox.gif) right center no-repeat;
	padding-right: 20px;
}

ul#localSite li a:link { color: #646464; }
ul#localSite li a:visited { color: #646464; }
ul#localSite li a:hover {color: #646464;}

ul#localSite li a span {
	background: url(uploads/images/hor_nav_bullet.gif) 0 0 no-repeat;	
	width: 2px;
	height: 8px;
	float: left;
	margin: 5px 6px 0 0;
}

* html ul#localSite li a span {
	margin-right: 3px;
}
/* Horizontale SUBNAVIGATION: */
ul#localSite li ul {
    margin: 0; 
	padding: 0;
    position: absolute;
	left: 0;
    display: none;
	border: 1px solid #9b9b99; 
	border-top: 0; 
	/* Subnavi ausblenden */
}
ul#localSite li:hover ul {
    display: block;  /* Subnavi einblenden (nur moderne Browser) */
}
ul#localSite li ul li {
	float: none;
	z-index: 2;
}
ul#localSite li ul li a {
    font-weight: normal;
	font-size: 11px;
	color: #3f3f3f;	
	margin: 0;
	display: block;
	/*width: 15em;*/
	width: 112px;
	white-space: normal;
	border: 0;
	padding-left: 27px;
	background: #fff url(uploads/images/blank.gif) 5px 5px no-repeat;	
}

ul#localSite li ul li a:hover {
    color: #111987;
}

ul#localSite li ul li#global a {
    background-image: url(uploads/images/flag_bagport.gif);	
	padding-bottom: 3px;
	
}
ul#localSite li ul li#global span {
    background: #fff url(uploads/images/flag_bagport_bg.gif) 0 0 repeat-x;	
	display: block;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 143px;
}
ul#localSite li ul li#se a {
    background-image: url(uploads/images/flag_se.gif);	
}
ul#localSite li ul li#uk a {
    background-image: url(uploads/images/flag_uk.gif);	
}
ul#localSite li ul li#us a {
    background-image: url(uploads/images/flag_us.gif);	
}

/* End of 'Navigation' */

