* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #333333;
	margin: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

img {
	border: 0px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

#page {
	margin: auto;
	margin-top: 25px;
	background: url("./images/strassenschild.jpg") #333333 no-repeat top center;
	text-align: center;
	width: 640px;
	height: 480px;
}

#container {
	padding: 5px;
}

#container h1 {
	text-align: center;
}

.spacer {
	clear: both;
	margin: 10px auto;
	width: 400px;
	height: 1px;
}

.clearing {
	clear: both;
	margin: 15px auto;
	width: 400px;
	height: 1px;
	background: #ffffff;
}

#tutorials {
	width: 600px;
	height: 150px;
}

#tutorials-link {
	float: left;
	width: 150px;
	height: 150px;
}

#tutorials-link a:link, #tutorials-link a:visited, #tutorials-link a:active {
	display: block;
	color: #000000;
	line-height: 150px;
	width: 150px;
	background: url("./images/aus-links.jpg") no-repeat center;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
}

#tutorials-link a:hover {
	display: block;
	color: #000000;
	line-height: 150px;
	width: 150px;
	background: url("./images/links.gif") no-repeat center;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
}


#tutorials-content {
	float: right;
	width: 440px;
	height: 150px;
	text-align: left;
}

#forum {
	width: 600px;
	height: 150px;
}

#forum-link {
	float: right;
	width: 150px;
	height: 150px;
}

#forum-link a:link, #forum-link a:visited, #forum-link a:active {
	display: block;
	color: #000000;
	line-height: 150px;
	width: 150px;
	background: url("./images/aus-rechts.jpg") no-repeat center;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
}

#forum-link a:hover {
	display: block;
	color: #000000;
	line-height: 150px;
	width: 150px;
	background: url("./images/rechts.gif") no-repeat center;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
}


#forum-content {
	float: left;
	width: 420px;
	margin-left: 20px;
	height: 150px;
	text-align: left;
}

#information {
	width: 600px;
	height: 30px;
}

#information a:link, #information a:active, #information a:visited {
	color: #CFCFCF;
}

#information a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer {
	margin: auto;
	text-align: center;
	width: 600px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #CFCFCF;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
