a, a img {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	background: url(html.png) repeat top center;
	min-height: 100%;
}

body {
	font-family: "Trebuchet MS";
	font-size: 1.1em;

	background: url(body.png) top center repeat-y;
	margin: 0 auto;
	min-height: 100%;
	width: 750px;
}

h1 {
	margin: 0;
	height: 254px;
}

#navigation a, #navigation img {
	display: block;
	float: left;
	text-decoration: none;
}

#navigation a span {
	visibility: hidden;
}

#navigation a:hover {
}

#nav-kultursplitter {
	width: 337px;
	height: 49px;
	background: url(nav-kultursplitter.png) no-repeat;
}
#nav-kultursplitter:hover {
	background-position: 0 -49px;
}

#nav-start {
	width: 129px;
	height: 72px;
	background: url(nav-start.png) no-repeat;
}
#nav-start:hover {
	background-position: 0 -72px;
}

#nav-krise {
	width: 125px;
	height: 72px;
	background: url(nav-krise.png) no-repeat;
}
#nav-krise:hover {
	background-position: 0 -72px;
}

#nav-bilder {
	width: 141px;
	height: 72px;
	background: url(nav-bilder.png) no-repeat;
}
#nav-bilder:hover {
	background-position: 0 -72px;
}

#nav-programm {
	width: 218px;
	height: 72px;
	background: url(nav-programm.png) no-repeat;
}
#nav-programm:hover {
	background-position: 0 -72px;
}

#content {
	clear: left;
	padding: 20px 100px 0px;
	line-height: 1.5em;
}

#footer {
	text-align: center;
	font-size: 0.75em;
	padding: 0.5em;
}
