@charset "utf-8";
/* CSS Document */

ul, li, html, div, span, p, body, img{
	margin:0;
	padding:0;
	border:0;
}

body{
	font: 100% Verdana, Arial, Helvetica, sans-serif normal;
	font-size: 11px;
	line-height: 15px;
	background: #fff;
	text-align: left;
}

#songs {
	width: 133px;
}


#navi {
	height: 160px;
}


#content {
	width: 710px; /*  breite minus padding  */
	background-image: url(img/content_bg-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	margin-bottom: 15px;
}

#buttons {
	margin: 18px 0 0 100px;
	height: 37px;
	width: 577px;
}

#buttons li{
	list-style: none;
	float: left;
	height: 10px;
}

#buttons li img {
	bottom: 0px;
}

#soundField {
	width: 168px;
	height: 138px;
}

#soundField2 {
	width: 168px;
	height: 138px;
}

#soundField3 {
	width: 168px;
	height: 138px;
}


p.headList {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 21px;
}

p.textList {
	line-height: 21px;
}

.green {
	margin: 0 0 0 100px;
}

.green img {
	margin: 10px 0 0 0;
}

.h1 {
	font-weight: bold;
	padding: 0 0 7px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-top: 0px;
	color: #91a900;
}

.headline {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #91a900;
	background-image: url(img/text-trenner.gif);
	background-repeat: repeat-x;
	padding: 7px 0 7px 10px;
	margin: 0 0 0 -10px;
}

.text {
	width: 390px;   /*für pic-float nötig  */
	color: #542c30;
	padding-left: 10px;
	margin: 8px 0 0 90px;
	float: left;
}

.textBold{
	font-weight: bold;
}

.textBand {
	color: #a8a8a8;
}

.textitalic {
	font-style: italic;
	letter-spacing: 0.05em;
}

a{
	text-decoration: none;
	color: #542c30;
}


.text a:hover {
	background-color: #ebffbc;
	padding: 1px 0;
}


a:hover #buttons{
	text-decoration:none;
	background-color: #00CCCC;
}

.pic {
	float: right;
	margin-right: 20px;
}


.wrap {
	overflow: hidden;
	margin-bottom: 10px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

