body {
	background: url('../images/background.jpg') black no-repeat top center;
	font-family:Verdana;
}
#header{
	background: url('../images/header.png') repeat-y center;
	height:118px;
}
#content{
	background: url('../images/bg_scroll.png') repeat-y center;
}
#footer{
	background: url('../images/bg_footer.png') repeat-y center;
	height:71px;
}
#container{
	padding:5px;
}
.menu_item{
	background: url('../images/menu_item_bg.png') repeat-x center;
	text-align:center;
}
.menu_item a{
	color:white;
}
.menu_item a:hover{
	text-decoration:none;
}

#content{
	padding:3px;
}
#inhoud{
	font-size:14px;
}
a{
	color:red;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.menu_cat{
	margin:1px;
	background-color:#c59b53;
}
.menu_head{
	padding:5px;
	background-color:#4e412d;
	color:white;
	text-align:center;
}
#footer{
	text-align:center;   
	font-size:12px;
}
#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
 	border: 2px #000000 solid;
}
.home_samples th{
	text-align:center;
	background-color:#4e412d;
}
#login_register{
	
	padding-top:30px;
}
.special_form input, .special_form select{
	background-color:#4e412d;
	color:white;
	border-color:white;
	border:1px white solid;
}
.search {
	background: url('../images/magnifier.png') right no-repeat;
	padding-right:17px;
}
.ShowPicture{
	position:absolute;
	visibility:hidden;
	border:solid 1px #CCC;
	padding:5px;
	margin-left:150px;
	margin-top:0px;
} 
.row1{
	background-color:#6e5931;
	color:#cccccc;
}
.row2{
	background-color:#5e4c2b;
	color:#cccccc;
}
.row1 a, .row2 a{
	color:#cccccc;
}
.row1 a:hover, .row2 a:hover{
	color:#cccccc;
	text-decoration:none;
}
.box{
	background-color:#aaaaaa;
	border: solid 1px #555;
	padding:5px;
}
h1, h2, h3 {
	color:#336666;
}
th{
	text-align:left;
}
img{
	border:0;
}
table{
	font-size:14px;
}

/* DROP DOWN */

#sddm                       
{	margin: 0;                
	padding: 0;               
	z-index: 30}              
                            
#sddm li                    
{	margin: 0;                
	padding: 0;               
	list-style: none;         
	float: right;
	font: bold 11px arial}    
                            
#sddm li a                  
{	display: block;           
	margin: 0 1px 0 0;        
	padding: 4px 10px;        
	width: 110px;              
	background: url('../images/menu_item_bg.png') repeat-x center;    
	color: #FFF;              
	text-align: center;       
	text-decoration: none;}    
                    
#sddm li a:hover            
{	background: url('../images/menu_item_bg_hover.png') repeat-x center;  }      
                            
#sddm div                   
{	position: absolute;   
	visibility: hidden; 
	margin: 0;                
	padding: 0;               
	background:black;
	border: 1px solid #4e412d}
                            
	#sddm div a               
	{	position: relative;
		display: block;         
		margin: 0;              
		padding: 5px 10px;      
		width:auto;
		white-space: nowrap;    
		text-align: left;       
		text-decoration: none;  
		background: #99793e;
		color: black;         
		font: 11px arial}       
                            
	#sddm div a:hover         
	{	background: #6e5931;    
		color: #FFF}     
		
#tickertape{
	color:white;
}