body {
	background-image: url(./img/bg.png);
	padding: 0px;
	margin: 0px;
	 height: 100%;
	overflow: scroll;
	overflow-x: auto;
	font-family: trebuchet ms;
	font-size: 16px;
	color: #000000;
}

ul {
	list-style-type: none;
	font-size: 11px;
	margin-top: -50px;
	margin-left: 90px;

}

li {
	margin-right: 10px;
	float: left;
}

a:link { color: #000000 }
a:visited { color: #000000 }
a:hover { color: #FF0000 }
a:active { color: #FF0000}

a {
text-decoration: none;
}

.header {
background-image: url(./img/header.png);
width: 100%;
height: 50px;
}

.landing {
background-image: url(./img/bg_div.png);
width: 818px;
height: 318px;
margin: auto;
padding: auto;
margin-top: 100px;
}

.impressum {
background-image: url(./img/bg_im.png);
width: 818px;
height: 318px;
margin: auto;
padding: auto;
margin-top: 150px;
}


.txt {
width: 600px;
height: 100px;
padding-left: 130px;
padding-top: 200px;
}

.list_impressum {
width: 600px;
height: 100px;
padding-left: 40px;
padding-top: 154px;
font-size: 16px;
}

.list_links{
width: 600px;
height: 100px;
padding-left: 40px;
padding-top: 46px;
}


