@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%; /* héél belangrijk */
}

html { 
	/* hack voor altijd aanwezige scrollbar */
	min-height:100%; 
	margin-bottom:1px; 
	height: 100%; /* héél belangrijk */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	margin:0px;
	padding: 0px;
	background:url('/images/bg.jpg') repeat-y top;	
	background-color: #17201f;	
}

a {
	color: #7fcdc3;
	text-decoration:none;	
}

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

.titel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:45px;
	color:#333333;
	font-weight:bolder;
	letter-spacing: 6px;
}

.green_light {
	color: #7fcdc3;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align:left; /* counter the body center */
	width:860px;
	background-color:#000000;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */	
}	

.left {
	width: 210px;
	float: left;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */	
}

.content {
	width: 620px;
	display: block;
	float: left;
}	

/* content */

.afbeelding {
	border: solid 1px #7c7c7c;
}

.artikel {
	width:180px;
	height:268px;
	border:solid 1px #7c7c7c;
	padding:4px;
}

.artikel_header {
	width: 170px;
	margin-top:4px;
	margin-bottom:4px;
	height:66px;
	background-color: #171f1e;
	text-align:center;

}

.artikel_img {
	height:160px;
	overflow:hidden;
	vertical-align:middle;
}

.artikel_info {
	font-size: 12px;
}	

.artikel_inl {
	color: #7fcdc3;
}

.artikel_description_short {
	padding: 4px;
	height:58px;
	width: 162px;
	text-align: center;
	background-color: #171f1e;
}

/* products */

.product_box {
	width: 650px;
	border: solid 1px #7c7c7c;
	font-size:12px;
}

.product_header {
	background-color:#7fcdc3;
	width:200px;
	height:20px;
	padding-left:6px;
	padding-top:4px;
	color:#000000;
	font-weight:bold;
	width:400px;
}

.product_details{
	background-color:#171f1e;
	vertical-align:top;
}

/* shop */

.shop_table {
	border:solid 1px #171f1e;
	width:612px;
}

.artist_more {
	background-color: #171f1e;
	width:202px;
	height:22px;
	color:#7fcdc3;
	padding-top:4px;
	font-weight:bold;
	
}

.artist_block {
	width:390px;

	font-size:12px;
	padding:6px;
}

.cart_info {
	background-color:#171f1e;
	height:18px;
}

/* sifr */

.sIFR-hasFlash h2.freehand {
  font-size: 22px;
  padding:0px;
}
}
.sIFR-hasFlash h1.freehand {
  font-size: 28px;
  padding:0px;
}
