/**
 * @package: Burmester
 * @creator: Jan Konzack
 * @copyright New Image GmbH
 * @created: 04.09.2007
 *
 * Basis Stylesheet
*/

html {
	background: #000000 url(../pixel/wrapper_background.jpg) repeat-x top left;
	font-family: Arial, sans-serif;
	/* 1em = 10px */
	font-size: 62.5%;
	color: #d1d1d1;
}

body {
	text-align: center;  /*IE6*/
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #b0b0b0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

h1, h2, h3, h4 {
	color: #ffffff;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	margin: 0.2em 0;
}

h4 {
	font-size: 1.0em;
	margin: 0.2em 0;
}
h1 img {
	height: 2.265em;
}
	
/* Seiten - WRAPPER */
div#wrapper {
	width: 97em;
	margin: 0 auto;
	text-align: left; /*IE6*/
}

/* Colorize */
div#metanavigation,
div#logowrapper,
div#navigation,
div#content {
	background-color: #000000;
}

/* METANAVIGATION */
div#metanavigation {
	height: 2em;
	padding-top: 0.8em;
	line-height: 0.8em;
	padding-left: 4em;
	padding-bottom: 5.5em;
	
	background-image: url(../pixel/metanavigation_background.jpg);
	background-repeat: no-repeat;
}
div#metanavigation ul {
	list-style-type: none;
}
div#metanavigation ul li {
	float: left;
	line-height: 1.8em;
	font-size: 1.2em;
	height: 1.8em;
}
div#metanavigation ul li a {
	background: transparent url(../pixel/nav_left.gif) no-repeat left center;
	display: block;
	padding: 0;
	padding-left: 1.6em;
	padding-right: 2em;
}
div#metanavigation ul li a.active {
	color: #ffffff;
}




/* METANAVIGATION - LANGUAGESELECTOR NOJS */
div#metanavigation ul li#languageselector {
	float: right;
	padding-right: 2em;
	font-size: 1em;
	line-height: 1em;
	
}
/* METANAVIGATION - LANGUAGESELECTOR JS */
li#languageselector a.CorePulldownNavTitle {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	font-size: 1.2em;
	height: 1.8em;
	
	width: 13em;
	
	background-image: url(../pixel/language_select.gif);
	background-position: right;
	
	color: #b0b0b0;
}

li#languageselector div.CorePulldownNavListWrapper {
	font-size: 1em;
	line-height: 1em;
}
li#languageselector div.CorePulldownNavListWrapper ul {
	width: 11.4em;	 
	font-size: 1.2em;
	
}
li#languageselector div.CorePulldownNavListWrapper li {
	clear: both;
	display: list-item;
	height: 1.5em;
	font-size: 1em;
	white-space: nowrap;
}
li#languageselector div.CorePulldownNavListWrapper li a {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}




/* LOGO */
div#logowrapper {
	height: 12.5em;
}
div#logowrapper a {
	position: relative;
	left: 38.6em;
	display: block;
}
div#logowrapper a, div#logowrapper img#logo {
	border: 0;
	width: 19.5em;
	height: 5.9em;
}



/* HOMEPAGENAVIGATION, NAVIGATION */
div#navigation {
	height: 3.3em;
	line-height: 3.3em;
	
	background: url(../pixel/nav_background.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #000000;
}
div#navigation ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: auto;
}

div#navigation ul li a {
	display: block;
	font-size: 1.2em;
	background: transparent url(../pixel/nav_tab_left.gif) no-repeat left top;
	padding-left: 5em;
	padding-right: 3.3em;
}
div#navigation ul li.active,
div#navigation ul li.first_active,
div#navigation ul li.last_active  {
	font-weight: bold;
	color: #FFFFFF;
	background: #303030 url(../pixel/nav_tab_right.jpg) no-repeat top right;
}
div#navigation ul li.last_active {
	background-image: url(../pixel/nav_tab_right_last.jpg);
}
div#navigation ul li.active a,
div#navigation ul li.first_active a,
div#navigation ul li.last_active a  {
	font-weight: bold;
	color: #FFFFFF;
	background: transparent url(../pixel/nav_tab_left_active.jpg) no-repeat top left;
}
div#navigation ul li.first_active a {
	background-image: url(../pixel/nav_tab_left_active_first.jpg);
}
div#navigation ul li.active a img,
div#navigation ul li.first_active a img {
	border: none;
}







/* FOOTERNAVIGATION */
div#footernavigation {
	clear: both;
}
div#footernavigation ul {
    text-align: center;
	margin: 4em 0;
	height: 2em;
	line-height: 2em;
}
div#footernavigation ul li {
	list-style: none;
    display: inline;
}
div#footernavigation ul li a {
	font-size: 1.1em;
    margin: 0.54em;
    color: #707070;
}






/* CONTENT fassender bereich mit abgerundeter ecke unten links */
div#contentwrapper {
	background-color: #303030; /*das zeigt IE6 an*/
}
div#content {
	background-color: #303030; /*das zeigen alle anderen Browser an*/
	padding: 6em 0 1em 0;
	padding: 6em 0 0 0;
}
/* ...das letzte contentelement bekommt die abgerundete ecke rechts unten */
div#lastcontentelement {
	background: transparent url(../pixel/content_bottom_right.jpg) no-repeat bottom right;
	height: 1.1em;
	line-height: 1.1em;
	padding-top: 1.1em;
	clear: both;
}
div#lastcontentelement.highlight {
	background-image: url(../pixel/content_bottom_right_hl.gif);
	background-color: #dbdbdb;
}
/* ...das span im letzten contentelement bekommt die abgerundete ecke links unten */
div#lastcontentelement span {
	display:block;
	background: transparent url(../pixel/content_bottom_left.jpg) no-repeat bottom left;
	height: 1.1em;
	width: 1.1em;
}
div#lastcontentelement span.highlight {
	background-image: url(../pixel/content_bottom_left_hl.gif);
}




/* LINKBOX DETAILSEITEN */
#component_linkbox {
	float: left;
	margin-top: 3.5em;
	margin-left: 3em;
}



/* UNTERER CONTENTBEREICH DETAILSEITEN */
div#bottomcontent {
	background: transparent url(../pixel/data_facts_bg.jpg) repeat-x top left;
	min-height: 156px;
}




/* clear element */
.clear {
	clear: both;
}

a.pdf {
	background: transparent url(../pixel/file_icon_adobe.jpg) no-repeat top left;
	padding-left: 4em;
	height: 3.7em;
	display: block;
}


