html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body	{
		background-color:#990000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#990000;
		}
		
a:link	{
		text-decoration: none;
		color: #990000;
		}
a:visited	{
			text-decoration: none;
			color: #990000;
			}
a:hover	{
		text-decoration: none;
		color: #990000;
		}
a:active	{
			text-decoration: none;
			color: #990000;
			}
img	{
	border: none;
	}
h1	{
	color:#990000;
	font-size:15px;
	font-weight:normal;
	}
input[type=text]	{
					border:1px solid #990000;
					padding:1px;
					width:200px;
					}
	
	




.thumb	{
		border:1px solid #990000;
		}
.thumb2	{
		border:1px solid #FFFFFF;
		}
#placeholder	{
				padding-bottom:15px;
				}
.merk	{
		padding-right:15px;
		padding-left:25px;
		}
#foto	{
		position:absolute;
		left:-35px;
		top:7px;
		}

	
/*----------------------------*/		
#wrap	{
		position:absolute;
		width:1001px;
		height:593px;
		left:50%;
		top:50%;
		margin-left:-501px;
		margin-top:-297px;
		background-color:#FFFFFF;
		}
		
/*------HEADER----------------*/
#header	{
		position:absolute;
		width:940px;
		height:95px;
		left:30px;
		top:30px;
		text-align:right;
		background:url(/images/headerRood.png) left top no-repeat;
		}
#menu	{
		position:absolute;
		width: 940px;
		height: 18px;
		left:30px;
		top:140px;
		}
		#menu ul	{
					margin: 0px;
					padding: 0px;
					list-style: none;
					}
		#menu li	{
					display: inline;
					}
		#menu a	{
				text-decoration: none;
				font-size:14px;
				}
		
		#menu a:hover	{
						background-color: #E5BFBF;
						font-size:14px;
						}
						
#content	{
			position:absolute;
			width:935px;
			height:365px;
			left:35px;
			top: 180px;
			}
#footer	{
		position:absolute;
		width:1001px;
		height:30px;
		left:0px;
		top:563px;
		background-color:#990000;
		color: #FFFFFF;
		text-align:center;
		}
		#footer	p	{
					font-size: 11px;
					margin: 9px;
					}