/*******************************************************************************
	GENERAL
*******************************************************************************/

* {
	padding: 0;
	margin: 0;
}

var { display: none; }

img { border: 0; }

html, body {
	height: 100%;
	background-color: black;		
	background-image: url(/images/layout/background_old.gif);
	background-repeat: repeat-y;	
	background-position: center top;
}

body {
	color: #b4b4b4;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;		
	text-align: center;		
}

h1, h2, h3, h4 {
	font-family: arial, sans-serif;		
	color: white;
	line-height: 27px;
	font-weight: normal;
}

h1 { font-size: 1.8em; margin: 0em 0 1.00em 0; letter-spacing: 0.05em; color: #b4b4b4; display: none; }
h2 { font-size: 1.0em; margin: 0em 0 0.25em 0; font-family: verdana, sans-serif; }
h3 { font-size: 1.0em; margin: 0em 0 0.25em 0; font-family: verdana, sans-serif; }
h4 { font-size: 1.0em; margin: 0em 0 0.25em 0; font-family: verdana, sans-serif; }

p {
	margin-bottom: 1.5em;
}

a { color: white; text-decoration: none; }
a:hover { text-decoration: underline; }

/*******************************************************************************
	LAYOUT
*******************************************************************************/

.logoLink {
	top: 37px;
	left: 40px;
	position: absolute;
	display: block;
	width: 150px;
	height: 120px;	
}

.centerBlock {	
	position: relative;
	width: 1024px;
	text-align: left;		
	margin: 0 auto;	
}

.headerBlock {		
	height: 270px;	
	background-image: url(/images/layout/header_home.jpg);
	background-repeat: no-repeat;	
}

.headerBlock.brand { background-image: url(/images/layout/header_brand.jpg); }
.headerBlock.shopinshop { background-image: url(/images/layout/header_shopinshop.jpg); }
.headerBlock.contact { background-image: url(/images/layout/header_contact.jpg); }


.serviceLinks {				
	text-align: right;	
	overflow: hidden;	
	padding-right: 20px;
	padding-top: 6px;
}

.menuBlock {		
	float: left;
	margin-top: 14px;
	width: 200px;
	height: 300px;		
	background-image: url(/images/layout/menu_line.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}	

.contentBlock {
	margin-top: 14px;
	margin-left: 22px;	
	width: 480px;			
	position: absolute;
	left: 200px;
	padding-top: 10px;
	padding-bottom: 20px;	
	background-color: black;	
}

.shopinshopPhotos {
	display: block;	
	position: absolute;	
	top: 270px;
	right: -280px;			
	width: 232px;
}

.shopinshopPhotos img
{
	margin-bottom: 20px;
}

/*******************************************************************************
	DECORATION BLOCK
*******************************************************************************/

.decorationBlock {	
	display: block;
	width: 287px;
	height: 463px;	
	position: absolute;	
	top: 156px;
	right: 0;		
	background-image: url(/images/layout/decoration_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;		
}

.decorationBrand {
	background-image: url(/images/layout/decoration_brand.jpg);
	width: 308px; height: 593px; top: 44px;	right: 2px;
}

.decorationShopinshop {
	background-image: url(/images/layout/decoration_shopinshop.jpg);
	width: 297px; height: 379px; top: 205px;	
}

.decorationContact {
	background-image: url(/images/layout/decoration_contact.jpg);
	width: 190px; height: 460px; top: 186px;	
}

/*******************************************************************************
	MENU
*******************************************************************************/

.menuBlock ul { 
	margin-top: 10px;
	list-style: none; 
}

.menuBlock li.item {		
	text-align: right;	
	line-height: 27px;
}

.menuBlock a {	
	margin-right: 22px;		
	color: #b4b4b4;
	text-decoration: none;		
}

.menuBlock a.active {
	color: white; 
	font-weight: bold;	
}

.menuBlock a:hover { 
	color: white; 
	text-decoration: underline;		
}


/*******************************************************************************
	SERVICE LINKS
*******************************************************************************/

.serviceLinks {
	color: white;
	list-style: none;		
}

.serviceLinks a {
	color: white;
	text-decoration: none;	
}

.serviceLinks a:hover {
	text-decoration: underline;
}

.serviceLinks .active a {
	font-weight: bold;
}

.serviceLinks .devider {		
	margin: 0 5px; 
	background-image: url(/images/layout/servicelink_devider.gif);
	background-repeat: no-repeat;	
	width: 1px;
	height: 27px;
}

.serviceLinks li {
	float: right;		
	height: 27px;
	line-height: 27px;
}

.serviceLinks h2 { 
	display: none;
}

/*******************************************************************************
	MODULES AND SECTIONS
*******************************************************************************/

#flashVisual {
	display: block;
	margin-top: 51px;
	padding-top: 40px;
	width: 592px;
	height: 183px;
}

/*******************************************************************************
	VCARD http://www.microformats.org
*******************************************************************************/

#contactAddress {	
	text-align: right;
	position: absolute;
	right: 524px;
	top: 222px;
	line-height: 18px;
	width: 177px;	
}

.vcard a { color: #b4b4b4 !important; }
.vcard .contact { background-image: none; }

/*******************************************************************************
	CONTACT FORM
*******************************************************************************/

.contactForm {
	margin-top: 2px;
	overflow: hidden;	
}

.contactForm p {	
	float: left;
	clear: left;
	overflow: hidden;
	width: 100%;	
	margin-bottom: 2px;	
}

.contactForm label.required {
	color: white !important;
}

.contactForm label.error {
	color: red !important;
}

.contactForm label {	
	float: left;
	cursor: pointer;
	line-height: 22px;
	width: 160px;	
}

.contactForm select,
.contactForm input,
.contactForm textarea {			
	font-family: verdana, sans-serif;
	font-size: 11px;				
	border-width: 0;
	width: 312px;
	color: white;
	background-color: #303030;
	float: right;
	clear: none;		
}

.contactForm select {		
	width: 320px;		
	line-height: 30px;	
	border: solid 1px #303030 !important;	
	border-width: 4px 2px !important;
}

.contactForm input {	
	padding: 5px 4px 0 4px;
	height: 19px;
}

.contactForm textarea {
	padding: 3px 4px 3px 4px;
	height: 10em;
	line-height: 16px;
	overflow: auto;		
}

.contactForm .submit {	
	width: auto;
	font-weight: bold;
	cursor: pointer;
	background-color: black;
}


/*******************************************************************************
	PAGE CONTENT
*******************************************************************************/

.contentBlock ul {
	list-style-type: disc;	
	list-style-position: outside;
}

.contentBlock ul,
.contentBlock ol {
	margin-top: 0.5em;
	margin-bottom: 2em;
	margin-left: 2em;
}

.contentBlock li {
	margin-bottom: 1em;
}

.contentBlock em {
	font-style: normal;
	font-weight: normal;
	color: white;
}

.contentBlock a {
	color: white;
}

.contentBlock a:hover {	
	color: white;
	text-decoration: underline;
}

.contentBlock address {
	margin-bottom: 1.5em;
	font-style: normal;
}

.contentBlock address span {
	display: block;
	clear: both;
}

/*******************************************************************************
	NEWS
*******************************************************************************/

.newsItem {
	margin-bottom: 3em;
}

.newsItem h2 { font-size: 1.2em; }

.newsItem .date { color: #76c04b; }

/*******************************************************************************
	SHOP
*******************************************************************************/

.shopForm {
	margin-bottom: 2em;
}

.gebruikersnaam_input,
.wachtwoord_input {
	border: none;
	background-color: #414141;
	padding: 2px 2px;	
	color: #ffffff;	
}

.inlog_box {
	border: solid 1px #414141;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 10px 1px 10px;	
	cursor: pointer;
}

.webshop_links {
	margin-top: 2em;
}
