/*** <!--Grundeinstellungen--> ***/
body
{
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  background: url(images/bg.png) repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a { outline: none; }

a img { border: none; }

div#seite
{
  width: 780px;
}

div#main
{
  float: left;
  padding: 3px;
  border: 1px solid #ccc;
  background: #EFEFEF;
  text-align: left;  /* Internet Explorer */
  color: #000;
}
/*** <!--Grundeinstellungen ende--> ***/


div#toptext
{
  height: 21px;
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #ccc;
  background: #E5D8A6;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #800000;
  text-align: center;
  width: 770px;
}

/*** <!--Kopfmenü--> ***/
div#kopfmenu
{
  height: 21px;
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #ccc;
  background: #E5D8A6;
}

div#kopfmenu span
{
}

ul.kopfmenu
{
  float: right;
  padding: 0px;
  margin: 0px;
}

ul.kopfmenu li
{
  float: left;
  border-left: 1px solid #aaa;
  line-height: 21px;
  list-style: none;
}

ul.kopfmenu a
{
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 11px;
}

ul.kopfmenu a:hover
{
  background: #c64934;
  color: #fff;
}
/*** <!--Kopfmenü ende--> ***/


/*** <!--Kopf--> ***/
div#kopf
{
  height: 130px;
  width: 770px;
  margin-bottom: 3px;
  border: 1px solid #ccc;
  background: url(images/kopf.jpg) no-repeat;
}
/*** <!--Kopf ende--> ***/


/*** <!--Hauptmenü--> ***/
div#linksaussen
{
  float: left;
  margin-right: 3px;
  text-align: center;
  width: 161px;
}

div#jubilaeum
{
  float: left;
  width: 149px;
  height: 85px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  background: url(images/jubilaeum.png) no-repeat;
  text-align: left;
  font-size: 10px;
}

div.linksinnen
{
  float: left;
  width: 159px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  text-align: left;
}

ul.hauptmenu
{
  margin: 0px;
  padding: 0px;  /* für Firefox */
  font-family: Arial, Helvetica, sans-serif;
}

ul.hauptmenu li
{
  list-style: none;
}

ul.hauptmenu a
{
  padding-top: 5px;
  padding-left: 18px;
  background: url(images/menu_bg.png) no-repeat;
  display: block;
  height: 20px;
  text-decoration: none;
  color: #ccc;
  font-size: 11px;
  font-weight: bold;
}
 
ul.hauptmenu a:hover
{
  background-position: 0px -25px;
  text-decoration: none;
  color: #fff;
}
/*** <!--Hauptmenü ende--> ***/


/*** <!--Content--> ***/
div#content_header
{
  float: left;
  height: 25px;
  width: 597px;
  margin-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #ccc;
  background: url(images/content_kopf.png) no-repeat;
  line-height: 25px;
  color: #ffffff;
  font-weight: bold;
}

div#content
{
  float: left;
  width: 597px;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #ccc;
  background: #F9FBD9;
}

div.trennung_kopf
{
  height: 20px;
  padding-left: 20px;
  background: url(images/trennung_kopf.png) center left no-repeat;
  font-weight: bold;
}

div.trennung
{
  height: 10px;
  margin-bottom: 10px;
  background: url(images/trennung.png) center left no-repeat;
}

div#content td
{
  text-align: left;
  vertical-align: top;
}

div#content a
{
  text-decoration: none;
  color: #400000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

div#content a:hover
{
  text-decoration: underline;
}

div#content input, textarea
{
  border: 1px solid #000;
  background-color: #c0c0c0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

div#content input.button
{
  border: 0px;
  background-color: #580000;
  color: #fff;
}

/*** <!--Content ende--> ***/


/*** <!--Fusszeile--> ***/
div#fuss
{
  padding-bottom: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

#fuss a
{
  text-decoration: none;
  color: #082680;
  font-weight: bold;
} 

#fuss a:hover
{
  text-decoration: underline;
}
/*** <!--Fusszeile ende--> ***/

