* {
    padding: 0;
    margin: 0;
}

body {
    background: #C8C8C8;
    font: normal 10px Verdana;
    
}

h1 {
    font-size: 1.8em;
    margin: 0 0 0.4em 0;
    font-weight: bold;
}
h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    color: #777777;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 1em 0;
    color: #777777;
}
input {
    font: normal 1em Verdana;
    padding: 1px;
}
#container {
    width: 900px;
    margin: 60px auto 30px;
    padding: 15px 28px 15px 28px;
    background: white;
    -moz-box-shadow: 5px 5px 30px #000000;
    -webkit-box-shadow: 5px 5px 30px #000000;
    box-shadow: 5px 5px 30px #000000;
}

#header {
    background: none;
    padding: 0;
    width: 928px;
    font-weight: normal;
    font-size: 1.1em;
    color: #464646;
}

#header li {
    display: inline;
    list-style-type: none;
}
#header a {
    color: #464646;
    text-decoration: none;
}

#main {
    background: white;
    width: 900px;
    padding: 10px 28px 0 0;
    margin: 0 0 10px 0;
}

#inner {
    background: url('img/bg_inner.gif') repeat-x bottom left white;
}

#index {
    background: url('img/bgindex.jpg') no-repeat bottom left white;
    height: 705px;
}
#top {
    background: url("img/bg_head.gif") bottom no-repeat #F2F2F3;
    height: 228px;
    position: relative;
    
}
#topinfo {
    width: 570px;
    height: 25px;
    border-top: 1px dashed #C8C8C8;
    border-bottom: 1px dashed #C8C8C8;
    position: relative;
    left: 255px;
    top: 117px;
    padding: 4px 0 0 0;
    font-size: 1.1em;
}
#topinfo form {
    overflow: hidden;
    height: 30px;
}
#topinfo form input {
    border: 0;
    margin-left: 5px;
    padding: 2px;
}
#topinfo p {
    line-height: 30px;
}
#sidebar {
    float: left;
    width: 230px;
    margin: 0 20px 0 0;
    background: transparent;
}

#mainnav {
    margin: 20px 0 20px 20px;
    font-weight: bold;
    font-size: 1.1em
}

#mainnav ul {
    border-bottom: 1px dashed #C8C8C8;
}

#mainnav li {
    list-style-type: none;
    display: block;
    border-top: 1px dashed #C8C8C8;
    padding: 10px 0;
}
#mainnav li a {
    color: #464646;
    text-decoration: none;
}
#mainnav li a:hover {
    color: #97BF0D;
}
#mainnav li a.active {
    color: #97BF0D;
}
#mainnav li.subnav {
    border: none;
    font-weight: normal;
    padding: 0 0 10px 0;
}
#mainnav li.subnav ul {
    border: none;
}
#mainnav li.subnav ul li {
    border: none;
    padding: 0 0 9px 0px;
}
#content, #content2 {
    float: right;
    background: transparent;
    width: 590px;
    margin: 15px 55px 20px 0;
    min-height: 350px;
    display: inline;
    position: relative;
}
#content p, #content2 p {
    font-size: 1.1em;
    color: black;
    line-height: 1.6em;
    margin: 0 0 1.6em 0;
}
#content2 label {
    float: left;
    width: 100px;
    display: inline;
}
#content2 input {
    width: 300px;
    border: 1px solid #888888;
    padding: 2px;
}
#logout a {
    text-decoration: none;
    color: black;
}
#qualimetertop {
    display: inline;
    margin: 0 0 0 20px;
}
.clear {
    float: none;
    clear: both;
}

#headerinfo {
    height: 30px;
}
.rechts {
    position: absolute;
    height: 30px;
    right: 0px;
}
.links {
    position: absolute;
    height: 30px;
    left: 0px;
}
.links p {
    line-height: 30px;
}
.gruen {
    color: #7FC31C;
}

.gruen2 {
    color: #1B9F80;
}

.magenta {
    color: rgb(226,0,122);
}
.error {
    color: red;
}

input.bigbox {
    border: 2px solid #7FC31C;
    width: 125px;
    height: 20px;
    font-size: 1.5em;
    padding: 5px 10px;
}
.labelinside { 
    margin: 0; 
    position: relative; 
    display: inside !important;
} 
.labelinside label { 
    color: #888888; 
    cursor: text; 
    display: none; 
    font-size: 0.8em; 
    left: 0; 
    padding: 0px 8px; 
    position: absolute;
    height: 13px;
    line-height: 13px;
    top: 0; 
} 

.labelinside label.biglabel {
    display: none;
    font-size: 1.2em;
    line-height: 1.2em;
    left: 0;
    padding: 0px 8px;
    position: absolute;
    top: -3px;
}

*:first-child+html .labelinside label.biglabel{
    top: 10px;
  }
* html .labelinside label.biglabel {
    top: 10px;
}

.labelinside input, .labelinside textarea { 
    margin: 0; 
}
input.pfeil {
    background: url('../img/pfeil_gruen.gif') top left no-repeat;
    width: 33px;
    height: 17px;
    border: 0;
    overflow:hidden;
    color: transparent;
    padding: 30px 0 0 0;
    position: absolute;
    top: 7px;
    right: 0px;
    
    
}
input.indexpfeil {
    background: url('../img/pfeil_index.gif') no-repeat;
    width: 40px;
    height: 20px;
    border: 0;
    overflow: hidden;
    color: transparent;
    margin: 0 0 0 10px;
}

.praemie {
    width:185px;
    float: left;
    margin: 0 10px 30px 0;
}
.praemie .bild {
    padding: 0;
}
.praemieanfordern {
    margin: 0 10px 30px 0;
    overflow: hidden;
    width: 398px;
}
.praemieanfordern .bild {
    background: white;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 0;
}
.praemieanfordern .beschreibung {
    background: #D8D8D8;
    width: 191px;
    float: left;
    height: 169px;
    padding: 10px;
}
.praemie .beschreibung {
    background: #D8D8D8;
    padding: 10px;
    height: 140px;
}
.praemiendetail #beschreibung p {
    font-size: 1.1em;
    line-height: 1.6em;
}
.praemie .beschreibung .punkte {
    font-size: 1.4em;
}

.praemiendetail {
    background: white;
}
#container.praemiendetail {
    background: white;
    overflow: hidden;
    width: 620px;
}
.praemiendetail #beschreibung {
    width: 300px;
    float: left;
}
.praemiendetail #bild {
    width: 300px;
    float: right;
    margin: 0 0 0 20px;
}
.praemientitel {
    font-size: 1.1em;
    font-weight: bold;
    color: #7FC31C;
    border-bottom: 1px dashed #C8C8C8;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.praemientext {
    font-size: 1.1em;
    border-bottom: 1px dashed #C8C8C8;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.praemientext p {
    font-size: 1em;
    color: black;
    line-height: 1.6em;
    margin: 0 0 1.6em 0;
}
.praemientext li {
    font-size: 1em;
    color: black;
    line-height: 1.6em;
}
.praemientext ul {
    list-style-image: url('img/bullet_green.gif');
    color: black;
    list-style-position: outside;
    margin-left: 17px;
}
.praemienqualimeter {
    border-bottom: 1px dashed #C8C8C8;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.praemienqualimeter .punkte {
    font-size: 1.4em;
}
#registrierhinweis {
    margin-top: 5px;
}
#registrierhinweis img {
    margin-top:-2px;
}
#toplink {
    position: absolute;
    z-index: 5;
    top: 83px;
    left: 25px;
}
input.geliefert {
    background: green;
}
input.ungeliefert {
    background: red;
}
p.grillaktion {
    color: #bb3333 !important;
}
#topaktion {
    position: absolute;
    top: -111px;
    left: -37px;
}
#scroller {
    font-size: 14px;
    font-weight: bold;
    color: #1B9F80;
    height: 30px;
    left: 125px;
    overflow: hidden;
    position: absolute;
    top: 88px;
    width: auto;
}
#schild {
    position: absolute;
    z-index: 10;
    bottom: -116px;
    right: -120px;
}
p.gewinnspiellink   {
    margin: 10px 0 0 0 !important;
}
.gewinnspiellink a {
    text-decoration: none;
    font-size: 1.2em;
    color: #1B9F80;
    font-weight: bold;
}
#scroll {
    font-size: 14px;
    font-weight: bold;
    color: #1B9F80;
    height: 30px;
    left: 125px;
    overflow: hidden;
    position: absolute;
    top: 88px;
    width: 480px;
    white-space: nowrap;
}
#scrollme {
    width: 4596px;
}
