/* @override http://www.gutartig.com/platz2.css */

* {
	margin:0px;
	padding:0px;
	}
	

body {
	background: #fff url(bilder/hg.gif) repeat-y center;
	color: #666666; 
	text-align: center;
	height:100%;
	font: normal 75%/130% Lucida Sans Unicode, Geneva,  Helvetica, sans-serif;
	width: 100%;
	}

#main {
	background: url(bilder/hg2009.jpg) no-repeat; 
	width: 840px;
	height: auto;
	text-align: left;
	margin: 0 auto 0;
	}

#texte {
	width: 500px; 
	height: auto;
	margin-left: 163px;
	margin-top: 0px;
	padding-top: 150px;
}

#foot {
	background: white url(bilder/foot.gif) no-repeat;
	width: 840px;
	height: 800px;
	text-align: center;
	clear: both;
	margin-top: 80px;
	}


p {
	margin: 0 0 1em;


}

a:link, a:visited {
	text-decoration: none; 
	color: #899e4c; 
}

a:active, a:hover { 
	text-decoration: none; 
	color: #a02d4e;
}

img a:link, img a:visited {
	text-decoration: none; 
	color: #899e4c; 
}

img a:hover, img a:active { 
	text-decoration: none; 
	color: #a02d4e;
}

img {
	float: left;
	border: 1px solid #A3A94D;
	display: block;
	margin: 0 8px 2em 0;
	clear: both;
}

.clear {
	clear: both;
	width: 399px;
	height: 5px;
	}

h1 {
	font-size: 130%;
	margin-bottom: 0.8em;
	margin-top: 2.7em;
	color: #a0a0a0;
	font-weight: normal;
	font-style: normal;
	background: url(bilder/linie.gif) no-repeat left bottom;
	position: relative;
	top: 0;
	left: -20px;
	padding-left: 20px;
	width: auto;
	height: 1.3em;
	color: #a02d4e;
	text-transform: none;
}

.rest {
	background-color: #fff;
	width: 900px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
}

