/* Sector + Vector 2009 V 1.0  */
/* Styles by elfnullfuenf, Joerg Gehring, www.elfnullfuenf.de, info@elfnullfuenf.de, 2009 */


/* General */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html { 
	font-size: 100.01%;
}



body {
	color: #000000;
	text-align: center;
	font: 500 0.72em Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background: #dddddd;
	overflow-y: scroll;
	overflow-x: auto;
}



h2 {
	margin-bottom: 0.3em;
	font: 600 1.15em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
h3 { 
	margin-bottom: 0.1em;
	font: 600 1em Arial, Helvetica, sans-serif;
	}

h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #a9324e;
	border-bottom: 1px solid #a9324e;
	}
	
h3 a:hover {
	color: #fff;
	background: #a9324e;
	border-bottom: 1px solid #a9324e;
	}



/* --- Links --- */

a img {
	outline: 0;
	border: none;
	margin: 0;
	padding: 0;
}

	

#content p a:link, #content p a:visited {
	text-decoration: none;
	color: #a9324e;
	border-bottom: 1px solid #a9324e;
	}
	
#content p a:hover {
	color: #fff;
	background: #a9324e;
	border-bottom: 1px solid #a9324e;
	}
	
#content p.noBorder a:link, #content p.noBorder a:visited {
	border: none;
	}

#content p.noBorder a:hover {
	background: none;
	border: none;
	}


/* --- Helpers --- */

.sectorRot {
	color: #a9324e;
	}
	
.vectorBlau {
	color: #0062a9;
	}	

.noscript {
	position: absolute;
	top: 0px;
	padding: 20px;
	background: #ff0000;
	color: #fff;
	font: 500 1em Arial, Helvetica, sans-serif;
	z-index: 5;
	}


.small {
	font: 500 0.8em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	}
	
.big {
	font: 500 2em Arial, Helvetica, sans-serif;
	}
	
	
.trennerHorDash {
	float: left;
	width: 100%;
	margin: 5px 0px;
	background: url(../pics/ag/trennerHorDash.png) repeat-x;
	height: 1px;
	overflow: hidden;
	line-height: 1px; 
	}	
	
.clear: {
	clear: both;
	}

/* Container */

#containerAll {
	margin: 0 auto;
	width: 995px;
	}

#containerMain  {
	float: left;
	width: 995px;
	background: #ffffff;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#content {
	float: left;
	margin: 390px 0px 0px 15px;
	padding-bottom: 15px;
	width: 965px;
	background:url(../pics/ag/hgContent.png) repeat-x;
	min-height: 300px;
}

#wrap3Col {
	float: left;
	width: 965px;
	background:url(../pics/ag/hg3Col.png) repeat-y;
	}

#colLeft, #colRight {
	float: left;
	width: 220px;
	margin: 0px 25px 0px 5px;
	overflow:hidden;
	padding-top: 5px;
	}
	
#colMiddle {
	float: left;
	width: 465px;
	margin-right: 25px;
	overflow:hidden;
	padding-top: 5px;
	}
	
#colRight {
	margin: 0px;
	}


/* --- Logo  --- */

#logo {
	position: absolute;
	width: 129px;
	top: 0px;
	left: 10px;
	z-index: 20;
}


#logo h1 {
	text-indent: -9999px;
	font-size: 0;
	}
	
#logo h1 a {
	display: block;
	background: url(../pics/ag/logoSector.png) no-repeat;
	width: 129px;
	height: 63px;
	outline: none;
	cursor: pointer;
	}



/* --- Header  --- */

#header {
	position: absolute;
	width: 995px;
	height: 300px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	}

#headerContents {
	position: relative;
	}
	
#headerPics {
	position: absolute;
	width: 965px;
	height: 253px;
	top: 15px;
	left: 15px;
	z-index: 5;
	overflow: hidden;
	}
	
#trennerHeader {
	position: absolute;
	top: 268px;
	left: 15px;
	height: 32px;
	width: 965px;
	z-index: 10;
	background: url(../pics/ag/trennerHeader.png) no-repeat;
	}
	
#slogan {
	position: absolute;
	bottom: -325px;
	left: 0px;
	z-index: 15;
	}

#siteSwitch {
	position: absolute;
	top: 120px;
	right: 15px;
	width: 241px;
	height: 57px;
	z-index: 20;
	text-indent: -9999px;
	font-size: 0;
	}
	
#siteSwitch a {
	display: block;
	background: url(../pics/ag/switchVector.png) no-repeat;
	width: 241px;
	height: 57px;
	outline: none;
	cursor: pointer;
	}



/* --- Navigation Main --- */

#navMain {
	position: absolute;
	top: 300px;
	left: 15px;
	width: 966px;
	z-index: 50;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px 0px 0px;
	margin-bottom: 5px;
	font-size: 11px;
}

#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
	text-transform: uppercase;
}
#menu li {
	float:left;
	position:relative;
	height: 28px;
	width:160px;
	margin-right: 1px;
}
#menu li ul {
	position:absolute;
	top:27px;
	left:0px; /* for IE */
	display:none;
	text-transform: none;
}
#menu ul li ul {
	top:-1px;
	left:159px;
	text-transform: none;
}
/* ******************************************************************* */
/* SHOW SUBMENU  1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU  2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}
/* ******************************************************************* */
/* STYLING UP THE LINKS */
#menu a {
	color: #fff;
	text-decoration: none;
	display:block;
	width: 160px;
	height: 28px;
	background:url(../pics/ag/navMainNO.png) no-repeat;
	padding:5px 0px 0px 5px;
}

#menu li.nolink {
	color: #fff;
	display:block;
	background:url(../pics/ag/navMainNO.png) no-repeat;
	padding:5px 0px 0px 5px;
	width: 155px;
	}


#menu a:hover, #menu li.nolink:hover {
	background:url(../pics/ag/navMainRO.png) no-repeat;
	cursor: pointer;
}
#menu ul {
	
}
#menu ul a {
	
}

#menu a.on {
	background:url(../pics/ag/navMainCUR.png) no-repeat;
}



#menu ul li {
	border:1px solid #fff;
	border-bottom: 0px;
	}
	
#menu li.level1On {
	color: #fff;
	text-decoration: none;
	display:block;
	width: 155px;
	height: 28px;
	padding:5px 0px 0px 5px;
	background:url(../pics/ag/navMainCUR.png) no-repeat;
	cursor:pointer;
}


/* ******************************************************************* */

#menu {
	z-index:51;
}
#menu ul {
	z-index:52;
}
#menu ul ul {
	z-index:53;
}

/* ******************************************************************* */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */



/* --- Navigation Top --- */

#topContainer {
	position: absolute;
	font: 500 0.85em Arial, Helvetica, sans-serif;
	text-align: right;
	color: #fff;
	top: 20px;
	right: 15px;
	width: 600px;
	z-index: 10;
	}

#navTop {
	float: right;
	text-align: right;
	display: inline;
	background: url(../pics/ag/hgTransparentBlack.png);
	}

#navTop ul {
	list-style-type: none;
	}

#navTop li {
	list-style-type: none;
	display: inline;
	padding-left: 5px;
	}

#navTop li a:link, #navTop li a:visited {
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	}

#navTop li a:hover, #navTop li a.on {
	text-decoration: underline;
	}
	
#languageSwitch {
	float: right;
	text-align: right;
	display: inline;
	padding-left: 5px;
	background: url(../pics/ag/hgTransparentBlack.png);
	}
#languageSwitch a:link, #languageSwitch a:visited {
	padding-right: 5px;
	color: #fff;
	text-decoration: none;
	}
#languageSwitch a:hover {
	text-decoration: underline;
	}
	
/* --- Features Top --- */

#featuresTop {
	position: absolute;
	width: 965px;
	height: 28px;
	top: 345px;
	left: 15px;
	z-index: 5;
	background: url(../pics/ag/hgFeaturesTop.png) repeat-x;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	}
	
#certSearch {
	float: left;
	width: 350px;
	height: 28px;
	background:url(../pics/ag/featuresInfo.png) no-repeat;
	padding-left: 35px;
	}


#certSearch a {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	color: #fff;
	background: url(../pics/ag/goArrowRound.png) no-repeat right 7px;
	padding: 7px 25px 0px 0px;
	}
	
#loginTop {
	float: right;
	text-align: right;
	
	height: 28px;
	overflow: hidden;
	color: #fff;
	}
	
#loginTop .loginInput {
	float: left;
	display: inline;
	width: 105px;
	height: 14px;
	border: none;
	padding: 2px;
	background: #fff;
	color: #000;
	margin: 5px 10px 0px 0px;
	}

#loginTop .loginSubmit {
	float: left;
	display: inline;
	text-align: left;
	width: 117px;
	background:url(../pics/ag/buttonLoginTop.png) no-repeat;
	color: #fff;
	border: none;
	height: 28px;
	padding: 0px 25px 0px 3px;
	cursor: pointer;
	}
	
#footer {
	clear: both;
	float: left;
	width: 965px;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	margin-top: 20px;
	color: #666;
	font: 500 0.85em Arial, Helvetica, sans-serif;
	}	
	
#navFooter ul {
	float: left;
	display: inline;
	list-style-type: none;
	}

#navFooter li {
	list-style-type: none;
	display: inline;
	padding-left: 5px;
	}

#navFooter li a:link, #navFooter li a:visited {
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	}

#navFooter li a:hover, #navFooter li a.on {
	text-decoration: underline;
	}
	
	
ul.navPages {
	float: left;
	width: 100%;
	list-style-type: none;
	padding-bottom: 10px;
	}

ul.navPages li {
	list-style-type: none;
	display: inline;
	padding-right:5px;
	}

ul.navPages li a:link, ul.navPages li a:visited {
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	}

ul.navPages li a:hover, ul.navPages li a.on {
	text-decoration: underline;
	}	
	
	
#printLink, #pdfLink, #topLink {
	float: left;
	display: inline;
	}
	
#printLink a:link, #printLink a:visited {
	padding: 0px 5px;
	color: #666;
	text-decoration: none;
	}

#printLink a:hover {
	text-decoration: underline;
	}
	
#pdfLink a:link, #pdfLink a:visited {
	padding: 0px 5px;
	color: #666;
	text-decoration: none;
	}

#pdfLink a:hover {
	text-decoration: underline;
	}
	
#topLink a:link, #topLink a:visited {
	padding-left: 5px;
	color: #666;
	text-decoration: none;
	}

#topLink a:hover {
	text-decoration: underline;
	}


/* --- Tables --- */


table  { text-align: left; width: 99%; border: 0px; border-collapse: collapse; border-spacing: 0px; }
table th  { color: #fff; font-size: 1em; font-weight: 500; background-color: #666666; text-align: left; padding: 3px 5px; vertical-align: top; border-right: 2px solid #fff; }
table td   { font-size: 1em; background-color: #ddd; padding: 3px 5px; border: 2px solid #fff; }
td a:link, td a:visited { color: #a9324e; font-size: 1em; line-height: 1.3em; border-bottom: 1px solid #a9324e; text-decoration: none; }
td a:hover { color: #fff; background-color: #a9324e; border-bottom: 1px solid #a9324e; }


ul.square {
	margin: 0px 0px 0px 15px;
}

ul.square li {
	display:list-item;
	list-style-type:square;
	line-height: 1.5em;
}


.container-popup {
	float: left;
	width: 510px;
	margin: 20px;
	text-align: left;
	}
	
