@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #f5f3f3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5f3f3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#navbar {
	padding: 20px 10px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}
#content {
	padding: 0 10px 30px 10px;
	text-align: center;
}
#name {
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: ;
	position: relative;
	top:160px;
	left: 40px;
	width: 175px;
	float: left;
}
#name a:link {
	color: black;
	text-decoration: none;
}
#name a:visited {
	color: black;
	text-decoration: none;	
}
#name a:hover {
	color: red;
	text-decoration: none;
}
#name a:active {
	color: red;
	text-decoration: none;
}
#image {
	width: 450px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: black;
	float: left;
	position: relative;
	left: 50px;
	top: 40px;
	text-transform:none;
}
#previous {
	text-align: right;
	position: relative;
	top: 410px;
	right: 475px;
	width: 100px;
	float: left;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
}
#next {
	text-align: left;
	position: relative;
	top: 398px;
	left: 15px;
	width: 100px;
	float: left;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
}
.mininav_inactive {
	color: #f5f3f3;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;	
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}
.dietmarbusse {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	color: black;
}
.photographer {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: black;
}
.about {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height:1.5em;
	color: black;
}
