body {
	margin: 0px 0;
	padding: 0;
	background : url(rasen.jpg) fixed repeat left top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-color: #000000
}

h1, h2, h3 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 0px;
	text-decoration: none;
        font-color: none;
}

a:hover {
	border: none;
        text-decoration: underline;
}

img {
	border: none;
}


/* Menu */

#menu {
	width: 922px;
	height: 33px;
	margin: 0 auto;
	background: #37AEF2 url(imgh1.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(imgh2.gif);
        height: 24px;
	color: #FFFFFF;
}

/* speziell */

a.speziell:link {
   color:            #ffffff;
}

a.speziell:visited {
   color:            #ffffff;
text-decoration: none;
}

a.speziell:hover {
   color:            #ffffff;
   text-decoration: underline;
}

a.speziell:active {
   color:            #ffffff;
text-decoration: none;
}

/* speziell2*/

a.speziell2:link {
   color:            #ffa500;
}

a.speziell2:visited {
   color:            #ffa500;
text-decoration: none;
}

a.speziell2:hover {
   color:            #1e90ff;
   text-decoration: underline;
}

a.speziell2:active {
   color:            #ffa500;
text-decoration: none;
}