@charset "UTF-8";
#Column1 {
	float: left;
	width: 170px;
	height: 600px;
}
body {
	background: #000033;
	background: #000055; /*alternative Hintergrundfarbe für IE*/
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#71063b), to(#000033));
	background: -moz-linear-gradient(top, #71063b, #000033 100%);
	text-align: center;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #000033;
	border: medium solid #003;
}
#logo {
	height: 235px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #c1baae;
	text-align: center;
	border-top-style: solid;
	vertical-align: text-bottom;
	background: #7e063b;
	border-top-width: thin;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	width: 700px;
	height: 130px;
	margin-left: 35px;
	font-family: Verdana, Geneva, sans-serif;
}
body,td,th {
	color: #c1baae;
}
#zurueck {
	height: 27px;
	width: 127px;
	margin-top: 40px;
}

