body {
	font-size: 12px;
	font-family: Arial, sans-serif;
}


div#wrapper {
	width: 800px; 
	margin: 0 auto; 
	border: 0px solid red;
}

div.header {
	margin-top: 5px;
	border: 0px solid red;
	height: 200px;
}

div.content {
	margin-bottom: 30px;
}

div#home {
	background: transparent url(images/home.jpg) top left no-repeat;
}
div#musik {
	background: transparent url(images/music.jpg) top left no-repeat;
}
div#bilder {
	background: transparent url(images/bilder.jpg) top left no-repeat;
}
div#about {
	background: transparent url(images/about.jpg) top left no-repeat;
}
div#meinung {
	background: transparent url(images/opinion.jpg) top left no-repeat;
}
ul#menu {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1em;
	margin: 0;
}

ul#menu li {
	display: block;
	float: left;
	margin-left: 15px;
	height: 80px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	vertical-align:baseline;
}

ul#menu a {
	display: block;
	height: 15px;
	width: 75px;
	border: 0px solid red;
	padding-top: 65px;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

ul#menu a.home {
	background: #FFD734;
}
ul#menu a.musik {
	background: #008F4A;
}
ul#menu a.bilder {
	background: #000000;
	color: #FFFFFF;
}
ul#menu a.about {
	background: #FF5C1A;
}
ul#menu a.meinung {
	background: #0067C0;
}
ul#menu a.active {
	background: #FFFFFF;
}

ul#menu a.bilder.active {
	color: #000000;
}

ul#menu a:hover {
	background: #FFFFFF;
}

ul#menu a.bilder:hover {
	color: #000000;
}

div#desc {
	padding-top: 89px;
	font-size: 15px;
	font-weight: bold;
}

div#content {
	font-size: 12px;
}

p {
	text-align: justify;
}
a {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: 0;
}

table.bilder {
	width: 100%;
}

table.bilder td { 
	text-align: center;
	width: 25%;
}

table.bilder td p {
	text-align: center;
}
