body
{
   background-color:#52C425;
   font-family:Verdana;
   font-size:11px;
   color:#000000;
   font-weight:normal;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   margin-bottom:0px;
   overflow:auto;
   overflow: -moz-scrollbars-vertical;
}

td
{
   font-family:Verdana;
   font-size:11px;
   color:#000000;
   font-weight:normal;
}

.bold
{
   font-weight:bold;
   color:#007258;
}

.bold_black
{
   font-weight:bold;
   color:#000000;
}

.text_footer
{
   color:#FFFFFF;
}

.border_dark_green
{
   border-width:1px;
   border-style:solid;
   border-color:#007258;
   height:100%;
}

.full
{
   height:100%;
}

.bg
{
   background-image:url(../images/fond.gif);
   background-repeat:repeat-x;
}

.white
{
   background-color:#FFFFFF;
}

.green
{
   background-color:#80b8ab;
}

.dark_green
{
   background-color:#007258;
}
                                /* Links */
a:link
{
   font-weight:bold;
   color:#007258;   
   text-decoration:none;
}
a:visited
{
   font-weight:bold;
   color:#007258;  
   text-decoration:none;
}
a:hover
{
   font-weight:bold;
   color:#52C425; 
   text-decoration:none; 
}
a:active
{
   font-weight:bold;
   color:#52C425;  
   text-decoration:none;
}
a.bold_black:link
{
   font-weight:bold;
   color:#000000;   
   text-decoration:none;
}
a.bold_black:visited
{
   font-weight:bold;
   color:#000000;  
   text-decoration:none;
}
a.bold_black:hover
{
   font-weight:bold;
   color:#FFFFFF; 
   text-decoration:none; 
}
a.bold_black:active
{
   font-weight:bold;
   color:#FFFFFF;  
   text-decoration:none;
}
a.footer:link
{
   font-weight:normal;
   text-decoration:none;
   color:#FFFFFF;
}
a.footer:visited
{
   font-weight:normal;
   text-decoration:none;
   color:#FFFFFF;
}
a.footer:hover
{
   font-weight:normal;
   text-decoration:none;
   color:#007258;
}
a.footer:active
{
   font-weight:normal;
   text-decoration:none;
   color:#FFFFFF;
}
                                 /* headmenu */
a.headmenu_home
{
   display:block;
   background-image:url(../images/home_01.gif);
   width:94px;
   height:20px;
}
a.headmenu_home:hover,active
{
   background-image:url(../images/home_02.gif);

}
a.headmenu_rmobil
{
   display:block;
   background-image:url(../images/reisemobile_01.gif);
   width:94px;
   height:20px;
}
a.headmenu_rmobil:hover,active
{
   background-image:url(../images/reisemobile_02.gif);

}
a.headmenu_wwagen
{
   display:block;
   background-image:url(../images/wohnwagen_01.gif);
   width:94px;
   height:20px;
}
a.headmenu_wwagen:hover,active
{
   background-image:url(../images/wohnwagen_02.gif);

}
a.headmenu_used
{
   display:block;
   background-image:url(../images/gebrauchte_01.gif);
   width:94px;
   height:20px;
}
a.headmenu_used:hover,active
{
   background-image:url(../images/gebrauchte_02.gif);

}
a.headmenu_rent
{
   display:block;
   background-image:url(../images/vermietung_01.gif);
   width:94px;
   height:20px;
}
a.headmenu_rent:hover,active
{
   background-image:url(../images/vermietung_02.gif);

}
a.headmenu_stuff
{
   display:block;
   background-image:url(../images/zubehoer_01.gif);
   width:94px;
   height:20px;
}
a.headmenu_stuff:hover,active
{
   background-image:url(../images/zubehoer_02.gif);

}
a.headmenu_contact
{
   display:block;
   background-image:url(../images/kontakt_01.gif);
   width:94px;
   height:20px;
}
a.headmenu_contact:hover,active
{
   background-image:url(../images/kontakt_02.gif);

}

                           /* formularfelder */
.textfield
{
   border: solid 1px;
   border-color:#007258;
   font-family:Verdana;
   font-size:11px;
   color:#007258;
   font-weight:normal;
   width:300px;
}
.textfield_med
{
   border: solid 1px;
   border-color:#007258;
   font-family:Verdana;
   font-size:11px;
   color:#007258;
   font-weight:normal;
   width:196px;
}
.textfield_sm
{
   border: solid 1px;
   border-color:#007258;
   font-family:Verdana;
   font-size:11px;
   color:#007258;
   font-weight:normal;
   width:100px;
}
.textarea
{
   border: solid 1px;
   border-color:#007258;
   font-family:Verdana;
   font-size:11px;
   color:#007258;
   font-weight:normal;
   width:300px;
   height:200px;
}