/************************************************************
VDL Global Stylesheet 
Target: Screen
Author: TOPFIND B.V. - www.topfind.nl W.B & P.B
************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/grijs-wit-verloop-achtergrond.jpg) top no-repeat;
}

/* *** shadow fx *** */

.leftShadow, .rightShadow {
	position: absolute;
	z-index: 100000;
	width: 22px;
	height: 702px;
}

.leftShadow {
	left: 50%;
	top: 65px;
	margin-left: -477px;
	background: url(../images/left-shadow.png);	
}

.rightShadow {
	left: 50%;
	top: 65px;
	margin-left: 455px;
	background: url(../images/right-shadow.png);
}

/* *** positioning *** */

#outWrapper {
	width: 1000px;
	margin: auto;
	height: 212px;
}

#innerWrapper {
	position: absolute;
	width: 912px;
	left: 50%;
	margin-left: -456px;
	margin-top: 66px;
	background: #FFF;
	border-bottom: 3px solid yellow;
	z-index: 0;
}

#topNav {
	position: absolute;
	width: 912px;
	line-height: 20px;
	margin-left: -456px;
	left: 50%;
	z-index: 2;
	padding: .5em 0 0 0;
	color: #FFF;
	font-size: 11px;
}

#topNav a {
	color: #000;
	text-decoration: underline;
}

#topNav a:hover {
	color: #FFF;
}
#topNav img {
	border: none;
	margin-right: 5px;
}

#topNav .topNavRight {
	position: absolute;
	right: 0;
	color: #000;
}

#topNav .topNavRight a {
	text-decoration: none;
}

#imageTop {
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: 10px;
	z-index: 3;
	margin-top: 26px;
}

/* *** login div *** */
#login {
	position: absolute;
	z-index: 4;
	width: 240px;
	height: 42px;
	left: 50%;
	margin-left: 200px;
	margin-top: 124px;
	font-size: 11px;
	color: #FFF;
}

#login input.inputField {
	width: 89px;
	padding: 0 2px;
	height: 16px;
	line-height: 16px;
	background: url(../images/bg-login-fields.gif) 0 0 repeat-x;
	border: none;
	font-size: 11px;
}

#login fieldset, #login label {
	border: none;
	/*font-weight: bold;*/
}

#login button.searchBtn {
	background: #369352;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	border: none;
	float: right;
	margin-top: 16px;
}

#login fieldset.inputFieldFieldset {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

#mainNav {
	position: absolute;
	width: 510px;
	margin-left: -456px;
	margin-top: 40px;
	left: 50%;
	z-index: 1;
}

#header {
	height: 102px;
	width: 100%;
	background: url(../images/Groen-gele-hoofdbalk.jpg) bottom repeat-x;
}

/* *** logo *** */
#header h2 {
	width: 135px;
	height: 102px;
	background: url(../images/vdl-stud-logo.jpg);
	margin-left: 27px;
	text-indent: -9999px;
}

#header h2 a {
	width: 135px;
	height: 102px;
	display: block;
}

#breadCrumbs {
	width: 895px;
	padding: 8px 0 8px 17px;
	background: inherit;
	color: #999;
	font-size: 11px;
}

#breadCrumbs a {
	color: #999;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase
}

#breadCrumbs a:hover {
	color: #000
}



/* *** navigation *** */
#mainNav ul {
	list-style: none;
}

#mainNav ul li {
	float: left;
	width: 120px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-right: 3px;
}

#mainNav ul li a {
	color: #369352;
	text-decoration: none;
	width: 120px;
	height: 26px;
	background:url(../images/buttontab-linksboven.gif);
	display: block;
	font-weight: bold;
}

#mainNav ul li a:hover {
	color: #000;
}

/* *** subnavigation *** */
#subNav {
	height: 32px;
	background: #D0D1D3
}

#subNav ul {
	list-style: none;
	height: 32px;
}
#subNav ul li {
	float: left;
	border-right: 3px solid #FFF;
	height: 32px;
	line-height: 32px;
	background: #D0D1D3;
}

#subNav ul li a {
	margin: 0 2em;
	color: #369352;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	height: 32px;
}
#subNav ul li a:hover {
	color: #000;
}

/* *** content *** */

#leftCol, #middleCol, #rightCol {
	float: left;
}

/* *** left column *** */
#leftCol {
	width: 175px;
	padding: 0 10px;
}

#leftCol ul {
	line-height: 1.5em;
	list-style: none;
	margin-bottom: 18px;
}

#leftCol ul li a {
	color: #444;
	text-decoration: underline;
}

#leftCol ul li a:hover {
	color: #369352;
}

#leftCol h3, #rightCol h3 {
	height: 13px;
	line-height: 13px;
	font-size: 12px;
	padding-bottom: 7px;
	padding-left: 19px;
	margin-bottom: 10px;
	margin-top: 4px;
	border-bottom: 1px solid #999;
	background: url(../images/Groen-rond-vlakjepijltje.gif) 0 0 no-repeat;
}
#leftCol img {
	border: none;
}

/* *** middle column *** */
#middleCol {
	width: 502px;
	padding: 0 10px 20px 10px;
	line-height: 1.75em;
}

#middleCol img{
	margin:5px;
}

#middleCol h1 {
	color: #369352;
	font-size: 18px;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}

#middleCol h2 {
	color: #000;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	background: url(../images/Groen-rond-vlakjepijltje.gif) no-repeat 3px left;
	padding-left: 20px;

}

#middleCol p {
	margin-bottom: 1em;
	
}

#middleCol a {
	color: #369352;
	text-decoration: underline;
}

#middleCol a:hover {
	color: #000;
}

/* *** right column *** */
#rightCol {
	padding: 0 10px;
	width: 175px;
}

#rightCol ul {
	list-style: none;
	line-height: 1.75em;
}

#rightCol ul li a {
	color: #444;
	text-decoration: none;
}

#rightCol ul li a:hover {
	color: #369352;
	text-decoration: underline;
}

/* *** footer *** */
#footer {
	width: 100%;
	clear: both;
	margin: 5px 0;
	text-align:center
}

#footer p {
	color: #369352;
	font-size: 11px;
}

/* *** photo gallery *** */
#photoGallery img {
	border: none;
}

#photoGallery a img.largeImage  {
	cursor: pointer;
	max-height: 333px;
	max-width:500px;
}

#photoGallery a, #imageBrowser a {
	cursor: default;
}

#photoGallery #largeImage {
	clear: both;
}

#imageBrowser img {
	height: 67px;
}

/* *** horse info *** */
#horseInfo {
	line-height: 1.5em;
}

#horseInfo a {
	color: #444;
	text-decoration: underline;
	cursor: pointer;
}
#horseInfo a:hover {
	color: #369352;
}

a.questionLink {
	float: right;
	margin-top: 1em;
	background: url(../images/question-mark.png) no-repeat right;
	height: 16px;
	padding-right: 20px;
}

#horseInfo p.horseProperties {
	color: #369352;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	margin: 1em 0;
	padding: .5em 0;
}

#horseInfo p.description {
	color: #444;
}

/* *** homepage styles *** */

#leftColHomepage, #middleColHomepage {
	float: left;
}

/* *** left column homepage *** */
#leftColHomepage {
	width: 226px;
	padding: 15px 38px;
	background: url(../images/bg-leftcol-homepage.jpg) no-repeat top center;
	color: #FFF;
	line-height: 1.5em;
}

#leftColHomepage h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* *** middle column homepage *** */
#middleColHomepage {
	width: 404px;
}

#middleColHomepage div {
	width: 194px;
	float: left;
	margin-top: 10px;
}

#middleColHomepage div h2, 
#hpvid h2,
h2.groene_balk {
	font-size: 12px;
	font-weight: bold;
	width: 184px;
	height: 29px;
	padding-left: 10px;
	line-height: 29px;
	color: #FFF;
	background: url(../images/bg-h2.jpg);
}

#hpvid h2,{
	width:175px;
}

h2.groene_balk{
	width:165px;
	margin-bottom:10px;
}

#middleColHomepage div p {
	font-size: 11px;
	width: 180px;
	padding: 7px;
	line-height: 1.5em;
	color: #444;
	/*text-align: justify*/
}

#middleColHomepage{
	line-height:18px;
}

#middleColHomepage div p a {
	font-weight: bold;
	color: #008335;
	text-decoration: none;
}

a.meer {
	font-weight: bold;
	color: #008335;
	text-decoration: none;
}

#middleColHomepage div p a:hover {
	color: #000;
}

#middleColHomepage div.hengsten {
	margin-right: 14px;
}

#middleColHomepage h2 {
	width: 404px;
}

/* *** video thumbnails/buttons etc *** */

#videoThumbs {
}

.videoThumbnail {
	clear: both;
	margin-bottom: 10px;
}
	
.playBtn {
	margin-left:30px;
	margin-top:15px;
	position: absolute;
}

.videoThumbnail h2{
	font-size:14px;
	margin-bottom:5px;
}

#hpvid{
	margin-top:20px;
}


/* ADDONS P.B */

#rightCol h3.news{
	background:none;
	border:none;
	color:#369352;
	padding:0;
}

.nieuwsItem{
	border-top:1px solid #999;
	padding:10px 0;
	margin-bottom:5px;
}
.nieuwsItem a{
	color:#369352;
	text-decoration:none;
	font-weight:bold;
}

.nieuwsItem a:hover {
	color:#000;
}
#rightCol h4{

	line-height: 13px;
	font-size: 12px;
	padding-left: 19px;
	margin-top: 4px;
	margin-bottom:3px;
	background: url(../images/Groen-rond-vlakjepijltje.gif) 0 0 no-repeat;
}

.imageOverzicht{
	width:100px;
	border-top:2px solid #FFF100;
	float:left;
	margin:5px;
	height:110px;
}

.imageOverzicht h3{
	background:url(../images/bg_h3_image_overzicht.png) repeat-y;
	color:#FFF;
	font-size:14px;
	padding:1px 2px;
	font-size:11px;
	font-weight:bold;
	height:20px; /* ADDON PASCAL */
}

.imageOverzicht a{
	display:block;
	text-align:center;
}

.fotoblokje{
	float:left;
	width:110px;
	height:80px;
	line-height:80px;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
	border:1px solid #F1F1F1;
}


#newsArchive{}
#newsArchive ul{
	margin-bottom:0
}
#newsArchive ul ul{
	margin-left:5px;
}


/* addons WB */
.newsDate {
	color: #008335;
	width: 100%;
	border-bottom: 1px solid #999;
}


#navVorigeVolgende {
	position: absolute;
	width: 31px;
	left: 676px;
	text-align: right
}

.btnVorige, .btnVolgende {
	border: 0;
}

.btnVorige {
	margin-right: 5px;
}

/* CONTACTFORM PB */
table#contactTable td{
	padding:5px;
	text-transform:capitalize
}

input.fld,
textarea.openvraag{
	width:180px;
	border:1px solid #CCC;
	padding:1px;
}

textarea.openvraag{
	height:90px;	
}

.error{
	border:1px solid #FFFF99;
	background:#FFFFCC;
	padding:5px;
}

/* AGENTEN */
.agenten{
	border:1px solid #EFEFEF;
	padding:5px;
	margin-bottom:10px;
}

/*popUpDiv*/
#popUpDiv{
	position:absolute;
	width:980px;
	left:-490px;
	margin-left:50%;
	z-index:100001;
	background-color:#FFF;
	border:1px solid #CCC;
	height:500px;
	margin-top:20px;
	display:none;
	padding:20px;
}



#clean{
	margin:0 !important;
	font-family:arial !important;
	font-size:11px !important;
}



#hengstenshow{
	margin-bottom:15px;
	line-height:20px;
}
#hengstenshowTopper{
	height:5px;
	width:175px;
	background:url(../images/hengstenshowTopper.png);
}
#hengstenshowFooter{
	height:5px;
	width:175px;
	background:url(../images/hengstenshowFooter.png);
}
#hengstenshowBody{
	background:#F8F083;
	padding:10px;
}

#rightCol #hengstenshow h4{
	background:none;
	padding:0;
	margin-bottom:10px;
	font-size:16px;
	color:#369352;
}






.clear{
	clear:both;
}