/*
###########################################
## Basis Layout
###########################################
*/
/*
  shortCSS
  ----------------------------------------------------------
  background: #f00 url(bild.gif) no-repeat top left;
  font: normal 12px/18px "Arial", Helvetica, Tahoma, Verdana, sans-serif;
*/
/*
------------------------------------------
Global Reset
------------------------------------------
*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td  
{
    margin: 0; padding: 0; 
}
/*
------------------------------------------
Headlines
------------------------------------------
*/
h1{
    font: normal 18px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
    margin-bottom: 20px;
    color: #000000;
}
h2{
    font: bold 11px/19px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
    color: #72838f; 
}
h3{
    font: bold 11px/19px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
    /*color: #55626d;*/
    color: #000000;
    margin: 0px; 
}

/*
------------------------------------------
Search-Form
------------------------------------------
*/
.searchbox {
    color:#55626D;
    font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:12px;
    line-height:15px;
    margin-top:2px;
    margin-left:0px;
    width:345px;
    height:18px;
}


/*
------------------------------------------
Links
------------------------------------------
*/

/* rmi adjusted global link settings */
/* rmi adjusted global link settings */
a {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}

#right #sidebar_sub .infobox a {
    color: #EC8B04;
    text-decoration: underline;
}
/* end rmi */

#content a, #content a:link, #content a:visited{
    color: #333333;
    text-decoration: underline;
}
#content a:hover{
    color: #333333;
    text-decoration: underline;
}#content a:focus
{
    outline: none;
}

/* added link settings for lexikon /*
#content a.nav4lo{
    color:#FFFFFF;
    text-decoration:none;
}
/* Lexikon */
#content a.nav4hi{
    color:#EC8B04;
    text-decoration:none;
}


.BackButton {
    display:block;
    margin-top:10px;
    color: #0066FF;
    text-decoration: none;
}

.BackButton:hover {
    color: #0066DD;
    text-decoration: underline;
}

/*
------------------------------------------
Images
------------------------------------------
*/
img, a img{
    border: 0px;
    display: block;
}
p img {
    display:inline;
}
/*
------------------------------------------
 Standart elements
------------------------------------------
*/
p, td{
  font: normal 11px/16px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
  /*color: #55626d;*/    
  color: #000000;
}
/*
------------------------------------------
Layout Styles
------------------------------------------
*/
html{
    
}
body{
    font: normal 11px/15px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
    color: #55626d;
    background: #FFF url(/de/_img/bg_body.gif) repeat-y;
    background-position: 0px 200px;
    height:100%; 
    max-height:100%;
    overflow:hidden;
}
* html body {
    padding:116px 0px 34px 0px; 
}
body#subpage{
    background: url(/de/_img/bg_subpage.gif) repeat-y top left;
}
#wrapper{
    margin: 0px;
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:116px; 
    overflow:auto;
}
#header{
    width: 100%;
    height: 116px;
    background-color: #FFF;
}
* html #header {
    marging:10px 0px 0px 0px; 
}
#logo{
    padding-top: 10px;
    width: 335px;
    height: 59px;
    text-indent:-9999px;
    float: left;
    display: inline;
}
#logo H1#title{
    margin: 0px;
}
#language{
    position: absolute;
    left: 335px;
    top: 37px; 
/*     padding-top: 37px;
    margin-left: 335px; */
    width: 100px;
    height: 30px;
}
#language A {
    text-decoration: none;
    color: #748fa5;
    display: block;
}
#language A:hover {
    text-decoration: none;
    color: #f99d1c;
}
#language A#lang_activ{
    text-decoration: none;
    color: #f99d1c;
}
#utilitie{
    position: absolute;
    left: 470px;
    top: 34px;
    width: 550px;
    height: 20px;
}
#utilitie A{
    text-decoration: none;
    color: #55626d;
}
#utilitie A:hover{
    text-decoration: none;
    color: #f99d1c;
}
#utilitie INPUT{
    font: normal 11px/15px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
    color: #55626d;
    width: 150px;
    height: 12px;
    margin-left: 10px
}
#container{
    /*width: 995px; */
    /*Min-height Hack:*/
    /*min-height: 650px;
    height: auto !important;*/
    /*height: 650px;*/
    position:fixed; 
    top:116px;
    left:0;
    bottom:24px; 
    right:0; 
    overflow:auto;
} 
* html #container {
    height:101.5%; 
    width:100%; 
    margin-bottom:24px;
}
#left{
    width: 197px; 
    height: 100%;
    float: left;
    display: inline;
    background-color: #eceff2;
}
#right{
    width: 790px;
    /*Min-height Hack:*/
    min-height: 712px;
    height: auto !important;
    height: 710px;
    margin-left: 199px;
}
#subhead{
    float:left;
    width: 555px;
    /*height: 70px;*/
    background-color: #929FA9;
    padding-left: 15px;
    padding-top: 5px;
}
#subhead H2{
    font: normal 18px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
    margin-top: 15px;
    color: #FFF;
}

#subhead A{
    color: #e5e7e8;
    text-decoration: none;
}
#subhead A:hover{
    color: #f99d1c;
    text-decoration: none;
}
#subhead SPAN.site_activ{
    color: #f99d1c;
    text-decoration: none;
}
#breadcrumb {
    font-size: 10px;
    color: #e5e7e8;
}
#print_btn{
    float:right;
    margin-right: 8px;
    margin-bottom:4px;
}
#print_btn A{
    background: url(/de/_img/ico_print.gif) no-repeat top left;
    padding-left: 15px;
}
A.picture_download{
    background: url(/de/_img/bg_picture_download.png) no-repeat;
    color: #f99d1c;
    width: 113px;
    height: 24px;
    margin-top: 6px;
    margin-bottom: 15px;
    padding-left: 28px;
    padding-top: 3px;
    text-decoration: none;
    display: block;
}
A.picture_download:hover{
    color: #72838F;
}
/* NAVIGATION 
*************************************************************************/
#navigation{
    /*Min-height Hack:*/
    min-height: 200px;
    height: auto !important;
    height: 200px;
}
#left #navigation UL {
    margin: 0px;
}
#left  #navigation LI{
    list-style-type: none;
}
#left #navigation  A{
    display: block;
    text-decoration: none;
}
#left #navigation .first LI{
    border-bottom: solid 1px #9eaeba;
}
#left #navigation .first  LI#research{
    border-bottom: solid 1px #9eaeba;
    background-color: #448da1;
}
#left #navigation .first  LI#bio{
    background-color: #ac393e;
    border-bottom: solid 1px #9eaeba;
}

#left #navigation .first A{
    font: bold 11px/19px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
    color: #55626d;
    padding: 0px 10px 0px 10px;
}
#left #navigation .first #research A:hover,
#left #navigation .first #bio A:hover{
    color: #000;
}
#left #navigation .first #research A,
#left #navigation .first #bio A, 
#left #navigation .first #research A.hi_research,
#left #navigation .first #bio A.hi_bio{
    color: #FFF;
}
#left #navigation .first A.hi, #left #navigation .first A:hover, 
#left #navigation .first .second A.hi, #left #navigation .first .second A:hover,
#left #navigation .first .second .third A.hi, #left #navigation .first .second .third A:hover{
    color: #e8700f;
}
#left  #navigation A.research{
    background-color: #448da1;
}

/*SECOND-NAVIGATION
*************************************************************************/
#left #navigation .first UL.second {
    padding-left: 10px;
    border-top: 1px solid #9eaeba;
}
#left #navigation .first .second LI{
    border-bottom: solid 1px #9eaeba;
    /*border-bottom: medium none;*/
    padding-left:10px;
}
#left #navigation .first .second LI#second_first{
    border-top: solid 1px #9eaeba;
    border-bottom: none;
}
#left #navigation .first .second LI#second_last{
    border:none;
    margin-bottom:3px;
}
#left #navigation .first .second A{
    font: normal 11px/15px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
    color: #55626d;
    margin: 3px 0px 3px 0px;
    padding: 0px 10px 0px 0px;
}
#left #navigation .first .second LI#second_last a{
    display:inline;
}


/*THIRD-NAVIGATION
*************************************************************************/
#left #navigation .first .second UL.third {
    padding-left: 10px;
    border-top: 1px solid #9eaeba;
}
#left #navigation .first .second .third LI{
    display:block;
    border-bottom: none;
    padding:2px 0px 2px 3px;
}
#left #navigation .first .second .third LI a{
    padding:0px;
    display:inline;
}
#left  #navigation  UL.secondresearch{
    background-color: #a9c8d2;
    padding-left: 10px;
}
#left  #navigation #research .secondresearch A,
#left  #navigation  #bio .secondbio A{
    font-weight: normal;
    color: #000;
    padding-left: 10px;
}
#left  #navigation #research .secondresearch A:hover,
#left  #navigation  #bio .secondbio A:hover{
    color: #FFF;
}
#left  #navigation  .secondresearch LI.secondresearch_li{
    border-bottom: solid 1px #9eaeba;
}
#left  #navigation  .secondresearch LI#secondresearch_last,
#left  #navigation  .secondbio LI#secondbio_last{
    border:none;
}
#left  #navigation  UL.secondbio{
    background-color: #d59c9e;
    padding-left: 10px;
}


/*SECOND-NAVIGATION Forschung
*************************************************************************/

#left  #navigation #research .secondresearch A {
            font-weight:normal;
            color:#55626D;
}
#left  #navigation #research .secondresearch LI A:hover {
            color:#FFFFFF;
}
#left  #navigation #research .secondresearch A.hi {
            color:#FFFFFF;
}

#left #navigation UL.first UL.secondresearch UL.third {
    border-top: solid 1px #9eaeba;
}
#left #navigation UL.first UL.secondresearch UL.third LI {
    border-bottom:none;
}
#left #navigation UL.first UL.secondresearch UL.third LI A {
    font-weight: normal;
    margin-left: 10px;
            display:inline;
            color:#55626D;
}
#left #navigation UL.first UL.secondresearch UL.third LI A:hover {
    color: #FFF;
}

/*End SECOND-NAVIGATION Forschung */




#right #content_white{
    margin: 0px 21px 20px 0px;
    padding-left: 15px;
    width: 540px;
    /*Min-height Hack:*/
    min-height: 500px;
    height: auto !important;
    height: 500px;
    float: left;
    display: inline;
    color:#000000;
}
#right #content_white P{
    margin-top: 16px;
    margin-bottom: 15px;
    margin-right: 20px;
    color: #000;
}

#right #content_white a, #right #content_white a p {
    color:#EC8B04;
    text-decoration:underline;
}

#right #content_white a:hover, #right #content_white a:hover p {
    color:#72838F;
}

#right #content_white table{
    border-collapse: collapse;
}
#right #content_white td{
    padding:2px 4px 2px 4px;
}

#right #content_white UL, #right #content_white OL{
    margin-left: 20px;
    color:#000000;
}
#right #content_white P.maintit{
    color:#333333;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
}
#right #content_white P.tit{
    font-weight: bold;
}
#right #content_white DIV.text_pictureitem {
    width: 524px;
    overflow: hidden;
    margin-bottom: 15px;
}
#right #content_white .text_pictureitem P{
    float: left; 
    display: inline;
    width: 299px; 
    margin-top: 0px; 
}
#right #content_white .text_pictureitem IMG{
    border: 0px; 
    margin-top: 3px; 
}
#right #content_white .news{
    width: 525px;
    clear: both;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
}
#right #content_white .news_top{
/*     background: url(/de/_img/bg_news_top_525.png) no-repeat top left; */
    width: 525px;
    min-height: 20px;
    padding-left: 11px;
    padding-top: 1px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_news_top_525.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right #content_white .news_top[class]{
    background: url(/de/_img/bg_news_top_525.png) no-repeat top left;
}
#right #content_white .news_top h2{
    width:490px;
}
#right #content_white .news_middle{
    position: relative;
/*     background: url(/de/_img/bg_news_middle_525.png) repeat-y top left; */
    width: 525px;
    padding-left: 11px;
    padding-top: 5px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_news_middle_525.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right #content_white .news_middle[class]{
    background: url(/de/_img/bg_news_middle_525.png) repeat-y top left;
    
}
#right #content_white .news_middle P{
    width: 475px;
    margin: 0px ;
    padding: 0px;
}
#right #content_white .news A{
    color: #55626d;
    text-decoration: none;
}
#right #content_white .news A:hover{
    color: #e8700f;
    text-decoration: none;
}
#right #content_white .news_middle IMG.news_arrow{
position: absolute;
    left: 511px;
    top: 35%;
    width: 7px;
    height: 16px;
    margin: 0px;
    padding: 0px;
}
#right #content_white .news_bottom{
/*     background: url(/de/_img/bg_news_bottom_525.png) no-repeat top left; */
    width: 525px;
    height: 21px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_news_bottom_525.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right #content_white .news_bottom[class]{
    background: url(/de/_img/bg_news_bottom_525.png) no-repeat top left;
}
#right #content{
    float: left;
    margin: 30px 0px 20px 0px;
    padding-left: 15px;
    width: 565px;
}
#right #content A.teaser{
    /* background: url(/de/_img/bg_teaser.png) no-repeat top left; */
    width: 269px;
    height: 120px;
    float: left;
    display: inline;
    margin: 0px 6px 17px 0px;
    cursor:pointer;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_teaser.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right #content A.teaser[class]{
    background: url(/de/_img/bg_teaser.png) no-repeat top left;
}
#right #content A.teaser IMG{
    margin:10px 0px 0px 11px;
}
#right #content .news{
    width: 544px;
    clear: both;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
}
#right #content .news_top{
    /* background: url(/de/_img/bg_news_top.png) no-repeat top left; */
    width: 544px;
    height: 20px;
    padding-left: 11px;
    padding-top: 1px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_news_top.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right #content .news_top[class]{
background: url(/de/_img/bg_news_top.png) no-repeat top left;
}
#right #content .news_middle{
    position: relative;
    /* background: url(/de/_img/bg_news_middle.png) repeat-y top left; */
    width: 544px;
    padding-left: 11px;
    padding-top: 5px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_news_middle.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right #content .news_middle[class] {
background-image:url(/de/_img/bg_news_middle.png);
background-repeat: repeat-y;
}
#right #content .news_middle P{
    width: 500px;
    margin: 0px ;
    padding: 0px;
}
 #right #content .news A, #right #content .news A P{
    color: #000;
    text-decoration: none;
}
 #right #content .news A:hover, #right #content .news A:hover P{
    color: #e8700f;
    text-decoration: none;
}
#right #content .news_middle IMG.news_arrow{
position: absolute;
    left: 530px;
    top: 35%;
    width: 7px;
    height: 16px;
    margin: 0px;
    padding: 0px;
}
#right #content .news_bottom{
    /* background: url(/de/_img/bg_news_bottom.png) no-repeat top left; */
    width: 544px;
    height: 21px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_news_bottom.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right #content .news_bottom[class] {
background-image:url(/de/_img/bg_news_bottom.png);
background-repeat: repeat-y;
}
#right #sidebar{
    margin-top: 30px; 
    float:left;
    display: inline;
    width: 209px;
}
#right  #sidebar .infobox{
    width: 209px;
    margin: 0px 0px 5px 10px;
}
#right  #sidebar .infobox_top{
    /* background: url(/de/_img/bg_infobox_top.png) no-repeat top left; */
    width: 209px;
    height: 42px;
    padding-left: 11px;
    padding-right: 11px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_infobox_top.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right  #sidebar .infobox_top[class] {
background-image:url(/de/_img/bg_infobox_top.png);
background-repeat: repeat-y;
}
#right  #sidebar .infobox_top H3{
    font: bold 11px/19px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
    color: #55626d; 
    padding-top: 15px;
} 

#right  #sidebar .infobox_middle{
    position: relative;
    /* background: url(/de/_img/bg_infobox_middle.png) repeat-y top left; */
    /*width: 198px;*/
    width:100%;
    padding-left: 11px;
    padding-top: 5px;
    padding-bottom: 20px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_infobox_middle.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right  #sidebar .infobox_middle[class] {
background-image:url(/de/_img/bg_infobox_middle.png);
background-repeat: repeat-y;
}
#right  #sidebar .infobox_middle P{
    width: 180px;
    margin: 0px;
    padding: 0px;
}
#right  #sidebar .infobox_bottom{
    /* background: url(/de/_img/bg_infobox_bottom.png) no-repeat top left; */
    width: 209px;
    height: 10px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_infobox_bottom.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right  #sidebar .infobox_bottom[class] {
background-image:url(/de/_img/bg_infobox_bottom.png);
background-repeat: repeat-y;
}
#right  #sidebar .infobox A{
    color: #F99D1C;
    text-decoration: none;
    /*background: url(/de/_img/ico_download.gif) no-repeat;
    background-position: 0px 3px;
    padding-left: 12px;*/
}
#right  #sidebar .infobox A:hover{
    color: #72838F;
}
#right  #sidebar .infobox IMG{
    margin-top: 15px;
    margin-bottom: 8px;    
    margin-left: 5px;
}
#right  #sidebar_sub{ 
    margin-bottom: 50px;
    float: left;
    display: inline;
    width: 209px;
}
#right  #sidebar_sub .infobox{
    width: 209px;
    margin: 0px 0px 5px 10px;
}
#right  #sidebar_sub .infobox_top{
    /* background: url(/de/_img/bg_infobox_top.png) no-repeat top left; */
    width: 209px;
    /*height: 42px;*/
    padding-left: 11px;
    padding-right: 11px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_infobox_top.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right  #sidebar_sub .infobox_top[class] {
background-image:url(/de/_img/bg_infobox_top.png);
/*background-repeat: repeat-y;*/
background-repeat: no-repeat;
}
#right  #sidebar_sub .infobox_top H3{
    font: bold 11px/19px "Verdana", Arial, Tahoma, Helvetica, sans-serif;
    color: #55626d; 
    padding-top: 15px;
    width:185px;
} 
#right  #sidebar_sub .infobox_middle{
    position: relative;
/*     background: url(/de/_img/bg_infobox_middle.png) repeat-y top left; */
    width: 209px;
    padding-left: 11px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 20px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_infobox_middle.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right  #sidebar_sub .infobox_middle[class] {
background-image:url(/de/_img/bg_infobox_middle.png);
background-repeat: repeat-y;
}
#right  #sidebar_sub .infobox_middle P{
    width: 174px;
    margin: 0px;
    margin-bottom:5px;
    padding: 0px;
}
#right  #sidebar_sub .infobox_middle A{
    max-width: 174px;
}
#right  #sidebar_sub .infobox_bottom{
/*     background: url(/de/_img/bg_infobox_bottom.png) no-repeat top left; */
    width: 209px;
    height: 10px;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/de/_img/bg_infobox_bottom.png');
}
/* IE ignores styles with [attributes] (Mozilla not), so it will skip the following. */
#right  #sidebar_sub .infobox_bottom[class] {
background-image:url(/de/_img/bg_infobox_bottom.png);
background-repeat: repeat-y;
}

#right  #sidebar_sub .infobox IMG{
    margin-top: 15px;
    margin-bottom: 8px;    
    margin-left: 20px;
}
#right .link_liste LI{
    list-style-type: none;
    margin-top: 3px;
    margin-bottom: 3px;
    /*height:14px;*/
}
#right .infobox A.download_link{
    color: #F99D1C;
    text-decoration: none;
    background: url(/de/_img/ico_download.gif) no-repeat 0px 4px;
    padding-left: 14px;
    display:block;
    margin-bottom:2px;
    width:170px;
}
#right .infobox A.download_link P{
    color: #F99D1C;
    text-decoration: underline;
    display:inline;
}
#right .infobox A.popup_link{
    color: #F99D1C;
    text-decoration: none;
    background: url(/de/_img/ico_link.gif) no-repeat 0px 4px;
    padding-left: 14px;
    display:block;
    margin-bottom:2px;
}
#right .infobox A.popup_link P{
    color: #F99D1C;
    text-decoration: none;
    display:inline;
}

#right .infobox A.download_link:hover,
#right .infobox A.popup_link:hover,
#right .infobox A.download_link:hover P,
#right .infobox A.popup_link:hover P{
    color: #72838F;
}
/*FOOTER
*************************************************************************/

#footer{
    border-top: solid 1px #FFF;
    background-color: #ECEFF2;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 22px;
    padding:2px 0px 0px 0px;
    text-align:center;
    overflow:auto;
} 
* html #footer {
    height:25px;
    padding:4px 0px 0px 0px;
    margin-bottom:-1px;
}

/* #footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 24px;
    border-top: solid 1px #FFF;
    background-color: #ECEFF2;
    vertical-align: middle;
} */
#footer P{
    margin: 0px;
    margin-top: 4px;
    font-size: 10px;
    color: #72838f;
}


/* Publikationen
*********************************************************************/
input.contact {
    width:200px;
}

input.productquantity {
    width:30px;
}

.titrubrik, .InhaltsTitel {
    color:#333333;
    font-size:12px;
    font-weight:bold;
}

.tittopic {
    color:#333333;
    font-size:12px;
    font-weight:normal;
}

.titproduct {
    color:#EC8B04;
    font-size:11px;
    font-weight:bold;
}

a.orange:hover {
    color:#EC8B04;
    font-weight:bold;
    text-decoration:underline;
}

a.orange:link {
    color:#EC8B04;
    font-weight:bold;
    text-decoration:underline;
}



/* Sitemap
*********************************************************************/
.sitemap ul {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}
#right #content_white .sitemap a {
    color: black;
    text-decoration: none;
}
#right #content_white .sitemap a:hover {
    text-decoration: underline;
}
.separator 
{
    border-top: solid 1px #72838F;
    margin:20px 20px 20px 0px;
}
#content_white ul.sitemap {
    margin-top: 16px;
    margin-bottom: 15px;
    margin-right: 20px;
    list-style-type: none;
}