/*** <!--Grundeinstellungen--> ***/
body
{
  margin: 0;
  margin-top: 5px;
  background: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #CCCCCC;
}

div#main
{
  width: 780px;
  background-color: #090503;
  background: url('images/bg.jpg') repeat-x;
  margin-left: auto;
  margin-right: auto;
}
/*** <!--Grundeinstellungen ende--> ***/


/*** <!--Kopf mit Banner--> ***/
div#banner
{
  background: url('images/kopf.png') no-repeat;
  height: 90px;
}
/*** <!--Kopf mit Banner ende--> ***/


/*** <!--Kopfmenü--> ***/
div#kopfmenu
{
  height: 20px;
}

div#start
{
  float: left;
  text-align: left;
  width: 230px;
  padding-left: 5px;
  padding-top: 3px;
}

div#buttons
{
  float: right;
  width: 530px;  /* für Firefox */
  text-align: center;
}

ul.kopfmenu
{
  float: right;
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

ul.kopfmenu li
{
  list-style: none;
  float: left;
}

ul.kopfmenu a
{
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  color: #C0C0C0;
  display: block;
  padding: 3px 5px 3px 5px;
}

ul.kopfmenu a:hover
{
  color: #C0C0C0;
  text-decoration: none;
  background-color: #000000;
}
/*** <!--Kopfmenü ende--> ***/


/*** <!--Seite--> ***/
div#maincont
{
  border-top: 1px solid #090503;
  min-height: 220px;  /* für Firefox */
}

div#maincont input#button
{
  border: 0px;
  color: #ffffff;
  background-color: #580000;
}
/*** <!--Seite ende--> ***/


/*** <!--Hauptmenü--> ***/
div#leftside
{
  float: left;
  width: 110px;
  text-align: left;
}

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

ul#hauptmenu li
{
  list-style: none;
  line-height: 20px;
}

ul#hauptmenu a
{
  color: #FF0000;
  font-family: Arial, Verdana;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}
 
ul#hauptmenu a:hover
{
  color: #C0C0C0;
}
/*** <!--Hauptmenü ende--> ***/


/*** <!--Content--> ***/
div#content
{
  color: #C0C0C0;
  font-family: Verdana, Arial;
  font-size: 12px;
  text-align: left;
  margin-left: 110px;
  width: 660px;
  padding: 5px;
}

div#contheadouter
{
  border-top: 1px solid #803331;
  border-bottom: 1px solid #803331;
  font-size: 14px;
  font-weight: bold;
}

div#contheadinner
{
  color: #FF0000;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 25px;
  background: black url(images/contentheading.png) top left no-repeat;
}

.trennung {
  border-top: 1px dashed #803331;
  color: #ff0000;
  margin-bottom: 10px;
  margin-top: 5px;
}

.trennunghead {
  border-bottom: 1px dashed #803331;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(images/trennung.png) center left no-repeat;
}

div#content td
{
  font-family: Verdana, Arial;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}

div#content a
{
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
} 

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

div#content input, textarea
{
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #ffffff;
  background-color: #c0c0c0;
}

div#content input.button
{
  border: 0px;
  color: #ffffff;
  background-color: #580000;
}
/*** <!--Content ende--> ***/


/*** <!--Fusszeile--> ***/
div#fuss
{
  width: 780px;
  border-top: 1px solid #803331;
  font-size: 10px;
}
/*** <!--Fusszeile ende--> ***/


