body {
    font-family: Arial, Helvetica, Serif; 
    font-size: 10px; 
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px none #ff0000;
}

td {
    padding: 0px;
    margin: 0px; 
    text-align : left;
    vertical-align : top;
    background-repeat: no-repeat;
}

.border {
    background-color: #d0d0d0;
}

.btext {
    font-size: 1em; 
    text-decoration : none;
    color: #000000;
}

.phtitel {
    font-size: 1em; 
    text-decoration : none;
    color: #000000;
}

a.btext {
    font-size: 1em; 
    text-decoration : underline;
    color: #5aa01e;
}

a.btext:hover {
    text-decoration : none;
}

a.main_menu {
    font-size: 0.8em; 
    text-decoration : none;
    color: #ffffff;
    margin-left: 2px;
}

a.main_menu:hover {
}

a.sub_menu {
    font-size: 0.8em; 
    text-decoration : none;
    color: #000000;
    margin-left: 2px;
}

a.sub_menuOver {
    font-size: 0.8em; 
    font-weight: bold;
    text-decoration : none;
    color: #5aa01e;
    margin-left: 2px;
}

a.sub_menu:hover {
    color: #5aa01e;
    text-decoration : underline;
}

a.sub_menuEver {
    font-size: 0.7em; 
    text-decoration : none;
    color: #ffffff;
    margin-left: 14px;
}

a.sub_menuEverOver {
    font-size: 0.7em; 
    text-decoration : none;
    color: #ffffff;
    margin-left: 14px;
}

a.sub_menuEver:hover {
    color: #ffffff;
    text-decoration : underline;
}

p.btitel {
    font-size: 1.5em; 
    text-decoration : none;
    color: #5aa01e;
}

p.rtext {
    font-size: 1em; 
    text-decoration : none;
    color: #000000;
}

p.rtitel {
    font-size: 1em;
    font-weight: bold;
    text-decoration : none;
    color: #000000;
}

td.main_menu {
    padding-top: 20px;
}

td.menuPoint {
    padding-right: 35px;
    text-align : right;
    line-height: 1.2em;
    vertical-align : bottom;
}

td.menuPointOver {
    padding-right: 35px;
    color: #5aa01e;
    text-align : right;
    line-height: 1.2em;
    vertical-align : bottom;
}

td.menuPointEver {
    padding-right: 10px;
    text-align : left;
    line-height: 1.2em;
    vertical-align : bottom;
}

td.menuPointEverOver {
    color: #0000ff;
    text-align : left;
    vertical-align : bottom;
}

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

td.menuPointLineOver {
    text-align : left;
    vertical-align : bottom;
    padding-bottom: 3px;
}

ul.btext {
    font-size: 1em; 
    text-decoration : none;
    color: #000000;
    padding: 0px;
    margin: 0px; 
}
/*-----------------------------------------------------*/
/*--- Erweiterung der Startseite um ein Textbereich ---*/
/*--- 2010-11-18 M.M. ---------------------------------*/
/*-----------------------------------------------------*/
#dbox{
   position: relative;
   width:960px;
   height:341px;
}

#dtxtbox{
   width:450px;
   height:341px;
   position:absolute;
   top:0px;
   left:100px;
   color:#777777;
   font-family: Arial, Helvetica, Serif; 
   font-size: 12px;
   line-height: 160%;
   text-align: left;
}
