body {
	scrollbar-base-color: #37ae47;
  scrollbar-3d-light-color: #37ae47;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-darkshadow-color: #37ae47;
  scrollbar-face-color: #37ae47;
  scrollbar-highlight-color: #37ae47;
  scrollbar-shadow-color: #37ae47;
  scrollbar-track-color: #184d1f;
	}

body.navi {
	background-color: #184d1f;
	background-image: url(pics/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}	

body.startseite {
	color: black;
	background-color: #184d1f;
	background-image: url(pics/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
h1 {
	color: #fff;
	font-size: 16px;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin: 0 0 0.67em;
	}

p {
	color: #fff;
	font-size: 15px;
	font-family: arial, sans-serif;
	line-height: 22px;
	}
a:link, a:visited {
	color: #38b249;
	font-size: 15px;
	text-decoration: none;
	}
a:hover, a:active {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	}
a:link.small, a:visited.small {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	}
a:hover.small, a:active.small {
	color: #38b249;
	font-size: 12px;
	text-decoration: none;
	}
span.small {
	font-size: 12px;
	}

td.unten {
	background-image: url(pics/td_unten_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}

table.content {
	background-image: url(pics/bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

td.content {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	}
