body {
	text-align: center;
/*    font-family: Georgia, batang, "times new roman", "book antiqua", serif; */
    font-family: Sans-serif, Helvetica, Arial;
    background-color: #ffffff;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.tr {
    float: left;
    width: 150px;
}

#info {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-color: #ffffff;
    color: #ffffff;
}

a:link {
	text-decoration: none;
	color: #696900;
}

a:active {
	text-decoration: none;
	color: #696900;
}

a:visited {
	text-decoration: none;
	color: #696900;
}

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

#contents {
	position: absolute; left: 0; top: 173px; width: 100%; text-align: left;
}

#main {
	text-align: left; 
	position: relative;
	width: 900px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
    color: #000000;
    z-index: 10;
}

#header {
	position: absolute; left: 0; top: 20px; height: 150px; width: 100%; text-align: right; background-color: #000000;
}

#photo {
	position: relative;
	width: 920px; 
	height: 150px;
	margin-left: auto;
	margin-right: auto;
    color: #000000;
    z-index: 10;
}

#eier {
	position: absolute; left: 135px; top: 0; height: 42px;
}

#menu {
	float: right; margin-top: 14px; height: 10px; width: 552px; font-size: 14px; color: #696900; text-align: right;
}

.nl {
    width: 200px;
    margin-right: 10px;
    border: 1px solid #999971;
    font-size: 12px;
    padding: 2px;
}

.cdTitel {
    height: 60px; margin-top: 5px; font-size: 12px;
}

.cdPreis {
    color: #696900;
    font-size: 12px;
    font-weight: bold;
}

.cdMenge {
    margin-top: 10px;
    font-size: 10px;
}

.cdAnzahl {
    width: 68px;
    margin-left: 10px;
    border: 1px solid #999971;
    font-size: 12px;
    padding: 2px;    
}

#preise {
    font-size: 12px;
    margin-top: 15px;
}

#gesamtPreis {
    color: #696900;
    font-weight: bold;
}
#versandKosten {
    color: #696900;
    font-weight: bold;
}

#daten {
    margin-top: 15px;
    font-size: 13px;
}

#daten input, textarea {
    width: 300px;
    border: 1px solid #999971;
    font-size: 12px;
    padding: 2px;    
}

#derNewsletter input {
    border: 1px solid #999971;
    font-size: 12px;
    padding: 2px;
    margin-left: 10px;  
}

		/* ==================== Player ==================== */
		.lp {
			float: left;
			width: 180px;
			height: 12px;
			background-repeat: no-repeat;
			background-position: 0px 3px;
			text-indent: 14px;
			cursor: pointer;
			font-size: 10px;
			background-image: url(../imgs/my_play.png);
		}
		
		.lp_hover {
			float: left;
			width: 180px;
			height: 12px;
			background-repeat: no-repeat;
			background-position: 0px 3px;
			text-indent: 14px;
			cursor: pointer;
			font-size: 10px;
			background-image: url(../imgs/my_play_hover1.png);
			color: #c50000;
		}

		.lp_stop {
			float: left;
			width: 180px;
			height: 12px;
			background-repeat: no-repeat;
			background-position: 0px 3px;
			text-indent: 14px;
			cursor: pointer;
			font-size: 10px;
			background-image: url(../imgs/my_stop1.png);
			color: #c50000;
		}

		/* ip = inline player */
		.ip {
			letter-spacing: 0.05em;
			background-repeat: no-repeat;
			background-position: 0px 4px;
			padding-left: 10px;
			cursor: pointer;
			font-style: italic;
			background-image: url(../imgs/my_play.png);
		}
		
		.ip_hover {
			letter-spacing: 0.05em;
			background-repeat: no-repeat;
			background-position: 0px 4px;
			padding-left: 10px;
			cursor: pointer;
			font-style: italic;
			background-image: url(../imgs/my_play_hover1.png);
			color: #c50000;
		}

		.ip_stop {
			letter-spacing: 0.05em;
			background-repeat: no-repeat;
			background-position: 0px 4px;
			padding-left: 10px;
			cursor: pointer;
			font-style: italic;
			background-image: url(../imgs/my_stop1.png);
			color: #c50000;
		}
        
        /* inline song without player */
        .songname {
			letter-spacing: 0.05em;
			font-style: italic;
		}

