@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #5B1D02;
	background-attachment: scroll;
	background-color: #F6C0D7;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
}
#content {
	width: 590px;
	margin-top: 180px;
	margin-left: 50px;
	margin-bottom:50px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	line-height: 1.5em;
	font-style: italic;
}
.navi:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #5B1D02;
	text-decoration: none;
}
.navi:hover {
	color: #F6C0D7;
}
.navi:visited {
	color: #5B1D02;
}
a:link {
	color: #5B1D02;
}
a:visited {
	color: #5B1D02;
}
a:hover {
	color: #F6C0D7;
}
.copyright {
	font-size: .6em;
	line-height: 1.5em;
}
.footer {
	font-size: .8em;
	line-height: 1.5em;
}
.gallerie {
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;
}


Hell: F6C0D7
Dunkel: 5B1D02
