* { margin:0;
padding:0;
}
#container #navigation {
	display: inline;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
	line-height: 120%;
	background-color: #330;
	color: #FFF;
	text-align: center;
	background-image: url(../hochzeitsbilder/Paarshooting/Hochzeitskuss.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#container {
	width: 680px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 210px;
}
#maincontent {
}
#footer {
	text-align: center;
}

#navigation ul {
	list-style-type: none;
	height: 30px;
	text-align: center;
}

#navigation li {
	display: inline;
}

#navigation a {
	padding: 10px;
	font-size: medium;
	font-weight: lighter;
}
#navigation a: hover {
	color: #FFF;
}


#maincontent h2 {
	color: #FFF;
}

#footer p {
	height: 100px;
}

#footer a {

}

