
/*************** Allgemeines ***************/

body {
    background-color: #000000;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	/* text-align: center; */
}

/* #border {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: left;
} */

.floatEnd {
  float: none;
  clear: both;
  width: 1px;
  height: 0px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  line-height: 0px;
}

.floatleft { float: left; }
.floatright { float: right; }


.fliess { font-size: 70%; line-height: 1.25em; }
.fliess2 { font-size: 75%; }

table.fliess td {
    font-size: 11px; line-height: 1.25em; color: #AAAAAA; padding-top: 2px; padding-bottom: 2px;
}

h2 {
    font-size: 120%;
    margin-bottom: 0.5em;
}

img {
    border: none;
}

form { margin: 0; padding: 0; }

#leftarea,
#stagearea,
#rightarea {
    float: left;
}

a:link,
a:visited {
    color: #aaaaaa;
}

a:focus,
a:hover,
a:active {
    color: #FFD099;
}

input.greybutton,
a.greybutton,
a.greybutton:link,
a.greybutton:visited {
    color: #aaaaaa !important;
    font-weight: bold;
    background: #4B4B48 url(../images/www/button_arrow_haut.gif) no-repeat top right;
    border: 0;
    padding: 0 10px;
    overflow: visible;
    text-decoration: none;
    font-size: 75%;
}

input.greybutton { font-family: arial; font-size: 75%; }

a.greybutton,
a.greybutton:link,
a.greybutton:visited {
    padding: 1px 13px;
}

input.greybutton:hover,
a.greybutton:focus,
a.greybutton:hover,
a.greybutton:active {
    color: #FFD099 !important;
}

.fliess a.greybutton,
.fliess a.greybutton:link,
.fliess a.greybutton:visited,
.fliess a.greybutton:focus,
.fliess a.greybutton:hover,
.fliess a.greybutton:active {
    font-size: 100%;
}

a.arrowlink:link,
a.arrowlink:visited {
    font-size: 75%;
    font-weight: bold;
    color: #AAAAAA;
    text-decoration: none;
    padding: 0 11px 0 0;
    background-image: url(../images/www/arrows_rightnav.gif);
    background-repeat: no-repeat;
    background-position: right -22px;
}

a.arrowlink:focus,
a.arrowlink:hover,
a.arrowlink:active {
    color: #EB880E;
    background-position: right 3px;
}

#leftarea .link { text-align: right; }
#leftarea .link a.arrowlink { display: block; margin: 10px 72px 0 0; }

a.back {
    background: #4B4B48 url(../images/www/button_arrow_haut2.gif) no-repeat top left !important;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.orange { color: #EB880E; }
.white { color: #fff !important; }
.grey { color: #aaaaaa; }

.error { color: #eb880e; }
label.error { color: #eb880e !important; }



/*************** Leftarea ***************/

#leftarea {
    position: relative;
    width: 400px;
    height: 540px;
}

#leftarea #meta {
    font-size: 70%;
    float: left;
    width: 160px;
    height: 120px;
/*     border: 1px solid; */
}

#leftarea #meta ul {
    margin: 10px 0 0 40px;
    padding: 0;
    list-style: none;
}

#leftarea #meta li.active a,
#leftarea #meta li.inactive a:focus,
#leftarea #meta li.inactive a:hover,
#leftarea #meta li.inactive a:active {
    color: #FFFFFF !important;
    text-decoration: none;
}

#leftarea #meta li.inactive a,
#leftarea #meta li.inactive a:link,
#leftarea #meta li.inactive a:visited {
    color: #aaaaaa;
    text-decoration: none;
}

#leftarea .logo {
    float: right;
}

/* nav */
#leftarea #nav {
    width: 280px;
    background-color: #3E3E3E;
    padding: 6px 0;
/*     margin: 42px 0 0 0; */
}

#leftarea #nav #mainnav {
    float: left;
    width: 161px;
}

#leftarea #nav #subnav {
    float: right;
    width: 119px;
}

#leftarea #nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* mainnav */

#leftarea #nav #mainnav a {
    display: block;
    width: 100%;
    text-decoration: none;
}

#leftarea #nav #mainnav .german a {
    background: url(../images/www/main_nav.gif?v2) no-repeat;
}

#leftarea #nav #mainnav .english a {
    background: url(../images/www/main_nav_en.gif?v2) no-repeat;
}

#leftarea #nav #mainnav .dutch a {
    background: url(../images/www/main_nav_nl.gif?v2) no-repeat;
}

#leftarea #mainnav #btn1,
#leftarea #mainnav #btn2,
#leftarea #mainnav #btn3,
#leftarea #mainnav #btn4,
#leftarea #mainnav #btn5 {
    height: 17px;
    line-height: 17px;
}

#leftarea #mainnav #btn1 a {
    background-position: 0px 0px !important;
}

#leftarea #mainnav #btn2 a {
    background-position: 0px -17px !important;
}

#leftarea #mainnav #btn3 a {
    background-position: 0px -34px !important;
}

#leftarea #mainnav #btn4 a {
    background-position: 0px -51px !important;
}

#leftarea #mainnav #btn5 a {
    background-position: 0px -68px !important;
}

#leftarea #mainnav #btn1.active a,
#leftarea #mainnav #btn1 a:focus,
#leftarea #mainnav #btn1 a:hover,
#leftarea #mainnav #btn1 a:active {
    background-position: -162px 0 !important;
}

#leftarea #mainnav #btn2.active a,
#leftarea #mainnav #btn2 a:focus,
#leftarea #mainnav #btn2 a:hover,
#leftarea #mainnav #btn2 a:active {
    background-position: -162px -17px !important;
}

#leftarea #mainnav #btn3.active a,
#leftarea #mainnav #btn3 a:focus,
#leftarea #mainnav #btn3 a:hover,
#leftarea #mainnav #btn3 a:active {
    background-position: -162px -34px !important;
}

#leftarea #mainnav #btn4.active a,
#leftarea #mainnav #btn4 a:focus,
#leftarea #mainnav #btn4 a:hover,
#leftarea #mainnav #btn4 a:active {
    background-position: -162px -51px !important;
}

#leftarea #mainnav #btn5.active a,
#leftarea #mainnav #btn5 a:focus,
#leftarea #mainnav #btn5 a:hover,
#leftarea #mainnav #btn5 a:active {
    background-position: -162px -68px !important;
}

/* subnav */

#leftarea #nav #subnav a {
    display: block;
    width: 100%;
    text-decoration: none;
}

#leftarea #subnav #subbtn1,
#leftarea #subnav #subbtn2,
#leftarea #subnav #subbtn3,
#leftarea #subnav #subbtn4,
#leftarea #subnav #subbtn5 {
    height: 17px;
    line-height: 17px;
}

/** subnav:women/men **/
#leftarea #subnav #subnav4 .german a {
    background: url(../images/www/sub_nav_4.gif) no-repeat;
}

#leftarea #subnav #subnav5 .german a {
    background: url(../images/www/sub_nav_5.gif) no-repeat;
}

#leftarea #subnav #subnav4 .english a,
#leftarea #subnav #subnav5 .english a {
    background: url(../images/www/sub_nav_4_en.gif) no-repeat;
}

#leftarea #subnav #subnav4 .dutch a,
#leftarea #subnav #subnav5 .dutch a {
    background: url(../images/www/sub_nav_4_nl.gif) no-repeat;
}

#leftarea #subnav #subnav4 #subbtn1 a,
#leftarea #subnav #subnav5 #subbtn1 a {
    background-position: 0px 0px !important;
}

#leftarea #subnav #subnav4 #subbtn2 a,
#leftarea #subnav #subnav5 #subbtn2 a {
    background-position: 0px -17px !important;
}

#leftarea #subnav #subnav4 #subbtn3 a,
#leftarea #subnav #subnav5 #subbtn3 a {
    background-position: 0px -34px !important;
}

#leftarea #subnav #subnav4 #subbtn4 a,
#leftarea #subnav #subnav5 #subbtn4 a {
    background-position: 0px -51px !important;
}

#leftarea #subnav #subnav4 #subbtn5 a,
#leftarea #subnav #subnav5 #subbtn5 a {
    background-position: 0px -68px !important;
}

#leftarea #subnav #subnav4 #subbtn1.active a,
#leftarea #subnav #subnav4 #subbtn1 a:focus,
#leftarea #subnav #subnav4 #subbtn1 a:hover,
#leftarea #subnav #subnav4 #subbtn1 a:active,
#leftarea #subnav #subnav5 #subbtn1.active a,
#leftarea #subnav #subnav5 #subbtn1 a:focus,
#leftarea #subnav #subnav5 #subbtn1 a:hover,
#leftarea #subnav #subnav5 #subbtn1 a:active {
    background-position: -139px 0 !important;
}

#leftarea #subnav #subnav4 #subbtn2.active a,
#leftarea #subnav #subnav4 #subbtn2 a:focus,
#leftarea #subnav #subnav4 #subbtn2 a:hover,
#leftarea #subnav #subnav4 #subbtn2 a:active,
#leftarea #subnav #subnav5 #subbtn2.active a,
#leftarea #subnav #subnav5 #subbtn2 a:focus,
#leftarea #subnav #subnav5 #subbtn2 a:hover,
#leftarea #subnav #subnav5 #subbtn2 a:active {
    background-position: -139px -17px !important;
}

#leftarea #subnav #subnav4 #subbtn3.active a,
#leftarea #subnav #subnav4 #subbtn3 a:focus,
#leftarea #subnav #subnav4 #subbtn3 a:hover,
#leftarea #subnav #subnav4 #subbtn3 a:active,
#leftarea #subnav #subnav5 #subbtn3.active a,
#leftarea #subnav #subnav5 #subbtn3 a:focus,
#leftarea #subnav #subnav5 #subbtn3 a:hover,
#leftarea #subnav #subnav5 #subbtn3 a:active {
    background-position: -139px -34px !important;
}

#leftarea #subnav #subnav4 #subbtn4.active a,
#leftarea #subnav #subnav4 #subbtn4 a:focus,
#leftarea #subnav #subnav4 #subbtn4 a:hover,
#leftarea #subnav #subnav4 #subbtn4 a:active,
#leftarea #subnav #subnav5 #subbtn4.active a,
#leftarea #subnav #subnav5 #subbtn4 a:focus,
#leftarea #subnav #subnav5 #subbtn4 a:hover,
#leftarea #subnav #subnav5 #subbtn4 a:active {
    background-position: -139px -51px !important;
}


#leftarea #subnav #subnav4 #subbtn5.active a,
#leftarea #subnav #subnav4 #subbtn5 a:focus,
#leftarea #subnav #subnav4 #subbtn5 a:hover,
#leftarea #subnav #subnav4 #subbtn5 a:active,
#leftarea #subnav #subnav5 #subbtn5.active a,
#leftarea #subnav #subnav5 #subbtn5 a:focus,
#leftarea #subnav #subnav5 #subbtn5 a:hover,
#leftarea #subnav #subnav5 #subbtn5 a:active {
    background-position: -139px -68px !important;
}


/* WOMEN MEN NEU **************/

/** subnav:women/men **/
#leftarea #subnav #subnav201 .german a,
#leftarea #subnav #subnav201 .english a,
#leftarea #subnav #subnav201 .dutch a {
    background: url(../images/www/sub_nav_4b.gif) no-repeat;
}

#leftarea #subnav #subnav213 .german a,
#leftarea #subnav #subnav213 .english a,
#leftarea #subnav #subnav213 .dutch a {
    background: url(../images/www/sub_nav_5.gif) no-repeat;
}

#leftarea #subnav #subnav201 #subbtn1 a,
#leftarea #subnav #subnav213 #subbtn1 a {
    background-position: 0px 0px !important;
}

#leftarea #subnav #subnav201 #subbtn2 a,
#leftarea #subnav #subnav213 #subbtn2 a {
    background-position: 0px -17px !important;
}

#leftarea #subnav #subnav201 #subbtn3 a,
#leftarea #subnav #subnav213 #subbtn3 a {
    background-position: 0px -34px !important;
}

#leftarea #subnav #subnav201 #subbtn4 a,
#leftarea #subnav #subnav213 #subbtn4 a {
    background-position: 0px -51px !important;
}

#leftarea #subnav #subnav201 #subbtn5 a,
#leftarea #subnav #subnav213 #subbtn5 a {
    background-position: 0px -68px !important;
}

#leftarea #subnav #subnav201 #subbtn1.active a,
#leftarea #subnav #subnav201 #subbtn1 a:focus,
#leftarea #subnav #subnav201 #subbtn1 a:hover,
#leftarea #subnav #subnav201 #subbtn1 a:active,
#leftarea #subnav #subnav213 #subbtn1.active a,
#leftarea #subnav #subnav213 #subbtn1 a:focus,
#leftarea #subnav #subnav213 #subbtn1 a:hover,
#leftarea #subnav #subnav213 #subbtn1 a:active {
    background-position: -139px 0 !important;
}

#leftarea #subnav #subnav201 #subbtn2.active a,
#leftarea #subnav #subnav201 #subbtn2 a:focus,
#leftarea #subnav #subnav201 #subbtn2 a:hover,
#leftarea #subnav #subnav201 #subbtn2 a:active,
#leftarea #subnav #subnav213 #subbtn2.active a,
#leftarea #subnav #subnav213 #subbtn2 a:focus,
#leftarea #subnav #subnav213 #subbtn2 a:hover,
#leftarea #subnav #subnav213 #subbtn2 a:active {
    background-position: -139px -17px !important;
}

#leftarea #subnav #subnav201 #subbtn3.active a,
#leftarea #subnav #subnav201 #subbtn3 a:focus,
#leftarea #subnav #subnav201 #subbtn3 a:hover,
#leftarea #subnav #subnav201 #subbtn3 a:active,
#leftarea #subnav #subnav213 #subbtn3.active a,
#leftarea #subnav #subnav213 #subbtn3 a:focus,
#leftarea #subnav #subnav213 #subbtn3 a:hover,
#leftarea #subnav #subnav213 #subbtn3 a:active {
    background-position: -139px -34px !important;
}

#leftarea #subnav #subnav201 #subbtn4.active a,
#leftarea #subnav #subnav201 #subbtn4 a:focus,
#leftarea #subnav #subnav201 #subbtn4 a:hover,
#leftarea #subnav #subnav201 #subbtn4 a:active,
#leftarea #subnav #subnav213 #subbtn4.active a,
#leftarea #subnav #subnav213 #subbtn4 a:focus,
#leftarea #subnav #subnav213 #subbtn4 a:hover,
#leftarea #subnav #subnav213 #subbtn4 a:active {
    background-position: -139px -51px !important;
}


#leftarea #subnav #subnav201 #subbtn5.active a,
#leftarea #subnav #subnav201 #subbtn5 a:focus,
#leftarea #subnav #subnav201 #subbtn5 a:hover,
#leftarea #subnav #subnav201 #subbtn5 a:active,
#leftarea #subnav #subnav213 #subbtn5.active a,
#leftarea #subnav #subnav213 #subbtn5 a:focus,
#leftarea #subnav #subnav213 #subbtn5 a:hover,
#leftarea #subnav #subnav213 #subbtn5 a:active {
    background-position: -139px -68px !important;
}


/** subnav:service **/
#leftarea #subnav #subnav20 .german a {
    background: url(../images/www/sub_nav_20.gif?v2) no-repeat;
}

#leftarea #subnav #subnav20 .english a {
    background: url(../images/www/sub_nav_20_en.gif?v2) no-repeat;
}

#leftarea #subnav #subnav20 .dutch a {
    background: url(../images/www/sub_nav_20_nl.gif?v2) no-repeat;
}

#leftarea #subnav #subnav20 #subbtn1 a {
    background-position: 0px 0px !important;
}

#leftarea #subnav #subnav20 #subbtn2 a {
    background-position: 0px -17px !important;
}

#leftarea #subnav #subnav20 #subbtn3 a {
    background-position: 0px -34px !important;
}

#leftarea #subnav #subnav20 #subbtn1.active a,
#leftarea #subnav #subnav20 #subbtn1 a:focus,
#leftarea #subnav #subnav20 #subbtn1 a:hover,
#leftarea #subnav #subnav20 #subbtn1 a:active {
    background-position: -139px 0 !important;
}

#leftarea #subnav #subnav20 #subbtn2.active a,
#leftarea #subnav #subnav20 #subbtn2 a:focus,
#leftarea #subnav #subnav20 #subbtn2 a:hover,
#leftarea #subnav #subnav20 #subbtn2 a:active {
    background-position: -139px -17px !important;
}

#leftarea #subnav #subnav20 #subbtn3.active a,
#leftarea #subnav #subnav20 #subbtn3 a:focus,
#leftarea #subnav #subnav20 #subbtn3 a:hover,
#leftarea #subnav #subnav20 #subbtn3 a:active {
    background-position: -139px -34px !important;
}


/** subnav:kampagne **/

#leftarea #subnav #subnav279 .german a {
    background: url(../images/www/sub_nav_279.gif) no-repeat;
}

#leftarea #subnav #subnav279 .english a {
    background: url(../images/www/sub_nav_279_en.gif) no-repeat;
}

#leftarea #subnav #subnav279 .dutch a {
    background: url(../images/www/sub_nav_279_nl.gif) no-repeat;
}

#leftarea #subnav #subnav279 #subbtn1 a {
    background-position: 0px 0px !important;
}

#leftarea #subnav #subnav279 #subbtn2 a {
    background-position: 0px -17px !important;
}

#leftarea #subnav #subnav279 #subbtn3 a {
    background-position: 0px -34px !important;
}

#leftarea #subnav #subnav279 #subbtn4 a {
    background-position: 0px -51px !important;
}

#leftarea #subnav #subnav279 #subbtn1.active a,
#leftarea #subnav #subnav279 #subbtn1 a:focus,
#leftarea #subnav #subnav279 #subbtn1 a:hover,
#leftarea #subnav #subnav279 #subbtn1 a:active {
    background-position: -139px 0 !important;
}

#leftarea #subnav #subnav279 #subbtn2.active a,
#leftarea #subnav #subnav279 #subbtn2 a:focus,
#leftarea #subnav #subnav279 #subbtn2 a:hover,
#leftarea #subnav #subnav279 #subbtn2 a:active {
    background-position: -139px -17px !important;
}

#leftarea #subnav #subnav279 #subbtn3.active a,
#leftarea #subnav #subnav279 #subbtn3 a:focus,
#leftarea #subnav #subnav279 #subbtn3 a:hover,
#leftarea #subnav #subnav279 #subbtn3 a:active {
    background-position: -139px -34px !important;
}

#leftarea #subnav #subnav279 #subbtn4.active a,
#leftarea #subnav #subnav279 #subbtn4 a:focus,
#leftarea #subnav #subnav279 #subbtn4 a:hover,
#leftarea #subnav #subnav279 #subbtn4 a:active {
    background-position: -139px -51px !important;
}

/** content **/
#leftarea .content {
    margin: 23px 0 0 40px;
}

#leftarea .content img {
    float: none;
}

#leftarea .content .fliess {
    padding: 0 40px 0 0;
    color: #aaaaaa;
    font-size: 70%;
}

#leftarea .content .bild {
    height: 50px;
}

#leftarea .content a:focus,
#leftarea .content a:hover,
#leftarea .content a:active {
    color: #EB880E;
}

/*** bottom ***/

#leftarea .bottom {
    margin: 0 0 0 40px;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 341px;
}

#leftarea .bottom img {
    float: none;
}

#leftarea .bottom #subnav2 {
    font-size: 80%;
}

#leftarea .bottom #subnav2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#leftarea .bottom #subnav2 ul.extraclass {
    float: left;
    width: 159px;
}

#leftarea .bottom #subnav2 ul li {
    margin: 4px 0 0 0;
    padding: 0;
    display: inline;
}

#leftarea .bottom #subnav2 a:focus,
#leftarea .bottom #subnav2 a:hover,
#leftarea .bottom #subnav2 a:active,
#leftarea .bottom #subnav2 li.active a {
    color: #FFD099 !important;
    text-decoration: none;
    background: url(../images/www/sub_nav_bg.gif) no-repeat 0 6px;
    padding: 2px 0 2px 35px;
}

/* #leftarea .bottom #subnav2 li.active {
    background: url(../images/www/sub_nav_bg.gif) no-repeat 0 6px;
}

html>body #leftarea .bottom #subnav2 li.active {
    background-position: 0 4px;
} */

#leftarea .bottom #subnav2 a,
#leftarea .bottom #subnav2 a:link,
#leftarea .bottom #subnav2 a:visited {
    color: #FFFFFF;
    text-decoration: none;
    background: url(../images/www/sub_nav_bg.gif) no-repeat 0 6px;
    padding: 2px 0 2px 35px;
    font-weight: bold;
    display: block;
}

#leftarea .bottom .fliess p {
    margin: 7px 0 0 0;
    color: #aaaaaa;
}

#leftarea .bottom .image2 {
    position: absolute;
    right: 36px;
    bottom: 70px;
}

#leftarea .bottom .link2 {
    position: absolute;
    right: -34px;
    bottom: 50px;
}

#leftarea .bottom .link3 {
    position: absolute;
    right: -120px;
    bottom: 10px;
}

#leftarea .bottom .link2 .arrowlink {
    width: 100px;
    display: block;
}

#leftarea .bottom .link3 .arrowlink {
    width: 130px;
    display: block;
}

#leftarea .bottom .specialimage {
    position: absolute;
    bottom: -15px;
    left: 75px;
}

#bottompic {
    position: absolute;
    top: 454px;
    right: 120px;
}

/*************** Stagearea ***************/

#stagearea {
    width: 480px;
}

#stagearea p {
    padding: 0;
    margin: 0 0 1em 0;
}

#stagearea #stage {
    position: absolute;
    top: 0;
    left: 400px;
    padding: 0;
    margin: 0;
    width: 480px;
    height: 540px;
    overflow: auto;
    background-color: #666666;
}

#stagearea #stage .druckansicht {
    position: absolute;
    top: 20px;
    left: 320px;
    font-size: 95%;
    display: block;
    width: 100px;
}

#stagearea #stage .bug {
    /*overflow: hidden;*/
}

#stagearea #stage .picright {
    float: right;
    margin: 0 0 5px 0;
}

#stagearea #stage .picright img {
    width: 158px;
    height: 69px;
}

#stagearea #stage h3 {
    margin: 0;
    padding: 0;
    font-size: 80%;
}

#stagearea #stage a,
#stagearea #stage a:link,
#stagearea #stage a:visited {
    color: #aaaaaa;
}

#stagearea #stage a:focus,
#stagearea #stage a:hover,
#stagearea #stage a:active {
    color: #EB880E;
    text-decoration: none;
}

#stagearea #innerstage {
    color: #ffffff;
    height: 100%;
}

/* Standard **********/

#stagearea #stage .standard {
    padding: 20px 40px;
}

#stagearea #stage h2.positioned,
#stagearea #stage .standard h2.positioned {
    margin-top: 36px;
}

#stagearea #stage a.zurueckuebersicht,
#stagearea #stage a.zurueckuebersicht:link,
#stagearea #stage a.zurueckuebersicht:visited {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 70%;
    font-weight: bold;
    padding: 0 0 0 15px;
    background: url(../images/www/icon_arrow_back.gif) no-repeat left;
}

#stagearea #stage a.zurueckuebersicht:focus,
#stagearea #stage a.zurueckuebersicht:hover,
#stagearea #stage a.zurueckuebersicht:active {
    color: #EB880E;
    background: url(../images/www/icon_arrow_back_on.gif) no-repeat left;
}

/* Kontakt **************/

#kontakt {
    background: #262525;
    width: 480px;
    height: 540px;
}

#kontakt2sp {
    width: 100%;
}

#kontakt2sp #sp1 {
    float: left;
    width: 50%;
    background: #262525;
}

#kontakt2sp #sp2 {
    float: right;
    width: 50%;
    background: #262525;
}

#kontakt2sp #sp3 {
    float: left;
    width: 65%;
    background: #262525;
}

#kontakt2sp #sp4 {
    float: right;
    width: 35%;
    background: #262525;
}

#kontakt #sp1 .innerspan,
#kontakt #sp3 .innerspan {
    padding: 5px 0 0 40px;
}

#kontakt #sp2 .innerspan,
#kontakt #sp4 .innerspan {
    padding: 5px 0 0 0px;
}

html>body #kontakt #sp1 .innerspan,
html>body #kontakt #sp2 .innerspan {
    padding-top: 10px;
}

*+html #kontakt #sp1 .innerspan,
*+html #kontakt #sp2 .innerspan,
*+html #kontakt #sp3 .innerspan,
*+html #kontakt #sp4 .innerspan {
    padding-top: 0 !important;
    margin-top: 7px;
}


#kontakt p {
    color: #aaaaaa;
}

#kontakt1sp .innerspan {
    padding: 5px 40px 0 40px;
}

#kontakt1sp p {
    color: #ffffff;
}

#kontakt1sp a,
#kontakt1sp a:link,
#kontakt1sp a:visited,
#kontakt1sp a:focus,
#kontakt1sp a:hover,
#kontakt1sp a:active {
    float: right;
}


/* Meyplus ***********/
#stage #meyplus {
    position: relative;
    width: 480px;
    height: 540px;
    overflow: hidden;
    background-color: #262525;
}

#stage #meyplus .bild { width: 360px; }

#stage #meyplus ul {
    position: absolute;
    top: 15px;
    left: 370px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

#stage #meyplus li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#stage #meyplus li a:link,
#stage #meyplus li a:visited {
    font-size: 75%;
    font-weight: bold;
    color: #AAAAAA;
    text-decoration: none;
    padding: 0 0 0 15px;
    background-image: url(../images/www/arrows_rightnav.gif);
    background-repeat: no-repeat;
    background-position: 0 -22px;
}

#stage #meyplus li a:focus,
#stage #meyplus li a:hover,
#stage #meyplus li a:active,
#stage #meyplus li.active a:link,
#stage #meyplus li.active a:visited {
    color: #EB880E;
    background-position: 0 3px;
}


#stage #meyplus .details {
    position: absolute;
    top: 150px;
    right: 0;
    padding: 10px;
    width: 100px;
    overflow: hidden;
    z-index: 0;
}

#stage #meyplus .details .text {
    font-size: 70%;
    margin-bottom: 20px;
}

#stage #meyplus .bestellen {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

* html #stage #meyplus .bestellen { margin-bottom: -1px; }

#stage #meyplus .bestellen a.greybutton { display: block; width: 94px; }


/* Best Brands **************/

#stage #meyplus .golink {
    position: absolute;
    top: 471px;
    left: 405px;
    z-index: 10;
}


#stage #meyplus .golink a,
#stage #meyplus .golink a:link,
#stage #meyplus .golink a:visited {
    color: #8e8e8e;
    font-size: 11px;
    text-decoration: none;
}

#stage #meyplus .golink a:focus,
#stage #meyplus .golink a:hover,
#stage #meyplus .golink a:active {
    text-decoration: underline;
}

#picbb {
    position: absolute;
    top:409px;
    left:303px;
}

#picbb2 {
    position: absolute;
    top:122px;
    left:0px;
}

#bbbrowseleft {
    position: absolute;
    top:511px;
    left:9px;
}

#bbbrowseright {
    position: absolute;
    top:511px;
    left:426px;
}

.bblink a,
.bblink a:link,
.bblink a:visited {
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}

.bblink a:focus,
.bblink a:hover,
.bblink a:active {
    text-decoration: underline;
}

#stagearea #stage #bbbrowseleft.bblink a,
#stagearea #stage #bbbrowseleft.bblink a:link,
#stagearea #stage #bbbrowseleft.bblink a:visited,
#stagearea #stage #bbbrowseleft.bblink a:focus,
#stagearea #stage #bbbrowseleft.bblink a:hover,
#stagearea #stage #bbbrowseleft.bblink a:active {
    background: url(../images/www/article_nav_left_on.gif) no-repeat left ;
    padding: 0 0 0 12px;
}


#stagearea #stage #bbbrowseright.bblink a,
#stagearea #stage #bbbrowseright.bblink a:link,
#stagearea #stage #bbbrowseright.bblink a:visited,
#stagearea #stage #bbbrowseright.bblink a:focus,
#stagearea #stage #bbbrowseright.bblink a:hover,
#stagearea #stage #bbbrowseright.bblink a:active {
    background: url(../images/www/article_nav_right_on.gif) no-repeat right;
    padding: 0 10px 0 0;
}

#stagearea #stage #bbbrowseright.bblink a,
#stagearea #stage #bbbrowseright.bblink a:link,
#stagearea #stage #bbbrowseright.bblink a:visited,
#stagearea #stage #bbbrowseright.bblink a:focus,
#stagearea #stage #bbbrowseright.bblink a:hover,
#stagearea #stage #bbbrowseright.bblink a:active {
    background: url(../images/www/article_nav_right_on.gif) no-repeat right;
    padding: 0 10px 0 0;
}

#stagearea #stage #bbbrowseright {
color: #ffffff;
    font-size: 11px;
}

#stagearea #stage #bbbrowseright  img{
    margin: 0 0 0 2px;
}

#bbtable {
    width: 387px;
}

#bbtable td {
    background: url(../images/www/bb_bg_table.gif) no-repeat;
    height: 26px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 3px;
}

#meyplus .standard h2 {
    margin-bottom: 0px;
}

#stage #meyplus {
    background: none;
}


/* Materialien **************/


#stagearea #stage .materialien h3 {
    font-size: 100%;
    margin: 20px 0 0 0;
}

#stagearea #stage .materialien h4 {
    font-size: 90%;
    margin: 10px 0 10px 0;
    padding: 0;
}

#materialien {
    background: url(../images/www/bg_materialien.jpg?v2);
    width: 480px;
    height: 418px;
    padding: 122px 0 0 0;
    text-align: center;
}

#materialien table {
    border-collapse: collapse;
    text-align: left;
    margin: 0 auto;
}

#materialien table th,
#materialien table td {
    border: 1px solid #fff;
    font-size: 80%;
    padding: 5px;
    vertical-align: top;
}

#materialien table td { padding: 10px; }

#materialien table ul {
    margin: 0;
    padding: 0;
}

#materialien table ul li {
    padding: 0;
    margin: 3px 0 3px 15px;
    list-style-type: none;
}

#materialien table ul li.headline {
    margin: 0;
    font-weight: bold;
    list-style-image: none;
    list-style-type: none;
}

#materialien table ul li.headline.nolink {
    padding: 0 0 0 15px;
}

#materialien table ul li.plusspacer {
    padding-bottom: 1em;
}

#materialien table a:link,
#materialien table a:visited {
    color: #FFFFFF !important;
    text-decoration: none;
    background: url(../images/www/arrows_rightnav_off.gif) no-repeat 0 3px;
    padding: 0 0 0 15px;
}

#stage #materialien table a:focus,
#stage #materialien table a:hover,
#stage #materialien table a:active {
    background: url(../images/www/arrows_rightnav_on.gif) no-repeat 0 3px;
    color: #eb880e !important;
}

#stage ul.materialien {
    font-size: 80%;
}

/* Minishop **************/

#stage #minishop {
/*    background-color: #666666; */
    padding: 5px 30px 10px 40px;
}

#minishop hr {
  float: none;
  clear: both;
  height: 1px;
  color: #FFD099;
  background-color: #FFD099;
  border: 0;
}

#stage #minishop form.bestellung h2 { padding-top: 0; margin-top: 0;}

#stage #minishop table.bestellung th {
    text-transform: uppercase;
    font-size: 75%;
    padding: 0 3px 5px 3px;
}

#stage #minishop table.bestellung td {
    background-color: #aaaaaa;
    vertical-align: top;
    padding: 5px;
    text-align: center;
    font-size: 80%;
    border-bottom: 10px solid #666666;
}

#stage #minishop table.bestellung td.bild {
    width: 55px;
    background-color: #4B4B48;
    padding: 0;
}

#stage #minishop table.bestellung td.details {
    background-color: #4B4B48;
    width: 180px;
    text-align: left;
}

#stage #minishop table.bestellung td input {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}

#stage #minishop table.confirm { width: 95%; }

#stage #minishop table.confirm td {
    border: 0;
    font-weight: bold;
}

#stage #minishop table.confirm tr.begin td {
    border-top: 10px solid #666666;
}

#stage #minishop table.confirm tr.bottom td {
    background: #CCCCCC;
    color: #4B4B48;
    font-size: 75%;
}

#stage #minishop table.confirm tr.bottom td.left { text-align: left; }
#stage #minishop table.confirm tr.end td { background: #EB880E; color: #fff; }
#stage #minishop table.confirm td.details { font-weight: normal; }

#stage #minishop table.confirm tr.angaben td {
    background-color: #666666;
    text-align: left;
    font-size: 75%;
    padding-top: 20px;
}


/* Formulare */
#stage .standard #minishop form.bestellung td,
#stage #minishop form.bestellung fieldset {
    border: 0;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 75%;
    width: 320px;
}

* html #stage #minishop form.bestellung fieldset {
    padding: 0 0 2px 0;
}

#stage .standard #minishop form.bestellung label,
#stage #minishop form.bestellung fieldset label {
    width: 90px;
    display: block;
    float: left;
    font-weight: bold;
    margin-top: 2px;
    margin-right: 10px;
    color: #aaaaaa;
    text-align: right;
}

#stage .standard #minishop form.bestellung label.white,
#stage #minishop form.bestellung fieldset label.white {
    text-align: left;
}

#stage .standard #minishop form.bestellung label.small,
#stage #minishop form.bestellung fieldset label.small {
    width: 65px;
    margin-left: 5px;
}

#stage .standard #minishop form.kontakt label.small2 {
    width: auto;
    margin-right: 5px;
}

/* #stage .standard #minishop form.kontakt input.greybutton,
#stage .standard #minishop form.kontakt label {
    height: 1%;
}
 */
#stage .standard #minishop form.kontakt input.greybutton { height: auto; }

#stage #minishop form.bestellung fieldset label.agb {
    width: 290px;
    margin-left: 5px;
}

#stage #minishop form.bestellung fieldset label.agb a:link,
#stage #minishop form.bestellung fieldset label.agb a:visited {
    color: #fff;
}

#stage #minishop form.bestellung fieldset label.agb a:focus,
#stage #minishop form.bestellung fieldset label.agb a:hover,
#stage #minishop form.bestellung fieldset label.agb a:active {
    color: #EB880E;
    text-decoration: underline;
}

#stage .standard #minishop form.bestellung select,
#stage .standard #minishop form.bestellung input,
#stage .standard #minishop form.bestellung textarea,
#stage #minishop form.bestellung fieldset select,
#stage #minishop form.bestellung fieldset input {
    float: left;
    width: 200px;
    margin: 0;
    font-size: 100%;
}

#stage #minishop form.bestellung fieldset select { width: 205px; }

#stage .standard #minishop form.bestellung textarea {
	font: 100% Arial, Helvetica, sans-serif;
}

html>body #stage .standard #minishop form.bestellung textarea {
	font: 90% Arial, Helvetica, sans-serif;
}

#stage #minishop form.bestellung td input.greybutton {
    width: 90px;
}

#stage #minishop form.kontakt input.plz,
#stage #minishop form.bestellung fieldset input.plz {
    width: 40px;
    margin: 0 10px 0 0;
}

#stage #minishop form.kontakt input.ort,
#stage #minishop form.bestellung fieldset input.ort {
    width: 144px;
}

html>body #stage #minishop form.bestellung fieldset input.ort {
    width: 146px;
}

#stage .standard #minishop form.bestellung input.standard,
#stage #minishop form.bestellung fieldset input.standard {
    width: 15px;
    height: 13px;
    padding: 0;
}

html>body #stage .standard #minishop form.bestellung input.standard,
html>body #stage #minishop form.bestellung fieldset input.standard {
    margin-top: 2px;
}


/* Film **************/

#stage #film {
/*    background: #262525; */
    height: 540px;
    overflow: hidden;
    position: relative;
}

#stage #film .wrapper .textbild {
    /* float: left; */
    position: absolute;
    top: 405px;
    left: 20px;
    /* height: 115px; */
    /* padding: 20px 20px 20px 40px; */
}

#stage #film .wrapper .links {
    /* float: left; */
    position: absolute;
    top: 470px;
    left: 320px;
    /* margin: 90px 0 0 20px; */
}

#stage #film .wrapper .links a {
    display: block;
    margin-bottom: 15px;
}

#stage #film .video {
    padding-top: 20px;
    background: #666666;
    height: 365px;
    text-align: center;
}


#stage #film br.filmspacer {
    height: 20px;
    line-height: 32px;
}

/* Wallpaper **************/
#stage #wallpaper {
    background-color: #262525;
    height: 540px;
    overflow: hidden;
}

#stage #wallpaper ul,
#stage #wallpaper ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#stage #wallpaper ul li {
    display: block;
    float: left;
}

#stage #wallpaper .links {
    text-align: right;
    margin: 0 20px;
}

#stage #wallpaper .links a:link,
#stage #wallpaper .links a:visited {
    display: block;
    margin: 0 0 5px 300px;
    width: 100px;
    text-align: left;
    color: #aaaaaa;
}

#stage #wallpaper .links a:focus,
#stage #wallpaper .links a:hover,
#stage #wallpaper .links a:active {
    color: #FFD099;
}


/* Groessenrechner HTML */
#groessenrechner {
    height: 540px;
    overflow: hidden;
}

#groessenrechner .bild {
    float: left;
}

#groessenrechner .rechts {
    position: relative;
    float: left;
    width: 120px;
    overflow: hidden;
/*    background-color: #262525; */
    height: 540px;
}

#groessenrechner .rechts fieldset {
    border: 0;
    padding: 1px 0 12px 0;
    margin: 50px 0 0 0;
    background: #3E3E3C;
}

#groessenrechner .rechts fieldset label {
    font-size: 70%;
    font-weight: bold;
    padding: 0 10px;
}

#groessenrechner .rechts fieldset input {
    width: 92px;
}

#groessenrechner .rechts fieldset .farbe {
    background-color: #A5A4A4;
    padding: 4px 10px;
}

#groessenrechner .rechts input.greybutton {
    width: 100%;
    margin-top: 10px;
}

#groessenrechner .rechts ul.ergebnis {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
}

#groessenrechner .rechts ul.ergebnis li.groesse {
    font-size: 70%;
    font-weight: bold;
    padding: 30px 0 7px 10px;
}

#groessenrechner .rechts ul.ergebnis li.row1,
#groessenrechner .rechts ul.ergebnis li.row2 {
    color: #aaaaaa;
    background-color: #4B4B48;
    font-weight: bold;
    padding: 4px 10px;
}

#groessenrechner .rechts ul.ergebnis li.row1 { font-size: 70%; }

#groessenrechner .rechts ul.ergebnis li.row2 {
    font-size: 100%;
    color: #FFD099;
    padding-top: 1px;
    padding-bottom: 5px;

}

#groessenrechner .rechts ul.ergebnis li.land {
    padding: 0 0 0 2px;
}

#groessenrechner .rechts ul.ergebnis li.land input {
    margin: 0;
}

#groessenrechner .rechts ul.ergebnis li.land label {
    font-size: 75%;
    width: 1em;
    padding: 0 0 0 3px;
    position: relative;
    bottom: 2px;
    font-weight: bold;
    color: #aaaaaa;
}


/* Haendlersuche */

#stagearea #stage .standard .haendlersuche {
    padding-left: 0;
}

#stagearea #stage .standard .haendlersuche label {
    width: 50px !important;
}

#stagearea #stage .haendlerlinks h3 {
    margin: 15px 0 5px 0;
    font-size: 120%;
}

#stagearea #stage .haendlerlinks .fliess {
    margin: 0 0 15px 0;
}

#stagearea #stage .haendlerlinks a,
#stagearea #stage .haendlerlinks a:link,
#stagearea #stage .haendlerlinks a:visited {
    font-size: 70%;
    color: #FFFFFF;
    line-height: 1.5em;
}

#stagearea #stage .haendlerlinks a:focus,
#stagearea #stage .haendlerlinks a:hover,
#stagearea #stage .haendlerlinks a:active {
    color: #EB880E;
}

/* Metanavi **********/
#stagearea #meta2 {
    margin: 40px 0 0 0;
    padding: 0;
    position: relative;
    top: 537px;
    left: 0;
}

#stagearea #meta2 ul {
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#stagearea #meta2 li {
    font-size: 70%;
    float: left;
    margin: 0 5px 0 0;
}

#stagearea #meta2 li.active a,
#stagearea #meta2 li.inactive a:focus,
#stagearea #meta2 li.inactive a:hover,
#stagearea #meta2 li.inactive a:active {
    color: #FFFFFF !important;
    text-decoration: none;
    background: url(../images/www/meta_vertical_line.gif) no-repeat 0px 3px;
    padding: 0 0 0 10px;
}

#stagearea #meta2 li.inactive a,
#stagearea #meta2 li.inactive a:link,
#stagearea #meta2 li.inactive a:visited {
    color: #aaaaaa;
    text-decoration: none;
    background: url(../images/www/meta_vertical_line.gif) no-repeat 0px 3px;
    padding: 0 0 0 10px;
}

#stagearea #meta2 li.inactive a.icon,
#stagearea #meta2 li.inactive a.icon2 {
    background-image: none;
    padding-left: 0;
    position: absolute;
    right: 0;
}

#stagearea #meta2 li.inactive a.icon2 {
    right: 25px;
}

#stagearea #meta2 li.inactive span.first a {
    background: none !important;
    padding: 0 !important;
}

#stagearea #meta2 li.active span.first a {
    background: none !important;
    margin: 0 0 0 -10px !important;
}

#innerstage a.backlink,
#innerstage a.backlink:link,
#innerstage a.backlink:visited {
    text-decoration: none;
    color: #aaaaaa;
    background: url(../images/www/stage_arrow_left.gif) no-repeat 0px 3px;
    padding: 0 0 0 12px;
}

#innerstage a.backlink:focus,
#innerstage a.backlink:hover,
#innerstage a.backlink:active {
    text-decoration: underline;
}

#content {
    padding: 20px 49px 35px 40px;
}

#innerstage p {
    margin: 0 0 1em 0;
}

/*************** Stage Partner Logos ***************/

table.partnerlogos {
    margin: 22px 0 1em 0;
}

table.partnerlogos td {
    padding: 18px 15px 0 0;
}

table.partnerlogos td p {
    font-size: 70%;
    line-height: 1.5em;
    margin: 5px 0 13px 0 !important;
}

table.partnerlogos td a.greybutton,
table.partnerlogos td a.greybutton:link,
table.partnerlogos td a.greybutton:visited,
table.partnerlogos td a.greybutton:focus,
table.partnerlogos td a.greybutton:hover,
table.partnerlogos td a.greybutton:active {
    font-size: 70%;
    display: block;
    width: 90px;
    margin: 1px 0 0 0;
    background: #4B4B48 url(../images/www/button_arrow_haut3.gif) no-repeat bottom right !important;
}

/*************** Stage Partner ***************/

#content.anzeigen {
    margin-top: 13px;
    padding-left: 25px;
    padding-right: 0px;
    width: 435px;
    overflow: hidden;
}

#stage #innerstage #content.anzeigen h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

#content .anzeige {
    float: left;
    margin: 0 40px 20px 0px;
}

#content .twocols .anzeige {
    width: 119px;
    height: 140px;
}

#content .threecols .anzeige {
    width: 119px;
}

#stage #content .wide .anzeige {
    width: 140px;
}

#stage #content .picsmall .anzeige {
    height: 124px;
    margin-bottom: 25px;
}

#content .pic {
    vertical-align: bottom;
    height: 167px;
}

#content .twocols .pic {
    height: 102px;
}

#stage #content .picsmall .pic {
    height: 87px;
}

#stage #content .picsmallnight .pic {
    height: 110px;
}

#stage #content .picsmallspecial .pic {
    height: 95px;
}

#stage #content .picsmalltv .pic {
    height: 91px;
    overflow: hidden;
}

/* New */
#content .onecolnew .anzeige {
    width: 119px;
}

#content .onecolnew .pic {
    height: 182px;
}

#content .twocolsnew .anzeige {
    width: 170px;
}

#content .twocolsnew .pic {
    height: 133px;
}


#content .anzeige p {
    margin: 5px 0 10px 0;
    font-size: 80%;
}

#content .anzeige a.greybutton,
#content .anzeige a.greybutton:link,
#content .anzeige a.greybutton:visited,
#content .anzeige a.greybutton:focus,
#content .anzeige greybutton:hover,
#content .anzeige a.greybutton:active {
    font-size: 70%;
    display: block;
    margin: 1px 0 0 0;
    background: #4B4B48 url(../images/www/button_arrow_haut3.gif) no-repeat bottom right !important;
}

/*************** Stage Museum Chronologie***************/

table.museumchrono {
    margin: 0 0 1em 0;
}

table.museumchrono th {
    font-weight: bold;
    padding: 2px 7px 2px 7px;
    text-align: center;
    vertical-align: middle;
    font-size: 70%;
}

table.museumchrono td {
    border-right: 1px solid #666666;
    text-align: left;
    font-size: 90%;
    vertical-align: bottom;
    text-align: center;
    background-color: #262525;
    width: 105px;
}

table.museumchrono td.head {
    font-size: 70%;
    color: #CCCCCC;
}

/*************** Stage Museum ***************/

.museumswrapper {
    width: 375px;
}

table.museum {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
}

table.museum th {
    width: 100px;
    background-color: #4B4B48;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    padding: 2px 0 2px 20px;
    text-align: left;
    vertical-align: top;
    font-size: 75%;
}

table.museum td {
    background-color: #aaaaaa;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    padding: 2px 0 2px 20px;
    text-align: left;
    font-size: 75%;
}

/* Unternehmenschronologie */
table.chronologie td,
table.chronologie th {
    border: 0;
    text-align: left;
    font-size: 75%;
    padding: 5px;
    vertical-align: top;
}

/*************** Collection ***************/

/** Collection Overview **/

#collOverview .row {
    float: right;
}

#collOverview .buttonBox {
    display: block;
    float: left;
    width: 79px;
    height: 79px;
    overflow: hidden;
    margin: 1px 0 0 1px;
    position: relative;
}

#collOverview .buttonBox a:link,
#collOverview .buttonBox a:visited {
    display: block;
    width: 79px;
    height: 79px;
    margin: 0;
    padding: 0;
    position: absolute;
}

#collOverview .buttonBox .over {
    display: block;
    border: 2px solid #EB880E;
}

#collOverview .buttonBox .off {
    display: block;
    border: 2px solid #000000;
}

#collOverview .buttonBox a.active .off {
    border: 2px solid #EB880E;
}

#collOverview .buttonBox a:focus,
#collOverview .buttonBox a:hover,
#collOverview .buttonBox a:active {
    margin-top: -79px;
}

/* Wallpaper Image Hover */
#wallpaper ul#collOverview {
    margin: 5px 10px 0 10px;
    position: relative;
    height: 85px;
}

#wallpaper ul#collOverview li {
    padding: 14px 0 0 10px;
}

#wallpaper ul#collOverview li.bottom {
    position: absolute;
    bottom: 0;
    left: 210px;
}

#wallpaper ul#collOverview .buttonBox {
    padding-right: 5px;
    width: 93px;
    height: 72px;
}

#wallpaper ul#collOverview .buttonBox a {
    width: 93px;
    height: 72px;
}

#wallpaper ul#collOverview .buttonBox .off {
    border-color: #262525;
}

#wallpaper ul#collOverview .buttonBox a:focus,
#wallpaper ul#collOverview .buttonBox a:hover,
#wallpaper ul#collOverview .buttonBox a:active,
#wallpaper ul#collOverview .buttonBox a.active {
    margin: -72px 0 0 0;
}

#wallpaper ul#collOverview h2 {
    font-size: 90%;
    margin-bottom: 3px;
}

/** Collection Detail **/

#collDetail {
    background-color: #262525;
    overflow: hidden;
    width: 480px;
    height: 540px;
}

#collDetail .leftcol {
    float: left;
    width: 360px;
    height: 540px;
}

#collDetail .rightcol {
    position: relative;
    float: right;
    width: 120px;
    height: 540px;
    overflow: hidden;
}

#collDetail .rightcol .iconpic {
    position: absolute;
    top: 15px;
    left: 15px;
}

#collDetail .rightcol .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    overflow: hidden;
}

#collDetail .rightcol .bottom .collInfo {
    font-size: 70%;
    margin: 0 0 0 14px;
    line-height: 1.5em;
}

#collDetail .rightcol .bottom .collInfo .name {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 12px 0;
}

#collDetail .rightcol .bottom .collInfo .article,
#collDetail .rightcol .bottom .collInfo .material,
#collDetail .rightcol .bottom .collInfo .colour {
    margin: 0 0 22px 0;
}

#collDetail .rightcol .bottom a,
#collDetail .rightcol .bottom a:link,
#collDetail .rightcol .bottom a:visited {
    font-size: 70%;
    text-decoration: none;
    color: #aaaaaa !important;
    font-weight: bold;
    display: block;
    margin: 8px 0 0 0;
    padding: 0 0 0 14px;
    background: url(../images/www/button_arrow_haut.gif) no-repeat top right #4B4B48;
}

#collDetail .rightcol .bottom a:focus,
#collDetail .rightcol .bottom a:hover,
#collDetail .rightcol .bottom a:active {
    color: #FFD099 !important;
    border: none;
}

/*************** Rightarea ***************/

#rightarea {
    width: 120px;
}

/** Collection Article **/

#articlenav {
    position: absolute;
    top: 32px;
    left: 893px;
}

#articlenav #left {
    position: absolute;
    left: 0;
    top: 0;
}

#articlenav #left a,
#articlenav #left a:link,
#articlenav #left a:visited {
    display: block;
    width: 9px;
    height: 12px;
    background: url(../images/www/article_nav_left_on.gif) no-repeat top left;
    text-decoration: none;
}

#articlenav #left a:focus,
#articlenav #left a:hover,
#articlenav #left a:active {
    background: url(../images/www/article_nav_left.gif) no-repeat top left;
}

/* #articlenav #separator {
    position: absolute;
    width: 5px;
    height: 12px;
    left: 92px;
    top: 7px;
} */

#articlenav #right {
    position: absolute;
    left: 99px;
    top: 0;
}

#articlenav #right a,
#articlenav #right a:link,
#articlenav #right a:visited {
    display: block;
    width: 9px;
    height: 12px;
    background: url(../images/www/article_nav_right_on.gif) no-repeat top right;
    text-decoration: none;
}

#articlenav #right a:focus,
#articlenav #right a:hover,
#articlenav #right a:active {
    background: url(../images/www/article_nav_right.gif) no-repeat top right;
}

#collArticle {
    font-size: 70%;
/*     color: #aaaaaa; */
    color: #fff;
    margin: 30px 0 0 10px;
}

#collArticle .intro {
    margin: 0 0 28px 17px;
    font-weight: bold;
}

#collArticle .article {
    margin: 0 0 2px 0;
}

#collArticle .article .leftcol {
    float: left;
    width: 47px;
}

#collArticle .article .rightcol {
    float: right;
    width: 63px;
/*     overflow: hidden; */
}


/* Jobs */
#jobs {
    /* position: relative; */
    min-height: 320px;
}

#jobs .jobsdownload,
.ausbildungdownload {
    float: right;
    margin-top: 2px;
}

#jobs h4 {
    font-weight: normal;
    font-size: 12px;
    margin: 0;
}

#jobs p {
    color: #AAAAAA;
    font-size: 12px;
}

#jobs .floatnone {
    margin-bottom: 20px;
}

.bottomText {
    font-size: 12px;
}


/* Ankleidepuppe */
#iframe {
    border: 0;
    magin: 0;
    padding: 0;
}
