﻿/* ----------(  GENERAL  )---------------- */
body, html{
	margin: 0;
	padding: 0;
    height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background:url(../images/backgrounds/bgr_site.jpg) top left repeat-x;

}



#wrapper {
	margin: 0 auto;
	margin-top: 25px;
	width: 915px;
	background-color: #FFFFFF;
}

h2{
	text-transform:uppercase;
	font-weight: bold;
	font-size: 16px;	
}

h3{
	font-size: 16px;	
}



/* ----------(  HEADER & MENU  )---------------- */
#header{
	position:relative;
	width: 913px;
	height:133px;
	background:url(../images/backgrounds/bgr_header.jpg) top left no-repeat;
	float:left;
	border-top: 2px #FFFFFF solid;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
}

#header_menu{
	position:relative;
	width: 913px;
	height: 30px;
	float:left;
	background-color: #333333;
	color: White;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
}

#header_menu ul{
	float: right;
	margin: 0 10px 0 0;
}

#header_menu li{
	list-style-type:none;	
	text-align: center;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 13px;
	height: 14px;
	width: 70px;
	display:block;
	margin-right: 5px;
	padding: 8px 0 8px 0;	
	overflow:hidden;
	float:left;
	line-height: 10px;
}

#header_menu li a{
	text-decoration: none;
	color: #FFFFFF;
}

#menu_active{
	background-color: #7ab8f3;
}

/* ----------(  CONTENT  )---------------- */
#content_wrapper{
	float: left;
	width: 913px;
	background:url(../images/backgrounds/bgr_content.jpg) bottom left no-repeat;
	background-color: #FFFFFF;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	border-bottom: 2px #FFFFFF solid;
}

#left_column{
	float:left;
	width: 160px;
	padding: 15px 10px 0px 10px;
	min-height: 553px;
	_height: 420px;
}

#left_column ul{
	margin: 0;
	padding: 0;
}

#left_column li{
	list-style-type:none;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

#left_column li a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#content_column{
	float:left;	
	padding: 14px 10px 0px 10px;
	width: 563px;
	
}

.img_paard{
	float: left;
	width: 100px;
	border: none;
}


.info_paard{
	float:left;
	width: 400px;
	margin-top: 0px;
}

.info_paard li{
	list-style: none;
	margin-left: -30px;
	margin-bottom: 5px;
}

#right_column{
	float:left;	
	width: 140px;
	padding: 14px 5px 0px 5px;
}

.h2_blue{
	width: 140px;
	height: 16px;
	padding: 8px 0 8px 0;
	font-size: 14px;
	text-transform:uppercase;
	text-align: center;
	background-color: #7ab8f3;
	color: #FFFFFF;
}

.h2_blue a {
	text-decoration: none;
	color: #FFFFFF;
}

#copyright{
	width:913px;
	height: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
}

/* ----------(  PICTURE GALLERY  )---------------- */
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery img { border:none; }


/* ----------(  LIJSTJES  )---------------- */

.squared_list li{
	list-style-type: square;
	margin: 2px 0px 2px 2px;
}


/* ----------(  FORMSTUFF  )---------------- */
#contacform fieldset{
	width:800px;
	border:0;		
	margin: 0 auto;	
	padding: 0 auto;
}

#contacform label{
	width:800px;
	padding:5px 0 0 0;
	display:block;
	float:left;
}

#contacform label span{
	float:left;
	width:60px;
}

#contacform label input, 
#contacform label textarea {
	width:450px;
	margin:2px 0 0 0;
	padding:2px 5px 0 5px;
	border:1px solid #987A71;
	display:block;
	float:left;
}

