@charset "utf-8";
/* CSS Document */

body {
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
}

a {
	color:#FFFF00;
}

.maincontainer {
	width: 1000px;
	height: 1000px;
	background-image:url(background_maincontainer.png);
	border:#999999 solid thin;
	margin-left:auto;
	margin-right:auto;
}

.header {
	height: 150px;
	background-image:url(header.gif);	
}

.header h1{
	font-size:36px;
	font-style:oblique;
	font-stretch:ultra-expanded;
}

.navigationsleiste {
	margin-top: 60px;
	height: 50px;
	background-image:url(navleiste.png);
	width: 750px;
	margin-left:auto;
	margin-right:auto;
}

.navdiv {
	width: 570px;
	height: 25px;
	margin-left:auto;
	margin-right:auto;
}

.navfloats {
	margin-top: 3px;
	height: 25px;
	width: 95px;
	float: left;
}

.navfloats a {
	color:#660000;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
}

.navfloats a:hover {
	color:#0000CC;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
}

.col1 {
	float: left;
	width: 250px;
	margin-left: 15px;
	margin-right: 5px;
	text-align:left;
	height: 850px;
}

.col2 {
	float: right;
	width: 250px;
	margin-right: 15px;
	margin-left: 5px;
	text-align:left;
	height: 850px;
}

.leftboxtop {
	height: 30px;
	background-color:#CCCCCC;
	color:#333333;
	background-image:url(sideboxes.jpg);
	background-position: right;
	background-repeat:no-repeat;
	border:#CCCCCC solid thin;
}

.leftboxtop div {
	margin-left: 5px;
	color:#333333;
	margin-top: 2px;
}

.leftbox {
	background-color:#000000;
	border-bottom:#CCCCCC solid thin;
	border-left:#CCCCCC solid thin;
	border-right:#CCCCCC solid thin;
	padding: 10px;
}

.leftbox a {
	text-decoration:none;
}

.rightboxtop {
	height: 30px;
	background-color:#CCCCCC;
	color:#333333;
	background-image:url(sideboxes.jpg);
	background-position: left;
	background-repeat:no-repeat;
	border:#CCCCCC solid thin;
}

.rightboxtop div {
	margin-left: 35px;
	color:#333333;
	margin-top: 2px;
}

.rightbox {
	background-color:#000000;
	border-bottom:#CCCCCC solid thin;
	border-left:#CCCCCC solid thin;
	border-right:#CCCCCC solid thin;
	padding: 10px;
}

.rightbox a {
	text-decoration: none;
}

.textcontainer {
	margin-right: 10px;
	margin-left: 10px;
	text-align:left;
}

.footer {
	color:#660000;
	font-size:12px;
	font-weight:bold;
}

.footer a {
	color:#660000;
	font-weight:bold;
}

.bildercontainer {
	width: 140px;
	height: 150px;
	float: left;
	overflow:hidden;
	padding: 2px;
}

.bildercontainer2 {
	width: 130px;
	height: 150px;
	float: left;
}

.hervorheben {
	font-weight:bold;
	color:#CC0000;
}

.musicbox {
	height:200px;
	overflow: auto;
	border: #CC0000 thin solid;
}

.memberlist {
	height: 300px;
	overflow: auto;
	border: #CC0000 thin solid;
}