/* ==========================================================
    Allgemeines Layout
   ========================================================== */
   
body {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0px;
    border: 0px;
    width: 790px;
    background-color: #FFF6D3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: normal;
    text-decoration: none;
}

.bg {
    width: 784px;
    float: left;
    padding: 0px;
    border-left: 3px solid #F9CC23;
    border-bottom: 3px solid #F9CC23;
    border-right: 3px solid #F9CC23;
    background-color: #ffffff;
    background-image:url(img/bg_background.gif);
}

div.head {
    margin-top: 0px;
    width: 784px;
    height: 113px;
    background-image: url(img/bg_head.gif);
    background-repeat: no-repeat;
    background-color: #F9CC23;
}

.counter {
    padding-left: 52px;
    padding-top: 30px;
    font-weight: normal;
    font-size: 300%;
    color: #F9CC23;
    float: left;
}

.countertext {
    width: 130px;
    margin-left: -2px;
    font-size: 35%;
    font-weight: bold;
    color: #ffffff;
}

.bgcontent {
    float: left;
    width: 594px;
    font-size: 100%;
    
    margin-right: -6px;
}

/* ==========================================================
    Navigation
   ========================================================== */
   
.bgleft {
    float: left;
    width: 188px;
    border-left: 2px solid #ffffff;
}

.bgleft a.navi {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.bgleft a.navi:hover {
    padding-left: 16px;
    margin: 0px;
    background-position: 0px;
    background-image:url(img/navi_1.gif); 
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.bgleft ul{
    width: 188px;
    background-color: #CF2F17;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ffffff;
}

.bgleft li {
    border-top: 1px solid #ffffff;
    background-position: 0px;
    background-image:url(img/navi_0.gif);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 0px;
}

.bgleft li .aktiv {
    background-color: #b2330a;
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    background-position: 0px;
    background-image:url(img/navi_1.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.bgleft li.aktiv {
    padding: 0px;
}

.bgleft li a {
    margin-left: 16px;
}

/* ==========================================================
    Subnavi
   ========================================================== */

.bgsub{
    margin: 0px 0px;
    padding: 0px;
    margin-left: 0px;
    width: 188px;
}

.bgsub a.subnavi {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
}

.bgsub a.subnavi:hover {
    padding-left: 16px;
    margin: 0px;
    background-position: 0px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
    background-image:url(img/subnavi_1.gif);
}

.bgsub ul {
    background-color: #b2330a;
    list-style-type: none;
    border-bottom: 0px;
}

.bgsub li {
    border-top: 1px solid #da6260;
    background-position: 0px;
    background-repeat: no-repeat;
    background-image:url(img/subnavi_0.gif);
    padding: 5px 0px 5px 0px;
}

.bgsub li .subaktiv {    
    padding-left: 16px;
    margin: 0px;
    background-position: 0px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-image:url(img/subnavi_1.gif);
    display: block;
}

.bgsub li a {
    margin-left: 16px;
}

/* ==========================================================
    Content
   ========================================================== */

.content a, .breadcrumb a, .footer a {
    color: #DC2826;
    text-decoration: none;
}

.content a:hover, .breadcrumb a:hover, .footer a:hover {
    color: #DC2826;
    text-decoration: underline;
}

.breadcrumb {
    padding: 6px 9px;
    float: right;
    width: 575px;
    font-weight: normal;
    background-color: #ffffff;
    border-bottom: 1px solid #F9CC23;
    color:#DC2826; 
}

.content {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 14px;
    width: 453px;
    float: right;
    font-size: 120%;
}

.bgright{
    float: right;
    width: 98px;
    padding-top: 12px;
    border-right: 17px solid #ffffff;
    background-color: #F9CC23;
    font-size: 80%;
}

.bgright .content{
    width: 88px;
    padding: 5px 5px 8px 5px;
}

div.content ul{
    margin-left: 9px;
    padding-left: 9px;
    list-style-type: none;
    list-style-image:url(img/square.gif);
}

div.content li {
    margin-top: 5px;
}

h1, strong.heading {
    font-size: 100%;
    color: #DC2826;
    margin: 10px 0px 5px 0px;
    font-weight: bold;
}

h2, strong.subheading {
    font-size: 100%;
    color: #000000;
    margin: 10px 0px 5px 0px;
    font-weight: bold;
}

.highlight {
    background-color: #FEF5D3;
}

hr {
    clear: both;
    width: 453px;
    margin: 10px 0px;
    height: 1px;
    color: #F9CC23;
    border-bottom: 1px solid #F9CC23;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.abschluss {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #F9CC23;
}

.teasertop {
    float: right;
    width: 594px;
    height: 5px;
    border-bottom: 1px solid #F9CC23;
    background-color: #ffffff;
}

.teaserhead {
    width: 453px; 
    float: right
}

.contentpic {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.mitgliedspic {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 0;
}

.bottomline {
    background-image:url(img/bg_footer.gif);
    background-repeat: no-repeat;
    float: right;
    padding-bottom: 8px;
    border-bottom: 2px solid #ffffff;
    width: 784px;
    height: 12px;
}

.footer {
    padding-top: 3px;
    float: right;
    width: 588px;
    font-size: 100%;
    text-align: center;
    font-weight: normal;
}

div.fotoarchivbox, div.fotoarchivbox-details {
    border: 1px solid #F9CC23;
    background-color: #FEF5D3;
    text-align: center; 
}
div.fotoarchivbox {
    margin-right: 10px;
    float: left;
}

a img {
    border: none;
}

table.generated {
    width: 100%;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #F9CC23;
    empty-cells: show;
}

table.generated tr.head {
    background-color: #FEF5D3;
}

table.generated td {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #F9CC23;
    padding: 2px;
}

table.tbcontent {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #F9CC23;
    empty-cells: show;
}

table.tbcontent tr.head {
    background-color: #FEF5D3;
}

table.tbcontent td {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #F9CC23;
    padding: 2px;
}


/* ==========================================================
    Formular
   ========================================================== */
   
form {
    padding: 0px;
    margin: 0px;
}

.eingabe{
    width: 453px;
}

.eingabe .gesamt {
    margin: 5px 0px;
    clear: both;
    width: 453px;
}

.eingabe .l-zweidrittel {
    margin: 5px 0px;
    clear: both;
    width: 70%;
    float: left;
}

.eingabe .r-eindrittel{
    margin: 5px 0px;
    width: 26%;
    float: right;
}

.eingabe .l-einhalb {
    margin: 5px 0px;
    clear: both;
    width: 48%;
    float: left;
}

.eingabe .r-einhalb{
    margin: 5px 0px;
    width: 48%;
    float: right;
}

.stretch {
    width: 100%;
}

.fehler {
    font-size: 80%;
    font-weight: bold;
    color: #ff1000;
}

.contentbutton{
    float: left;
    margin: 5px 5px 5px 0px; 
    padding: 0px 5px;
    background-color: #FEF5D3;
    font-size: 100%;
    color:#000000;
    border: 1px solid #F9CC23;
    text-decoration:none;
    font-weight:bold;
}

p {
	margin: 0 0 15px 0;
}

/* ==========================================================
    Flash / Podcast
   ========================================================== */

div.flashvideo {
    margin: 10px 0 10px 0;
}
div.podcast-list {
    border-top: 1px solid #F9CC23;
    padding-top: 15px;
    margin-top: 15px;
}



/**
 * jQuery.Rating Plugin CSS
 * http://www.fyneworks.com/jquery/star-rating/
 */
.star {
    float: left;
    overflow-x: hidden;
    text-indent: -10000px;
    width: 20px;
    height: 13px;
    background: url(/img/bewertung.gif) top left no-repeat;
}

.star-text {
    float: left;
    margin-right: 10px;
    color: #DC2826;
    font-size:80%;
}

.star.active {
    background-position: -20px 0;
}

.auto-submit-star {
	display: none;
}

#rating {
    float: right;
    padding: 15px 5px 0 0;
}

div.rating-cancel, div.star-rating {
    float:left;
    width:20px;
    height:13px;
    text-indent:-999em;
    cursor:pointer;
    display:block;
    background:transparent;
    overflow:hidden;
}

div.rating-cancel, div.rating-cancel a {
    background: url(/img/bewertung.gif) no-repeat -20px 0;
}

div.rating-cancel {
    display: none !important;
}

div.star-rating, div.star-rating a {
    background: url(/img/bewertung.gif) no-repeat -20px 0;
    height: 13px;
}

div.rating-cancel a, div.star-rating a {
    display: block;
    width: 20px;
    height: 100%;
    background-position: 0 0;
    border: 0;
}

div.star-rating-on a {
    background-position: -20px 0 !important;
}

div.star-rating-hover a {
    background: url(/img/bewertung.gif) no-repeat -20px 0;
}

div.star-rating-readonly a {
    cursor: default !important;
}

div.star-rating {
    background: transparent !important;
    overflow: hidden !important;
}



/* ==========================================================
    Rezeptgenerator
   ========================================================== */

div.kuehlschrank {
    width: 385px;
    height: 472px;
    background: url(/img/kuehlschrank.jpg) no-repeat;
    padding: 20px 0 0 28px;
    margin: 0 0 0 20px;
}

div.auswahl-container-1,
div.auswahl-container-2,
div.auswahl-container-3,
div.auswahl-container-4 {
    width: 224px;
    height: 80px;
}
div.auswahl-container-1 {
    margin-bottom: 12px;
}
div.auswahl-container-2 {
    margin-bottom: 11px;
}
div.auswahl-container-3 {
    margin-bottom: 11px;
}
div.auswahl-container-4 {
    margin-bottom: 11px;
}

div.auswahl {
    width: 224px;
    height: 62px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #A6A6A8;
    background-color: #ffffff;
}

