.printonly {    
    /*display: none;*/
}

.noprint {    
    display: none;
}

/*<group=Basics>*/

/* BASICS */
body { 
    background: #fff; 
    margin: 0px;
    border: 0px;
    padding: 0px;
    text-align: left;
    font: 75%/140% Arial, Helvetica, sans-serif;
    }
p { 
    margin: 0px;
    }
a:link { 
    font-weight: bold; 
    text-decoration: none; 
    color: #660066;
    }
a:visited { 
    font-weight: none; 
    text-decoration: none; 
    color: #660066;
    font-weight: bold; 
    }
a:hover { 
    text-decoration: none; 
    color: #FF6600;
    }
a:active { 
    text-decoration: underline; 
    color: #FF6600;
    }

/* HEADLINES */
h1  { 
    font-size: 130%; 
    margin-top: 0; 
    margin-bottom: 20px;
    color: #FF6600;
}

h2  { 
    font-size: 115%; 
    text-align: left; 
    margin-top: 20px; 
    margin-bottom: 0px;
    color: #FF6600;
    clear: left;
}

h3  { font-size: 110%; text-align: left; margin: 0px;
    color: #B5C336;
}

h4 { 
    text-align: left;
    margin: 0px;
    font-size: 100%;
}

h5 { 
    text-align: left;
    margin-top: 45px;
    font-size: 130%;
}

h3 span { 
    /*display: none;*/
    }
    
#einleitung h2 {
    padding-top: 50px;
    margin-top: 0px;
}

.subheader  { 
    font-size: 115%; 
    text-align: left; 
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #FF6600;
}

/* LAYOUT */

#header {
    height: 90px;
    width: 772px;
}

.hd-en {    
    background: url(../media/header_bg.jpg);
}

.hd-es {    
    background: url(../media/header_bg-es.jpg);
}

.hd-fr {    
    background: url(../media/header_bg-fr.jpg);
}

.hd-it {    
    background: url(../media/header_bg-it.jpg);
}

.hd-de {    
    background: url(../media/header_bg-de.jpg);
}

.hd-pt {    
    background: url(../media/header_bg-pt.jpg);
}

#head-text {
    width: 520px;
    height: 90px;
    float: left;
}

#logo {
    margin-top: 30px;
    float: left;
}

#floater {
    float: left;
}

.imgcontent {
    border: 1px solid #FF6600;
    margin: 0px 10px 10px 0px;
}
    
/*</group>*/

/*<group=Navigation>*/

/* FOOTER */
#footer { 
    position: absolute;
    left: 450px;
    width: 304px;
    top:  1px;
    text-align: right;
    padding: 0px;
    bottom:  0px;
    font-size: 90%;
    height: 20px;
    }
#footer a:link {
    color: #707070;
    font-weight: normal; 
}
#footer a:visited {
    color: #707070;
    font-weight: normal; 
}
#footer a:hover {
    color: black;
}
    
/* legal notice */
#legal { 
    margin: 5px 0px 0px 10px;
    padding: 0px;
    bottom:  0px;
    font-size: 90%;
    line-height: 130%;
    }
#legal a:link {
    color: #707070;
    font-weight: normal; 
}
#legal a:visited {
    color: #707070;
    font-weight: normal; 
}
#legal a:hover {
    color: black;
}

/* Navigation */    
#navigation {
    float:left;
    left: 0px;
    width: 772px;
    background: #FF6600;
    clear: left;
}

#navigation ul {
    font: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    }
#navigation ul li  { 
    display: block; 
    float: left; 
    border-right: 1px #fff solid;
}

#navigation ul li a {
    color: #fff;
    display: block;
    line-height: 20px;
    padding: 0px 10px;
    }
    
#navigation ul li a:link { 
    color: #fff;
    font-weight: normal;
    }
    
#navigation ul li a:visited {
    color: #fff;
    font-weight: normal;
    }
    
#navigation ul li a:hover {
    color: #fff;
    font-weight: normal;
    background: #660066;
    }
    
.home {
    width: 170px;
}

/*Pagenav*/
    
#pagenav {
    display: block;
    float: left;
    border-top: 1px solid #FF6600;
}
#pagenav ul {
    font: 100%;
    margin: 0px;
    padding: 0px;
}
#pagenav ul li {
    list-style: none;
    margin: 0px;
    border-bottom: 1px solid #FF6600;
}

#pagenav ul li a {
    display: block;
    width: 240px;
    line-height: 16px;
    padding: 1px 2px 1px 2px;
    font-weight: normal;
    display: block;
}

#pagenav ul li a:hover {
    background-color: #FF6600;
    color: #fff;
}

.fontorange {
    color: #FF6600 !important;
    font-weight: bold;
}

.pagenavsub {
    border-bottom: 1px solid #bbbbbb !important;
}

/*Submenue*/
#subnavi {
    width: 170px;
    display: block;
    float: left;
    clear: left;
}
#subnavi ul {
    font: 100%;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}
#subnavi ul li {
    list-style-type: none;
    margin: 0px;
    border-bottom: 1px solid #FF6600;
}
#subnavi ul li a:link {
    color: #707070;
    display: block;
    padding: 1px 2px 1px 10px;
    line-height: 18px;
    font-weight: normal;
}
#subnavi ul li a:visited {
    color: #707070;
    display: block;
    padding: 1px 2px 1px 10px;
    line-height: 18px;
    font-weight: normal; 
}
#subnavi ul li a:hover {
    background-color: #FF6600;
    color: #fff;
}
    
#subnavi li#active a {
    background: #FF6600;
    color: #fff;
    }
    
.subactive {
    background: #FAB18E;
    border-bottom: 1px solid #fff !important;
    }
    
#subnavi li#subselected a {
    color: #000;
    }
    
/*</group>*/

/*<group=Content>*/

#maincontent {
    float: left;
    margin: 20px 22px 20px 20px;
}

#maintext {
    clear: left;
    padding-top: 20px;
}

.fiftyfifty {
    width: 280px;
}

.seventy-thirty {
    width: 402px;
}

.thirty-seventy {
    width: 158px;
}

/* Kontextbereich */
#kontext {
    float: left;
    margin-top: 1px;
}

#keyvisual {
    margin-bottom: 20px;
}

#teaser {
    font-size: 95%;
    border-bottom: 1px solid #fff;
}

#teaser_head {
    color: #fff;
    font-weight: bold;
    padding: 0px 2px 0px 5px;
}

#teaser_main {
    padding: 3px 2px 3px 5px;
}

#teaser_main a:link {
    color: #000;
    font-weight: normal; 
}

#teaser_main a:visited {
    color: #000;
    font-weight: normal; 
}

#teaser_main a:hover {
    color: #FF6600;
}

.teaser_orange {
    background: #FF6600;
}

.teaser_orange_content {
    background: #FEE8DD;
}

.teaser_image {
    text-align: center;
    padding: 10px 0px; 
    background: #FAB18E;
}

.teaser_image img{
    border: 1px solid #fff;
}

.teaser_lila {
    background: #660066;
}

.teaser_lila_content {
    background: #EFE5EF;
}

#main_teaser {
    border-top: 1px solid #FF6600;
    padding: 5px 0px;
}

.quicktip {
    font-size: 115% !important;
    line-height: 115%;
}
    
/*</group>*/
