* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
	}
body {
	background-color: #151924;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height:100%;	/* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	background-image: url(../elemente/grau_bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}
#distance {
	width:1px;
	height:45%;
	background-color:#151924;
	margin-bottom:-295px; /* half of container's height */
	float:left;
		}

.container {
	position: relative;
	width: 1018px;
	margin:0 auto;
	min-height: 100%;
	background-image: url(../elemente/hintergrund.jpg);
	height: 100%;
	background-repeat: repeat-y;
}

.inhalt {
	position: relative;
	width: 1018px;
	margin:0 auto;
	clear:left;
	background-image: url(../elemente/hintergrund.jpg);
	height: 632px;
}



.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333A46;
	text-decoration: none;
}
.textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333A46;
	text-decoration: none;
}

a.unnamed1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333A46;
	text-decoration: none;
}
a.unnamed1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333A46;
	text-decoration: none;
}

a.unnamed1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333A46;
	text-decoration: underline;
}

a.textklein:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333A46;
	text-decoration: none;
}

a.textklein:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333A46;
	text-decoration: none;
}

a.textklein:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333A46;
	text-decoration: underline;
}
