body {
	background: #505050;
	font: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	
}

#main {
	background: #C0C0C0;
	background-image:url(../images/schlaue-hunde.jpg);
	background-repeat:no-repeat;
	width:950px;
	border:1px solid #000000;
	margin: 0 auto;
}

#menu {
	margin-top: 240px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top:1px solid #353535;
	border-bottom:1px solid #353535;
	background-color: #999999;
}

#menu a {
	color: #000000;
}
#menu a:hover {
	color: #ffffff;
	text-decoration:none;
}

#content {
	background: #C0C0C0;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	padding:  0px 50px 0px 50px;
	font-size: 16px;
	color: #666666;
	text-align: justify;
}

#picture {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#footer {
	border-top:1px solid #353535;
	margin-bottom: 3px;
	text-align:center;
	font-size: 10px;
}

h1 {
	font: 28px;
	color: #330066;
	font-weight: bold;
	text-align: center;
}

h2 {
	font: 22px;
	color: #330066;
	font-weight: bold;
}

h3 {
	font: 20px;
	color: #330066;
	font-weight: bold;
}

a {
color:#666666;
text-decoration:none;
}

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

a:visited {
color:#666666;
}