body { background: #FFCB01;
       color: #000000;
       font-family: Arial;
       font-weight: 900;
       font-size: 10pt;
     }

h1 { font-family: ;
     font-weight: ;
     font-size: ;
     text-align: ;
     text-decoration: ;
     color: ;
   }

h2 { font-family: Arial;
     font-weight: 900;
     font-size: 15pt;
     font-style: italic;
     text-align: center;
     text-decoration: none;
     color: #000000;
   }

h3 { font-family: ;
     font-weight: ;
     font-size: ;
     text-align: ;
     text-decoration: ;
     color: ;
   }

a       { font-weight: 700; text-decoration: underline; color: #000000; }
a:hover { font-weight: 700; text-decoration: underline; color: #000000; }

a.img       { font-weight:    ; text-decoration: none;    color: ;    }
a.img:hover { font-weight: ; text-decoration: ; color: ; }

img { border: none; text-decoration: ; background: ; }

/*
##################
#  Index-Layout  #
##################
*/
table.index   { background: ;
                width:  ;
                border: ;
                vertical-align: top;
              }
th.index_head { background: ;
                width:   ;
                height:  40px;
                border:  none;
                margin:  ;
                padding: ;
                vertical-align: top;
              }
th.index_foot { background: ;
                width:   ;
                height:  ;
                border:  none;
                margin:  ;
                padding: ;
                vertical-align: top;
              }
td.index_menu { background: url(images/layout/menu_bg.jpg) no-repeat;
                width: 200px;
                height: 760px;
                border:  none;
                margin:  0px;
                padding: 0px;
                vertical-align: top;
              }
td.index_main { background: ;
                width:   580px;
                height:  ;
                border:  none;
                margin:  ;
                padding: ;
                vertical-align: top;
              }


/*
################################
#  Menü-Klassen (linke Seite)  #
################################
*/
table.menu_left {
	padding: 0px;
	border: 0px;
	width: 198px;
	margin: 0px;
	border-spacing: 0px;
	table-layout: fixed;
	border-collapse: collapse;
}

td.menu_left {
	/* background: url(images/layout/menu_button_bg.jpg) repeat-y; */
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 198px;
}

div.menu_left_block {
	padding-left: 5px;
	margin: 0px;
	font-family: arial;
	font-size: 10pt;
	width: 188px;
}

div.menu_left_link {
	padding: 0px;
	font-family: arial;
	font-size: 12pt;
	font-weight: 900;
	width: 170px;
	border: none;
	margin-top: 1px;
}

div.headline {
	padding: 5px;
	font-family: arial;
	font-size: 9pt;
	width: 170px;
	border: solid #CCCC66;
	border-width: 1px 0px 0px 0px;
	margin-top: 1px;
}

img.menu_left_top {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img.menu_left_bottom {
	padding: 0px;
	margin-bottom: -5px;
	border: 0px;
}

a.menu_left {
	color: #000000;
	text-decoration: none;
}

a.menu_left:hover {
	color: #000000;
}

/*
#################################
#  Menü-Klassen (rechte Seite)  #
#################################
*/
table.menu_right    { background: ;
                      width:  ;
                      border: ;
                    }
th.menu_right_head  { background: ; height: ; }
th.menu_right_foot  { background: ; height: ; }
th.menu_right_topic { background:      ;
                      height:          ;
                      padding:         ;
                      border:          ;
                      font-family:     ;
                      font-weight:     ;
                      font-size:       ;
                      text-align:      ;
                      text-decoration: ;
}

td.menu_right       { border: ; }

div.menu_right      { background: ;
                      width: ;
                      height: ;
                      padding: ;
                      border: ;
                      font-family: ;
                      font-weight: ;
                      font-size:   ;
                      text-align:  ;
                      color: ;
                   }

a.menu_right        { font-weight: ;
                      text-decoration: ;
                      color: ;
                   }
a.menu_right:hover  { font-weight: ;
                      text-decoration: ;
                      color: ;
                   }


/*
######################
#  Banner / Werbung  #
######################
*/
table.banner { background: ;
               width:  ;
               border: ;
             }
th.banner_head  { background: ; height: ; }
th.banner_foot  { background: ; height: ; }
td.banner       { border: ; padding: ; }

a.banner        { font-weight: ;
                  text-decoration: ;
                  color: ;
                }
a.banner:hover  { font-weight: ;
                  text-decoration: ;
                  color: ;
                }