
/* Global settings & reset
 * ---------------------------------------------------------------- */

* {
    font-size: 1em;
    font-style: normal;
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    outline: none;
    font-weight: normal;
}

html {
    overflow: hidden;
}

body {
    font: 10pt/150% Calibri, Tahoma, Arial, Helvetica, sans-serif;
    background: #222 url('../images/brushed-metal.gif');
    color: #999;
    overflow: hidden;
    height: 100%;
}

input, textarea {
    font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
}


/* Frame layout
 * ---------------------------------------------------------------- */

#header,
#footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    margin-top: -200px;
    background: #FFF url('../images/gradient-top.jpg') repeat-x bottom left;
    z-index: 11000;
}

#footer {
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: 200px;
    background: #D4D4C6 url('../images/gradient-bottom.jpg') repeat-x top left;    
}

body.hide {
    background: #D4D4C6 !important;
}

body.hide #header,
body.hide #footer {
    margin-top: 0 !important;
}

body.hide #logo,
body.hide #logomenu {
    display: none !important;
}

#header h1 {
    display: none;
}

.hide #content,
.hide #intro img {
    display: none;
}

* html #header,
* html #footer {
    width: 100%;
    height: 50%;
}

#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: 217px;
    z-index: 15000;
}

#content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0px 0px -200px;
    width: 600px;
    padding: 32px 0;
    margin-top: -200px;
    height: 336px;
}

* html #content {
    zoom: 1;
}

.inner-content,
.inner-content-narrow {
    position: absolute;
    bottom: 70px;
    width: 600px;
}

.inner-content-narrow {
    width: 400px;
}


/* Menu
 * ---------------------------------------------------------------- */

#menu {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -400px;
    margin-bottom: -130px;
    width: 190px;
    text-transform: uppercase;
    z-index: 10000;
}

#menu a {
    display: block;
    color: #777;
    padding: 2px 0;
}

#menu li.active a,
#menu li.active li.active a,
#menu li.active li.active li.active a {
    color: #DDD;
/*    text-shadow: 0 0 8px #0AF;*/
}

#menu li.active li a,
#menu li.active li.active li a,
#menu li.active li.active li.active li a {
    color: #999;
/*    text-shadow: none;*/
}

#menu a:hover,
#menu li.active li a:hover,
#menu li.active li.active li a:hover,
#menu li.active li.active li.active li a:hover {
    color: #FFF;
    text-decoration: none;
/*    text-shadow: 0 0 8px #0AF;*/
}

#menu li ul {
    text-transform: none;
    padding-left: 1.5em;
    display: none;
}

#menu li.active ul {
    display: block;
}

#menu li li a {
    color: #999;
}

#menu li img {
    margin-right: 4px;
}

* html #menu li {
    zoom: 1;
}

/* Pager
 * ---------------------------------------------------------------- */

#pager-prev,
#pager-next {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -200px;
    margin-bottom: -160px;
    z-index: 10000;
    margin-left: -220px;
}

#pager-next {
    margin-left: 400px;
}

* html .pager img {
    zoom: 1;
}

body.broad #pager-next {
    margin-left: 395px;
}

/* Content
 * ---------------------------------------------------------------- */

h1, h2, h3 {
    margin-bottom: 20px;
    font-size: 15px;
    color: #DDD;
/*    text-transform: uppercase;
    text-shadow: 0 0 7px #0AF;
*/
}

h1 {
/*    color: #D3EAFF;*/
}

h2 {
    font-size: 12px;
    color: #DDD;
    margin: 2em 0 0;
}

p {
    margin-top: 1em;
    text-align: justify;
}

em {
    color: #DEF;
}

strong {
    text-transform: uppercase;
/*    color: #bbb;*/
}

sup {
    font-size: 0.6em;
    line-height: 100%;
}

a {
    color: #999;
}

a:hover {
    color: #AAA;
    text-decoration: underline;
}

a.highlight {
/*    color: #D3EAFF;*/
    color: #CCC;
/*    text-shadow: 0 0 2px #0AF;*/
}

.instantaudio a:hover {
    color: #FFF;
}

a.more,
div.more a {
    font: 11px "MS Trebuchet", Arial, sans-serif;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 1000;
}

div.more {
    position: relative;
    text-align: right;
}

div.more a {
    position: absolute;
    top: 0;
    right: 0;
}

.right {
    float: right;
}

.left {
    float: left;
    margin-right: 24px;
}

.lowercase {
    text-transform: lowercase !important;
}

blockquote {
    padding: 0.5em;
    font-style: italic;
    width: 75%;
    color: #CCC;
}

cite {
    display: block;
    width: 75%;
    text-align: right;
}

ul.bullets li {
    background: url('../images/bullet.gif') no-repeat 8px 4px;
    padding-left: 24px;
    display: block;
}

/* Frontpage
 * ---------------------------------------------------------------- */

#itransport-front,
#stars {
    position: absolute;
    bottom: 70px;
    left: 30px;
    z-index: 1000;
    width: 620px;
    margin-left: 20px;
}

#itransport-front .itransport {
    float: left;
}

#itransport-front .wadia781i {
    float: left;
    margin-right: 40px;
}

#itransport-front h1 {
    position: relative;
    left: -8px;
    margin-top: 64px;
    margin-bottom: 0;
    font-size: 32px;
    color: #8DE;
    text-transform: none;
}

#itransport-front a.more img {
    position: absolute;
    right: 0;
    z-index: 10000;
    bottom: 20px;
}

* html #itransport-front a.more img {
    zoom: 1;
}

#stars, #peace {
    background: url('../images/stars.gif') no-repeat scroll top left;
    width: 560px;
    height: 300px;
    margin-bottom: -20px;
    display: block;
}

#peace {
    background-image: url('../images/stars-peace.gif');
    width: 758px;
    height: 300px;
    margin-bottom: -80px;
}

/* WBS
 * ---------------------------------------------------------------- */

#klasse-statt-masse {
    position: relative;
    left: -6px;
    margin: 0;
}

.wbs .inner-content-narrow a.more img {
    position: absolute;
    bottom: 2px;
    right: -20px;
}

.wbs .page-3 p {
    width: 400px;
}

.wbs .page-3 img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.wbs .page-3 {
    padding-top: 200px; /* IE bug */
}


/* Brands
 * ---------------------------------------------------------------- */

#brands-logos li {
    display: inline;
    margin-right: 8px;
}

.wbs .text-block {
    position: absolute;
    top: 128px;
    margin: 8px;
}

.brands-wadia .inner-content-narrow p,
.brands-proac .inner-content-narrow p {
    margin: 30px 0 0;
}

.brands-wadia .inner-content p,
.brands-proac .inner-content p,
.brands-xlo .inner-content p {
    width: 400px;
}

.brands-wadia .inner-content-narrow p a.more img,
.brands-proac .inner-content-narrow p a.more img {
    position: absolute;
    bottom: 2px;
    right: -20px;
}

.brands-wadia .page-1 p {
    padding-left: 1em;
}

.brands-wadia-details .page-1 h2,
.brands-wadia .page-4 h2 {
    text-align: right;
    width: 400px;
    padding-top: 58px;
}

.brands-wadia-details .page-1 img#itransport,
.brands-wadia .page-4 img#itransport {
    position: absolute;
    top: 0;
    left: 0;
}

.brands-proac .page-2 img,
.brands-proac .page-4 img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.brands-proac .page-3 img {
    right: 50px;
}

.brands-proac .page-2,
.brands-proac .page-3 {
    padding-top: 200px; /* fix IE bug */
}

.brands-proac .page-3 {
    padding-bottom: 50px;
    bottom: 20px;
}

img.image-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Shops
 * ---------------------------------------------------------------- */

ul.tiles, ul.tiles li {
    display: block;
    list-style: none;
}

ul.tiles {
    overflow: auto;
    margin-top: 16px;
    height: 260px;
}

ul.tiles li {
    width: 142px;
    height: 120px;
    float: left;
    margin: 0 8px 8px 0;
}


/* News
 * ---------------------------------------------------------------- */

#news dt {
    display: block;
    padding-bottom: 1em;
    clear: both;
    text-align: left;
    color: #FFF;
}

#news dd {
    width: 512px;
    display: block;
}

#news h2 {
    color: #FFF;
    margin-bottom: 8px;
}

#news p {
    margin-right: 1em;
}

.news .photos p,
.news .photos-big p {
    clear: left;
    margin: 0 8px 0 0;
    display: block;
}

.news .photos ul,
.news .photos-big ul {
    display: block;
    height: 130px;
    clear: both;
}

.news .photos-big ul {
    height: 200px;
}

.news .photos ul li,
.news .photos-big ul li {
    display: inline;
    text-align: center;
}

.news .photos img.portrait,
.news .photos img.landscape {
    width: 72px;
    height: 96px;
    border: 1px solid #111;
    margin-right: 6px;
}

.news .photos img.landscape {
    width: 96px;
    height: 72px;
}

.news .photos-big img.portrait,
.news .photos-big img.landscape {
    width: 126px;
    height: 168px;
    border: 1px solid #111;
    margin-right: 6px;
}

.news .photos-big img.landscape {
    width: 168px;
    height: 126px;
}

.news .photos a:hover img,
.news .photos-big a:hover img {
    border-color: #6CF;
}

.news #high-end-08 {
    float: right;
    padding: 0 8px 30px 0;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black url('../images/loading.gif') no-repeat 50% 50%;
    z-index: 20000;
    cursor: pointer;
}

#photo-full {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 25000;
    cursor: pointer;
    border: 2px solid #000;
}

/* Press
 * ---------------------------------------------------------------- */

/*.press .inner-content-narrow div {
    position: relative;
    left: 124px;
}
*/

.press ul {
    width: auto;
}

.press ul,
.press ul li {
    display: block;
    list-style: none;
}

.press ul li {
    width: 142px;
/*    width: 96px;*/
    float: left;
    height: 280px;
}

.press ul ul li {
    width: auto;
    height: auto;
    margin: 0.5em 0 1em;
}

/* Imprint
 * ---------------------------------------------------------------- */

dl {
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px;
}

#imprint1,
#imprint2 {
    bottom: 50px;
}

.column1,
.column2,
.column3 {
    width: 200px;
    position: absolute;
    height: 300px;
    bottom: 0;
    left: 0;
}

dt {
    color: #DDD;
    margin-bottom: 0.3em;
    margin-top: 1.5em;
}

dl.column1 dt,
dl.column2 dt,
dl.column3 dt {
    margin-top: 0.8em;
    margin-bottom: 0.2em;
}

dd {
    color: #AAA;
    padding-left: 0.3em;
}

#imprint2,
.column2 {
    left: 210px;
}

.column3 {
    left: 420px;
}

/* Contact
 * ---------------------------------------------------------------- */

.contact p {
    width: 420px;
}

.contact {
/*    background: url('../images/stars-contact.gif') no-repeat 0px 64px;*/
}

#contactform label {
    position: absolute;
    top: 0;
    right: 140px;
    text-align: left;
    width: 86px;
    color: #999;
}

#contactform input,
#contactform textarea {
    margin-left: 38px;
}

#contactform li {
    position: relative;
    margin-bottom: 6px;
}

#contactform input,
#contactform textarea {
    width: 320px;
    background: #000;
    color: #CCC;
    border: 1px solid #444;
}

#contactform textarea {
    height: 7em;
    overflow: hidden;
}

#contactform input.button {
    width: auto;
    border: none;
    font: 11px "MS Trebuchet", Arial, sans-serif;
    color: #000;
    background: #666;
    white-space: nowrap;
    padding: 0 4px;
    text-transform: uppercase;
    cursor: pointer;
}

#contactform .submit .button {
    position: absolute;
    right: 242px;
}

#contactform input.button:hover {
    background: #888;
    color: #333;
    text-decoration: none;
}


#contactform li span.message {
    display: none;
}

#contactform li.error span.message {
    display: block;
    clear: both;
    color: #6CF !important;
    margin-left: 38px;
}

/* Effects
 * ---------------------------------------------------------------- */

.glowing {
    color: #DDD;
    text-shadow: 0 0 8px #0AF;
}

a.glowing:hover {
    color: white;
}

/* Anniversary
 * ---------------------------------------------------------------- */

#wbs30years {
    position: absolute;
    background: url('../images/30years.gif') no-repeat scroll top left;
    width: 688px;
    height: 257px;
    top: 50%;
    left: 50%;
    margin-top: -128px;
    margin-left: -344px;
    z-index: 15000;
}

/* Christmas
 * ---------------------------------------------------------------- */

#startrail,
#startrail-cyan {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -640px;
    z-index: 1000;
}

#header-stars {
    position: absolute;
    background: url('../images/stars-header.gif') no-repeat scroll top left;
    width: 252px;
    height: 130px;
    top: 50%;
    left: 50%;
    margin-top: -285px;
    margin-left: 160px;
    z-index: 15000;
}
