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

#impressum {
	position:absolute;
	left: 60px;
	top: 1226px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#BCB4A7;
	font-size:12px;
}

#overall {
	width: 885px;
	position: absolute;
	left: 50%;
	margin-left: -443px; /* negative Hälfte von width:600px */
	top: 0px;
	height: 1212px;
}
	
#header {
	width:885px;
	height:187px;
	text-align: center;
	vertical-align:top;
}
#navi {
	width:885px;
	height:36px;
	
}
#inhalt_back {
	width:885px;
	height:1021px;
	
	background-color:#FFF;
	
}
#inhalt_top_left {
	background-image:url(#);
	width:539px;
	height:258px;
	top:225px;
	position:absolute;
	left: 19px;
	text-align: center;
}
#headline {
	background-image:url(bilder/baruka.png);
	width:172px;
	height:39px;
	top:515px;
	position:absolute;
	left: 25px;
}

#inhalt_newalbum {
	background-image:url(bilder/newalbum.jpg);
	width:328px;
	height:840px;
	top:355px;
	position:absolute;
	left: 557px;
}
#inhalt_newalbum_text {
	width:311px;
	height:241px;
	top:808px;
	position:absolute;
	left: 574px;
	font-family:Arial, Helvetica, sans-serif;
	color:#423e23;
	font-size:14px;
}
	
#inhalt_right {
	width:327px;
	height:148px;
	top:225px;
	position:absolute;
	left: 558px;
}
	

#inhalt_inhalt {
	width:496px;
	height:651px;
	top:557px;
	position:absolute;
	left: 32px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#423e23;
	font-size:14px;
	}
	#inhalt_inhalt_back {
	background-image:url(bilder/baruka_back.png);
	width:546px;
	height:736px;
	top:487px;
	position:absolute;
	left: 14px;
	}

a:link {
	color: #918A77;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #918A77;
}
a:hover {
	text-decoration: none;
	color: #765819;
}
a:active {
	text-decoration: none;
	color: #423e23;
}

#slider {
    position:relative;
    width:539px; /* Change this to your images width */
    height:258px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
