body, html{
	scrollbar-face-color: #B9BA69;
	scrollbar-track-color: #E4D7BF;
	scrollbar-arrow-color: #ffffff;
	background-image:url(../images/bg_main.jpg);
 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
		height: 100%;

}

#topspacer {
	height: 10%;
}

#site{
position:relative;
margin: 0 auto;
width: 928px;
height: 538px;
}


a:focus{
    outline:none;
}
a:link, a:visited {
	font-size        : 12px;
	color: #2F7122;
	font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #DB0007;

}

/* -- Inhaltstext --*/
h2, h3, h4, h5, p, th, td, ul, li, a {
    font-size: 13px;
}


.txt-gruen {
	color: #007125;
}

.txt {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
}
.formfield {
	font-size: 12px;
	border: 1px outset #ADBB00;
	background-color: #F0EECA;
}
.formbutton {
	font-size: 12px;
	background-color: #ADBB00;
	color: #FFFFFF;
}
.txtimpressum {

	font-size: 13px;
}
.txtsimpressum {

	font-size: 12px;
}

