* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(../img/bg.png) repeat-x left 1px;
	margin: 45px 0 30px 0;
	text-align: center;
}
#container {
	width: 820px;
	margin: 0 auto;
}
#header {
	width: 276px;
	height: 115px;
	margin: 0 auto 20px auto;
	background: url(../img/header.gif) no-repeat left center;
	float: left;
}
#header h1 {
	text-indent: -500000px;
	overflow: hidden;
}
#header h1 a {
	width: 254px;
	height: 65px;
	display: block;
	text-decoration: none;
}
#nav {
	width: 543px;
	height: 115px;
	text-align: right;
	margin: 0 auto;
	float: left;
}
#nav ul {
	list-style: none;
}
#nav li {
	font: 12px "Trebuchet MS", Arial, sans-serif;
	float: left;
}
#nav li a {
	display: block;
	width: 161px;
	padding: 70px 20px 16px 0;
}
.navOff a {
	background: url(../img/nav.png) no-repeat bottom left;
	color: #999;
	text-decoration: none;
}
.navOff a:hover {
	color: #222;
}
.navOn a {
	background: url(../img/nav.png) no-repeat top left;
	color: #fff;
	text-decoration: none;
}
#info {
	width: 500px;
	text-align: left;
	margin: 0 auto 15px auto;
}
#info h2 {
	font: 20px "Trebuchet MS", Arial, sans-serif;
	color: #444;
	margin: 0 0 5px 0;
}
#info p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	margin: 0 0 8px 0;
	line-height: 1.5;
}
#info p a {
	color: #666;
	font-weight: bold;
}
#info p a:hover {
	color: #333;
}
#footer {
	width: 543px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 40px auto 0 auto;
	color: #666;
	text-align: center;
	clear: both;
}
#info ul {
	list-style: none;
}
#info li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#info li a {
	display: block;
	width: 92%;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0 5px 0;
	background: #fefefe;
	border-bottom: 1px solid #f7f7f7;
	text-indent: 5px;
}
#info li a:hover {
	border-bottom: 1px solid #ddd;
	color: #666;
}
#bilden {
	margin: 0 0 15px 68px;
	text-align: left;
	float: left;
}
#bildnav {
	width: 213px;
	float: left;
	margin: 0 auto 10px auto;
}
#bildnav a {
	color: #666;
	font-weight: bold;
}
#bildnav a:hover {
	color: #333;
}
