@charset "utf-8";
/*	CSS Document 
	Ersteller: Pixelpoint.at
	Letzte Aktualisierung: 07.08.2008
	Copyright  2008
*/

body {
	padding: 0;
	margin: 0;
	background: #A7A849 url(../images/hintergrund.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

body .LinkNoUnderline {
	color: #FFFFFF;
	text-decoration: none;
}

body .bold {
	font-weight: bold;
}

h1 {
	font-size: 14px;
	margin: 0px;
}

h2 {
	font-size: 12px;
	margin: 0px;
}

a {
	color: #FFFFFF;
}

ol {
	list-style: disc;
}

#menue .menue-bottom-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A7A849;
	padding-left: 10px;
}

#menue .fatfont {
	color: #000000;
	font-weight: bold;
}

#menue .underline {
	color: #A7A849;
	text-decoration: underline;
}

a.menu {
	display: block; 
	margin-bottom: 1px;
	line-height: 1.7;
	text-decoration: none;
	padding-left: 10px;
	height: 20px;
}

a.menu:link {
	color: #FFFFFF;
	background-color: #A7A849;
}

a.menu:visited {
	color: #FFFFFF;
	background-color: #A7A849;
}
	
a.menu:hover   {
	color: #FFFFFF;
	background-color: #653600;
}
	
a.menu:active  {
	color: #FFFFFF;
	background-color: #653600;
}
