@charset "utf-8";
/* CSS Document */


/* ======== Layout ======= */

html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	background: #000000;
	height: 100%;
	margin: 0px;
	}
	
div#background-left {
	background: url(Bilder/background_left.jpg) top left repeat-y;
	}
	
div#background-right {
	background: url(Bilder/background_right.jpg) top right repeat-y;
	}

div#header {
	background: url(Bilder/logo2.jpg) bottom center no-repeat;
	width: auto;
	height: 512px;
	}
	
div#footer {
	padding: 20px 0 10px 0;
	}

div#menu {
	width: 777px;
	margin: 0 auto;
	font-size: 1pt;
}

div#title {
	width: 836px;
	margin: 0 auto;
}

div#content {
	width: 714px;
	margin: 0 auto;
	margin-top: -50px;
}

div#news {
	margin-top: 50px;
	width: 542px;
}

div#kastenrechts {
	background-image:url(Bilder/kastenrechts.jpg);
	height:616px;
	left:50%;
	margin-left:188px;
	margin-top:0;
	overflow:hidden;
	padding-left:23px;
	padding-right:27px;
	padding-top:50px;
	position:absolute;
	top:621px;
	width:172px;
	text-align: center;
}

div#bandfoto {
	background-image: url(Bilder/bandfoto.jpg);
	float: left;
	width: 600px;
	height: 450px;
}

div#bandmembers {
	vertical-align: middle;
	float: right;
	width: 99px;
	height: 406px;
	padding: 3px;
}

div#bandmember-foto {
	float: left;
	width: 300px;
	margin: 20px;
	}
	
div#bandmember-description {
	float: left;
	width: 450px;
	margin-top: 10px;
	}

img#titletext {
	position: relative;
	bottom: 79px;
	left: 58px;
}

/* ========= Text ======= */


body,p {
	color: #505050;
	font-family: Verdana, Arial;
	font-size: 12pt;
	text-align: justify;
}

.small, .small a:link, .small a:active, .small a:visited, .small a:hover {
	font-size: 9pt;
	}

.center {
	text-align: center;
	}

h2 {
	color: #850000;
	font-family: AvantGarde Md BT, Verdana, Arial;
	font-size: 12pt;
	text-decoration: underline;
	margin: 0pt;
}

h3 {
	color: #999999;
	font-family: AvantGarde Md BT, Verdana, Arial;
	font-size: 12pt;
	margin: 0pt;
}

a:link,a:visited,a:hover,a:active {
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 12pt;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}


/* ========= Sonstiges ======= */

input, textarea, select {
	background-color: #000000;
	border: 1px solid silver;
	color: #eeeeee;
	}
