* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
    background-color: #B2B1A5;
}

img {
    border: 0px;
}

a, a:visited {
    text-decoration: none;
    color: #000;
}

a.arrow_right {
    background-image: url(../pic/arrow.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding: 2px 17px 2px 0;
}

a.textlink_intern, a.textlink_extern {
    text-decoration: underline;
}
a.textlink_intern:hover, , a.textlink_extern:hover {
    color: #00A973;
}

h1, #content #right div.top_179 p, #startpage div.box div.border_179 h2 {
    font-family: Georgia, serif;
    font-size: 1.3em;
    color: #00A973;
    font-weight: normal;
}

h2 {
    font-weight: bold;
    font-size: 1em;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3 {
    font-weight: bold;
    font-size: 1em;
    color: #00A973;
    margin-bottom: 20px;
}

h3.table {
    margin: 20px 0 10px 0;
    color: #4D4D4D;
}

p {
    margin: 12px 0 12px 0;
    line-height: 1.5em;
}

sup {
    font-size: 0.8em;
}

p.highlight {
    font-size: 1.0em;
}

span.sub {
    font-size: 0.9em;
}

ul {
    list-style-image: url(../pic/dash.gif);
    list-style-position: outside;
    padding-left: 20px;
}
li {
    line-height: 1.5em; 
}


ul.arrow {
    clear:both;
    list-style-image: none;
    list-style-type: none;
    padding: 0px;
}
ul.arrow li {
    clear:both;
    margin: 0px;
    padding: 0px;
    line-height: 1.0em;
}
ul.arrow li a {
    float: left;
    display: block;
    background-image: url(../pic/arrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding: 5px 0 5px 22px;
    width: 113px;
    border-bottom: 1px dashed #DCDCDC;
}
ul.arrow li a:hover {
    color: #00A973;
}

div.clear {
    clear:both;
}

#header {
    float: left;
    width: 100%;
    background-image: url(../pic/header_bg.gif);
    border-bottom: 1px solid #D2D2D1;
}

#hader_logo, #header_right {
    float: left;
}

#header_right {
    padding: 15px 0 0 0;
    
}

#font_size, #switch_lang {
    float: left;
}
#font_size {
    padding: 0 0px 0px 0;
}
#switch_lang {
    font-weight: bold;
    font-size: 0.7em;
    padding: 5px 0 5px 0;
    width: 138px;
    text-align: right;
}
#switch_lang a {
    margin:0 4px 0 4px;

}
#switch_lang a.active {
    font-style:italic;
}

#search {
    clear: both;
    padding-top: 24px;
}
.search_input {
    float: left;
    width: 165px;
    height: 18px;
    padding: 2px 0 0 10px;
    border: 0px;
    background-image: url(../pic/search_input_bg.gif);
        
}
a.search_button {
    display: block;
    float: left;
}

div#bgimg {
    background-image: url(../pic/page_bg.gif);
    float: left;
    width: 100%;
}

div#bg {
    float: left;
    /*background-image: url(../pic/page_bg.gif);*/
    background-image: url(../pic/border_right.gif);
    background-repeat: repeat-y;
    background-position: right;
    min-width: 1011px;
    padding-bottom: 20px;
}

div#spacer {
    width: 199px;
    height: 20px;
    background-color: #F6F6F4;
    position: relative;
    top: -22px;
}

/* Start Topnav */
#topnav {
    float: left;
    border-left: 1px solid #fff;
    width: 100%;
}

#topnav #quickfinder {
    float: left;
    border-top: 1px solid #fff;
}

#topnav #quickfinder select {
    border: 1px solid #DEDDD6;
    width: 199px;
}

.test {
    float: left;
    background-color: red;
    width: auto;
}

#topnav ul {
	font-weight: bold;
	list-style-type: none;
    list-style-image: none;
    float: left;
    padding-left: 0px;
    width: auto;    
}

#topnav ul li {
	float: left;
	padding: 0px;
    background-color: #DEDDD6;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: auto;
    line-height: normal;
}
#topnav ul li.service {
    background-color: #B6B5AA;
    width: auto;
}
#topnav ul li.service a {
    color: #fff;
}

#topnav ul li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
    color: #4C4C4C;
}
#topnav ul li.service {
    background-color: #B6B5AA;
    color: #fff;
}

#topnav ul li.top_de a {
	padding: 3px 20px 3px 20px;
}
#topnav ul li.service_de a  {
    padding: 3px 14px 3px 13px;
}

#topnav ul li.top_en a {
	padding: 3px 7px 3px 7px;
}
#topnav ul li.service_en a  {
    padding: 3px 7px 3px 7px;
}
#topnav ul li a:hover {
    color: #00A973;
}
#topnav ul li.active a {
    color: #00A973;
}
/* End Topnav */

/* Left Nav */
#leftnav {
    clear: both;
    float: left;
    width: 158px;
    padding: 20px;
    border-top: 1px solid #fff;
    border-left: 1px solid #F6F6F4;
    background-color: #B6B5AA;
}

#leftnav a.home {
    background-image: url(../pic/arrow_up_nav.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding: 2px 0 2px 17px;
    font-weight: bold;
}

/* First level */
#leftnav ul {
    list-style-type: none;
    list-style-image: none;
}

#leftnav ul {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0px;
	text-align: right;
    border-bottom: 1px solid #fff;
}

#leftnav ul li {
    border-top: 1px solid #fff;
    line-height: normal;
}


#leftnav ul li a {
	padding: 3px 17px 3px 0;
	display: block;
	color: #4D4D4D;
    background-image: url(../pic/arrow_right_nav.gif);
    background-repeat: no-repeat;
    background-position: right;
    font-weight: bold;
}
#leftnav ul li a.active , #leftnav ul li a:hover {
    background-color: #fff;
    background-image: url(../pic/arrow.gif);
}

/* Second level */
#leftnav ul li ul {
    padding: 0px;
    border-bottom: 0px;
    list-style-image: none;
}

#leftnav ul li ul li a {
    background-image: none;
    font-weight: normal;
}

#leftnav ul li ul li.active a, #leftnav ul li ul li a:hover {
    color: #fff;
    background-image: none;
    background-color: #B6B5AA;
}


/* 4 Level */
ul#nav4 {
    list-style-type: none;
    list-style-image: none;
    padding-left: 0px;
    margin: 0 0 20px 0;
}
ul#nav4 li {
    padding: 2px 0 2px 0;
    line-height: normal;
}
ul#nav4 li a:hover {
    color: #00A973;
    text-decoration: underline;
}

ul#nav4 li.active a {
    color: #00A973;
    font-weight: bold;
}


/* Breadcrump Navigation */
#breadcrump {
    padding: 12px 0 11px 2px;
}
#breadcrump a {
    /*background-image: url(../pic/bc_arrow.gif);
    background-repeat: no-repeat;
    background-position:left;*/
    padding: 0 16px 0 0;
    color: #4D4D4D;
}
#breadcrump a:hover {
    color: #00A973;
    text-decoration: underline;
}
#breadcrump img {
    margin: 0 8px 1px  0;
}
/* Forward Backward Navigation*/
#readnav {
    padding: 40px 0 4px 0;
    width: 529px;
    float: left;
}
#readnav div#readprev {
    float: left;
    width: 264px;
}
#readnav div#readnext {
    float: left;
    width: 264px;
    text-align: right;
}


#readnav div#readprev a {
    background-image: url(../pic/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding: 5px 0 5px 22px;
    display: block;
}
#readnav div#readprev a:hover {
    color: #00A973;
    text-decoration: underline;
}
#readnav div#readnext a {
    background-image: url(../pic/arrow.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding: 5px 22px 5px 0;
    display: block;
}
#readnav div#readnext a:hover {
    color: #00A973;
    text-decoration: underline;
}

/* Content Start */
#content {
    float: left;
    padding-left: 19px;
    width: 780px;
}

#content #middle {
    float: left;
}

#content #middle div.top_569 {
    width: 529px;
    height: 22px;
    padding: 0 20px 0 20px;
    background-image: url(../pic/top_569.gif);
}
#content #middle div.border_569 {
    width: 529px;
    padding: 0 20px 0 20px;
    background-image: url(../pic/bg_border_569.gif);
}
#content #middle div.bottom_569 {
    width: 569px;
    height: 11px;
    background-image: url(../pic/bottom_569.gif);
    margin-bottom: 30px;
}

/* Content wide */
#content #middle div.top_764 {
    width: 724px;
    height: 22px;
    padding: 0 20px 0 20px;
    background-image: url(../pic/top_764.gif);
}
#content #middle div.border_764 {
    width: 724px;
    padding: 0 20px 0 20px;
    background-image: url(../pic/bg_border_764.gif);
}
#content #middle div.bottom_764 {
    width: 764px;
    height: 11px;
    background-image: url(../pic/bottom_764.gif);
    margin-bottom: 30px;
}


/* Right frame Start */
#content #right {
    float: left;
    padding-left: 16px;
}
#content div.top_179 {
    clear:both;
    width: 139px;
    padding: 19px 20px 6px 20px;
    background-image: url(../pic/top_179.gif);
}
div.top_179 p {
    margin: 0px;

}
#content div.border_179 {
    float: left;
    width: 139px;
    padding: 0 20px 0 20px;
    background-image: url(../pic/bg_border_179.gif);
}
#content div.bottom_179 {
    clear:both;
    width: 179px;
    height: 11px;
    background-image: url(../pic/bottom_179.gif);
    margin-bottom: 13px;
}

div.big_table {
    overflow: auto;
    width: 724px;
}

#main_content {
    
}


/* Footer */
#footer {
    clear: both;
    background-image: url(../pic/footer_bg3.gif);
    width: 100%;
    height: 90px;
    padding: 2px 0 0 0;

    color: #444444;
}
#footer div.center {
    text-align: center;
}
#footer a {
    background-image: url(../pic/arrow_right_nav.gif);
    background-repeat: no-repeat;
    background-position: right;
    color: #000;
    font-weight: bold;
    line-height: 2em;
}

ul#glossary {
    list-style-image: none;
    list-style-type: none;
    padding-left: 0px;
}

#printForm {
    padding: 0 0 10px 0;
}


/* Startpage */
#startpage {
    padding: 20px 0 0 0;
}   
#startpage div.box {
    float: left;
    margin: 16px 16px 0 0;
}
#startpage div.box div.top_179 {
    background-image: url(../pic/top_startpage_179.gif);
    height: 5px;
    padding: 19px 20px 0px 20px;
}
#startpage div.box div.border_179 div.more_link {
    text-align: right;
}


/* Highlights Pages */
div.col_161 {
    float: left;
    width: 161px;
    margin-right: 20px;
}
div.last_col_161 {
        margin-right: 0px;
}
div.col_161 h2 {
    margin-bottom: 6px;
}
div.col_161 p {
    margin-top: 0px;
}
div.col_161_pic {
    clear: both;
}
div.col_161_pic div {
    float: left;
}
div.col_161_pic div.col_161_pic_margin {
    margin-right: 20px;
}

/* Warenkorb */
div.warenkorb {
    float: left;
    width: 264px;
    padding-top: 20px;
}

div.warenkorb_ele1 {
    float: left;
    width: 428px;
    padding: 6px 0 6px 0;
}


div.warenkorb_ele2 {
    float: left;
    width: 100px;
    text-align: right;
    padding: 6px 0 6px 0;
}


a.download {
    background-image: url(../pic/download.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding: 2px 0 2px 20px;
    text-decoration: underline;
}

table.download_table {
    width: 528px;
}
table.download_table td {
    padding: 3px 0;
}
table.download_table td.col1 {
    width: 308px;
}
table.download_table td.col2 {
    width: 130px;
}
table.download_table td.col3 {
    width: 90px;
}

/* Seite empfehlen */
div.recommendform {
    float: left;
	border-bottom: 1px dotted #00A973;
    margin-bottom: 10px;
	padding: 5px 20px 5px 20px;
	width: 489px;
}

div.recommendform table {
    width: 100%;
}

div.recommendform table tr td {
    padding: 3px;
}

div.recommendform input, div.recommendform textarea {
	border: 1px solid #DEDDD6;
	float: right;
	width: 230px;
}

.submit_btn {
    float: none;
    width: none;
    background-image: url(../pic/arrow.gif);
    background-repeat: no-repeat;
    background-position: 50px 1px;
    background-color: #fff;
    font-size: 1em;
    text-align: left;
    border: 0px;
    margin: 5px 0 5px 0;
}

/* Style für Glosar Popups      */
a.glossaryLink {
    text-decoration: underline;
}
a.glossaryLink:hover {
    color: #00A973;
}

div.glossaryPopup {
	position:absolute;
	width:200px;
	background-color:white;
	z-index:1000;
	padding: 8px 8px 7px 9px;
	border:1px solid #00A973;
}
div#softPopup div#heading {
    color: #00A973;
    font-weight: bold;
}

table tr td ul.tbl {
    list-style-image: url(../pic/dash_small.gif);
    padding-left: 13px;
    margin: 0px;
}
table tr td ul.tbl li {
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

table tr td ul.tbl_none {
    list-style-image: url(../pic/nodash.gif);
    padding-left: 13px;
    margin: 0px;
}
table tr td ul.tbl_none li {
    line-height: normal;
    padding: 0px;
    margin: 0px;
}
