/**
 * CSS styles for Website Lenz
 * 
 * @author Evelyn Hamm
 * @copyright bureau42 GmbH <www.bureau42.de>
 * 
 * created 2009-01-13
 */

/* ----------------- general html structure */
html {
    overflow: -moz-scrollbars-vertical;
}

body {
    background:#f2f6e3 url(../images/bg-body-stripe.gif) repeat-x;
    font:11px/16px Verdana, Arial, Helvetica, sans-serif;
    color:#999;
    margin:0;
    padding:0 0 25px;
}

a{text-decoration:underline;color:#999;}
a:hover{text-decoration:none;}

img {
    border:0;
}

#page{
    width:780px;
    margin:0 auto;
    background:url(../images/bg-main-shadow-bottom.gif) no-repeat left bottom;
    padding:0 0 12px;
}
#main{
    width:760px;
    position:relative;
    padding:0 10px;
    background: url(../images/shadow-stripe.png) repeat-y;
}

/* /----------------- general html structure */

/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#header{
    width:758px;
    padding:35px 0 0 0;
    border:1px solid #e1e1e1;
    border-width:0 1px;
}

#headerBody {
    position: relative;
    top: -40px;
    left:0px;
    display:block;
    height:47px;
    width:193px;
    margin:0 0 0 25px;
}

#headerFlag {
    width: 160px;
    height: 20px;
    position: absolute;
    left: 610px;
    top: 10px;
}

#sitNewsticker {
    position:           absolute;
    display:            inline;
    top:                355px;
    left:               10px;
    background-color:   #fffff;
    border:             0px solid #999999;
    font: 12px/16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-color: #666666;
} 

.newsticker {
    color:              #666666;
}



#mainImage{
    width:482px;
    float:left;
    position:relative;
    margin:-28px 0 -45px;
    z-index:500;
    background:url(../images/bg-image-shadow-top.gif) no-repeat;
    padding:6px 0 0;
}

#mainImageDiv {
    width:482px;
    background:url(../images/bg-image-shadow-bottom.gif) no-repeat left bottom;
    padding:0 0 6px;
}

#mainImageDiv div{
    width:466px;
    height:294px;
    background:url(../images/bg-image-shadow-stripe.png) repeat-y;
    padding:2px 8px;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */
#navigation{
    padding:30px 0 0;
    width:758px;
    height:237px;
    border: 1px solid #e1e1e1;
    border-width: 0 1px;
    background:#fff url(../images/bg-navigation.jpg) repeat-x left bottom;
}

/* Level 1 */
#navigation .navigation ul{
    width:200px;
    padding:20px 56px 0 0;
    margin:0;
    list-style:none;
    float:left;
}

#navigation .navigation ul li {
    width:100%;
    height:30px;
    text-indent:22px;
}

#navigation .navigation ul li:hover,
#navigation .navigation ul li.active {
    background-color: #CEDCEC;
}

#navigation .navigation ul li a {
    height: 30px;
    font: 12px/16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing:0.1em;
    display: block;
    padding: 8px 0 0 0;
}


#navigation .navigation ul li a:hover,
#navigation .navigation ul li.active a {
    color: #666666;
}

/* Level 2 */
#navigation .subNavigation ul {
    position: absolute;
    top: 411px;
    left: 10px;
    width:200px;
    float:left;
    list-style:none;
    padding: 0;
}

#navigation .subNavigation ul li{
    width:100%;
    text-indent:-25px;
    padding:1px 0 0;
    background:url(../images/hr_s2.gif) repeat-x;
}

#navigation .subNavigation ul li:hover,
#navigation .subNavigation ul li.active{
    background-color: #999999;
}

#navigation .subNavigation ul li a{
    height: 30px;
    font:12px/16px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#999999;
    text-decoration:none;
    text-transform: none;
    letter-spacing: 0.0em;
    display:block;
    padding:6px 0 8px 49px;
}

#navigation .subNavigation ul li a:hover, 
#navigation .subNavigation ul li.active a{
    color:#ffffff;
}

/* ###################################################### */
/* ####################### NAVIGATION META ################### */
/* ###################################################### */
#navigationMeta {
    padding: 20px 0 0 0;
}

#metaNavigation {
    height: 20px;
    padding: 2px 20px 0 20px;
    background-color: #e2e2e2;
    text-align: left;
}

#metaNavigation a{
    color: #999999;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content{
    width:728px;
    overflow:hidden;
    padding:63px 32px 5px 0;
}

#mainContent{
    width:464px;
    float:right;
}

#mainContent h1{
    margin:0;
    font:bold 16px/30px Arial, Helvetica, sans-serif;
    color:#fff;
    background:#999;
    padding:0 0 0 18px;
}

#mainContent h2{
    margin:0;
    font:bold 16px/19px Arial, Helvetica, sans-serif;
    padding: 0 0 0 18px;
}

#mainContent p, 
#mainContent table {
    margin:17px 20px 0 18px;
}

.artikelliste {
    padding-top: 20px;
}

.teaser {
    position: relative;
    background:url(../images/hr_s1.gif) repeat-x;
    padding: 20px 0 20px 0;
}

#produktImageDiv {
    width: 150px;
    position: absolute;
    left: 85px;
    top: 570px;
}



/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}

#contactForm .label {
    width: 100px;
}

#contactForm .eingabe {
    width: 250px;
}

#contactForm .button {
    background-color:#fff;
    border: 1px solid #999999;
    color: #999999;
    width: auto;
}
