html, body
{
   padding: 0px;
   margin: 0px;
   text-align: center; /* wegen IE-Bug */
}

body
{
   background-color: #ffffff;
   font-family: Verdana, Tahoma, Arial, sans-serif;
   font-size: 12px;
   color: #360073;
   font-weight: normal;
}

img
{
   border: 0px;
}

a
{
   color: #360073;
   text-decoration: underline;
}
a:hover
{
   text-decoration: none;
}

div#seite
{
   background-color: #c5c4c3;
   height: 300px;
   background-position: center;
   background-repeat: no-repeat;
   background-image: url('/images/top_hintergrund.gif');
}

div#logo
{
   position: relative;
   top: 50px;
   height: 50px;
   width: 800px;
   margin: 0px auto;
   text-align: left;
}

div#logo img
{
   width: 300px;
   height: 45px;
}

div#logo b
{
   font-size: 14px;
   color: #ffffff;
}

div#seite_gelb
{
   position: relative;
   top: 100px;
   margin: 0px auto;
   background-color: #f0ef84;
   width: 800px;
   min-height: 350px;
   border: 3px #e0363d solid;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
}

div#seite_weiss
{
   margin: 0px auto;
   height: 40px;
   width: 800px;
}

div#menu
{
   height: 40px;
   width: 100%;
   background-image: url('/images/menu_hintergrund.png');
   background-repeat: repeat-x;
}

div#menu table
{
   width: 750px;
   margin: 0px 25px;
}

div#menu table td
{
   height: 40px;
   vertical-align: center;
}

div#menu a
{
   vertical-align: center;
   color: #ffffff;
   text-decoration: none;
}

div#menu a:hover, div#menu a.selected
{
   text-decoration: underline;
}

div#oben
{
   width: 100%;
   height: 16px;
   background-image: url('/images/oben_rund.png');
   background-repeat: no-repeat;
}

div#content
{
   padding: 15px 25px;
   text-align: justify;
}

div#content h2
{
   margin-top: 0px;
}

div#footer
{
   font-size: 10px;
   color: #999999;
}

div#footer a
{
   font-size: 10px;
   color: #999999;
   text-decoration: none;
}

.clear
{
   clear: both;
}

.center
{
   text-align: center;
}

