/* --- Titel --- */
.title {
	font-family:Arial,sans-serif;
	font-size:2.5em;
	font-weight:bold;
	color:#CCCC00;
}

H2 {
	font-family:Arial,sans-serif;
	font-size:1.8em;
	font-weight:bold;
	color:#CCCC00;
	text-align:center; 
	
}

H3 {
	font-family:Arial,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#CCCC00;
	margin-bottom: 0cm;
}
H4 {
	font-family:Arial,sans-serif;
	font-size:1.0em;
	font-weight:bold;
	margin-bottom: 0cm;
}


/* --- News --- */
.date {
	font-family: Arial,sans-serif;
	font-size: 0.7em;
	visibility: visible;
}


/* --- Text --- */


.text {
	
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	visibility: visible;

}
	
.text a {
	color: #CCCC00;
	text-decoration: none;
}
.text a:link {
	color: #CCCC00;
	text-decoration: none;
}
.text a:visited {
	color: #CCCC00;
}
.text a:hover {
	color: #CCCC00;
	text-decoration: underline;
}						
	

/* --- Pfad und Footer --- */

.foot {
	
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	visibility: visible;
	color: white;
	
}

.foot a {
	color: white;
	text-decoration: none;
}
.foot a:link {
	color: white;
	text-decoration: none;
}
.foot a:visited {
	color: white;
}
.foot a:hover {
	color: white;
	text-decoration: underline;
}


/* --- Hauptnavigation --- */

.menu {
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	height: 20pt;
	visibility: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	position: static;
	background-color: #FFFFE1;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 150px;
}

.menu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold
}
.menu a:link {
	color: #000000;
	text-decoration: none;
}
.menu a:visited {
	color: #000000;
}
.menu a:hover {
	color: #BBBB00;
}



/* --- Unterrubriken --- */

.menu2 {
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	height: 20pt;
	visibility: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	position: static;
	background-color: #FFFFCC;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 150px;
}

.menu2 a {
	color: #000000;
	text-decoration: none;
}
.menu2 a:link {
	color: #000000;
	text-decoration: none;
}
.menu2 a:visited {
	color: #000000;
}
.menu2 a:hover {
	color: #BBBB00;
}


/* --- Gästebuch --- */
.guestbook	{
	
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	height: 20pt;
	visibility: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	position: static;
	background-color: #CCCC00;
	color: white;
	
	width: 150px;
}

.guestbook a {
	color: white;
	text-decoration: none;
}
.guestbook a:link {
	color: white;
	text-decoration: none;
}
.guestbook a:visited {
	color: white;
}
.guestbook a:hover {
	color: white;
	text-decoration: underline;
}



/* --- Artikel in der Navigation --- */

.artikel {
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	height: 20pt;
	visibility: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	position: static;
	background-color: #FFFFE1;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 150px;
}

.artikel a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
.artikel a:link {
	color: #000000;
	text-decoration: none;
}
.artikel a:visited {
	color: #000000;
}
.artikel a:hover {
	color: #BBBB00;
}

/* --- rechter Balken --- */

.rechts {
	
	font-family: Arial,sans-serif;
	font-size: 0.8em;
	visibility: visible;
}

.rechts a {
	color: #000000;
	text-decoration: none;
}
.rechts a:link {
	color: #000000;
	text-decoration: none;
}
.rechts a:visited {
	color: #000000;
}
.rechts a:hover {
	color: #BBBB00;
}

/* --- Formatierung für Tabellen --- */

.tabelle {
	
	font-family: Arial,sans-serif;
	font-size: 1em;
	visibility: visible;
}

.tabelle a {
	color: #BBBB00;
	text-decoration: none;
}
.tabelle a:link {
	color: #BBBB00;
	text-decoration: none;
}
.tabelle a:visited {
	color: #BBBB00;
}
.tabelle a:hover {
	color: #BBBB00;
}					

				
