body, html
{
	background-color: #000;	
	margin: 0px;
	padding: 0px;
	text-align: center; /*för att ie med felaktig box-modell ska rendera dokumentet korrekt - ie 4-5*/
	height: 100%;
	width: 100%;
}
.vagRattCentrering{
	margin: auto;
	text-align: center;
	width:400px;
	height: 550px;
	padding: 0px;


}
.lodRattCentering{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -275px 0 0 -200px;
}


a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}

.rub {
	FONT-SIZE: 24px;
	COLOR: #DA0018;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.normalwhite {
	FONT-SIZE: 10px;
	COLOR: #FFF;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}


.content {
	background-color: #000;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	display: block;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.box {
	width: 400px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	border-bottom-width: 0px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.box_cover {
	width: 400px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	border-bottom-width: 0px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.box_rub {
	width: 400px;
	float: left;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	line-height: 18px;
	text-align: left;
}

.box_text {
	width: 400px;
	float: left;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	color: #FFF;
	line-height: 18px;
	text-align: left;
}

#soundplayerspc, #soundplayer_playlist {
	width:400px;
	color:#FFF;
	font-size:14px;
	line-height:1.5em;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
		#soundplayer_playlist {
	margin-top:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: none;
}

