/* 

Oliver Prygotzki (oliver.prygotzki.de) 
für twins ad (www.twins-ad.de)

*/


/*
dunkleres grau: rgb(136, 138, 132);
helleres grau:  rgb(190, 188, 182);
Gold:           rgb(218, 174, 0);
*/

HTML, BODY {
    margin: 0;
    padding: 0;
    background-color: white;
}

BODY {
    font-size: 0.85em;
    line-height: 1.4;
    font-family: 'Helvetica Neue', Helvetica, Frutiger, 'Myriad Pro', Myriad, Arial, Verdana, sans-serif;
}

H1 {
    color: rgb(218, 174, 0);
    font-weight: normal;
    margin-top:1em;
    margin-bottom: 0.25em;
}

P {
    color: rgb(136, 138, 132);
}

.nav H2 {
    display: none;
}


/* Scroller on Index.html */

.js #scroller {
    width: 43em;
    overflow: hidden;
}

#schmuck.js #scroller {
    height: 4.5em;
    margin-top: 2em;
}

#schmuck.js #scroller STRONG {
    font-size: 2em;
    color: rgb(218, 174, 0);
    font-weight: normal;
    margin-top:1em;
    margin-bottom: 0em;
}

#schmuck.js #scroller EM {
    font-size: 1em;
    font-style: normal;
}

.js #viewport {
    width: 1300em;
}

.js #viewport P {
    float: left;
    width: 43em;
    margin: 0;
    padding: 0;
}

.nojs #scroller-menu {
    display: none;
}



/* Gallery on Index.html */

.js #gallery {
    width: 21em; 
    height: 21em; 
    position: relative;
}

.js #gallery DIV.center {
    width:100%; 
    height: 100%; 
}

.js #gallery DIV.aside {
    width:10em; 
    height: 10em; 
    border: thin solid #CCC; 
    position: absolute; 
    top: 0; 
    cursor: pointer;
}

.js #gallery IMG {
    width:100%; 
    height: auto;
}

#impressum #sonder {
    color: rgb(218, 174, 0);
}

#scroller-menu {
    margin-top:1em;
    color: rgb(218, 174, 0);
    width: 45em;
    overflow: hidden;
}

#scroller-menu SPAN {
    width: 30%;
    display: block;
    float: left;
}

#scroll-back {
    text-align: left;
}

#scroll-index {
    text-align: center;
}

#scroll-vor {
    text-align: right;
}

#scroll-back:HOVER, #scroll-vor:HOVER {
    cursor: pointer;
    text-decoration: underline;
}

.header {
    width: 26em;
    height: 4em;
}

.header A, .header A * {
    display: block;
    outline: none;
    border: none;
}

OBJECT {
    width: 26em;
    height: 4em;
    display: inline;
    pointer-events: none;
    cursor: pointer;
}

.header IMG,
OBJECT IMG {
    width: 100%;
    height: auto;
    pointer-events: none;
    cursor: pointer;
}

.header IMG.fix {
    width: 425px !important;
    height: 60px !important;
}

.nav {
    margin-top:1.5em;
    margin-bottom: 2.0em;
    padding:0 0.25em;
    width: 20.5em;
    overflow: hidden;
}

.nav UL, .nav LI {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav A {
    text-transform: lowercase;
    color: rgb(190, 188, 182);
    text-decoration: none;
    display: block;
    width: 100%;
}

.nav .left {
    float: left;
}

.nav .middle {
    text-align: center;
}

.nav .right,
.float_right {
    float: right;
}

.nav A:HOVER {
    text-decoration: none;
    color: rgb(218, 174, 0);
}

.nav A.current {
    color: rgb(136, 138, 132);
    cursor: default;
    pointer-events: none;
}

.nav A.current:HOVER {
    text-decoration: none;
}    


.js #wrapper {
    position: absolute;
    top: 3%;
    left: 21%;
}

#kontakt FORM {
    clear: both;
    border: thin solid #CCC;
    width: 18em;
    color: rgb(190, 188, 182);
    padding: 0.75em 1.5em 1.0em 1.5em;
}

#button-impressum {
    position: absolute;
    top: 8.8em;
    left: 23em;
    width: 10em;
    height: 10em;
    border: thin solid #CCC;
}

#kontakt #button-impressum A {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1.7em;
    text-align: center;
    line-height: 5.75em;
    text-decoration: none;
    color: white;
}

#kontakt #button-impressum A:HOVER {
    color: #EDD77F;
}

#kontakt DL, #kontakt DD, #kontakt DT {
    margin: 0;
    padding: 0;
}

#kontakt DT {
    width: 4em;
    float: left;
    clear: both;
    border-bottom: thin solid #CCC;
    padding-top: 0.75em;
    height: 2em;
    vertical-align: center;
}

#kontakt DD {
    width: 14em;
    float: left;
    border-bottom: thin solid #CCC;
    padding-top: 0.75em;
    height: 2em;
    vertical-align: center;
}

#kontakt .textarea {
    float: none;
    width: 18em;
    border-bottom: none;
    height: auto;
}

#kontakt DD.textarea {
    padding-top:0;
} 

#kontakt INPUT.text, 
#kontakt TEXTAREA {
    width: 100%;
/*    border: none;*/
    border: thin solid white;
    font-size:1.2em;
}

#kontakt TEXTAREA {
    /* IE 6 */
    _width: 15em !important;
    _overflow: auto;
}

#kontakt INPUT.text:FOCUS, 
#kontakt TEXTAREA:FOCUS, 
#kontakt INPUT.text.FOCUS, 
#kontakt TEXTAREA.FOCUS {
    background-color: #F4E8B7;
}

#kontakt .last {
    padding-top:0;
    border-bottom: none;
    text-align:right;
}

LABEL {
    display: block;
    width: 100%;
}

LABEL:HOVER {
    cursor: pointer;
    font-weight: bold;
}

#kontakt BUTTON {
    outline: none;
    border: none;
    background-color: white;
    cursor: pointer;
    color: rgb(190, 188, 182);
    font-size:1em;
    font-weight: normal;
    float: right;
    margin-right:-0.5em;
}

#kontakt BUTTON:HOVER,
#kontakt BUTTON.HOVER {
    background-color: #EEE;
    outline: thin solid rgb(190, 188, 182);
    color: rgb(218, 174, 0);
}

#haftungsausschluss #wrapper {
    padding-top: 2em;
    width: 40em;
}

#haftungsausschluss H2, #haftungsausschluss H3 {
    color: rgb(136, 138, 132);
}

.context {
    display: none;
}

.box {
    float: left;
    border: medium solid black;
    padding: 0.75em 1.5em;
    margin: 1em auto;
    color: black;
    font-weight: bold;
    background-color: rgb(190, 188, 182);
}

.red {
    color: red;
    border-color: red;
}

.green {
    color: green;
    border-color: green;
}

A {
    color: rgb(136, 138, 132);
    text-decoration: none;
}

A:HOVER {
    color: rgb(218, 174, 0);
    text-decoration: underline;
}

OBJECT, IMG {
    max-width: 100%;
}

A:FOCUS {
    outline: none;
}

 /* bicubic resizing for non-native sized IMG: http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
IMG { 
    -ms-interpolation-mode: bicubic; 
}

/* Seite verstecken während des Ladens um FOUC zu vermeiden */
.js.loading {
    position: absolute;
    top: -1000em;
    left: -1000em;
}
