*, body {
	margin:  0;
	padding: 0;
	}

body {
	background-image:url(images/kachel.gif);
	background-position:center top;
	background-color:#FDEFCE;
	overflow-x: hidden;
	overflow-y: auto;
	SCROLLBAR-FACE-COLOR: #FDE8BB; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FDE8BB; 
	SCROLLBAR-SHADOW-COLOR: #E9CB85; 
	SCROLLBAR-3DLIGHT-COLOR: #FDE8BB; 
	SCROLLBAR-ARROW-COLOR:  #C6A653; 
	SCROLLBAR-TRACK-COLOR: #FDE8BB; 
	SCROLLBAR-DARKSHADOW-COLOR: #C9AA5A; 
	text-align:center;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#136B2C;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
		margin: 20px 20px;
	}
.images {
	border: 1px solid #136B2C;
}
.textstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006633;
	text-align:left;
		margin: 20px 20px;
	}


.textstyle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006633;
	text-decoration:underline;
	text-align:left;
	}




.table {
	margin: 20px 20px;
}


/* Kontaktformular */
em {
	color: #136B2C;
	font-weight: bold;
}
input, textarea {
	padding: 1px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	width: 180px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	border: 1px solid #136B2C;
}
input:focus, textarea:focus {
	background-color: #FFFFFF;
}
textarea {
	height: 45px;
	overflow: auto;
}
.formularBeschriftung {
	padding: 2px 0 0 0;
}
.button {
	width: 100px;
	background-color:#FDE8BB;
}
.smallText {
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
}
/* */
-->

