/* LAYOUT */
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#Seite {
	position: relative;
	top: 10px;
	left: auto;
	width: 990px;
	height: auto;
	margin: 0px auto;
	text-align: left;
}
#Kopf {
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
}
#Inhalt {
	position: relative;
	width: 602px;
	height: auto;
	margin-left: 194px;
}
#Navigation {
	position: absolute;
	top: 85px;
	left: 0px;
	width: 170px;
	padding: 10px 5px 2px 5px;
	background: url(../images/border.gif) repeat-y;
}
#Fuss {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	clear: both;
}
.linkerInhalt {
	position: absolute;
	left: 2px;
	top: 0px;
	width: 285px;
	height: auto;
}
.rechterInhalt {
	position: absolute;
	left: 313px;
	top: 0px;
	width: 285px;
	height: auto;
}
.topspace {
	margin-top: 50px;
}
.smalltopspace {
	margin-top: 10px;
}
.leftspace {
	margin-left: 50px;
}
.setForm {
	text-align: right;
}

