/* CSS Document - Author: Kirk Monteux für Black Forest Music Januar 2008 */
* {
	margin: 0;
	padding: 0;
}

img {
	margin-left: 10px;
	margin-right: 10px;
	
}

body {
	background: #5F8000 url(img/bg.gif) repeat-y center top;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}
a:active {
	color:#666666;
	text-decoration: underline;
}

#container {
	width: 1000px;
	height: auto;
	margin: auto;
}
#top {
	background-color: #006837;
	height: 40px;
	width: 864px;
	margin: auto;
        background-image: url(img/top.jpg);
}
#header {
	background: url(img/header.jpg);
	height: 180px;
	width: 864px;
	margin: auto;
}

#navcontainer ul
{
	padding: .5em 0;
	list-style-type: none;
	background-color: #006837;
	color: #FFFFCC;
	font-style: normal;
	font-size: 16px;
	width: 864px;
	margin: auto;
        text-align: left;
}

#navcontainer li {
	display: inline;
}

#navcontainer li a
{
	text-decoration: none;
	background-color: #006837;
	color: #FFFFCC;
	padding: .5em 1em;
	border-right: 1px solid #fff;
}

#navcontainer li a:hover
{
	background-color: #008000;
	color: #FFFFCC;
	text-decoration: none;
}

#content {
	height: auto;
	width: 764px;
	margin: auto;
	padding: 50px;
        text-align: left;
}
#footer {
	width: 1000px;
	height: 126px;
	background-image: url(img/footer.gif);
}

#footer a:link {
	color:#FFFFCC;
	text-decoration: none;
}
#footer a:visited {
	color:#FFFFCC;
	text-decoration: none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer2 {
	width: 1000px;
	height: 75px;
}
#footer3 {
	width: 650px;
	float: left;
	margin: 1px;
}
#breaker {
	width: 1000px;
	height: 400px;
	background-color: #666666;
	background-image: url(img/break.gif);
	clear: both;
}

