@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	background-color:#4f7dd0;
}

pre {
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	background:url(images/body.jpg);
	width:950px;
	margin:0 auto;
	position:relative;
	min-height:100%;
}

#header {
	background: url(images/header.jpg);
	text-align:center;
	width: 950px;
	height:295px;
}

#content {
	position: absolute;
	width: 750px;
	left: -100px;
	margin-left: 100px;
	margin-right: 100px;
	padding-left: 100px;
	padding-right: 100px;
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	background:url(images/body.jpg);
}

#counter {
	position: absolute;
	width: 150px;
	height:30px;
	left:780px;
	top: 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:x-large;
	font-weight:bold;
	color:#dcd7d3;
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#FFFF00;
}

.trenner {
	background-color: #dcd7d3;
	height: 5px;
}
