@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	font-family: Times;
	font-size: small;
	margin: 0px;
	padding:0;
	background-image: url("/images/main_bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;	
	letter-spacing: 1px; 
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #fa00c9;
}
a.active {
	color: #fa00c9;
}
/*TOP*/
.top {
	position:fixed;
	height: 40px;
	width: 100%;
	background: white;
	z-index: 2;
}
.header {
	height: 80px;
	border-bottom: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	width: 100%;
	background-color: #fff;
}
/*MID*/
.mid {
	padding-top: 86px;
}
.title {
	height: 75px;
	text-align: center;
}
.main {
	padding-bottom: 90px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: repeat-y;
	background-position: top;
	width: 900px;
	min-height: 380px;
	margin: auto;
}
.text {
	width: 900px;
	margin: auto;
	min-height: 390px;
	padding: 10px;
}
/*BOTTOM*/
.bottom {
	position: fixed;
	clear: both;
	height: 110px;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.fade {
	height:40px;
	background: url("/images/fade.png") bottom repeat-x;
}
.outer_menu {
	background: #fff;
}
.menu {
	height:70px;
	width: 900px;
	margin: auto;
	background: #fff;
	letter-spacing: 2px;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 30px;
}
.menu ul li {
	float: left;
	width: 100px;
	text-align: center;
	font-variant: small-caps;
}
.menu ul li a {
	border: none;
	text-decoration: none;
	color: #000;
}
.menu ul li a.active {
	border: none;
	text-decoration: none;
	color: #f05f91;
	font-weight: bold;
}
.footer {
	height: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
}
/* STYLES */
h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: 4px;
	font-size: 42px;
	text-transform: uppercase;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #fa00c9;
}
h3 {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
/* GALLERY */
.gallery-picker {
	width: 200px;
	height: 380px;
	float: left;
	line-height: normal;
	text-align: center;
}
.gallerty-picker p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.gallery {
	margin-left: 240px;
	width: 640px;
}
.gallery-leeg {
	width: 640px;
	background: url(/files/nieuw/prc-collections-bg.jpg) no-repeat;
	height: 380px;
	margin-left: 240px;
}
.gallery-row {
	width: 640px;
	height: 150px;
}
.gallery-row-spacer {
}
.gallery-img {
	float: left;
}
.gallery-img img{
	border: 3px solid white;
}
.gallery-spacer {
	float: left;
	width: 7px;
	height: 1px;
}
/* COMMUNITY */
label {
	background: #979a9a;
	margin-right: 5px;
	padding: 0px 5px;
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
}
.community_row {
	width: 400px;
	margin: auto;
	margin-bottom: 5px;
}
.community_row input {
	background: #979a9a;
	border:none;
	height: 15px;
	padding: 5px;
	line-height: 23px;
}
#firstname {
	width: 305px;
}
#lastname {
	width: 308px;
}
#birthday {
	width: 287px;
}
#email {
	width: 325px;
}
#subscribe {
	height: 25px;
	font-size: small;
	font-variant: small-caps;	
}

td {
	vertical-align: top;
}
.hometitel {
	float: right;
	text-transform: uppercase;
	margin-top: 100px;
	margin-right: 100px;
}
.hometitel h1 {
	font-weight: normal;
	color: #ffffff;	
}
.article {
	margin-left: 310px;
}
.comments {
	width: 300px;
	float: left;
	margin-right: 20px;
	height: 400px;
}
.reacties {
	overflow-x: hidden;
	overflow-y: auto;
	height: 200px;
}
.nieuws_links {
	background: #000;
	color: #fff;
	overflow: auto;
	width: 280px;
	padding: 10px;
	overflow: hidden;
}
.nieuws_spacer {
	width: 20px;
}
.nieuws_rechts {
	width: 640px;
	background: #000;
	color: #fff;
	padding: 10px;
}
.nieuws_vspacer {
	height: 15px;
	width: 900px;
	clear: both;
}
.nieuws_item {
	width: 900px;
	padding: 6px;
	background: #000;
	color: #fff;
	overflow: auto;
}
.stores {

}