@charset "UTF-8";
/* CSS Document

MAIN STRUCTURE:
	HEADER
	MAIN
		(MAIN) LEFT MENU AND CONTACT
		(MAIN) CONTENT
			OPZET A OR
			OPZET B OR
			OPZET C
		(MAIN) FOOTER
	FOOTER */
a:link 
{ 
	color:#000;
	
}
	
a:visited
{ 
	
	color:#000;
}
	
a:hover
{ 
	color:#75a1bb;
	text-decoration:none;
}
	
body
{
	margin:0px;
	background-image:url(../images/planken_bg.jpg);
	background-position:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.error
{
	color:#FF0000;
}

/**************************************************** TEXT PROPERTIES ****************************************************/

p.mainTitle
{
	margin:0px;
	margin-top:12px;
	margin-left:11px;
	width:460px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#75a1bb;
}

p.text
{
	margin-top:10px;
	margin-left:11px;
	margin-right:11px;
	border-bottom:0px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

p.price
{
	margin-top:2px;
	margin-left:11px;
	margin-right:11px;
	border-bottom:0px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	color:#75a1bb;
	font-weight:600;
}


/**************************************************** DIV'S & CLASSES ****************************************************/

#container 
{
	width:924px;
	height:100%;
	left: 50%;
	margin-left: -462px;
	position:absolute;
	
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#e7e7e7;
}
	
	
/**************************************************** HEADER ****************************************************/

#header 
{
	width:100%;
	height:219px;
}

#logo 
{
	width:201px;
	height:100%;
	float:left;
}

#headerImg 
{	
	width:515px;
	height:100%;
	float:left;
}

#logIn
{
	width:200px;
	float:right;
	background-image:url(../images/logInLine.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	padding-left: 8px;
	padding-top: 100px;
	height: 119px;
}

#logIn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #36515C;
}

iframe.logIn
{
	width:192px;
	height:127px;
	margin-left:16px;
	margin-top:51px;
	
	border:none;
	overflow:hidden;
}

img.menuLine
{
	margin-top:1px;
	margin-bottom:3px;
	position:static;
}

/**************************************************** MAIN - LEFT MENU AND CONTACT ****************************************************/

#main 
{
	width:100%;
	min-height:459px;
	background-color:#e7e7e7;
}

#menuAndContact
{
	width:232px;
	height:100%;
	float:left;
}

#menu
{
	margin-top:10px;
	width:100%;
	height:276px;
}

ul.mainMenu
{
	list-style:none;
	display:inline;
}

div.menuLine
{
	width:190px;
	background-color:#d7d7d7;
	height:2px;
	margin-left:18px;
	overflow:visible;
}

div.menuItems
{
	width:200px;
	height:12px;
	font-family:georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8FA5AE;
	margin-top: 8px;
	margin-left: 24px;
	padding-bottom: 5px;
	margin-right: 6px;
}

div.menuItems a
{
	text-decoration:none;
	color:#41525c;
}

#menuItem_first
{
	margin-top:10px;
}

#menu li {
	display:inline;
}

div.menuItems a:visited 
{
	color:#41525c;
}

div.menuItems a:hover 
{ 
	color:#75a1bb;
}

div.menuItems a:active 
{
	color:#75a1bb;
} 


#contactGegevens 
{
	width:100%;
	height:183px;
	
	background-image:url(../images/contactLine.jpg);
}

h5.contactTitle
{
	margin:0px;
	padding-bottom:10px;
	padding-left:25px;
	
	font-family:georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	color:#41525c;
}

p.contactText
{
	margin:0px;
	padding-bottom:10px;
	padding-left:25px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#41525c;
}

/**************************************************** MAIN - CONTENT ****************************************************/

#content 
{
	width:692px;
	min-height:459px;
	float:right;
}

/**************************************************** MAIN - CONTENT - OPZET A ****************************************************/

#AcontentHeader
{
	width:100%;
	height:40px;
	
	background-image:url(../images/contentHeader.gif);
	background-repeat:no-repeat;
}

#AcontentHeaderLinks
{
	width:468px;
	height:40px;
	float:left;
	
	background-image:url(../images/contentHeader.gif);
	background-repeat:no-repeat;
}

#AcontentHeaderRechts
{
	width:217px;
	height:40px;
	float:left;
}

#AcontentMain
{
	width:680px;
	min-height:360px;
	float:left;
	
	background-color:#FFF;
}

#AcontentText
{
	width:449px;
	float:left;
	padding-left: 11px;
}

#AcontentImages
{
	width:210px;
	float:right;
	
	border-left-color:#CCC;
	border-left-style:solid;
	border-left-width:thin;
}

div.AcontentImages
{
	width:91px;
	height:91px;
	margin-left:9px;
	margin-bottom:9px;
	float:left;
}

/**************************************************** MAIN - CONTENT - OPZET B ****************************************************/

#BcontentHeader
{
	width:100%;
	height:40px;
	
	background-image:url(../images/contentHeader.gif);
	background-repeat:no-repeat;
}

#BcontentHeaderLinks
{
	width:100%;
	height:40px;
	float:left;
	
	background-image:url(../images/contentHeader.gif);
	background-repeat:no-repeat;
}

#BcontentMain
{
	width:680px;
	min-height:360px;
	float:left;
	
	background-color:#FFF;
}

div.Bproduct
{
	width:100%;
	float:left;
}

div.Bimage
{
	width:144px;
	height:96px;
	float:left;
	margin-top:10px;
	margin-left:9px;
}

div.Btext
{
	width:332px;
	height:100%;
	float:left;
}

div.Bprice
{
	width:163px;
	height:100%;
	float:left;
	margin-top:12px;
}

div.BproductLine
{
	width:100%;
	height:2px;
	margin-top:0px;
}

/**************************************************** MAIN - CONTENT - OPZET C ****************************************************/
#CcontentHeader
{
	width:100%;
	height:40px;
	
	background-image:url(../images/contentHeader.gif);
	background-repeat:no-repeat;
}

#CcontentHeaderLinks
{
	width:100%;
	height:40px;
	float:left;
	
	background-image:url(../images/contentHeader.gif);
	background-repeat:no-repeat;
}

#CcontentMain
{
	width:680px;
	min-height:360px;
	float:left;
	
	background-color:#FFF;
}

#Ctabel
{
	width:349px;
	float:left;
	padding-left:9px;
}

td.tabelTitel
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-transform:uppercase;
	
	background-color:#fdbe0f;
}

td.tabelText1
{	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	
	background-color:#FFF;
}

td.tabelText2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	
	background-color:#e7e7e7;
}

table.enkeleTabel
{
	margin-top:12px;
}

/**************************************************** MAIN - FOOTER ****************************************************/

#contentFooter
{
	width:100%;
	height:59px;
	float:left;
	
	background-image:url(../images/contentFooter.gif);
	background-color:#e7e7e7;
}

#break 
{
	width:100%;
	height:10px;
	clear:both;
	background-color:#e7e7e7;
}

/**************************************************** FOOTER ****************************************************/

#footer 
{
	width:100%;
	height:109px;
	background-color:#e7e7e7;
}

#merkA
{
	margin-left:232px;
}

div.merkenFooter
{
	float:left;
}
