/* CSS Document */

/*Standardschrifteinstellung f�r die gesamte Seite*/

body {
  font-size: 8pt;
  font-family: Verdana, Geneva, sans-serif;
  color: #333333;
}

/*Standardeinstellung f�r die Men�leiste*/
/*
a.MainMenu:link {
  color:#FFFFFF;
 }
a.MainMenu:hover
 {
  color:#FFCC66;
 }
a.MainMenu:active
 {
  color:#FFCC66;
 }
*/

#HauptMenu {
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: bold;
}


#HauptMenu a {
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: bold;
}

#HauptMenu a:hover {
  font-size: 9pt;
  color: #FFCC66;
  font-weight: bold;
}

#HauptMenu a.MainMenu:active {
  font-size: 9pt;
  color: #FFCC66;
  font-weight: bold;
} 

#UnterMenu {
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: normal;
}
#UnterMenu a {
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: normal;
}

#UnterMenu a:hover, a:active {
  color: #FFCC66;
}

#News {
  font-size: 8pt;
  font-family: Verdana, Geneva, sans-serif;
  color: #CCCCCC;
  font-weight: normal;
}

#News h1 {
  font-size: 8pt;
  font-weight: bold;
  color: #99CC33;
}

#News h2 {
  font-size: 8pt;
  font-weight: normal;
  color: #CCCCCC;
}


#Content {
  font-size: 8pt;
  font-family: Verdana, Geneva, sans-serif;
  color: #333333;
}

#Content h1 {
  font-size: 11pt;
  color: #003333;
  font-weight: bold;
 }

#Content h2 {
  font-size: 10pt;
  color: #003333;
  font-weight: bold;
}

#Content h3 {
  font-size: 9pt;
  color: #003333;
  font-weight: bold;
}

#Content a {
  font-size: 8pt;
  color: #993333;
  font-weight: bold;
}

#Content a:hover {
  color: #663333;
  font-weight: bold;
}

h1 {
  font-size: 11pt;
  color: #003333;
  font-weight: bold;
}

h2 {
  font-size: 10pt;
  color: #003333;
  font-weight: bold;
}

h3 {
  font-size: 9pt;
  color: #003333;
  font-weight: bold;
}


/*Einstellungen f�rs G�stebuch -- BEGIN -- */

#gb_header {
  font-size: 10pt;
  color: #CCCCCC;
}

#gb_header a {
  font-size: 10pt;
  color: #CCCCCC;
  font-weight: bold;
}

#gb_header a:hover, a:active {
  color: #CC0000;
}

#gb_mail a {
  font-size: 10pt;
  color: #99CC33;
  font-weight: bold;
}

#gb_mail a:hover, a:active {
  color: #CC0000;
}

#gb_header name {
  font-size: 10pt;
  font-weight: bold;
  color: #99CC33;
}

#gb_header ort {
  fontsize: 10pt;
  font-weight: bold;
  color: #CCCCCC;
}

#gb_header h1 {
  font-size: 10pt;
  font-weight: bold;
  color: #99CC33;
}

#gb_header h2 {
  font-size: 10pt;
  font-weight: bold;
  color: #CCCCCC;
}

#gb_entry {
  font-size: 10pt;
  color: #CCCCCC;
}

/*Einstellungen f�rs G�stebuch -- END -- */





/*Tabellenhintergrund*/
/*
#Tabellenhintergrund {
  background-image:url(images/Hintergrund_back.jpg); background-repeat:no-repeat;
}
*/

/*Einstellungen f�r Haupt�berschrift Inhalt (CONTENT)*/
/*h1 {
  font-size: 16pt;
  color: #99CC33;
  font-weight: bold;
}
*/
/*Einstellungen f�r Unter�berschrift Inhalt (CONTENT)*/
/*h2 {
  font-size: 14pt;
  color: #99CC33;
  font-weight: bold;
}
*/
/*Einstellungen f�r Seitentitel (SEITENTITEL)*/
/*h3 {
  font-size: 16pt;
  color: #CC0000;
  font-weight: bold;
}
*/
/*Einstellungen f�r �berschrift Aktuelles (LINKS)*/
h4 {
  font-size: 10pt;
  color: #99CC33;
  font-weight: bold;
}
