	html, body, div, p, table, tr, td, h1, h2, h3, ul, ol, li, a {
		color: #000000;
		font-size: 12px;
		font-family: Arial;
	}

	body {
		margin: 0px;
		padding: 0px; 
		background-color: #6ab1cc;
		background-repeat: no-repeat;
		background-position: top center;
		background-image: url("images/background_xmas.jpg");
		background-attachment: fixed;
	}

	img {
		border: 0px;
	}

	#container {
		width: 980px;
		margin: 0px auto;
		padding: 0px 10px;
		background-color: #FFFFFF;
	}

	#header {
		width: 980px;
		height: 220px;
		background-repeat: no-repeat;
		background-position: top left;
		background-image: url("images/header.jpg");
	}

	#socialnetwork {
		top: 30px;
		left: -60px;
		width: 50px;
		height: 0px;
		position: relative;
	}

	#basket {
		text-align: right;
		padding-top: 180px;
		padding-right: 10px;
	}

	#basket a.basketlink {
		font-size: 16px;
		text-decoration: none;
	}

	#basket a.basketlink:hover {
		text-decoration: underline;
	}

	#navigation {
		width: 980px;
		margin-bottom: 10px;
	}

	#offers {
		width: 980px;
	}

	#offers img {
		padding: 10px;
		padding-left: 0px;
	}

	#content {
		width: 980px;
	}

	#leftcontent {
		float: left;
		width: 250px;
	}

	#leftcontent #box {
		width: 245px;
		padding-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 20px;
		border: 1px solid #AAA8A9;
	}

	#leftcontent #box div {
		padding-bottom: 10px;
		margin: 0px 20px 10px 20px;
		border-bottom: 1px dotted #AAA8A9;
	}

	#leftcontent #box select {
		width: 206px;
		margin: 0px 20px;	
	}

	#leftcontent #box a {
		text-decoration: none;
	}

	#leftcontent #box a:hover {
		color: #2C9B10;
		text-decoration: underline;
	}

	#rightcontent {
		float: left;
		width: 720px;
		margin-left: 10px;
	}

	#rightcontent h1 {
		margin: 0px;
		padding: 10px;
		color: #FFFFFF;
		font-size: 12px;
		background-color: #7bc6ff;
	}

	table.articlebox td.articleprice {
		font-weight: bold;
	}

	table.articlebox p.articleimage {
		float: left;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	table.articlebox p.articlehiddentext {
		display: none;
	}

	table.basketbox td.basket {
		padding: 4px;
		border-bottom: 1px solid #AAA8A9;
	}

	table.basketbox td.bold {
		font-weight: bold;
	}

	table.basketbox td.paddingtop {
		padding-top: 5px;;
	}

	table.userdata td.labels {
		font-weight: bold;
		text-align: right;
		padding-right: 5px;
		padding-bottom: 5px;
	}

	table.userdata input.userfield {
		width: 160px;
	}

	table.userdata input.errorinput {
		width: 164px;
		border: 1px solid #FF0000;
	}

	table.userdata textarea.errorinput {
		border: 1px solid #FF0000;
	}

	table.userdata select {
		width: 166px;
	}

	table.articlebox span.articlename {
		font-size: 20px;
		font-weight: bold;
	}

	table.articlebox span.articlepriceold {
		display: block;
		color: #FF0000;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
		text-decoration: line-through;
	}

	table.articlebox span.articleprice {
		color: #62ADFC;
		font-size: 20px;
		font-weight: bold;
	}

	table.articlebox span.articlepricehint {
		font-size: 9px;
	}

	table.articlebox span.articlepricehint a {
		font-size: 9px;
	}

	table.articlebox span.articledisclaimer {
		font-size: 10px;
	}

	table.articlebox span.articledisclaimer a {
		font-size: 10px;
	}

	div.articlediv {
		width: 232px;
		padding: 0px;
		margin-top: 9px;
		border: 1px dotted #7ed4dc;
	}

	div.articlediv p {
		margin: 0px;
		padding: 5px;
		text-align: center;
		background-color: #7ed4dc;
	}

	div.articlediv p.name {
		min-height: 30px;
	}

	div.articlediv p.name, div.articlediv p.name a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}

	div.articlediv p.price, div.articlediv p.price a {
		color: #FFFFFF;
		text-decoration: none;
	}

	div.articlediv p a:hover {
		text-decoration: underline;
	}

	div.loginbox {
		width: 600px;
		height: 400px;
		margin: 0px auto;
		padding-top: 100px;
		text-align: center;
		background-repeat: no-repeat;
		background-image: url("images/loginbox_background.jpg");
	}

	div.loginbox_name {
		width: 101px;
		height: 27px;
		margin: 0px auto;
		background-repeat: no-repeat;
		background-image: url("images/loginbox_name.jpg");
	}

	div.loginbox_password {
		width: 101px;
		height: 27px;
		margin: 0px auto;
		background-repeat: no-repeat;
		background-image: url("images/loginbox_password.jpg");
	}

	div.loginbox input.sendform {
		width: 101px;
		height: 43px;
		border: 0px;
		margin: 0px auto;
		background-repeat: no-repeat;
		background-image: url("images/loginbox_ok.jpg");
	}

	#pagefooter {
		clear: both;
		width: 1000px;
		color: #FFFFFF;
		font-size: 11px;
		margin: 0px auto;
		text-align: left;
		background-color: #BED853;
	}

	#pagefooterright {
		float: right;
		width: 800px;
		color: #FFFFFF;
		font-size: 11px;
		text-align: right;
		padding: 20px 10px;
	}

	#pagefooterleft {
		float: left;
		padding: 20px 10px;
	}

	#pagefooterleft div {
		padding: 5px 0px;
		border-bottom: 1px dashed #FFFFFF;
	}

	#pagefooterleft div a {
		color: #FFFFFF;
		font-size: 14px;
		text-align: right;
		text-decoration: none;
	}

	#pagefooterclear {
		clear: both;
	}

	#footer {
		clear: both;
		padding: 10px;
		font-size: 11px;
		text-align: center;
	}

	#footer a {
		font-size: 11px;
	}

	#footer img.footerimage {
		position: relative;
		left: -20px;
		bottom: -10px;
	}

	p.refidbar {
		margin: 0px;
		padding: 5px;
		color: #FFFFFF;
		font-weight: bold;
		background-color: #E0101B;
	}

	p.refidbar span {
		color: #F39D0E;
	}
