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

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

img { 
border: none; 
}

#kopf {
	position:absolute;
	width:100%;
	height:106px;
	z-index:2;
	background-image: url(pics/mixtapes_kopf.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0px;
	background-color: #EBEFAA;
}
#content {
	position:absolute;
	margin-left:-400px;
	margin-top:-432px;
	width:800px;
	height:863px;
	left:50%;
	top:568px;
	z-index:2;
	background-color: #FFFFFF;
}

#farbstreifen {
	position:absolute;
	width:100%;
	height:30px;
	z-index:2;
	background-image: url(pics/mixtapes_farbstreifen.png);
	top: 106px;
}
#fuss {
	position:absolute;
	width:100%;
	height:80px;
	z-index:3;
	top:1300px;
	background-image: url(pics/mixtapes_gruenstreifen.png);
	background-color: #EBEFAA;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top:4px;
	line-height: 1.4;
}
h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #73790C;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	margin-top:4px;
	margin-bottom:0px;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454907;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454907;
	text-decoration:none;
	font-weight:bold;
}
.typo_klein {font-size: 10px}

