@charset "utf-8";
/* CSS Document */
<!--
body {
	background-image: url(bg.jpg);
	background-repeat:repeat-x;
	background-color: #7aa70b;
	margin: auto; 
	width: 902px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3b5011;
	line-height: 150%;
}
.header {
	background-image: url(schieren-logo.jpg);
	clear: left;
	height: 264px;
	width: 902px;
}
.main {
	clear: left;
	width: 802px;
	background-color:#fff;
	margin-left: 50px;
}
.footer {
	background-image: url(bg-footer.gif);
	clear: left;
	height: 62px;
	width: 802px;
}
.copyright {
	clear: left;
	height: 82px;
	width: 832px;
	text-align:left;
	margin: 10px 0 0 60px;
}
.left {
	float: left;
	width: 300px;
	margin-left: 80px;
	background-color:#FFF;
}
.right {
	float: left;
	width: 300px;
	margin-left: 30px;
}
.spacer {
	width: 852px;
	height:10px;
	clear:left
}
h1, h2, h3 {
	font-weight:normal;
	margin:0;
}
h1 {
	margin-bottom:10px;
	font-size:20px;
	font-weight: bold;
	}
h2 {
	font-size:15px;
	font-weight: bold;
	line-height: 25px;
	}
h3 {
	font-size:12px;
	font-weight: bold;
	line-height: 25px;
	}
a {
	color: #3b5011;
	}
	
p{
	margin: 5px 0 5px 0;
	}
.footer a {
	text-decoration: none;
	font-size: 12px;
	}
.copyright a {
	text-decoration: none;
	font-size: 10px;
	color: #dbe76b;
	}
.footer_navi {
	padding: 33px 0 0 0;
	margin: 0 0 0 720px;
}
-->

