/* CSS Document */



/*Standardschrifteinstellung für die gesamte Seite*/

body {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color: #CCCCCC;
}

/*Standardeinstellung für die Menüleiste*/
a {
	font-size: 10pt;
	color: #99CC33;
	font-weight: bold;
}

a:hover, a:active {
	color: #CC0000;
}

#HauptMenu a {
	font-size: 10pt;
	color: #99CC33;
	font-weight: bold;
}
#HauptMenu a:hover, a:active {
	color: #CC0000;
}

#UnterMenu a {
	font-size: 10pt;
	color: #CCCCCC;
	font-weight: normal;
}

#UnterMenu a:hover, a:active {
	color: #CC0000;
}

#News {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color: #CCCCCC;
	font-weight: normal;
}

#News h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #99CC33;
}

#News h2 {
	font-size: 10pt;
	font-weight: normal;
	color: #CCCCCC;
}


#Content {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color: #CCCCCC;
}

#Content h1 {
	font-size: 16pt;
	color: #99CC33;
	font-weight: bold;
}

#Content h2 {
	font-size: 12pt;
	color: #99CC33;
	font-weight: bold;
}

#Content a {
	color: #CCCCCC;
	font-weight: bold;
}

#Content a:hover, a:active {
	color: #99CC33;
	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;
}
