* {
    margin: 0;
    padding: 0;
    
    font-family: Arial;
    color: #666;
    font-size: 12px;
}

img { border-width: 0; }

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

div#container {
    width: 961px;
    
    position: absolute;
    left: 50%;
    margin-left: -480px;
    
    background: url(../img/bg_container.png) 0 142px no-repeat;
}

/**********************************************************************
 *
 * Header + Menü
 *
 *********************************************************************/
div#header {
    margin: 41px 5px 0 10px;
    height: 64px;
    
    background: url(../img/bg_header_bottom.png) 0 bottom no-repeat;
}

div#header img.shop {
    margin-top: 26px;
    float: right;

}

div#header ul#menu {
    margin-top: 37px;
    float: right;
    list-style-type: none;
}
div#header ul#menu li {
    display: inline;
}

div#header ul#menu li a {
    float: left;
    margin-right: 44px;
    font-size: 15px;
    letter-spacing: 0.05em;
}
div#header ul#menu li.active a, div#header ul#menu li a:active, div#header ul#menu li a:hover, div#header ul#menu li a:focus {
    color: #000000;
    text-decoration: none;
}

/**********************************************************************
 *
 * Sub-Menü
 *
 *********************************************************************/
ul#submenu {
    margin: 5px 0 0 0;
    list-style-type: none;
    height: 33px;
}
ul#submenu li {
    display: inline;
}

ul#submenu li a {
    float: left;
    display: block;
    height: 13px;
    padding: 10px 25px;
}
ul#submenu li a:active, ul#submenu li a:hover, ul#submenu li a:focus {
    color: #000000;
    text-decoration: none;
}
ul#submenu li span { display: none; }

ul#submenu li.active a {
    padding: 10px 15px;
    background: url(../img/bg_submenu_x.png) 0 0 repeat-x;
}
ul#submenu li.active span {
    display: block;
    float: left;
    height: 33px;
    width: 10px;
}
ul#submenu li.active span.left  { background: url(../img/bg_submenu_left.png)  0 0 no-repeat; }
ul#submenu li.active span.right { background: url(../img/bg_submenu_right.png) 0 0 no-repeat; }

body ul#submenu li.first a          { padding-left: 15px; }
body ul#submenu li.first span.left  { display: none; }


/**********************************************************************
 *
 * Content-Bereich mit Bild + Balken rechts
 *
 *********************************************************************/
div#screen {
    height: 408px;
}

div#screen img#content_right {
    float: right;
    margin-right: 1px;
}
div#screen img#content_border {
    float: right;
    margin: -3px -5px 0 35px;
}

div#screen div#content {
    padding: 35px;
    /*float: left;*/
}
div#screen div#content p {
    line-height: 18px;
}

div#screen div#content p a, div#screen div#content p a:visited{
    line-height: 18px;
    color: #8A966A;
    padding-left: 11px;
    padding-right: 3px;
    background-image: url(../img/arrow_link.gif);
    background-repeat: no-repeat;
    background-position: 2px 6px;
}

div#screen div#content a.thickbox, div#screen div#content a.thickbox:visited{
    line-height: 18px;
    color: #8A966A;
    padding-left: 11px;
    padding-right: 3px;
    background-image: url(../img/arrow_link.gif);
    background-repeat: no-repeat;
    background-position: 2px 6px;
}

div#screen div#content ul {
    line-height: 18px;
    margin: 0px 0 0 30px;
}

div#screen div#content ul li{
    line-height: 18px;
		margin-top: 10px;
}



/**********************************************************************
 *
 * Footer
 *
 *********************************************************************/
div#footer {
    clear: both;
    
    font-size: 11px;
    margin-top: 72px;
    padding: 7px 2px;
    
    background: url(../img/bg_header_bottom.png) 0 0 no-repeat;
}
div#footer a.right {
    float: right;
    font-size: 11px;
}

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
















/*
 * GALERIE (im Content-Bereich)
 *
 */
div#container div#imageflow {
    position: relative;
    /*
    left: 390px;
    top: 190px;
    */
    width: 301px;
    height: 120px;
    
    z-index: 5;
    overflow: hidden;
}

div#container div#imageflow div {
    white-space: nowrap;
    margin-left: 0px;
}

div#container div#imageflow div img {
    margin-right: 1px;
    height: 80px;
}

div#container div#imageflow p {
    width: auto;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

div#container div#imageflow p img {
    cursor: pointer;
} 
