body {
	background-image: url(../images/background.gif);
	padding: 0;
	margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix{
    display: block;
}

* html .clearfix {
    height: 1%;
}

div#top {
	background-color: #FFFFFF;
	height: 10px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

div#box_top {
	width: 960px;
	text-align: center;
}

div#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 110px;
	float: left;
}

div#news {
	background-image: url(../images/news-button.png);
	background-repeat: no-repeat;
	width: 103px;
	height: 38px;
	float: left;
	margin-left: 45px;
	margin-top: 47px;
	border: 0;
}

div#news:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

div#kontakt {
	background-image: url(../images/kontakt-button.png);
	background-repeat: no-repeat;
	width: 184px;
	height: 38px;
	float: left;
	margin-left: 45px;
	margin-top: 47px;
	border: 0;
}

div#kontakt:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

div#facebook {
	background-image: url(../images/facebook-button.png);
	background-repeat: no-repeat;
	width: 49px;
	height: 49px;
	float: left;
	margin-left: 45px;
	margin-top: 44px;
	border: 0;
}

div#facebook:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

div#youtube {
	background-image: url(../images/youtube-button.png);
	background-repeat: no-repeat;
	width: 49px;
	height: 49px;
	float: left;
	margin-left: 15px;
	margin-top: 44px;
	border: 0;
}

div#youtube:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

div#twitter {
	background-image: url(../images/twitter-button.png);
	background-repeat: no-repeat;
	width: 49px;
	height: 49px;
	float: left;
	margin-left: 15px;
	margin-top: 44px;
	border: 0;
}

div#twitter:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

div#presse {
	background-image: url(../images/presse-button.png);
	background-repeat: no-repeat;
	width: 113px;
	height: 49px;
	float: left;
	margin-left: 15px;
	margin-top: 52px;
	border: 0;
}

div#presse:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

div#box_image {
	background-image: url(../images/bild-hintergrund.png);
	background-repeat: no-repeat;
	width: 811px;
	height: 395px;
	text-align: left;
	padding-top: 183px;
	padding-left: 149px;
	border: 0;
}

div#order_now {
	background-image: url(../images/album-kaufen-button.png);
	background-repeat: no-repeat;
	width: 206px;
	height: 43px;	
	border: 0;
}

div#order_now:hover {
	background-image: url(../images/album-kaufen-button-hover.png);
	background-repeat: no-repeat;
}

a {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

div#box_impressum {
	margin: 10px;
}

.headline {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
}

.text {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

