/* Normalize */

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, pre, code {
	font-size: 1em;
	font-weight: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:active {
	outline: none;
}

img {
	border: none;
}

/* Style */

body {
	min-width: 820px;
	text-align: center;
	font: 11px/1.8 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
	background-color: #fff;
}

#wrapper {
	width: 800px;
	margin: 10px auto;
	text-align: left;
}

#navigation {
	height: 25px;
	padding: 0 0 5px 150px;
}

#navMain ul {
	float: left;
}

#navMain li {
	float: left;
	margin: 0 30px 0 0;
}

#navMain ul a {
	float: left;
	display: block;
}

#navMain a {
	color: #888;
	font-size: 1.125em;
	letter-spacing: 1px;
	border-bottom: 2px solid #fff;
}

#navMain a:hover {
	color: #000;
	border-bottom: 2px solid #000;
}

#home #navMain .home a,
#konzerte #navMain .konzerte a,
#musiker #navMain .musiker a,
#info #navMain .info a,
#kontakt #navMain .kontakt a {
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #000;
}

#content {
	padding: 20px 150px;
}

#content h1 {
	font-size: 1.4em;
	letter-spacing: 1px;
	font-weight: bold;
}

#content h2 {
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 0 0;
}

#siteinfo {
	padding:  0 0 0 150px;
}

#siteinfo p {
	color: #999;
}

#siteinfo a {
	color: #999;
}

#siteinfo a:hover {
	color: #000;
}
