body {
	font-family: Times, Times New Roman, serif;
	font-size: 16px;
	background: #778E22 url(./design/hintergrund.jpg) no-repeat;
	width: 1100px;
}

#content {
	width: 610px;
}

h1, h2 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	letter-spacing: 1pt;
}

h1 {
	color: #AA0000;
	font-style: italic;
	border-bottom: solid 1px #AA0000;
}

h2 {
	font-size: 20px;
}

#content a {
	color: #AA0000;
}

#content a:hover {
	color: #000000;
}

#footer {
	border-top: solid 1px #AA0000;
	margin-top: 100px;
	font-size: 13px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

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

img {
	border: solid 1px #AA0000;
	margin: 5px 5px 5px 5px;
}

.adresse {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin-left: 40px;
	border-top: solid 1px #AA0000;
	border-bottom: solid 1px #AA0000;
}