body {
	padding-top: 50px;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background-color:#fff; color:#333; 
}

body.main {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	/* background-position: 450px;*/
}

body.weiterleitung {

}

img {
	margin: auto;
	text-align: center;
	border: none;
}

#container {
	width: 700px;
	margin: auto;
	/*border: solid 2px #94A254;*/
	background-image: url(images/content_background.png);
	background-repeat: no-repeat;
}

#content {
	width: 696px;
	height: 394px;
	overflow: auto;
	padding: 6px;
}

#content .heading {
	font-weight: bold;
	font-size: 18px;
	color: #94A254;
}

#content .smallheading {
	margin-top: 6px;
	font-weight: bold;
	font-size: 12px;
	color: #94A254;
}

#content p{
	margin-left: 100px;
}

.float-left {
	padding: 8px;
	float: left;
}

.float-right {
	float: right;
	padding: 5px;
	background-color: #000;
}

#logo {
	margin-left: 6px;
	float: left;
}

#menu {
	width: 700px;
	height: 123px;

	margin-top: 0px;
}

.menu1 {
	text-indent: 64px;
}

.verticalText {
	line-height: 1;
}

.gallery{
	margin: auto;
}

.bandmembertable{
	position: absolute;
	top: 160px;
}

a{
	text-decoration: underline;
	color: inherit;
}

a.gallery{
	text-decoration: none;
}

.friendslink{
	margin-top: 4px;
	margin-left: 64px;
	text-decoration: underline;
}

#footer{
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: 95%;
	margin: auto;
	text-align: right;
}