/***************** BVDF - Beginn uebergeordnete Elemente *****************/

html {
    width: 100%;
}

body {
    font: normal 70% Verdana, Arial, Helvetica, sans-serif;
    background-color: #CDD1CA;
    background-image: url(/img/body_verlauf.gif);
    background-repeat: no-repeat;    
    color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

body * {
    padding: 0px;
    border: 0px none;
    margin: 0px;
    text-align: left;
}

div.head {
    background-image: url(/img/head_verlauf.gif);
    background-repeat: no-repeat; 
    width: 767px;
    height: 136px;
    margin: auto;
    margin-top: 14px;
}

div.main {
    background-image: url(/img/content_verlauf.gif);
    background-repeat: repeat-y;
    width: 767px;
    margin: auto;
}

div.leftarea {
    width: 184px;
    float: left;
}

div.navi {
    background-position: right top;
    background-image: url(/img/trenner_vertical.gif);
    background-repeat: no-repeat;    
    width: 184px;
    padding-top: 10px;
}

div.mainarea {
    float: left;
    width: 385px;
    margin-top: 5px;
}

div.content {
    margin-top: 20px;
    padding-left: 9px;
}

div.rightarea {
    float: left;
    width: 176px;
    margin-left: 17px;
    margin-top: 0px;
}

div.footer {
    background-image: url(/img/body_footer.gif);
    background-repeat: no-repeat;
    margin: auto;   
    width: 767px;
    height: 10px;
}

div.bredcrum {
    color: #3E7E1F;
    padding-left: 9px;      
}

div.bredcrum a {
    font-weight: normal;
    text-decoration: underline; 
}

div.bredcrum a.active {
    text-decoration: none; 
}

div.footertext {
    font: normal 88% Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    clear: both;
    padding: 15px 0px 6px 0px;
}

ul {
    margin: 15px 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;    
}

ul li {
    background-image: url(/img/list_bullet_content.gif);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px 0px 8px 13px;
    clear: both;
    font-weight: bold;
}

div.content ol {
    margin: 10px 35px;
    padding: 0px;  
}

div.content ol li {
    margin: 0px;
    padding: 0px 0px 8px 10px;
}

a {
    text-decoration: none;
    color: #3E7E1F;
    font-weight: bold;    
}

a:hover {
    text-decoration: underline;
}

form {
    margin: 0px;
    padding: 0px; 
}

form input {
    border: solid 1px #9FA699;
}

form textarea {
    border: solid 1px #9FA699;
}


/***************** BVDF - Ende uebergeordnete Elemente *****************/


/***************** BVDF - Beginn Grundlegendes fuer normalen Inhalt ****/


h1 {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    color: #3E7E1F;
}

h2 {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    color: #585858;
    font-weight: bold;
}

h3 {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    color: #585858;
    font-weight: normal;
}

div.head_logo h1 {
    display: none;
}

div.head_logo img {
    margin-right: 4px;
    float: right;
    border-top: solid 1px #ffffff;
}

div.rightarea h1 {
    background-color: #ffffff;
    padding: 4px 7px;
    clear: both;    
}

div.rightarea h2 {
    background-color: #ffffff;
    padding: 0px 7px 5px 7px;  
}

div.rightarea img {
    border: solid 1px #9FA699;
    margin: 6px 6px 0px 6px;
}

div.rightarea p {
    padding-left: 6px;
    padding-top: 5px;
}

div.rightarea a {
    float: right;
    display: block;
    margin: 4px 6px 12px 0px;
}

div.content img {
    float: left;
    margin: 0px 6px 1px 0px;
    border: solid 1px #9FAB97;
}

div.content img.teaser {
    margin-top: 2px;
    border: solid 1px #9FAB97;
}

div.content h2 {
    padding: 2px 0px;
}

div.content a.right {
    float: right;
    padding: 7px 7px 0px 0px;
}

ul.termine li {
    font-weight: normal;
}

ul.termine li a {
    font-weight: bold;
}

div.termine-jahr {
    background-color: #E6E6E6;
    padding: 3px 13px;
    font-weight: bold;
    font-size: 100%;
}

div.termine-monat {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #E6E6E6;
    padding: 3px 13px;
    font-weight: bold;
    font-size: 120%;
    clear: both;
}

div.termine-margin-top {
    margin-top: 15px;
}

span.title {
    display: block;
    font-weight: bold;
}

/***************** BVDF - Ende Grundlegendes fuer normalen Inhalt ****/


/***************** BVDF - Beginn Navigation **************************/


div.navi ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
}

div.navi ul li {
    background-image: url(/img/list_bullet_navi.gif);
    background-repeat: no-repeat;
    margin: 0px 5px 6px 5px; 
    padding: 0px 0px 0px 19px;
}

div.navi ul li:hover{
    background-image: url(/img/list_bullet_navi_hover.gif);
    background-repeat: no-repeat;
}

div.navi ul li a {
    color: #000000;
}

div.navi ul li a:hover {
    color: #3E7E1F;
    text-decoration: none;
}

div.navi ul li.active_l1 {
    background-image: url(/img/list_bullet_navi_active.gif);
    background-repeat: no-repeat;
}

div.navi ul li.active_l1 a {
    color: #3E7E1F;
}

div.navi ul.level2 li {
    background-image: none;
}

div.navi ul.level2 li:hover{
    background-image: url(/img/list_bullet_navi_level2.gif);
    background-repeat: no-repeat;
}

div.navi ul.level2 li a {
    font-weight: normal;
}

div.navi ul.level2 li.active_l2 {
    background-image: url(/img/list_bullet_navi_level2.gif);
    background-repeat: no-repeat;
}

div.navi ul.level2 li.active_l2 a {
    color: #3E7E1F;
    text-decoration: none;
}

div.navi form {
    margin-left: 18px;
}

div.navi form p {
    padding: 3px 0px;
}

div.navi form input.loginbox {
    width: 142px;
    height: 19px;
    padding: 2px 3px 0px 3px;
    margin-left: 6px;
    color: #9FA699;
}

div.navi form input.loginsubmit {
   background-color: #ffffff;
   color: #3E7E1F;
   font-weight: bold;
   border: 0px;
   padding-left: 3px;
   margin-top: 4px;
   font: bold 100% Verdana, Arial, Helvetica, sans-serif;
   cursor: pointer;
   text-align: left;
}

div.navi form p {
	padding-left: 6px;
}

div.navi form input.logincheckbox {
    border: 0px;
    margin-top: 7px;
    margin-left: 5px;    
}

div.navi form label {
    font: normal 95% Verdana, Arial, Helvetica, sans-serif;
    margin-left: 8px;
}



/***************** BVDF - Ende Navigation **************************/


/***************** BVDF - Beginn einzelne Elemente *****************/


div.content img.linkliste_bilder {
    float: right;
    margin: 0px 0px 9px 6px;
    border: solid 1px #9FAB97;
}

div.content div.index {
    font: normal 110% Verdana, Arial, Helvetica, sans-serif;
    color: #585858;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 15px;    
    letter-spacing: 0.04em;
}

div.content div.index a {
    color: #585858;
}

div.content div.index a.index_active {
    color: #3E7E1F;
}

div.content a.link_normal {
    font-weight: normal;
    color: #000000;
}

div.content div.hr_line {
    background-image: url(/img/trenner_horizontal.gif);
    background-repeat: no-repeat;
    margin: 11px 0px 10px 0px;
    width: 376px;
    height: 3px;
    clear: both;
}

div.content ul.statistik li {
    background-image: url(/img/statistik.gif);
    background-repeat: no-repeat;
    margin: 0px 5px 10px 5px; 
    padding: 0px 0px 5px 35px;
    font-weight: normal;
}

div.content div.rezeptliste {
    clear: both;
}

div.content div.rezeptliste div.rezeptbild_box {
    float: left; 
    width: 122px;
    margin-right: 10px;
}

div.content div.rezeptliste div.rezeptbild_box img {
    margin-bottom: 15px;
}

div.content div.rezeptliste h2 {
    padding-top: 0px;
}

div.content img.rezeptbild {
    float: right;
    margin-top: 5px;
    margin-left: 6px;
    margin-bottom: 3px;
}

div.rightarea div.liste_rezepte h2 {
    background-color: #E6E6E6;
    margin-top: 10px;
    clear: both;
}

div.rightarea div.liste_rezepte p {
    padding-top: 0px;
}

div.rightarea div.liste_rezepte a {
    float: left;
    padding-left: 6px;
    clear: both;
}

div.rightarea div.liste_rezepte img {
    float: left;
}

div.print_link {
    margin-top: 25px;
    float: right;
    clear: both;
}

div.presse_link {
    margin-top: 25px; 
    float: left;
    padding-left: 9px;
}

div.box {
    width: 800px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;    
    padding: 10px 0px;
    margin-bottom: 10px; 
}

div.content div.jahre_index {
    margin: 25px 0px 10px 0px;
    clear: both;
}

div.content div.jahre_index a {
    color: #000000;
}

div.content div.jahre_index a u {
    color: #3E7E1F;
}

div.bilderbox {
    border: solid 1px #9FAB97;
    float: right;
    clear: both;
    width: 130px;
    padding: 1px 0px 5px 0px;
    margin: 2px 0px 5px 5px;
}

div.bilderbox img {
    border: none;
}

div.bilderbox div.bilderbox_text {
    padding: 0px 5px 5px 5px;
}

ul.mitgliederliste a {
    color: #000000;
    font-weight: normal;
}

div.content img.mitgliederlogo {
    float: right;
    margin-top: 25px;
}

div.content img.artikelliste {
    float: left;
    margin-bottom: 20px;
}


div.content img.bvdf_intern {
    float: none;
    margin: 0px 6px 1px 6px;
    border: none;
}

ul.tabellenliste li {
    background-image: url(/img/statistik.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 8px 32px;
    clear: both;
    font-weight: bold;
}


/***************** BVDF - Ende einzelne Elemente *****************/


/***************** BVDF - Beginn Formulare ***********************/

div.content form.bvdf_form {
    margin: 10px 0px;
}

div.content form.bvdf_form p {
    font-weight: bold;
    color: #585858;
    padding-top: 4px;
}

div.content form.bvdf_form select {
    border: solid 1px #9FA699;
    float: right;
    width: 270px;
    height: 20px;
    margin-bottom: 5px;
}

div.content form.bvdf_form div.radiobox {
    margin: 5px 0px 10px 110px;
}

div.content form.bvdf_form input.radio_button {
    border: 0px;
}

div.content form.bvdf_form label {
    padding: 0px 5px;    
}

div.content form.bvdf_form input.bvdf_submit {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    width: 270px;
    height: 20px;
    background-color: #ffffff;
    font-weight: bold;
    color: #585858;
    border: solid 1px #9FA699;
    text-align: center;
    margin: 10px 0px;
    float: right;
}

div.content span.fehler {
    font-weight: bold;
    color: #D92B0A;
    padding: 0px 0px 5px 0px;
    display: block;
}

div.content div.fehler {
    font-weight: bold;
    color: #D92B0A;
    clear: both;
    padding: 0px 0px 5px 0px;
}

div.content form.bvdf_form input.kontakt {
    float: right;
    width: 252px;
    height: 17px;
    margin-bottom: 5px;
    margin-right: 10px;
}

div.radiofloat {
    float: right;
    padding: 5px 146px 10px 0px;
}

div.content form.bvdf_form p.kontakt_p {
    padding-bottom: 9px;
}

div.content form.bvdf_form textarea {
    float: right;
    width: 252px;
    margin-bottom: 5px;
    margin-right: 10px;
    overflow: auto; 
}

div.content form.bvdf_form input.bvdf_submit_kontakt {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    width: 122px;
    height: 20px;
    background-color: #ffffff;
    color: #3E7E1F;    
    border: solid 1px #9FA699;
    text-align: center;
    font-weight: bold;
    margin: 5px 10px 5px 0px;
    cursor: pointer;
    float: right;
}

div.rightarea form {
    padding-left: 6px;
    padding-top: 5px;
}

div.rightarea form input {
    width: 150px;
}

div.rightarea form input.submit {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    background-color: #E6E6E6;
    color: #3E7E1F;
    width: 67px;
    font-weight: bold;
    float: right;
    margin-bottom: 7px;
    border: none;
    cursor: pointer;
}


div.content form.bvdf_form input.plzsuche {
    float: left;
    width: 45px;
    height: 17px;
    margin: 0px 15px 0px 10px;
}

div.content form.bvdf_form span.plz {
    font-weight: bold;
    color: #585858;
    padding-top: 4px;
    float: left;
}

div.content form.bvdf_form input.bvdf_submit_plz {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    width: 40px;
    height: 19px;
    background-color: #ffffff;
    color: #585858;    
    border: solid 1px #9FA699;
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
    float: left;
}

div.content form input.loginsubmit {
   background-color: #ffffff;
   color: #585858;
   font-weight: bold;
   border: solid 1px #9FA699;
   text-align: center;
   width: 55px;
   margin-left: 110px;
   font-size: 90%;
   cursor: pointer;
}

/***************** BVDF - Ende Formulare ***********************/



/***************** BVDF - BEGINN Tabelle ***********************/

table {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    width: 365px;
    overflow: hidden;
}

th {
    vertical-align: bottom;
    text-align: left;
}

th.rechts {
    vertical-align: bottom;
    text-align: right;
}

table td {
    vertical-align: bottom;
    text-align: right;
}

table td.first {
    vertical-align: bottom;
    text-align: left;
}

table.tabelle th {
    background: #3E7E1F;
    color: #FFFFFF;
    padding: 3px 5px 3px 5px;
}

table.tabelle tr td {
    border-bottom: solid 1px #9FA699;
}

table.tabelle tr.dunkel td {
    border-bottom: solid 1px #9FA699;
}

table.tabelle td {
    padding: 3px 5px 3px 5px;
}

table.termin {
        text-align: left;
}

table.termin td {
    padding: 5px 5px 5px 0px;
    text-align: left;
    vertical-align: top;
}

/***************** BVDF - Ende Tabelle *************************/