/* Priority Records Landing Page */

* {
	margin: 0;
	padding: 0;
	position:relative;
}

html,body {
	background-color: #000000;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-attachment: fixed;
}

#main {
	width: 990px;
	border: 5px solid #405660;
	background-color: #FFFFFF;
	overflow: hidden;
}

	
#ad {
	border: 5px solid #405660;
	margin: 30px 0px 50px 0px;
	height:90px;
	width:728px;
	}
	
	
#head {
	background-image: url(head.jpg);
	height: 260px;
    }
    
    #nl {
	color: #747E82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	padding: 40px 0 0 70px;
	font-weight: bold;
}

.newsletter {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}


p {
	color:#202C33;
	line-height: 16px;
	padding: 0 20px 10px 0;
	margin: 0;
	text-align: left;
}

H1 {
	padding: 0;
	color: #202C33;
	font-weight: bold;
	margin: 0 20px 10px 0;
	font-size: 16px;
	border-bottom: 3px solid #405660;
	display: block;
	text-align: left;
}

#social {
	width: 990px;
	float: right;
}
.cover {
	float: left;
	font-size: 11px;
	width: 85px;
	border-left: 5px solid #405660;
	border-right: 5px solid #405660;
	border-top: 10px solid #405660;
	border-bottom: 10px solid #405660;
	background-color: #405660;
	color: #FFFFFF;
	height: 140px;
}
.coverleft {
	float: left;
	font-size: 11px;
	width: 85px;
	border-left: 10px solid #405660;
	border-right: 5px solid #405660;
	border-top: 10px solid #405660;
	border-bottom: 10px solid #405660;
	background-color: #405660;
	color: #FFFFFF;
	height: 140px;
}

.coverright {
	float: left;
	font-size: 11px;
	width: 85px;
	border-left: 5px solid #405660;
	border-right: 10px solid #405660;
	border-top: 10px solid #405660;
	border-bottom: 10px solid #405660;
	background-color: #405660;
	color: #FFFFFF;
	height: 140px;
}

.player {
	border:3px solid #405660;
	margin: 0 0 15px 0;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: none;
	color: #00A0E0;
}


img {
	border: 1px solid #fff;
	margin: 0 0 5px 0;
}

.feld {
	color: #FFFFFF;
	background-color: #405660;
	width: 220px;
	height: 30px;
	margin: 0 0 10px 0;
	}
	
.button {
	height: 30px;
	width: 122px;
	background-color: #2B3A41;
	color: #FFFFFF;
	border: none;
	margin: 0 0 0 10px;
	font-weight: normal;
	font-size: 14px;
}


.auswahl {
	margin: 0 0 0 5px;
}

