/* 
	BASIS CSS
*/

body, form, input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
body {
	background-image: url(../layout/body_hg.gif);
	background-attachment: fixed;
}
span, p, ul, li, h1, h2, h3, h4, h5, h6, form, input {
	margin: 0;
	padding: 0;
}
a {
    color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
hr {
	border: 0;
	border-bottom: 1px dashed #FFF;	
}


/* 
	BODYLAYOUT CSS
*/


#calendar {
	position: relative;
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	background-image: url(../layout/calendar_hg.gif);
	background-repeat:no-repeat;
	width: 950px;
	height: 136px;
}
#content {
	width: 950px;
	position: relative;
	float: left;
}
#spalte_links {
	width: 677px;
	position: relative;
	float: left;
	margin-right: 30px;
}
#spalte_rechts {
	width: 243px;
	position: relative;
	float: right;
}
#headline {
	position: relative;
	float: left;
	margin: 0px 0px 30px 0px;
}
#contentcontainer {
	width: 677px;
	position: relative;
	float: left;
}
#contentbox {
	background-image: url(../layout/content_hg.gif);
	background-repeat: repeat;
	float: left;
	position: relative;
	margin: 0px 0px 5px 0px;
	padding: 15px 30px;
	width: 617px;
}
#contentgaleriebox {
	background-image: url(../layout/content_hg.gif);
	background-repeat: repeat;
	float: left;
	position: relative;
	margin: 0px 0px 5px 0px;
	padding: 15px 30px;
	width: 617px;
}
#contentgaleriebox:hover {
	background-image: url(../layout/content_hg_rollover.gif);
	background-repeat: repeat;
	color: #FFF;
	cursor: pointer;
}
#bandprofil {
	position: relative;
	margin: 0px 0px 5px 0px;
}
#textbox {
	background-image: url(../layout/content_hg.gif);
	background-repeat: repeat;
	float: right;
	position: relative;
	padding: 15px 30px 15px 15px;
	width: 324px;
	height: 176px;
}
#contentbox_links {
	width: 293px;
	float: left;
	position: relative;
	margin-right: 30px;
}
#contentbox_rechts {
	float: left;
	position: relative;
	width: 293px;
}
#footer {
	background-image: url(../layout/footer.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 950px;
	height: 127px;
	margin-top: 30px;
	text-align: center;
}
* #footer {
	bottom: -43px;
	margin-top: -10px;
}
.studiothumbs {
 	margin: 0px;
	margin: 0px;
	width: 65px;
	height: 67px;
	float: left;
	position: relative;
}
.downloadliste {
	list-style-position: inside;

}
.downloadliste2 {
	list-style-position: inside;
	margin-left: 20px;
	
}
.downloadliste3 {
	list-style-position: inside;
	margin-left: 10px;

}
.downloadliste li {
	padding-bottom: 10px;	
}
.thumb {
	margin: 0px 2px 2px 0px;
	border: 1px solid #666;
	width: 115px;
	height: 115px;
}

.thumb:hover {
	border: 1px solid #ccc;
}
div>div>div>div[align="right"]>a[target="_blank"] {
	display:none;
}

