@charset "UTF-8";
/* CSS Document */

* {padding: 0; margin: 0;}

body {background-color: #f1e4d3;}

ul{
	margin: 0 0 0 10px;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
	list-style: none;
}

h1 {
	margin: 10px;
	color: #80132c;
	font-family: sans-serif;
}

p {
	margin: 10px 0 10px 0;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
}

strong {
	margin: 10px 10px 10px 10px;
	color: #000000;
	font-family: sans-serif;
}

a {
	color: #fff7e2;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
}

.back {
	margin-left: 10px;
	color: #80132c;
	text-decoration: underline;
	font-family: sans-serif;
	font-size: 12px;
}

.mail {
	color: #80132c;
	text-decoration: underline;
	font-family: sans-serif;
	font-size: 12px;
}


#site {
	background-image: url(images/web.jpg);
	width: 800px;
	height: 523px;
	position: absolute;
	margin-left: -400px;
	left: 50%;
	margin-top: -270px;
	top: 50%;
}

#text {
	display: none;
}

#impressum {
	position: absolute;
	right: 78px;
	bottom: 50px;
	
}