/*
Copyright 2007 - COS - Websolutions  // In opdracht van BC-Stables
www.cosweb.nl - www.bcstables.nl
*/


/* 
###   Achtergrond, opmaak en margins   ###
*/
body { 
	background-color: #DCDBD1;
	margin-top: 10px;
	margin-bottom: 4px;
	font: 12px Tahoma;
}

/*
 ###   Lay-out   ###
*/
.site {
	background-color: #DCDBD1;
	width: 935px;
	}
.logo {
	background: url(./images/logo.png);
	border: 1px solid #696967;
	margin-top: 3px;
	height: 99px;
	width: 162px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.menu {
	background-color: #BBB99E;
	float: left;
	width: 170px;
	height:600px;
	border: 1px solid #818181;
	color: #fff;
	text-align: center;
}
.header {
	background: url(./images/header.png);
	height: 100px;
	width: 742px;
	border: 1px solid #62625F;
	margin-left: 3px;
	margin-top: 3px;
}

.content {
	background-color: #E7E4C3;
	border: 1px solid #818181;
	width: 750px;
	float: right;

}
.content_box {
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 5px;
	padding-top: 2px;
	width: 660px;
	background-color: #BBB99E;
	border: 1px solid #585857;
	text-align: justify;
}
.content_box_2 {
	margin-left: 40px;
	margin-top: 50px;
	padding-left: 5px;
	text-align: justify;
	width: 660px;
	margin-bottom: 35px;
	background-color: #BBB99E;
	border: 1px solid #585857;
}
.content_box_paard {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 35px;
	padding-left: 5px;
	padding-top: 2px;
	width: 660px;
	background-color: #BBB99E;
	border: 1px solid #585857;
	text-align: center;
}

.content_box_paard img {
	width: 500px;
	height: 400px;
	border: 1px solid #5E5F5A;
	margin-top: 4px;
}

.content_box_contact {
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 5px;
	padding-top: 2px;
	width: 660px;
	background-color: #BBB99E;
	border: 1px solid #585857;
	text-align: justify;
}

.footer {
	margin-left: 250px;
}



/*
Opmaak tekst, plaatjes, links, etc
*/

.header h4 {
	color: #fff;
	text-align: center;
	padding-top: 60px;
}

.content_box h4 {
	margin-top: 1px;
}
.content_image {
	background: url(./images/content.jpg);
	height: 164px;
	width: 218px;
	border: 1px solid #5E5F5A;
	float: right;
	margin-right: 2px;
	display: block;
	margin-top: 30px;
	margin-left: 10px;
}

.content_box_2 img {
	border: 1px solid #5E5F5A;
}


.content_box_contact_paard {
	background: url(./images/contact.png);
	border: 1px solid #5E5F5A;
	width: 218px;
	height: 164px;
	float: right;
	margin-right: 2px;
	display: block;
	margin-top: 30px;
	margin-left: 5px;

}
a:link {color: white; text-decoration: none}
a:visited {color: white; text-decoration: none}
a:active {color: white; text-decoration: none}
a:hover {color: orange; text-decoration: none}

/*
###   Voor paarden gedeelte   ###
*/
.content_paard {
	margin-left: 40px;
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 30px;
	width: 660px;
	height: 206px;
	background-color: #BBB99E;
	border: 1px solid #585857;
	text-align: justify;
}
.content_paard img {
	background: url(./images/paarden/paard1.png);
	height: 197px;
	width: 264px;
	border: 1px solid #5E5F5A;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	display: block;
	
}
.content_paard a:link {
	color: #000; 
	text-decoration: none;
	font-weight: bold;
}

.content_paard a:visited {
	color: #000; 
	text-decoration: none;
	font-weight: bold;
}

.content_paard a:active {
	color: #000; 
	text-decoration: none;
	font-weight: bold;
}

.content_paard a:hover {
	color: #000; 
	text-decoration: none;
	font-weight: bold;
}

.menu img {
	border: 0px;
}

.footer a:link {
	color: #000; 
	text-decoration: none;
}

.footer a:visited {
	color: #000; 
	text-decoration: none;
}

.footer a:active {
	color: #000; 
	text-decoration: none;
}

.footer a:hover {
	color: #000; 
	text-decoration: none;
}