/* = ########## HTML
----------------------------------------------- */ 
*{
    padding: 0;
    margin: 0;
    line-height: 133%;
    font-size: 1em;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background: url(../images/system/body.gif) #E5E5E5 repeat-x 0 0;
    padding: 0 0 40px 0;
}
select, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
a {
    color: #000;
    text-decoration: none
}
ul li {
    list-style: none;
    position: relative;
}
ul#countries li {
    float: left;
    margin-right: 17px;
    width:221px;
    height:46px;
    overflow: hidden;
    position: relative;
}
ul#countries li.at {
    background: url(../images/system/com_at.gif) no-repeat 0 0;
}
ul#countries li.lu {
    background: url(../images/system/com_lu.gif) no-repeat 0 0;
}
ul#countries li.es {
    background: url(../images/system/com_es.gif) no-repeat 0 0;
}
ul#countries li.be {
    background: url(../images/system/com_be.gif) no-repeat 0 0;
}
ul#countries li.ne {
    background: url(../images/system/com_ne.gif) no-repeat 0 0;
}
ul#countries li.ch {
    background: url(../images/system/com_ch.gif) no-repeat 0 0;
}
ul#countries li.de {
    background: url(../images/system/com_de.gif) no-repeat 0 0;
}
ul#countries li.no {
    background: url(../images/system/com_no.gif) no-repeat 0 0;
}
ul#countries li.uk {
    background: url(../images/system/com_uk.gif) no-repeat 0 0;
}
ul#countries li.gr {
    background: url(../images/system/com_gr.gif) no-repeat 0 0;
}
ul#countries li.pt {
    background: url(../images/system/com_pt.gif) no-repeat 0 0;
}
ul#countries li.us {
    background: url(../images/system/com_us.gif) no-repeat 0 0;
}
ul#countries li.it {
    background: url(../images/system/com_it.gif) no-repeat 0 0;
}
ul#countries li.si {
    background: url(../images/system/com_si.gif) no-repeat 0 0;
}


ul#countries li img{
    display:block;
    position: relative;
}
/* IE6 nedda this */
ul#countries li a:hover{
    width:221px;
}
ul#countries li a:hover img{
    margin-left:-221px;
}
ul#countries li span.jsHide{
    background:lime;
    width:221px;
    height:46px;
    position: absolute;
    
    opacity:0;
    /*_filter: alpha(opacity = 0);*/

    z-index: 5
}
a img {
    border: none;
}
div#content a:hover,
div#content a:focus {
    text-decoration: underline;
}
h2 {
    font-size: 25px;
    line-height: 120%;
    font-weight: bold;
    padding: 2px 0 9px 0;
    margin-right: 40px;
}
h3 {
    font-size: 1.5em;
    font-weight: normal;
    padding: 10px 0 4px 0;
}

.box h4,
.box h5,
.box h6{
    margin-left: 16px;
}
p{
    margin: 0 36px 16px 0;
}
p.footnote {
    font-size: .9em;
    margin: -15px 36px 15px 15px;
    clear: both;
}

/* = ########## Layoutcontainer
----------------------------------------------- */ 
#wrap {
    width: 959px;
    background: url(../images/system/bg_vertical.png) no-repeat 29px 100%;
    padding: 0 0 0 38px;
    position: relative;
    margin: 0 auto;
}
#wrap:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
#layout01 {
    width: 940px;
    background: url(../images/system/bg_vertical.png) no-repeat bottom right;
    padding: 0 9px 0 0;
    float: left;
}
#layout02 {
    background: url(../images/system/bg_horizontal.gif) #FFFFFF repeat-x bottom left;
    float: left;
    padding: 0 0 6px 0;
}
#contentWrap {
    float: left;
    width: 100%;
    padding: 36px 0 0 0;
}
/* = ########## fontsize
----------------------------------------------- */ 
div#fontSize {
    position: absolute;
    top: 135px;
    left: 5px;
    background: url(../images/system/fontsize.gif) no-repeat 0 0;
    width: 53px;
}
div#fontSize ul {
    background: url(../images/system/fontsize02.gif) no-repeat bottom left;
    padding: 14px 22px 16px 6px;
}
div#fontSize ul li a{
    font-size: 12px;
    display: block;
    width: 27px;
    text-align: center;
}
div#fontSize ul li a:hover,
div#fontSize ul li a:focus{
    background: #F8D94D;
}
div#fontSize ul li a.big{
    font-size: 1.4em;
    font-size: 16px;
    font-weight: bold;
}
div#fontSize ul li a.bigger{
    font-size: 1.8em;
    font-size: 22px;
    font-weight: bold;
}
/* = ########## Head
----------------------------------------------- */ 
#head {
    position: relative;
    z-index: 101;
}
#head h1.claim {
    background: #F3C301;
}
#head h1.logo {
    background: url(../images/system/bg_logo.gif) no-repeat right top;
    padding: 9px 20px 9px 38px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}
#head ul#mainNav {
    background: url(../images/system/bg_main_nav.gif) #DCDCDC repeat-x 0 0;
    float: left;
    width: 95%;
    padding: 0 0 0 30px;
    position: relative;
}
#head ul#mainNav li {
    float: left;
    display: block;
    background: url(../images/system/trenner.gif) no-repeat top right;
    margin: 0 -1px 0 0;
    padding: 0 1px 0 0;
        
}
#head ul#mainNav li span {
    font-size: 1.25em;
    font-weight: bold;
    display: block;
    padding: 8px 15px 5px 15px;
    background: url(../images/system/trenner.gif) no-repeat 0 0;
}
#head ul#mainNav li.active span {
    background: url(../images/system/bg_main_nav_act.gif) #F7DE2A repeat-x 0 0;
}

/* = ########## Contentcontainer
----------------------------------------------- */ 
#content{
    float: left;
    width: 542px;
    position: relative;
    z-index: 1;
    padding-bottom: 26px;
}
#content.full {
    width: 76.6em;
    padding-left: 1.6em;
}
.start #content,
.full #content{
    margin-left: 30px;
    width: 720px;
    _display: inline;
}
/* = ########## marginalcontainer
----------------------------------------------- */ 
#marginal{
    float: left;
    width: 190px;
    margin: 8px 0 5px 0;
}
/* = ########## Footer
----------------------------------------------- */
ul#footer{
    clear: both;
    padding: 0 0 40px 17px;
    margin: 0 auto;
    width: 948px;
    position: relative;
    top: -4px;
}
ul#footer li{
    float: left;
    line-height: 200%;
    color: #3F403F;
}
ul#footer a{
    padding: 0 5px;
    font-size: .95em;
    color: #252525;
}
ul#footer a:hover{
    background: #FAE83A;
}
/* = ########## Content Footer
----------------------------------------------- */
#contentFooter{
    padding: 0;
    clear: both;
    border-bottom: .7em solid #F3C301;
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
}
#contentFooter ul{
    margin: 5px 0 0 8px !important;
    position: relative;
    float: left;
    padding-bottom: 4px;
}
#contentFooter li{
    float: left;
    display: block;
}
#contentFooter li a{
    padding: 0 5px 1px 5px;
    font-size: .9em;
    display: block;
    float: left;
    margin: 2px 0
}
#contentFooter li a#top{
    padding: 0 5px 2px 22px;
    background: url(../images/system/bg_top.gif) no-repeat 0 0;
}
#contentFooter li a:hover{
    background-color: #FAE83A !important;
}
#contentFooter em{
    position: absolute;
    right: 0;
    bottom: -7px;
    padding: 8px 0 8px 27px;
    margin: 0 0 0px 0;
    font-size: .9em;
    font-style: normal;
    background: url(../images/system/bg_footer.gif) no-repeat bottom left;
    width: 173px;
}


/* = ########## Linklistentypen
----------------------------------------------- */

div.box ul.linkListe a{
    margin-left: 11px;
    font-weight: bold;
    background: url(../images/system/bg_right.gif) no-repeat 3px 0;
    padding: 0 0 0 25px;
    display: block;
}

/* = ########## Marginalspaltenteaser
----------------------------------------------- */
#marginal .teaser{
    background: url(../images/system/marginal_b.gif) #DCDCDC no-repeat left bottom;
    margin: 0 0 10px 0;
    padding: 8px 0 5px 17px;
    position: relative;
    width: 173px;
}
#marginal .teaser div.tl{
    background: url(../images/system/marginal_t.gif) no-repeat 0 0;
    width: 11px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#marginal .teaser h6{
    font-size: 1.2em;
    padding: 0 10px 2px 0;
    margin: 0;
}
#marginal .teaser h6 a{
    background: url(../images/imperia/bg_right.gif) no-repeat 100% 0;
    padding: 0 24px 0 0;
    margin: 0 4px 0 0;
    display: block;
}
#marginal .teaser h6 a:hover{
    text-decoration: underline;
}
#marginal .teaser p{
    padding: 0 10px 0 0;
    margin: 0 16px 8px 0
}
#marginal .teaser p.pic{
    top: 5px;
    margin-bottom: 4px;
    padding-bottom: 8px;
    background: none;
}
#wrap #marginal .teaser p.teaserLink{
    text-align: left;
    padding: 0 0 8px 0;
}
#wrap #marginal .teaser p.teaserLink a{
    white-space: normal;
    background-position: 0 4px;
}

/* = Variation Kontaktteaser
----------------------------------------------- */ 
#marginal .kontakt{
    background: url(../images/system/kontakt_b.gif) #F3C301 no-repeat left bottom;
}
#marginal .kontakt h6{
    font-size: 1.45em;
    padding-bottom: 0;
    color: #FFFFFF;
    word-spacing: .1em;
    *word-spacing: .135em;
}

#marginal .kontakt div.tl{
    background: url(../images/system/kontakt_t.gif) no-repeat 0 0;
}

#marginal .teaser ul.linkListe{
    margin: 3px 0 10px -3px;
    border-top: 1px solid #FFFFFF;
}
#marginal .teaser ul.linkListe li{
    border: none;
    padding: 0;
    background: none;
}
#marginal .teaser ul.linkListe li a{
    background: url(../images/system/bg_linkList.gif) no-repeat 100% 1px;
    margin: -1px 0 -1px 0;
    border-bottom: 1px solid #FFFFFF;
    padding: 4px 30px 3px 3px;
}
#marginal .teaser ul.linkListe li a:hover{
    text-decoration: none !important;
    background-color: #EDEDEE;
    border-color: #EDEDEE;
    margin: -1px 0 -1px -14px;
    padding: 4px 30px 3px 17px;
}
/* LinkListe Kontaktteaser */
#marginal .kontakt ul.linkListe,
#marginal .kontakt ul.linkListe li a{
    border-color: #F8DC70;
}
#marginal .kontakt ul.linkListe li a:hover{
    background-color: #FAE83A;
    border-color: #FAE83A;
}
/* = ########## Generals + Helper
----------------------------------------------- */
.clearer {
    clear: both;
}
.hide{
    display: none;
}
.clearFix {
    clear: both;
    height: 1px;
    overflow: hidden;
}
.upCase {
    text-transform: uppercase;
}
.setRight{
    text-align: right;
}
.noPadV{
    padding-top: 0 !important ;
    padding-bottom: 0 !important   
}
/* Printlogo */
img.print{
    display: none;
}

/* = ########## Startseite 
----------------------------------------------- */ 




