@charset "utf-8";

html, body
{
   background-color: #F9ECD4;
   font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #000000;
}

h1
{
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #000000;
   margin-left: 0;
   font-size: 18px;
   font-weight: bold;
   margin-top: 0;
}

#box_aussen
{
   width: 1005px;
   height: auto;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
}

#box_logo
{
   width: 782px;
   height: 198px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 30px;
   background-image: url("logo.jpg");
   background-repeat: no-repeat;
   background-position: 0 0;
}

#box_anfahrt
{
   width: 782px;
   height: 160px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;
   margin-bottom: 50px;
}

#box_info1
{
   width: 782px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
}

#box_info2
{
   width: 500px;
   height: auto;
   margin-left: 111px;
   margin-top: 50px;
}

#box_info2 a.link_navi_no
{
  color: black;
  text-decoration: underline;
}
#box_info2 a.link_navi_no:link, #box_info2 a.link_navi_no:visited
{

}
#box_info2 a.link_navi_no:hover, #box_info2 a.link_navi_no:focus
{
  text-decoration: none;

}
#box_info2 a.link_navi_no:active
{
  text-decoration: underline;
}

#box_footer
{
   width: 782px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   margin-top: 80px;
   padding-bottom: 10px;
   font-size: 11px;
}

#box_footer a.link_navi_no
{
  color: black;
  text-decoration: underline;
}
#box_footer a.link_navi_no:link, #box_footer a.link_navi_no:visited
{

}
#box_footer a.link_navi_no:hover, #box_footer a.link_navi_no:focus
{
  text-decoration: none;

}
#box_footer a.link_navi_no:active
{
  text-decoration: underline;
}