/* LOGO */
.Logo
{
	margin-left: 5px;
	background-color: #ede8cf;
	margin-bottom: 0;
	width: 185px;
	padding-left: 20px;
}

/* MENU */
.Menu
{
	background-color: #ede8cf;
	margin-left: 5px;
	margin-top: 0px;
	text-decoration: none;
	color: #000;
	width: 205px;
	
}

.Menu a 
{
	text-decoration: none;
	color: #000;
}
.MenuEbene1 a:visited, .MenuEbene2 a:visited, .MenuEbene3 a:visited,
{
	color: #000;
}
.MenuEbene1 a:hover, .MenuEbene2 a:hover, .MenuEbene3 a:hover
{
	font-weight: normal;
	color: #4a7f45;
}

.Menupunkt
{
	display: block;
	background: url('../images/MenuElementHintergrund.png') repeat-x bottom;
	width: 205px;
}

.MenuEbene1Aktiv a
{
	display: block;
	
	padding-left: 8px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 220%;
    background-color: #4a7f45;
    padding-bottom: 2px;
    text-decoration: none;
}

.MenuEbene1Aktiv a:hover
{

	color: #fff;
	font-weight: bold;

}

.MenuEbene1
{
	display: block;
	width: 201px;
	padding-left: 4px;
	text-decoration: none;
	color: #000;
	line-height: 220%;
	padding-bottom: 2px;
	
}
.MenuEbene1 a 
{
	text-decoration: none;
	border: none; 
}

.MenuEbene2
{
	display: block;
	width: 184px;
	padding-left: 17px;
	text-decoration: none;
	color: #000;
	line-height: 220%;
	background-image: url('../images/MenuPunkt.png');
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 4px;
    padding-bottom: 2px;
}

.MenuEbene2CUR
{
	display: block;
	width: 184px;
	padding-left: 17px;
	text-decoration: none;
	color: #000;
	line-height: 220%;
	background-image: url('../images/Pfeil.gif');
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 4px;
    padding-bottom: 2px;
}

.MenuEbene3
{
	display: block;
	width: 175px;
	padding-left: 22px;
	text-decoration: none;
	color: #000;
	line-height: 100%;
	
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 8px;
    padding-bottom: 2px;
}

.MenuEbene3CUR
{
	display: block;
	width: 175px;
	padding-left: 22px;
	text-decoration: none;
	color: #000;
	line-height: 100%;
	background-image: url('../images/Pfeil.gif');
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 8px;
    padding-bottom: 2px;
}

/* BEREICH RUND UM DIE SUCHE */
#SucheBox
{
	margin: 6px;
	margin-left: 2px;
	margin-right: 4px;
	width: 205px;
	margin-bottom: 5px;
}

.Suche 
{
	border: 1px solid #a3a3a3;
	float: left;
	width: 128px;
	height: 24px;
	
	padding-left: 4px;
}

.Suchbegriff
{
	
	border: none;
	width: 100px;
}

.SucheSchaltflaeche
{
	background: url('../images/SucheKlick.png') no-repeat;
	width: 20px;
	height: 20px;
	border: none;
	margin-top: 2px;
	cursor: pointer;
}

.Drucken
{
	padding-top: 2px;
	padding-left: 4px;
	float: left;
	margin-right:4px;
}

.Schriftgroesse 
{
	float: right;
	padding-top: 3px;
	font-size: 11px;
}
.SchriftKleiner
{
	font-size: 10px;
	text-decoration: none;
	color: #4a7f45;
	font-weight: bold;
}
.SchriftGroesser
{
	font-size: 18px;
	text-decoration: none;
	color: #4a7f45;
	font-weight: bold;
}

.SchriftNormal
{
	font-size: 14px;
	text-decoration: none;
	color: #4a7f45;
	font-weight: bold;
}


#Moewen 
{
	margin-top: 10px;
	padding-left: 30px;
	padding-top: 10px;
}
