body {
	background-color: #EDEDED;
	background-repeat: repeat-x;
	background-image: url(../images/background.png);
}

#container {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	height: 741px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/background_img.png);
}

#header {
	width: 960px;
	height: 400px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	background-image: url("../images/header.png");
}

#content {
	font-size: large;
	line-height: 1.5;
	background-repeat: repeat-y;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 20px;
	padding-top: 60px;
	width: 840px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	background-image: url("../images/content.png");
	font-family: Helvetica, Arial, sans-serif;
}

#content a:link,#content a:visited {
	text-decoration: none;
	color:red;
}

#content a:hover {
	text-decoration: underline;
}


#content_bottom {
	width: 960px;
	height: 80px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	background-image: url("../images/content_bottom.png");
	
}

#footer {
	width: 940px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding:10px;
	color:#222;
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
}

#footer a:link,#footer a:visited {
	text-decoration: none;
	color:#888;
}

#footer a:hover {
	text-decoration: underline;
}

#impressum {
	width: 840px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding:60px;
	color:#222;
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
	line-height: 1.5;
	display: none;
}

#impressum a:link,#impressum a:visited {
	text-decoration: none;
	color:#888;
}

#impressum a:hover {
	text-decoration: underline;
}

ul li:before {
	content: "- ";
}

h1 {
	width:100%;
	border-bottom: red 1px solid;
	font-size: x-large;
	margin:0px 0px 40px 0px;
}

.clear {
	clear:both;
	margin:0px;
	height:40px;
	width:100%;
	text-align: right;
	font-size: smaller;
}

p {
	text-align: justify;
}

