body {  
	background: #eee ;  
	font-family: Verdana,Arial, Helvetica,   sans-serif;
	font-size:8pt;
	color:#333;
	text-align: left;	
	margin: 0;
	height:100%;
	overflow-y: scroll;
}

 
/*
=============
LAYOUT STYLES
=============
*/ 
 
div.main {
	width:800px;    
	height: 536px;
  position: absolute;
  left: 50%;   
  margin-left: -400px;  
  background: #666 ;
}

div.top {
	width: 800px; 
	height: 39px;    
  background: #eee;
}

div.logo {
	width: 800px; 
	height: 75px;    
  background: #666 ;
  
}
div.menu {
	width: 875px; 
	position: relative;
	left: 25px;
	height: 23px;     
  overflow: hidden;  
}

ul.menu {
	list-style: none;  
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-transform: uppercase;
}

div.menu ul li { 
	display: inline;
	width: 124px;
	margin-right: 16px;
} 

div.menu ul li.uk { 
	display: inline;
	width: 124px;
	margin-right: 13px;
} 

div.menu a:link, a:visited{ 
	color:#ddd;
	text-decoration: none;
}

div.menu a:hover { 
	color:#fff;
	text-decoration: none; 
}  

 

ul.menu a:link, ul.menu a:visited, div.bottomspacer a:link, div.bottomspacer a:visited  {  
	color:#ccc;
	text-decoration: none;
}

ul.menu a:hover, div.bottomspacer a:hover {
	color:#fff; 
	text-decoration: none;
} 

ul.menu a:link.active, ul.menu a:visited.active{ 
	color:#fff;
	text-decoration: none; 
}

div.content { 
	width: 746px;
	position: relative;
	left: 25px;
	border: 2px solid #eee;
	height: 343px;
	color:#eee;
}
 
div.contentflash {
	width: 358px;
	height: 343px;
	float: left;
}
div.contenttext {
	width: 350px;
	height: 343px;
	float: left;
	position: relative;
	left: 20px;
}

div.bottomspacer {
	width: 750px;
	height: 33px; 
	text-align: right; 
	position: relative;
	left: 25px;
	margin-top:5px;
} 
div.bottom {
	width: 800px;
	height: 20px; 
	text-align: right; 
  background: #eee;
} 
 
ul.home {
	list-style: none;  
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	font-size: 16px;
	text-transform: uppercase;  
}


div.homeleft {
	width: 310px;
	float:left;
}
div.homeright {
	width: 30px;
	float:left;
}
ul.home li {   
	margin-right: 0px;
	margin-bottom:36px;
} 

 
a:link.home, a:visited.home {  
	color:#eee;
	text-decoration: none;
}

a:hover.home {
	color:#fff; 
	text-decoration: underline;
} 
  


a:link, a:visited {  
	color:#333;
	text-decoration: none;
}

a:hover {
	color:#333; 
	text-decoration: underline;
}  
/*
==============
GENERAL STYLES
==============
*/

P {
	margin-bottom:0px;
	margin-top:8px;
}
h1
{
  font-size:8pt;
  font-weight: bold;  
	color: #eee;  
	margin-top: 5px;
	margin-bottom: 5px;
}
	
h2 {  
 	font-size:12px;  
	color: #ccc;
	border-bottom: 1px solid #FFCD05;
} 
 
img {
	border: 0px;
}

td {
	line-height:140%;
}
 
 
div.content a:link, div.content a:visited{ 
	color:#eee;
	text-decoration: none;  
}

div.content  a:hover { 
	color:#fff;
	text-decoration: none;  
}  

 
 
a:link.admin, a:visited.admin { 
	font-size:10px;
	color:#E0E1E2;
	text-decoration: none;
}

a:hover.admin {
	color:#E0E1E2; 
	text-decoration: underline;
} 
  

a:link.bottom, a:visited.bottom { 
	font-size: 9px;
	color:#aaa;
	text-decoration: none;
}

a:hover.bottom {
	font-size: 9px;
	color:#666; 
	text-decoration: none;
} 
 
img.textwrap {
	margin-top: 5px;
 	margin-left: 15px;
 	margin-bottom: 5px;
}


/*
======================
MODULE SPECIFIC STYLES
======================
 
/*
===========
FORM STYLES
===========
*/


label.edit {
	width:100px;
	float:left;
}

input.edit{
	float:left; 
	border: 1px solid #ccc;
	color: #444; 
	width: 350px; 
	font-size:12px; 
	font-family:Arial, Helvetica, Verdana,  sans-serif; 
}
input.edit50{
	float:left; 
	border: 1px solid #ccc;
	color: #444; 
	width: 50px; 
	font-size:12px; 
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	float:left;
}

textarea.edit { 
	border: 1px solid #ccc;
	color: #444; 
	width: 350px; 
	font-size:12px; 
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	float:left;
}


input.contact{ 
	width:275px; 
	BORDER: #cccccc 1px solid; 
	background-color: transparent; 
	color: #cccccc; 
}
 
input.orderform50{ 
	border: 1px solid #666;
	background: #2d2d2f;
	color: #ccc; 
	width: 50px; 
	font-size:12px; 
	font-family:Arial, Helvetica, Verdana,  sans-serif; 
}
input.orderform100{ 
	border: 1px solid #666;
	background: #2d2d2f;
	color: #ccc; 
	width: 100px; 
	font-size:12px; 
	font-family:Arial, Helvetica, Verdana,  sans-serif; 
}
 

textarea.contact { 
	border: 1px solid #666;
	background: #2d2d2f;
	color: #ccc; 
	width: 566px; 
	height:85px;
	font-size:12px;
	overflow:auto;
	font-family:Arial, Helvetica, Verdana,  sans-serif;
}

input.submit{
	float:left;
	border:0px; 
	background: #ccc;   
	color: #000;  
	height: 24px;
	font-size:11px;  
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	font-weight: bold;
	text-align: center; 
	margin-right: 10px; 
}

 
=====
ALBUM
=====
*/
 

{} /*dummy laten staat */

div.albumThumb {
	float: left; 
	margin-bottom:8px;  
	width: 120px;
	height: 110px; 
}

div.albumThumbspacer {
	width: 10px;
	height: 120px; 
	overflow:hidden;
	float: left;
}
	
 
div.editThumb {
	float: left; 
	margin-bottom:8px;  
	width: 80px;
	height: 80px; 
}

div.editThumbspacer {
	width: 10px;
	height: 80px; 
	overflow:hidden;
	float: left;
}
	
/*
==========
AANBIEDING
==========
*/

div.aanbieding {
	width: 145px;
	height: 210px;
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}
div.aanbiedingspacer {
	width: 10px;
	height: 210px;
	float: left;
	margin-bottom: 10px;
}
div.aanbiedingcolumn {
	width: 130px;
	height: 190px;
	position: relative;
	top: 10px;
	left: 10px;
	line-height: 110%;
}
div.aanbieding img {
	border: 1px solid #ccc;
}
div.aanbiedingtitle { 
	height: 50px;	
}
span.aanbiedingtitle {
	font-size: 12px;
	color: #fdcd07;
	height: 30px;	
}
span.aanbiedingvan {
	font-size: 12px;
	color: #ccc;
}
span.aanbiedingvoor {
	font-size: 14px;
	color: #fdcd07;
	font-weight: bold;
}
span.vansuffix{
	font-size: 10px;
	color: #ccc;
}
span.voorsuffix{
	font-size: 10px;
	color: #fdcd07;
	font-weight: bold;
}


/*
=====
LOGIN
=====
*/

div.login_outer {
	width: 190px;
 	height: 170px;  
	background: url('../images/bg_login.png'); 
}	

div.login_inner {
	width: 160px;
 	height: 150px;  
 	position: relative;
 	top: 30px;
 	left: 16px;  
	color: #fff;
}	
 
input.login{
	float:left;  
	border: 1px solid #fff;
	background: none ; 
	color: #fff; 
	width: 150px; 
	font-size:12px; 
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	float:left;
}

input.submit_login{
	float:left; 
	background: #ccc ; 
	border:0px;  
	color: #000;  
	height: 24px;
	width: 73px;
	font-size:9px;  
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	font-weight: bold;
	text-align: center; 
	margin-right: 10px; 
	border-top:4px solid #424244;
}
div.buttonspacer {
	width: 12px;
	height: 24px;
	float:left;
}

 