body{
	margin: 0px;
	color : #FFFFFF;
	font-family : Century Gothic; 
	font-size : 9pt;
	background-color: #000000;
}

h1{
	color : #FFFFFF;
}
h2{
	color : #b9f5ff;
}

hr{
	color: #000;
	background-color: #000;
	height: 1px;
}

.cart{
	background-color: #343434;
	background-image: url('images/knopBg.jpg');
	background-repeat: repeat-x;
}

.cart th{
	height: 40px;	
	text-align: left;
}

.cart td{
	font-size: 10pt;
}

.cart input,submit{
	background-color: #444444;
	color: white;
	border: 1px solid #222222;
}

#container{	
	position: relative;
	min-height: 100%;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	left: 50%;
	margin-left: -475px;
	height: auto;
	width: 950px;
	text-align: left;
	background-image: url('../images/pageBG.jpg');
	background-repeat: repeat-y;
	border: 0px solid red;
}

#header{
	height: 83px;
	width: 778px;
	margin: 0px 0px 0px 171px;
	background-image: url('images/top.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#headerPics{
	float: right;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	height: 160px;
	width: 749px;
	border: 1px solid #787878;
}

#nav{
	float: left;
	width: 180px;
	margin: 0px 0px 0px 0px;
	border: 0px solid yellow;
}

#content{
	float: right; 
	margin: 0px;
	padding: 5px;
	width: 749px;
	border: 1px solid #787878;
	background-color: #031316;
}

#topMenu{
	background-color: #333333;
	list-style: none;
	height: 150px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	
}
#topMenu li{
	margin: 1px 0px 0px 10px;
	border-bottom: 1px solid #787878;
}
#topMenu li a{
	color: white;
	text-decoration: none;
}

#shopMenu {
	margin: 20px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#shopMenu li{
	border-bottom: 1px solid #222222;
}

#shopMenu a{
	color: white;
	font-size: 11pt;
	text-decoration: none;
}

#shopMenu ul{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}

#shopMenu ul li{
	border-bottom: 1px solid #444444;
	border-left: 2px solid #111111;
}

#shopMenu ul a{
	color: white;
	font-size: 9pt;
	text-decoration: none;
	margin-left: 4px;
}

#shopMenu ul ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#shopMenu ul ul li{
	border-bottom: 1px solid #000000;
	border-left: 2px solid white;
	background-color: #111111;
}

#shopMenu ul ul a{
	color: white;
	font-size: 9pt;
	text-decoration: none;
	margin-left: 4px;
}

.onderverdeling{
	width: 100%;
	height: 50px;
	background-color: #666666;
	color: white;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid white;
}

.onderverdeling h2{
	color: white;
	margin: 0px;
	padding: 10px;
}

.artikel{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #434642;
	background-color: #CDCDCD;
}

.artikel h2{
	z-index: 2;
	font-size: 15pt;
	margin: 2px;
	padding: 0px;
	color: #001033;
}

.artikel p{
	z-index:2;
	margin: 3px;
	padding: 0px;
	color: black;
}

.artikel .fotoX{
	width: 100%;
	background-color: white;
	border-bottom: 1px solid black;
}

.artikel .fotoX img{
	width: 100%;
}

.artikel .fotoY{
	float: right;
	margin: 0px 0px 3px 3px;
	padding: 0px 0px 3px 3px;
	border: 1px solid #222222;
}

.artikel .fotoYMinimized{
	float: right;
	margin: 0px 0px 3px 3px;
	padding: 0px 0px 3px 3px;
	border: 1px solid #222222;
}

.artikel .fotoYMinimized img{
	width: 250px;
}

.knop{
	background-color: #444444;
	background-image: url('images/knopBg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	border: 1px solid black;
	margin: 5px;
	float: left;
	width:175px;
	height:50px;
}

.knop a{
	display: block;
	margin-top: 7px;
	border: 0px solid green;
	color: #e0cbb6;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}

.knop a:hover{
	color: #FFFFFF;
}

#imageFader{
	margin: 4px;
	padding: 0px;
	list-style: none;
}


#imageFader li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.facebook{
	z-index: 2;
	top: 50px;
	position: absolute;
}