body, form, html, img {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: rgb(255, 255, 255) url("img/shadow.png") repeat-x 0px 175px;
	color: rgb(83, 83, 83);
	font: 12px arial, helvetica, tahoma, verdana, sans-serif;
	margin: 10px 0;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.c {
	text-align: center;
}

.uc {
	text-transform: uppercase;
}

#container {
	margin: 0 auto;
	width: 780px;
}

#header {
	font-family: "arial black", arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 30px;
	height: 165px;
	line-height: 48px;
	margin: 0 auto;
	text-align: center;
	width: 620px;
}

#header_pic {
	float: right;
	height: 165px;
	width: 257px;
}

#links {
	background: url("img/davinci-logo.png") no-repeat top;
	float: left;
	height: 108px;
	margin-top: 44px;
	width: 350px;
}

#links a:hover {
	background-color: transparent;
	color: rgb(255, 192, 0);
}

#home, #lang {
	color: rgb(213, 213, 213);
	font: 10px arial, helvetica, tahoma, verdana, sans-serif;
}

#home {
	float: left;
	padding: 13px 0 0 100px;
}

#lang {
	text-align: right;
	padding: 13px 19px 0 0;
}

#home a, #lang a {
	color: rgb(255, 170, 251);
}

#home a:hover, #lang a:hover {
	color: rgb(200, 0, 188);
}

#logo {
	cursor: pointer;
	height: 55px;
	width: 312px;
}

a {
	color: rgb(200, 0, 188);
	text-decoration: none;
}

a:hover, #home a:hover, #lang a:hover {
	background-color: rgb(255, 246, 0);
	text-decoration: none;
}

a:hover img {
	background-color: rgb(255, 255, 255);
}

#content {
	clear: both;
	margin-top: 32px;
	text-align: justify;
	width: inherit;
}

.heading {
	border-bottom: dashed 1px rgb(200, 0, 188);
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

#divplaylist {
	float: left;
	margin-right: 20px;
}

.player {
	height: 91px;
	width: 335px;
}

ul {
	text-align: left;
}

ul li {
	list-style: disc;
}

#payment {
	float: right;
	margin: 10px 20px;
	text-align: center;
	width: 280px;
}

#euro {
	border: none;
	width: 10px;
}

#amount {
	border: 1px solid rgb(200, 200, 200);
	width: 60px;
}

#euro, #amount {
	font-size: 12px;
	font: inherit !important;
	height: 14px;
	margin-bottom: 10px;
}

#note {
	font-size: 11px;
}

#spacer {
	clear: both;
	height: 20px;
}

#footer {
	border-top: dashed 1px rgb(200, 0, 188);
	color: rgb(83, 83, 83);
	font-size: 10px;
	padding-top: 2px;
	text-align: center;
	width: inherit;
}