/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/ase_bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color:#000;
}

hr {
	border-color:#999;
	height:0px;
}

#master {
			position:absolute;
			width: 960px;
			left:50%;
			top: 0px;
			margin-left:-480px;
			z-index: 1;
}

#but_cd {
	position:absolute;
	top:270px;
	left:650px;
	z-index:100;
}

#but_smedia {
	position:absolute;
	top:5px;
	left:905px;
	z-index:102;
}

#but_zurueck {
	position:absolute;
	top:200px;
	left:20px;
	z-index:101;
}

#head { 
	position:absolute;
	top: 0px;
	left: 0px;
}

#content { 
	position:absolute; 
	top: 270px;
	left: 20px;
	width: 610px;
}

#ipod {
	position:absolute;
	top: 170px;
	left: 650px;
	width: 290px;
	z-index:99;

}

#ipod_abdecker {
	position:absolute;
	top:432px;
	left:840px;
	width:100px;
	height:15px;
	background-color:#fff;
	z-index:1000;
}

#right_content { 
	position:absolute;
	top: 430px;
	left: 650px;
	width: 290px;
	font-size:10px;
}

#foot {
	font-size:9px;
	color:#666;
}

.smaller {
	color:#666;
	font-size:10px;
}

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.float_left {
	float:left;
}
.clear_left {
	clear:left;
}

.bold {
	font-weight:bold;
}
.orange {
	color:#F90;
}
.gray {
	color:#ccc;
}
.padding {
	padding:10px;
}
.row1 {
	background-color:#EAEAEA;
	}
.row2 {
	background-color:#fff;
}
