@charset "UTF-8";
/************************************************
    CSS StyleSheet
    stimmgewinn.de

    Media: Screen
    Part:  Main

    last change: MM 2007-01-03

************************************************/

* {
    padding: 0;
    border: 0;
    margin: 0;
}

html {
    font-size: 100.01%;
}

body {
    background-color: #fff;
    font-family: verdana,arial,sans-serif;
    color: #002a6a;
    font-size: 80%;
    line-height: 130%;
    width: 100%;
    overflow-x: -moz-scrollbars-vertical;
}

/* Typo
*************************************************/

a, a:visited, a:link, a:active {
    color: #15892c;
    outline: none;
}

p {
    margin-bottom: 0.7em;
}

h1 {
    font-size: 150%;
    font-weight: normal;
    color: #15892c;
    line-height: 130%;
    margin-bottom: 12px;
}

h2 {
    color: #15892c;
    margin-bottom: 0.4em;
    font-size: 120%;
    font-weight: normal;
}

h3 {
    color: #15892c;
    margin: 1.5em 0 0.4em 0;
    font-size: 100%;
    font-weight: normal;
}


ul {
    list-style: none;

}

.clear {
    clear: both;
}

textarea, input {
    font-family: verdana,arial,sans-serif;
    font-size: 100%;
}

/* Container
*************************************************/

#wrapper {
    width: 984px;
    margin: 10px auto auto auto;
    position: relative;
    background: #fff url("/bilder/body/aussen.jpg") repeat 0px -10px;
}

#oben {
    width: 918px;
    height: 27px;
    float: left;
    background: #fff url("/bilder/body/oben.jpg") no-repeat;
}

#seite {
    width:  66px;
    height: 398px;
    float:  left;
}

#header {
    width: 900px;
    height: 200px;
    float: left;
    margin-top: -16px;
}

#header a img.stimmgewinnlogo {
    margin: 26px 0 0 553px;
    position: absolute;
}

#header h1 {
    margin: 0;
}

#header address {
    position: absolute;
    margin: 115px 0 0 700px;
    font-style: normal;
}

#content {
    width: 450px;
    float: left;
    margin: 15px 0 40px 0;
    min-height: 318px;
    line-height: 160%;
}

#content img.bild {
    border: 1px solid #cee7ff;
}

#unten {
    width: 984px;
    height: 25px;
    float: left;
    background: #fff url("/bilder/body/unten.jpg") no-repeat;
}

#side {
    float: left;
    margin: 0 0 0 57px;
    padding: 52px 0 15px 0;
    width: 183px;
}

/* Sidebar
*************************************************/

#side img {
    margin-bottom: 10px;
    border: 1px solid #cee7ff;
}

#side a.bild {
    position: relative;
    display: block;
    width: 152px;
    height: 602px;
}

#side a.bild .lupe {
    position: absolute;
    width: 28px;
    height: 27px;
    bottom: 1px;
    right: 1px;
    background: url(/bilder/body/lupe.png) no-repeat;
}

#side dt {
    color: #15892c;
    margin: 1em 0 0 0;
    font-size: 100%;
    font-weight: normal;
}


#side dd {
    font-size: 90%;
    margin-top: 0.5em;
}


/* Navigation
*************************************************/

#navi {
    margin: 52px 0px 0px 25px;
    width: 170px;
    float: left;
}

#navi ul li a, #navi ul li a:visited, #navi ul li a:link, #navi ul li a:active {
    color: #002a6a;
    text-decoration: none;
    margin-bottom: 0.17em;
    line-height: 150%;
}

#navi .kontakt {
    margin-top: 50px;
}

#navi ul li a:hover, #navi ul li a:focus {
    color: #15892c;
}

#navi ul li a.active {
    color: #15892c !important;
}

#navi ul li ul {
    margin: 0 0 0.4em 10px;
    font-size: 80%;
}


/* Content
*************************************************/

#content p {
    margin-bottom: 0.8em;
}

#content ul {
    margin: 0 0 0.8em 1.28em;
    list-style-type: circle;
}

#content ul li span {
    width: 70px;
    float: left;
    display: block;
}

#content ul li ul {
    list-style: none;
}

.email {
    position: absolute;
    margin: 2px 0 0 4px;
}

/* Formular
*************************************************/

textarea, input {
    width: 400px;
    display: block;
    padding: 3px;
    background-color: #eff4ff;
    color: #002a6a;
    border: 1px solid #c3d7f4;
}

input:hover, input:focus, textarea:hover, textarea:focus {
    background-color: #fff;
    border: 1px solid #002a6a;
}

input.button {
    width: auto;
    padding: 0.1em 0.3em;
    color: #002a6a;
    border: 1px solid #002a6a;
    border-top: 1px solid #c3d7f4;
    border-left: 1px solid #c3d7f4;
}

input.button:hover, input.button:focus {
    border: 1px solid #c3d7f4;
    border-top: 1px solid #002a6a;
    border-left: 1px solid #002a6a;
}

.weHide {
    display: none;
}

.radio {
    width: auto;
    display: inline;
}
