body {
     padding: 0px;
     margin: 0px;
     font-family: Arial;
     font-size: 12px;
     background: #F9D32C;
}

div#lay_master {
     width: 932px;
}

div#lay_header {
     margin-top: 20px;
     width: 932px;
     height: 171px;
     background: url('../images/header_backen_macht_gluecklich.jpg');
}

div#lay_nav_top {
     text-align: right;
     height: 35px;
}

div#toplinks {
     margin-top: 3px;
     color: #AC3441;
     font-family: arial;
     font-size: 13px;
     font-weight: bold;
     text-decoration: none;
}
div#toplinks a,
div#toplinks a:link,
div#toplinks a:hover,
div#toplinks a:visited,
div#toplinks a:active {
     color: #AC3441;
}

div#lay_content {

}

div#lay_footer {
     height: 14px;
}

table#lay_middle {
     width: 932px;
}

table#lay_middle td#lay_middle_left {
     padding: 4px;
     padding-top: 12px;
     width: 160px;
     background: #AC3441;
     color: #FFFFFF;
}

table#lay_middle td#lay_middle_right {
     padding: 4px;
     padding-top: 12px;
     width: 160px;
     background: #AC3441;
     color: #FFFFFF;
}

table#lay_middle td#lay_middle_middle {
     padding: 12px;
     background: #FCE995;
}

div.clear {
     clear: both;
}





/* Tag für Tabellen-Zellen, DIV-Layer und Textabsätze */
td,div,p {
      font-family: Arial;
      font-size: 12px;
}
td, div {
      color: #000000;
}

/* Überschrift */
h1 {
      font-family: Arial;
      font-size: 18px;
      font-weight: bold;
      color: #AD192E;
}

h2 {
      font-family: Arial;
      font-size: 15px;
      font-weight: bold;
      color: #AD192E;
}

h3 {
      font-family: Arial;
      font-size: 12px;
      font-weight: bold;
      color: #AD192E;
}

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

/* Logo */
span.logo1 {
     font-family: arial, san-serif;
     font-size: 23px;
     font-weight: bold;
     color: #AAAAAA;
}
span.logo2 {
     font-family: arial, san-serif;
     font-size: 10px;
     font-weight: bold;
     color: #959595;
}

/* Alle Hyperlinks */
a:link    { color: #AD192E; text-decoration: none; }
a:visited { color: #AD192E; text-decoration: none; }
a:hover   { color: #AD192E; text-decoration: underline; }
a:active  { color: #AD192E; text-decoration: none; }
a:link#active, a:visited#active, a:hover#active, a:active#active {
     text-decoration: underline;
}

/* Hyperlinks für die Warengrppen-Verlinkung */
a.katalog_wglink:link    { color: #EFEFEF; text-decoration: none; }
a.katalog_wglink:visited { color: #EFEFEF; text-decoration: none; }
a.katalog_wglink:hover   { color: #EFEFEF; text-decoration: underline; }
a.katalog_wglink:active  { color: #EFEFEF; text-decoration: none; }

/* Hyperlinks fuer Koepfe */
a.link_white:link    { color: #FFFFFF; text-decoration: none; }
a.link_white:visited { color: #FFFFFF; text-decoration: none; }
a.link_white:hover   { color: #FFFFFF; text-decoration: underline; }
a.link_white:active  { color: #FFFFFF; text-decoration: none; }

a.link_black:link    { color: #000000; text-decoration: none; }
a.link_black:visited { color: #000000; text-decoration: none; }
a.link_black:hover   { color: #000000; text-decoration: underline; }
a.link_black:active  { color: #000000; text-decoration: none; }

/* Grundgeruest der Seite */
table.mainframe {
     width: 100%;
     height: 100%;
}

table.mainframe td.mainframe {
     padding-left: 6px;
     padding-right: 6px;
}


/* Eingabe und Auswahlfelder */
input, select {
     font-family: Tahoma;
     font-size: 11px;
}

/* Ok Meldung (gruener Kasten) */
div.errormessage {
        text-align:justify;
        background-color: #FFFFE1;
        border: 1px dashed #ff0000;
        margin-top: 8px;
        margin-bottom: 16px;
        padding: 6px 6px 6px 32px;
        line-height: 18px;
}
img.errormessage { margin-left: -24px; }
div.errormessage td { line-height: 18px; }

/* Fehlermeldung (roter Kasten) */
div.okmessage {
        text-align:justify;
        background-color: #FFFFE1;
        border: 1px dashed #00AAAA;
        margin-top: 8px;
        margin-bottom: 16px;
        padding: 6px 6px 6px 32px;
        line-height: 18px;
}
img.okmessage { margin-left: -24px; }
div.okmessage td { line-height: 18px; }

/* Staffelpreisanzeige */
table.staffelpreise {
     width: 100%;
     border: 1px solid #000;
     border-collapse: collapse;
}
/* Kopf */
table.staffelpreise td.staffelpreise_kopf {
     border: 1px solid #000;
     background-color: #D5D5D5;
     color: #000;
     font-weight: bold;
}
/* Zeile */
table.staffelpreise td.staffelpreise_zeile {
     border: 1px solid #000;
     background-color: #EFEFEF;
     color: #000;
}

/* Überschrift für Tabellen */
.table_headline {
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-color:#000000;
        padding:5px;
        color:#FFFFFF;
        background-color:#1556CE;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px
}

/* Auflistungen Kopf (z.B: in Formularen wie neuer Account anlegen) */
.table_head {
        background-color:#AD192E;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color: #FFF;
}

/* Auflistungen Zeile (helle Farbe) */
.table_normally_1 {
        font-family:Verdana, Arial, Helvetica, sans-seri;
        font-size:11px;
        background-color:#F6F6F6;
        padding: 4px 4px 4px 4px;
}

/* Auflistungen Zeile (dunkle Farbe) */
.table_normally_2 {
        font-family:Verdana, Arial, Helvetica, sans-seri;
        font-size:11px;
        background-color:#E5E5E5;
        padding: 4px 4px 4px 4px;
}

/* Auflistungen Zeile (kleine Schrift) */
.table_normally_small {
        font-family: Arial, Helvetica, sans-serif;
        font-size:10px;
        background-color:#F6F6F6;
        padding: 4px 4px 4px 4px;
}

/* Navigationsbox Links */
table.navbox {
     width: 100%;
     margin-bottom: 20px;
}
table.navbox td.header {
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 6px;
     font-size: 14px;
     font-weight: bold;
     color: #FFFFFF;
}
table.navbox td.content {
     padding-left: 10px;
     padding-right: 10px;
     font-size: 12px;
     color: #FFFFFF;
}

table.navbox td.content a,
table.navbox td.content a:link,
table.navbox td.content a:hover,
table.navbox td.content a:visited,
table.navbox td.content a:active {
     color: #FFFFFF;
}



/** PRODUKTKATALOG *************************************/
/* Kästen im Produktkatalog */
.katalog1 {
     border: 2px solid #F9D22B;
     background: #FFFFFF;
}

/* Kanalog-Liknk */
a.katalog:link    { color: #000; text-decoration: none; }
a.katalog:visited { color: #000; text-decoration: none; }
a.katalog:hover   { color: #000; text-decoration: underline; }
a.katalog:active  { color: #000; text-decoration: none; }

.katalog2 {
        display: block;
        padding: 3px;
        background-color: #F9D22B;
        font-weight: bold;
        font-family: arial, verdana;
        font-size: 11px;
        height: 22px;
        text-align: center;
        vertical-align: middle;
}

.katalog1 a {
     color: #000;
}

/** PRODUKTKATALOG *************************************/

/** DOWNLOADS ******************************************/
td.dl_head {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #454545;
}

td.dl_cat {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #9A9A9A;
}

td.dl_entry {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000
}
/** DOWNLOADS ******************************************/

/** GALERIE ********************************************/
.galpic {
     padding: 4px;
     border: 1px solid #000;
     width: 80px;
     height: 80px;
}
/** GALERIE ********************************************/

/** BAUMNAVIGATION *************************************/
table.tree {
     width: 100%;
}

table.tree td.tree_empty {
     width: 12px;
     height: 12px;
}

table.tree td.tree_1 {
     width: 12px;
     height: 12px;
     background: url(../../../images/tree_arrow.gif) no-repeat;
}
table.tree td.tree_2 {
     font-size: 11px;
}
a.tree_link#active_level {
     background: #AD192E;
     color: #FFF;
}
/** BAUMNAVIGATION *************************************/


/* Hinweisbox */
table.hinweisbox {
     width: 100%;
     border: 1px solid #000;
}

table.hinweisbox td {
     background: #EFEFEF;
     font-size: 11px;
     padding: 4px;
}
/* Hinweisbox */



input.search_input {
     width: 100%;
     font-size: 11px;
     background: #FFFFFF;
     border: 2px solid #FFFFFF;
     height: 19px;
}

input.search_button {
     font-size: 11px;
     background: #D69AA1;
     border: 1px solid #D69AA1;
     color: #AC3442;
     height: 19px;
     cursor: pointer;
}

/**Buttons in modernem Layout ****************************/
.button {
     font-size: 12px;
     border: 1px solid #808080;
     color: #000000;
     background: #ECE9D8;
     cursor: pointer;
}

.buttont {
     font-size: 12px;
     border: 1px solid #808080;
     color: #000000;
     background: #ECE9D8;
     cursor: pointer;
}
