﻿/* CSS from tutorials of www.alsacreations.com/articles */
html
{
	overflow:auto;
	
}

body
{
	padding: 0px;
	margin: 0px;
	background-image: url(achtergrondrepx.jpg);
	background-color: #5a5a62;
	background-repeat: repeat-x;
}

#wrapper
{
	/*Voor het centreren:*/
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	border: #white 2px solid;
	
}
#wrapper1
{
	
	background-color:#E7DEC6;


}


#header1
{
	height: 20px;
	background-image: url(header.jpg);
	
}
#header2
{
	height: 30px;
	line-height:30px;
	background-color: #d6bd9c;
	background-image: url(menuachtergrond.jpg);
	background-repeat: repeat-x;
	vertical-align:middle;

}


#content
{
	
	min-height: 450px;
	height: auto !important;
	height: 450px;	
	width:800px;
	float:left;
	left:0px;
	
}

#content a
{
	color: #663300;
}


#footer
{
	min-height: 0px;
	max-height: 0px;
	height: auto !important;
	height: 0px;
	
	
	
	text-align: center;

	/*display: none !important;*/
}

#maatwerkgiethoorn
{
	bottom:0px;
	position:absolute;
}

#maatwerkgiethoorn a
{
	font-size: 7pt;
	color:Navy;
	font-family: Verdana;
	text-decoration: none;
	margin-left:30px;
}



#mailing
{
	margin-left:6px;
	text-align:center;
}

.watermerk
{
	color: #6699FF;
}

#mailing input
{
	border:solid 1px #6699FF;
}
#mailing a, #mailing
{
	color:White;

}