@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #000000;
	background-image: url(img/background.jpg);
	background-repeat: repeat repeat-x;
	margin: 0;
	text-align: center;
	color: #FFF;
}
#wrapper{
width: 740px;
margin: 15px auto;
text-align: left;
}
#header {
width: 740px;
}		
#navi {
width: 140px;
float: left;
}
#content {
	width: 540px;
	float: right;
	margin: 0 30px 30px 30px;
	text-align: left;
}
#contentList {
	height: 360px;
	width: 540px;
	float: right;
	margin: 0 30px 30px 30px;
	text-align: left;
	background-image: url(img/girl.jpg);
}
#contentList li{
	list-style-image: url(img/headphones.png);
}
#footer {
width: 600px;
float: right;
color: #F60;
}
.clear{
clear: both;
}
#title{
	float: right;
	width: 600px;
	height: 130px;
}
#logo{
	float: right;
	text-align: left;
	margin: 0 50px 0 0 ;
}
a img{
	border: 0;
}
.title_positioning{
	margin: 25px 0 0 40px;
}
.title_rts{
	font-size: 100%;
	font-weight: bold;
	color: #99B3B3;
}
.title_keywords{
	font-size: 120%;
	letter-spacing: 2px;
	color: #FFF;
}
ul.navi{
	font-size: 90%;
	line-height: 180%;
	list-style-type: none;
	margin: 0 25px 0 0;
	padding: 0;
	text-align: right;
}
a.navi{
	color: #FFF;
	text-decoration: none;
	padding: 0 25px 0 0;
}
a.navi:hover{
text-decoration: underline;
background: url(img/bass.png) no-repeat right;

}
a.navi_aktiv{
color: #F60;
	text-decoration: none;
	padding: 0 25px 0 0;
	font-weight: bold;
	background: url(img/bass.png) no-repeat right;
}
a.navi_aktiv:hover{
text-decoration: underline;
}
#footer_positioning{
	font-size: 80%;
	color: #777;
	border-top: 1px dashed #F60;
	margin: 0 30px 30px 30px;
	padding-top: 15px;
}
.left{
	float: left;
}
.right{
	float: right;
}
h1{
	margin: 0 0 15px 0;
	color: #99B3B3;
	font-size: 72px;
}
content p{
padding: 0;
margin: 0;
}
.textRight{
	text-align: right;
}
#content table td{
	border: 1px solid white;
	border-collapse: collapse;
}

table.noBorder, td.noBorder{
	border: 0px solid white;
}