/* 
############################################################
####	Stylesheet fuer die Darstellung als Audio	####
####		(c) Kevin Drieschner - 2008		####
####							####
#### 		Audiwiedergabe, speziell		####
############################################################ 
*/

body { background-color:#336600;}
a:link { color:#FFFFFF; }
a:visited { color:#FFFF00; }

.button{ 
width: 170px;
height: 28px;
border: 0px;
border-bottom:4px;
border-bottom-color:transparent;
}

.button2{
position:relative;
left:19px;
width: 150px;
height: 28px;
border: 0px;
border-bottom:4px;
border-bottom-color:transparent;
}

.mbild{
position:absolute;
left: 100px;
top: 50px;
width: 96px;
height: 144px;
border: 5px;
}

.text {}

.ausblenden
{
}

#title {
height:125px;
padding:5px;
margin-left:25%;
margin-bottom:50px;
}

#left {
width:14%;
float:left;
line-height:18px;
}

#content {
width:80%;
float:right;
}

#sitemap {
height:125px;
padding:5px;
margin-left:30%;
margin-right:5%;
margin-bottom:20px;
}