
body{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #FFFFFF;
	background-image: url(../img/pcr_titel.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
}
#container_tobolla{
	text-align: left;
	position:relative;
	height: 600px;
	width: 828px;
	position: relative;
	font-size: 1.1em;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-image: url(../img/pcr_titel.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	background-attachment: fixed;
	overflow:visible;
}



#tobolla{
	position:absolute;
	width: 828px;
	height:80px;
	text-align: center;
	top:365px;
	left:0px;
	background-image: url(../img/Tobo1_500.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#bass{
	position:absolute;
	width: 828px;
	height:80px;
	text-align: right;
	top:440px;
	left: 80px;
	background-image: url(../img/Bass1.gif);
	background-repeat: no-repeat;
	background-position: 470px 0px;
}
#tobobass {
	background-image: url(../img/tobobass.jpg);
	height: 400px;
	width: 300px;
	position: absolute;
	left: 500px;
	top: 200px;
}



/*Bildtranparenz*/
.trans {
	opacity: 0.6;
	filter:alpha(opacity=60);
	border:0px;
	
}

.notrans {
	opacity: 1;
	filter:alpha(opacity=100);
	border:0px;
}
.nopic{
	border:0px;
}
