body{
	background: #FFE4A4;
	font-family: Arial, Verdana, Arial;
	font-size: 1.1em;
}

a:link       { color: #000000; text-decoration: none; font-family: Arial }
a:visited    { color: #000000; text-decoration: none; font-family: Arial }
a:active     { color: #000066; text-decoration: none; font-family: Arial }
a:hover      { color: #FF0000; font-family: Arial; text-decoration: underline }
select       { font-family: Arial }

	
/*KOPFZEILE*/
.kopfzeile_mitte{
	background-image:url(layout/oben_mitte.gif); 
	background-repeat:repeat-x;
	}

.ueberschrift{
	font-family:Trebuchet MS,Arial;
	font-style:	monospace;
	font-size:	2.5em;
	color:		darkblue;
	font-weight:bold;
	}

.menue_oben a:hover {
	text-decoration: none;
	color: White;
}

.menue_oben a:active {
	text-decoration: none;
	color: #303E48;
}

.menue_oben {
	background-image: url(layout/menue_oben_mitte.gif);
	background-repeat: repeat-x;
}

/*MENÜ*/
.menue{
	font-family:Arial;
	background-image:url(layout/menue_mitte.gif); 
	background-repeat:repeat-y;
	font-size: 1.25em;
	text-decoration: none;
	color: #303E48;
}

.menue a:hover { 
	color: #CCCCCC;
	background-color: #333E48;
	text-decoration: none;
	}
.menue a:active { 
	color: #333E48;
	text-decoration: none;
	}
	
.adresse {
	font-size: 0.75em;
	color: #303E48;
}

.unter_menue {
	background-image: url(layout/menue_unter.gif);
	background-repeat: repeat-y;
	font-family:Arial;
	font-size: 1.1em;
	text-decoration: none;
	color: #303E48;
}

.unter_menue a:hover { 
	color: #CCCCCC;
	background-color: #607C90;
	text-decoration: none;
	}
.unter_menue a:active { 
	color: #303E48;
	text-decoration: none;
	}

/*HAUPTSEITE*/

.haupt {
	background-color: #D7E8F5;
	border: 1px solid Black;
	padding: ;
	padding-left: 5px;
	padding-top: 5px;
}
.haupt a {
	color: darkblue;
}

.haupt a:hover { 
	color: red;
}

.bild {
	border-color: darkblue;
}