@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #736357;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	background-image: url(../02-Bilder/Hintergrund-Viola-Schwalm-Schmuck.gif);
	height: 750px;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	margin-left: 60px;
	margin-right: 60px;
	height: 510px;
	margin-bottom: 10px;
}
#footer {
	margin-top: 12px;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	vertical-align: text-bottom;
}
#logo {
	text-align: center;
	height: 120px;
	padding-bottom: 12px;
	margin-top: 5px;
}
#nav {
	text-align: center;
	height: 28px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #012;
	font-size: 12px;
}
