/* --------------------------------------------------- *\
#				www.prikopa.com style sheet				#
#					(c) www.prikopa.com 				#
\* --------------------------------------------------- */
.centered_div {
	text-align: center;
}

.top_heading {
	color: #000080;
	text-align: center;
	font-size: 32px;
	font-weight: 900;
}

.heading {
	color: #000080;
	text-align: left;
	font-size: 28px;
}

body {

	background: #F4EEA8;
	text-align: center;

	scrollbar-face-color: #F4EEA8; 
	scrollbar-shadow-color: black; 
	scrollbar-highlight-color: black; 
	scrollbar-3dlight-color: black; 
	scrollbar-darkshadow-color:black; 
	scrollbar-track-color: #F4EEA8; 
	scrollbar-arrow-color: black;
	
	width: 980px;
	
	margin: auto;
}

img {
	border: 0px;
}

a {
	color: #990000;
}
a:link	  { }
a:visited { color: #990000; }
a:hover   { color: #990000; }
a:active  { }

.nounderline
{
	text-decoration: none;
}

.strong_links {
	font-weight: 400;
	font-size: 18px;
}

/* --------------------------------------------------- *\
#						   CDs							#
\* --------------------------------------------------- */
.cds_table {
	width: 95%;
	text-align: center;
	border-collapse: collapse;
}

.cds_clear_row {
	height: 20px;
}

.cds_coverpic {
	width: 20%;
	text-align: center;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	border-top: 	#000000 1px solid;
	border-bottom: 	#000000 1px solid;
	border-left: 	#000000 1px solid;
	background: #F1E791;
}

.cds_details {
	width: 80%;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	border-top: 	#000000 1px solid;
	border-bottom: 	#000000 1px solid;
	border-right: 	#000000 1px solid;
	background: #F1E791;
}

.cds_details_only {
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 5px 25px 5px 25px;
	border-top: 	#000000 1px solid;
	border-bottom: 	#000000 1px solid;
	border-right: 	#000000 1px solid;
	border-left: 	#000000 1px solid;
	background: #F1E791;
}

.cds_title {
	font-size: 24px;
	font-weight: bold;
}

.cds_table_heading {
	font-weight: bold;
}

.cds_tracklist_nr {
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	width: 3%;
}

.cds_tracklist_komponist {
	vertical-align: top;
	padding-left:  5px;
	padding-right: 5px;
	width: 25%;
}

.cds_tracklist_titel {
	vertical-align: top;
	padding-left:  5px;
	padding-right: 5px;
	width: 72%;
}
