html{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #333333;
}

#wrap {
	max-width: 800px;
	min-width: 800px;
	height: 600px;
	margin-left:auto; 
	margin-right:auto;
	clear: left;
	border-left: 1pt solid #000000;
	border-right: 1pt solid #000000;
 
}

#header {
	background: url(images/stripes001.jpg) no-repeat;
	background-color: #000000;
	float: left;
	width: 800px;
	text-align: left;
}
#nav {
	list-style: none;
	border-color: #000000;
	font-weight: bold;
	font-family: "Trebuchet MS",Verdana;
	font-size: 14px;
	background: url(images/stripes001.jpg) no-repeat;
	margin: 10px;
	margin-top: 12px;
	margin-bottom: 20px;
}


#nav a {
	float: left;
	color: #FFFFFF;
	border:  0;
	text-decoration: none;
	padding: 0 20px 0 0;
	margin: 0;
	background: no-repeat;
}



#nav a:hover, body#intro #li-intro a, body#wir #li-wir a, body#fotografie #li-fotografie a, body#kontakt #li-kontakt a, body#impressum #li-impressum a, body#webdesign #li-webdesign a {
	text-decoration: none;
	color: #FCCD4D;
}

#content {
	float:  left;
	width: 800px;
	height: 494px;
	background: no-repeat;
}

#footer {
	float: left;
	width: 800px;
	background: url(images/stripes002.jpg) no-repeat;
}

h1 {
	color : #FFFFFF;
	text-decoration : none;
	font-family: "Trebuchet MS";
	font-weight: lighter;
}

#abstand {
	float: left; 
	height: 50%;
	width: 1px;
	margin-bottom: -300px;
}

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

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
