/** 
	@Author: Cappelle Pieter
	@Email: snakehit@gmail.com
	@Version: Eurasia website 
	@URL: www.eurasia85.be
	@Date Started: 04-01-2006
	@Last Change: 05-02-2007
**/ 

/*** Elements: ***/
/** Paragraaf **/
body {
	margin: 0;
	padding: 10px;
	background: url(../images/grasbggroot.jpg);
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}



/*** STARTPAGINA ***/
/**Div: Content **/
#content {
	
	margin: 0 auto;
	display: block;
	text-indent: -5000px;
	text-decoration: none;
  	width: 801px;
  	height: 445px;	

	background: url(../images/bovenimage.jpg) no-repeat; 	
}

#content a {
	margin-top: 435px;
}
/* Button: ons bedrijf */
#bedrijf {
	position: relative;
	display: block;
	text-indent: -5000px;
	text-decoration: none;
	float: left;	
	width: 210px;
	height: 50px;
	
	background: url(../images/onsbedrijfknopa.jpg) no-repeat;
}

#bedrijf:hover {	
	background: url(../images/onsbedrijfknopb.jpg) no-repeat;
}



/* Button: onze producten */
#producten {	
	position: relative;
	display: block;
	width: 364px;
	height: 50px;	
	float: left;
	text-indent: -5000px;
	text-decoration: none;
	
	background: url(../images/onzeproductenknopa.jpg) no-repeat;
}

#producten:hover {	
	background: url(../images/onzeproductenknopb.jpg) no-repeat;
}



/*Button: contacteer ons */
#contact {
	position: relative;
	display: block;
	width: 227px;
	height: 50px;	
	float: left;
	text-indent: -5000px;
	text-decoration: none;
	
	background: url(../images/contacteeronsknopa.jpg) no-repeat;
}

#contact:hover {
	background: url(../images/contacteeronsknopb.jpg) no-repeat;
}
/*** EINDE STARTPAGINA ***/





/*** BEGIN VOORSTELLING ***/
.vet{
	font-weight: bold;
}

#voorstelling {
	margin: 0 auto;
	padding: 10px 0 0 0;	
	
	width: 900px;
	background: url(../images/grasbggroot.jpg) repeat-y;
}

.center {
	text-align: center;
}
/*** EINDE VOORSTELLING ***/


/*** BEGIN PRODUCNTEN ***/
#product {
	margin: 0 auto;
	padding: 10px 0 0 0;	
	
	width: 700px;
	background: url(../images/grasbggroot.jpg) repeat-y;
}

.centerimg {	
	margin: 0 auto;
	border-style: none;
	
	text-align:center;
	display: block;
	
}
/*** EINDE PRODUCTEN ***/


/*** BEGIN ALLE PRODUCTEN ***/
#allpro {
	margin: 0 auto;
	padding: 10px 0 0 0;	
	
	width: 700px;
	background: url(../images/grasbggroot.jpg) repeat-y;
}


.spacer {
	margin-left: 10px;
}
/*** EINDE ALLE PRODUCTEN ***/




/*** BEGIN CONTACT ***/
#contactus {
	margin: 0 auto;
	padding: 10px 0 0 0;	
	
	width: 700px;
	height: 300px;
	background: url(../images/grasbggroot.jpg) repeat-y;
}

#contactimg {
	margin-left: 20px;
	display: block;
	float: left;
}

.right {
	margin-top: 70px;
	margin-left: 370px;
	text-align: left;
}
.footer {
	margin-top: 50px;
	text-align: center;
	font-size: 10px;
	clear: both;
}
/*** EINDE CONTACT ***/
