body {
	background-image: url(./bilder/hintergrund.png);
}

#main {
	margin: 0px 0px 0px 200px;
}

#header {
	width: 860px;
	height: 50px;
}

#content {
	text-align: left;
	width: 860px;
	font-family: tahoma;
	font-size:  14px;
	font-weight: bold;
	color: black;
	letter-spacing: 0px;
}

#footer {
	margin: 30px 0px 0px 0px;
	text-align: left;
	width: 860px;
	height: 50px;
	font-family: tahoma;
	font-size:  12px;
	font-weight: bold;
	color: white;
	letter-spacing: 0.5px;
}

h1 {
	font-family: tahoma;
	font-size:  24px;
	font-weight: bold;
	color: black;
	letter-spacing: -1px;
}

h2 {
	padding-top: 20px;
	font-family: tahoma;
	font-size:  14px;
	font-weight: normal;
	color: black;
	letter-spacing: 1px;
}

.doppelslash {
	font-family: tahoma;
	font-size:  9px;
	font-weight: bold;
	color: #df4f1e;
	letter-spacing: -3px;
	margin-left: 4px;
	margin-right: 7px;
}

a.footerlinks {
	font-family: tahoma;
	font-size:  12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	letter-spacing: -0.3px;
}

a:hover {
	color: #df4f1e;
}