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

html {
	background: #000000 url("img/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;
}

h1, h2, h3 {
	color: #ffffff;
}
h1 {
	font-size: 2.5em;
	padding-left:40px;
	margin-bottom:30px;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	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("metanavigation_background.jpg"/*tpa=http://www.burmester.de/de/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("nav_left.gif"/*tpa=http://www.burmester.de/de/pixel/nav_left.gif*/) no-repeat left center;
	display: block;
	padding: 0;
	padding-left: 1.6em;
	padding-right: 3em;
}
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 */



/* LOGO */
div#logowrapper {
	height: 15em;
	
}
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;
	
	
}
img#logo {
       margin-top:5em;
}


/* HOMEPAGENAVIGATION, NAVIGATION */
div#navigation {	
	height: 3.3em;
	
	line-height: 3.3em;
	
	background-image: url("img/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("img/nav_tab_left15.gif") no-repeat left top;
	padding-left: 4em;
	padding-right: 2em;
}
div#navigation ul li a.active,
div#navigation ul li a.first_active,
div#navigation ul li a.last_active  {
	font-weight: bold;
	color: #FFFFFF;
	background: #303030 url("img/nav_tab_right.jpg") no-repeat top right;
}
div#navigation ul li.last_active {
	background-image: url("img/nav_tab_right_last.jpg"/*tpa=http://www.burmester.de/de/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("img/nav_tab_left_active.jpg"/*tpa=http://www.burmester.de/de/pixel/nav_tab_left_active.jpg*/) no-repeat top left;
}
div#navigation ul li.first_active a {
	background-image: url("img/nav_tab_left_active_first.jpg"/*tpa=http://www.burmester.de/de/pixel/nav_tab_left_active_first.jpg*/);
}
div#navigation ul li.active a img,
div#navigation ul li.first_active a img {
	border: none;
}

div#navigation ul li.first_active_about a {
	font-weight: bold;
	color: #FFFFFF;
	
}

div#navigation ul li.active_product a {
	font-weight: bold;
	color: #FFFFFF;
        background-image: url("img/cat_active_fon.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#navigation ul li.active_tests a {
	font-weight: bold;
	color: #FFFFFF;
        background-image: url("img/test_active_fon.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}
div#navigation ul li.active_about a {
	font-weight: bold;
	color: #FFFFFF;
        background-image: url("img/about_active_fon.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}
div#navigation ul li.active_auto a {
	font-weight: bold;
	color: #FFFFFF;
        background-image: url("img/auto_active_fon.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#navigation ul li.active_contact a {
	font-weight: bold;
	color: #FFFFFF;
        background-image: url("img/contact_active_fon.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}



/* 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;
	
	
	
}
div#content {
	background-color: #303030; /*das zeigen alle anderen Browser an*/
	padding: 6em 0 1em 0;
	padding: 6em 0 0 0;
	margin-bottom: 1.1em;
	
	
}


/* ...das letzte contentelement bekommt die abgerundete ecke rechts unten */
div#lastcontentelement {
	background: transparent url("img/content_bottom_right.jpg"/*tpa=http://www.burmester.de/de/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("img/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("img/content_bottom_left.jpg") no-repeat bottom left;
	height: 1.1em;
	width: 1.1em;
}
div#lastcontentelement span.highlight {
	background-image: url("img/content_bottom_left_hl.gif");
}
div.col3_12_2 img {
	width: 59em;
}
div.col3_12_1 {
	float: left;
	padding-right: 3.5em;
}


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



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




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

a.pdf {
	background: transparent url("file_icon_adobe.jpg"/*tpa=http://www.burmester.de/de/pixel/file_icon_adobe.jpg*/) no-repeat top left;
	padding-left: 4em;
	height: 3.7em;
	display: block;
}
div#test_name{
	float: left;
	background: transparent url("img/nav_left.gif") no-repeat center left;
	margin-left:20px;
	margin-bottom:20px;
}

div#test_name p.line_name{
	font-size: 16px;
	padding-left: 30px;
	
}

div#test_name p{
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	
}
div#test{
	padding-left:10px;
	
	
	
}
 div#test p{
	font-size:12px;
	text-align: left;
	padding-left: 20px;
	padding-bottom:5px;
 }
 div#test p.size_file{
	font-size:12px;
	text-align: left;
	padding-left: 20px;
	padding-bottom:5px;
	background:transparent url('img/pdf.gif') no-repeat top left;
	}
	
p.about{
	text-indent:8px;
}
  /*  selection_line_list */
  
div #selection_line_list{
	margin-bottom: 10px;
	padding-bottom:5px;
}

div #selection_line_list p.component_opis, div #selection_line_list p{
	font-size:12px;
	text-indent:10px;
	margin-bottom:10px;
	padding-left:10px;
}
div #selection_line_list h1{
	margin-left:250px;
	
}
div #selection_line_list h1 a{
	color: #ffffff;
}

div #selection_line_list p.component_name{
	margin-left:100px;
	font-size:14px;
	font-weight: 500;
	margin-top:10px;
	margin-bottom:10px;
	background: url("img/nav_left.gif") no-repeat left;
	padding-left: 23px;
}


/* ROUNDED CORNERS */

.r1, .r2, .r3 {
    display: block;
    height: 1px;
}

.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }



#rounded-box-3 .inner-box, #rounded-box-3  b {
    background-color: #3a3a3a;
   
	
}
#rounded-box-3 {
	width: 29em;
         margin-left:30px;
	 margin-top:10px;
}
 div.inner-box  ul {
	list-style-type: none;
	margin: 0;
	
	padding-left: 1em;
	clear: both;
}
div.inner-box ul li {
	background-image: url("img/linkbox_hr.gif");
	background-repeat: no-repeat;
	margin-bottom:5px;
	padding-top: 5px;

}

div.inner-box  ul li.first-child {
	background-image: none;
}
div.inner-box  ul li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
        
	background: transparent url("img/nav_left.gif") no-repeat left top;
	padding-left: 2em;

	display: block;
	
}
div.inner-box  ul li a.active{
	
	color: #aaaaaa;
}

.inner-box {
    padding:1em;
}

.r1, .r2, .r3 {
    overflow: hidden; 
    font-size:1px;
}

