/*Styles für die DIV-Container*/
div.main
{
    background-color:white;
    position:static;
    margin:auto;
    text-align:center;
    width:800px;
    min-width:650px;
    height:100%;
}

div.links_top
{
    background-color:white;
    background-image:url("../img/links_top_small.jpg");
    position:static;
    text-align:right;
    height:20px;
}

div.banner
{
    background-color:#e12c02;
    background-image:url("../img/banner.jpg");
    position:static;
    height:100px;
}
div.links_bottom
{
    background-color:white;
    background-image:url("../img/links_bottom_small.jpg");
    position:static;
    text-align:left;
    height:20px;
}

div.content
{
    background-color:white;
    position:realtiv;
    top:140px;
    bottom:28px;
    min-height:450px;
    height: auto !important;
    height: 450px;
    text-align:left;
}

div.bottom
{
    background-color:white;
    background-image:url("../img/bottom_small.jpg");
    position:relativ;
    bottom:0;
    height:28px;
    text-align:left;
    vertical-align:text-top;
}

.Link_Container
{
  background-color:#e12c02;
  background-image:url("../img/links_bottom_small.jpg");
  background-repeat:repeat-x;
  position:absolut;
  width:auto;
  max-width:110px;
  height:20px;
  float:left;
  overflow:hidden;
  margin-left:3px;
}
/*
.Link_Container:hover
{
  background-color:#e12c02;
  background-image:url("../img/links_bottom_small.jpg");
  background-repeat:repeat-x;
  position:absolut;
  width:auto;
  max-width:110px;
  height:auto;
  float:left;
  overflow:hidden;
}
*/
div.Hilfscontainer_Termin_Button
{
   position:relative;
   width:120px;
   height:50px;
   top:50px;
   left:600px;
}
div.Termin_Button
{
  background-image:url("../img/termin_button.jpg");
  background-repeat:no-repeat;
}
