/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(blau.gif);
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 16px Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: normal 14% Arial, sans-serif;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: square;
	padding-bottom: 6px;
}

ul ul{
	list-style-position: outside;
	list-style-image: url(arrow2.gif);
}

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

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 128px;
	left: 0;
	width:930px;
	background-color: #003366;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 0px;
	width:930px;
	height: 150px;
	z-index: 300;
	background-image: url(blauverlauf3.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#pageNav{
	float: left;
	width:150px;
	padding: 0px;
	font: small Verdana,sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	height: auto;
	z-index: 100;
	border-right-color: #CCCCCC;
}

#content{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding: 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #003366;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 11px Verdana, sans-serif;
	position: absolute;
	top: 37px;
	color: #FFFFFF;
	visibility: visible;
	left: 0px;
}

#utility a{
	color: #FFFFFF;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 899px;
	height: 33px;
	color: #cccccc;
	padding: 0px;
	left: 0px;
	top: 90px;
	background-color: #003366;
	z-index: 190;
}

#gnl {
	position: absolute;
	top: 10px;
	left:13px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	visibility: visible;
}

#globalLink{
	position: relative;
	top: 0px;
	min-width: 640px;
	padding: 0px 0px 0px;
	margin: 0px;
	left: 180px;
	z-index: 100;
	visibility: visible;
	text-align: left;
	height: 40px;
}

html>body #globalLink{
	top: 15px;
	margin: 0px;
	left: 180px;
	z-index: 200;
	visibility: visible;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}

a.glink, a.glink:visited{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	letter-spacing: 2px;	
}

html>body a.glink, a.glink:visited{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 5px;
	padding-bottom: 7px;
	position: relative;
	right: 0px;
	height: 28px;
	letter-spacing: 1px;
	z-index: 200;
}

a.glink:hover{
	text-decoration: none;
	background-color: #999999;
	
	}

html>body a.glink:hover{
	text-decoration: none;
	background-color: #003366;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	color: #003366;
	visibility: hidden;
	top: 116px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 11px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
}

.subglobalNav a:hover{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*************** Fahnen styles *****************/

#fahnen{
	position: absolute;
	top: 9px;
	z-index: 101;
	visibility: visible;
	width: 84px;
	height: 40;
	left: 12px;
	line-height: 100%;
}

#fahnen input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#fahnen a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#fahnen a:hover{
	margin: 0px;
}

#fahnen img{
	margin-right: 8px;
	margin-bottom: 8px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 10px 5px 0px;
	font: 10px Arial, Helvetica, sans-serif;
	;
	color: #003366;
	text-align: right;
}

#breadCrumb a:link, #breadCrumb a:visited {
	color: #003366;
}

#breadCrumb a:hover{
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


/************** feature styles *****************/

.feature{
	font-size: 12px;
	text-align: justify;
	width: 645px;
	padding-top: 165px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 125%;
	height: 450px;
	
}
	
.feature ul, .feature ul li{
	margin-top: 0px;
	padding-top: 0px;
	
	}
	
.feature ul ul, .feature ul ul li{
	margin-top: 5px;
	margin-bottom: 10px;
	
	}
	
.feature p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
	}
	
.feature td {
	color: #003366;
	font-size: 12px;
	text-align: left;
	
}
html>body .feature {
	height: auto;
	width: 645px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	padding-top: 165px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: right center;
}
.stellen_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-left: 15px;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.feature h3{
	color: #003366;
	padding: 15px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	
}

.feature h4{
	color: #003366;
	padding: 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin-left: 15px;
	clear: both;
	margin-right: 0px;
}


/*************** story styles ******************/

.story {
	font-size: 12px;
	width: 645px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 125%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.story h3{
	font: bold 14px Arial, sans-serif;
	color: #003366;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #003366;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-left: 150px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#siteInfo a:link, #siteInfo a:visited{
	font-size: 11px;
	color: #003366;
	
}

#siteInfo a:hover{
	font-size: 11px;
	color: #003366;
	text-decoration: underline;

}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #003366;
	display: block;
	height: 40px;

}
#left {
	padding-top: 25px;
	padding-bottom: 25px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited, #sectionLinks span {
	font-weight: bold;
	padding: 7px 0px 7px 10px;
	color: #FFFFFF;
	background-color: #003366;
	margin-right: 0px;
	font-size: 0.9em;
	display: block;
}

#sectionLinks a:hover, #sectionLinks a:focus, #sectionLinks span {
	background-color: #8ca2ba;
	font-weight: bold;
	text-decoration: none;
	
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 25px;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
#logo {
	position:absolute;
	z-index:1;
	top: 14px;
	right: 0px;
}
#pictures {
	height: 155px;
	width: 780px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	position: absolute;
	left: 150px;
	z-index: 5;
	top: -5px;
}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 27px;
	top: 14px;
}

#claim {
	position:absolute;
	width:296px;
	height:22px;
	z-index:101;
	top: 37px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #003366;
	text-transform: uppercase;
	letter-spacing: 1px;
	right: 282px;
}

#teaser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	background-color: #003366;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #95AABF;
	border-bottom-color: #95AABF;
	color: #FFFFFF;
	margin-top: 35px;
	
	}

#teaser a:link, #teaser a:visited, #teaser a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	background-color: #003366;
	color: #FFFFFF;
	display: inline;
	padding-left: 0px;
	font-weight: normal;
	
}

#teaser a:hover, #teaser p a:hover {
	text-decoration: underline;
	background-color: #003366;
	font-weight: normal;	
}

#teaser img {
	border: 0;
	
}

#teaser_fr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #003366;
	color: #FFFFFF;
	line-height: 19px;
	margin-top: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 8px;
	margin-bottom: 15px;
	border-top: 1px solid #95AABF;
	border-bottom: 1px solid #95AABF;
	
	}

#teaser_fr a:link, #teaser_fr a:visited, #teaser_fr a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #003366;
	color: #FFFFFF;
	display: inline;
	padding-left: 0px;
	font-weight: normal;
	
}

#teaser_fr a:hover, #teaser_fr p a:hover {
	text-decoration: underline;
	background-color: #003366;
	font-weight: normal;	
}

#teaser_fr img {
	border: 0;
	
}

.JobHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 7px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0px;
	background-image: url(jobheader.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
}

/* Breite AussenDiv */
.hauptmenue {
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 788px;
	position: absolute;
	left: 142px;
	z-index: 400;
	height: 33px;
	background-color: #003366;
	padding-top: 0px;
	top: 90px;
}

/* loesche alle Listenelemente */
.hauptmenue ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:100%;
	background-color: #003366;
	float: right;
}
#aquafides #aquafideshome, #aquafides #aquafideshome a {
	background-color: #8ca2ba;
}

/* Design der Subliste */
.hauptmenue ul ul {width:155px;}

/* horizontale Ausrichtung der Topliste und relative Position zu DropdownMenues */
.hauptmenue ul li, .hauptmenue ul li span {
	float:left;
	height:3em;
	line-height:3em;
}

/* Design der Sublevel Listenelemente */
.hauptmenue ul ul li {display:block;width:155px;height:auto;position:relative;line-height:1em;}

/* Gestaltung der Toplevel-Links */
.hauptmenue a, .hauptmenue a:visited  {
	display:block;
	float:left;
	height:33px;
	font-size:0.9em;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #003366;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	width: 155px;
	text-align: center;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #95AABF;
}

/* Gestaltung UND BREITE der Sublevel Links */
.hauptmenue ul ul a, .hauptmenue ul ul a:visited {
	display:block;
	background:#003366;
	color:#FFFFFF;
	width:152px;
	height:100%;
	line-height:1.2em;
	font-size: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: normal;
	border-right-width: 0px;
	border-left-width: 0px;

	padding-right: 0px;
	padding-left: 5px;
	text-align: left;
}
.hauptmenue ul table ul a, .hauptmenue ul table ul a:visited  {
	width:149px;
	w\idth:152px;
	border-right-width: 0px;
	border-left-width: 0px;

}


/* Tabellenausrichtung - fuer IE */
.hauptmenue table {position:absolute; left:-1px; top:0; font-size:1em; z-index:-1;}
.hauptmenue ul ul table {lef\t:-2px;}
.hauptmenue ul ul table ul.left {margin-lef\t:2px;}

.hauptmenue li:hover {
	position:relative;
}
* html .hauptmenue a:hover {
	position:relative;
	color: #FFFFFF;
	background-color: #8ca2ba;
}

/* Hintergrund der dritten Listenebene */
.hauptmenue ul ul ul a, .hauptmenue ul ul ul a:visited {background:#003366;}
/* sHintergrund der vierten Listenebene */
.hauptmenue ul ul ul ul a, .hauptmenue ul ul ul ul a:visited {background:#003366;}
/* Hintergrund der Listenebene Sublevel 1 */
.hauptmenue ul :hover a.sub1 {background:#25507D;}
/* Hintergrund der Listenebene Sublevel 2 */
.hauptmenue ul ul :hover a.sub2 {background:#25507D;}

/* Gestaltung der Level hovers */
/* erstes */
.hauptmenue a:hover {
	color:#FFFFFF;
	background-color: #8ca2ba;
	text-decoration: none;

}

.hauptmenue :hover > a {color:#FFFFFF;background:#8ca2ba;}

.hauptmenue :focus > a {color:#FFFFFF;background:#8ca2ba;}
/* zweites */
.hauptmenue ul ul a:hover{
	color:#FFFFFF;
	background:#8ca2ba;
}
.hauptmenue ul ul :hover > a {
	color:#FFFFFF;
	background:#8ca2ba;
}
/* drittes */
.hauptmenue ul ul ul a:hover {background:#003366;}
.hauptmenue ul ul ul :hover > a {
	background:#25507D;
	padding-left: 17px;
}
/* viertes */
.hauptmenue ul ul ul ul a:hover {background:#003366;}


/* verstecke sublevels und weise ihnen absolute Position zu */
.hauptmenue ul ul {
	position:absolute;
	height:0;
	top:33px;
	left:0;
	width:149px;
	z-index: 100;
	visibility: hidden;
}

/* Position des dritten Flyout-Menues */
.hauptmenue ul ul ul{left:14em;top:0;width:14em;}

/* Position des dritten Flyout-Menues fuer linke Ausrichtung */
.hauptmenue ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.hauptmenue ul li:hover ul, .hauptmenue ul a:hover ul {visibility:visible; height:32px; padding-bottom:3em; background:transparent;}
/* keep the third level hidden when you hover on first level list OR link */
.hauptmenue ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.hauptmenue ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.hauptmenue ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.hauptmenue ul :hover ul :hover ul :hover ul {visibility:visible;}
.linie_top {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	background-image: url(arrow_up.gif);
	background-repeat: no-repeat;
	float: right;
	padding-right: 25px;
	background-position: right;
}
.linie {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 30px;
}

.sitemapkopf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-decoration: none;
		
	}
	
.sitemapkopf a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	
		}
	
.sitemapkopf a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;

}
.sitemaptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-right: 7px;
	background-color: #F5F7F7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-decoration: none;
	
}

.sitemaptext a:link, .sitemaptext a:visited {
	color: #003366;

	
}
.sitemaptext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-right: 7px;
	background-color: #E5E6E8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-decoration: none;
	
}
	
	.sitemaptext2 a:link, .sitemaptext2 a:visited {
	color: #003366;

	
}
#country {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 5px;
	line-height: 13px;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 0px;
	
	}
#country h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 15px;
	line-height: 13px;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 0;	
}
#country a:link, #country a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}  

#country a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
