/*--------------------------------------------------------------*/
/*--------------------------GLOBAL------------------------------*/
/*--------------------------------------------------------------*/


* {
	padding:0px;
	margin:0px;
}
body {
	background-color: #fff;
	font-family:Corbel, 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
h1 {
	margin-bottom: 10px;
}
h2 {
	margin-bottom:10px;
}
h4 {
	background:#2597CE none repeat scroll 0 0;
	font-weight:bold;
	padding:10px;
	text-transform:uppercase;
	color:#fff;
}
* {
	margin: 0px;
}
p {
	margin-bottom:8px;
}
li {
	margin-bottom:5px;
}
pre {
	float:left;
	padding:5px;
}
table {
	background-color: #FFF;
	border-collapse:separate;
	border-spacing:0;
}
input, textarea, select, file {
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #999999;
	padding:5px;
}
fieldset  {
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #EAE5E1;
	color:#555555;
	padding: 15px;
	clear: both;
	margin: 0;
}
label
{
	width: 6em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}
legend{
	color:#555555;
}
.left {
	float: left;
}
.right {
	float: right;
}
#wrapper {
	width:987px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	margin:20px auto auto;
	width:987px;
}
#logo {
	background-image: url(../images/website/logo.jpg);
	height: 81px;
	width: 270px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

#banner li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#menuBalk {
	background-image: url(../images/website/menu/mainNavBg.jpg);
	width:987px;
}
#submenuContainer {
	width:180px;
	float:left;
}
.submenu {
	width:180px;
	border:1px solid #C9E0E3;
	float:left;
	background-color:#2597CE;
}
.submenu ul {
	padding:10px;
}
.submenu ul li {
	font-size:12px;
	list-style-type:none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/website/submenu/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-bottom: 0px;
	padding-left: 15px;
	color:#FFF;
}
.submenu ul li:hover {
	background-image: url(../images/website/submenu/arrow_left_hover.png);
}
.submenu ul li a {
	display:block;
	color: #FFF;
}
.submenu ul ul {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:0px;
}
#center {
	clear:both;
	height: 300px;
}
#content {
	float:left;
	margin-left:20px;
	width:785px;
}
#innerContent {
	background:#FFFFFF none repeat scroll 0 0;
	/*border:1px solid #2597CE;*/
	border:1px solid #EAE5E1;
	color:#555555;
	margin:0 0 15px;
	padding:12px 15px 10px;
	-moz-border-radius: 8px;
}
.spacer {
	background:transparent url(../images/website/spacer.gif) repeat-x scroll 0 0;
	clear:both;
	font-size:0;
	height:2px;
	line-height:0;
	margin:8px 0 12px;
	width:100%;
}
#copyright {
	text-align:center;
	clear: both;
}
.paginator {
	display:block;
	list-style:none outside none;
	/*margin:10px 0 0;*/
	/*padding:8px 0 0;*/
	width:100%;
}
.paginator li {
	float:left;
	margin-right:5px;
	outline:medium none;
}
.paginator li a {
	-moz-border-radius:6px 6px 6px 6px;
	border:1px solid #2597CE;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	display:block;
}
.paginator li a:hover, .activepagenumber {
	color: #fff;
	background-color:#2597CE;
	border:1px solid #fff;
}
/*--------------------------------------------------------------*/
/*-------------------------ACCOUNT------------------------------*/
/*--------------------------------------------------------------*/

#usermenu {
	float: right;
	margin-top: 60px;
	color:#2597CE;
}
#usermenu a{
	color:#2597CE;
}
.box-container{
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2597CE;
	border-bottom-color: #2597CE;
	border-left-color: #2597CE;
}
.table-long {
	width:780px;
	margin-left:-10px;
}
table.table-long td {
	border-top:1px solid #DFDFDF;
	margin:0;
}
.Titel {
	color: #009FD0;
	margin-bottom:5px;
}

/*ADVERTENTIE HEADERS*/
.advertentieHTekst{
	float: left;
	margin-top:7px;
	margin-bottom:7px;
	padding-left:10px;
	width:470px;
	font-weight:bold;
}
.advertentieHPrijs{
	float: left;
	margin-top:7px;
	margin-bottom:7px;
	width: 50px;
	text-align: center;
	font-weight:bold;
}
.advertentieHGezien{
	float: left;
	margin-top:7px;
	margin-bottom:7px;
	width: 50px;
	text-align: center;
	font-weight:bold;
}
.advertentieHActions{
	float: left;
	margin-top:7px;
	margin-bottom:7px;
	width: 170px;
	text-align: center;
	font-weight:bold;
}
/*ADVERTENTIE*/
.adWrapper{
	clear:left;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAE5E1;*/
}
.advertentieAfb {
	float: left;
	height: 50px;
	width: 75px;
	margin-left: 5px;
	margin-right: 5px;
}
.advertentieTxt {
	float: left;
	width: 395px;
	height: 50px;
	border-right:1px solid #DFDFDF;
}
.advertentiePrijs{
	float: left;
	width: 50px;
	height:35px;
	padding-top:15px;
	color: #009FD0;
	text-align: center;
	font-weight:bold;
	border-right:1px solid #DFDFDF;
}
.advertentieGezien {
	float: left;
	width: 50px;
	height:35px;
	padding-top:15px;
	text-align: center;
	border-right:1px solid #DFDFDF;
}
.advertentieActions{
	float:left;
	height:35px;
	padding-left:20px;
	padding-top:15px;
	width:170px;
}
/*ACTIES*/
a.verwijder span {
	background-image:url(../images/website/account/r-left.jpg);
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: left;
}
a.verwijder span span {
	background-image:url(../images/website/account/r-right.jpg);
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: right;
	text-transform:uppercase;
	font-weight:bold;
	color: #FFF;
}
a.bewerk{
	margin-right:5px;
}
a.bewerk span {
	background-image:url(../images/website/account/b-left.jpg);
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: left;
}
a.bewerk span span {
	background-image:url(../images/website/account/b-right.jpg);
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: right;
	text-transform:uppercase;
	font-weight:bold;
	color: #FFF;
}
.nieuw
{
	margin:5px;
}
a.nieuw span {
	background-image:url(../images/website/account/g-left.jpg);
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: left;
}
a.nieuw span span {
	background-image:url(../images/website/account/g-right.jpg);
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: right;
	text-transform:uppercase;
	font-weight:bold;
	color: #FFF;
}
/*FORMULIEREN*/
.inputKolom1{
	float:left;
	margin-bottom:5px;
	width:700px;
}
.mandetory {
	color:#CC0000;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}
/*DROP DOWN MENU*/
select.drop {
	border:1px solid #D2D2D2;
	font-size:12px;
	margin:5px 5px 0 0;
}
.selectHead{
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 15px;
	margin-bottom: 10px;
}
.selectItem{
	padding-left:15px;
}
.blauw{
	color:#2597CE;
}

/*FOTO GALERIJ*/
.foto {
	border:1px solid #666666;
	float:left;
	margin:5px 6px;
	padding:5px;
	width:100px;
}
.fotoAccount {
	width: 75px;
	padding: 5px;
	border: 1px solid #666;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
}
.fotoAccount div a {
	font-size: 10px;
}



.Detailfoto {
	padding: 5px;
	border: 1px solid #666;
	float: right;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
}

#fotoBeschrijving{
	float:left;
	width:300px;
	margin-top: 5px;
}


#andereFotos {
	background:#FFFFFF none repeat scroll 0 0;
	/*border:1px solid #2597CE;*/
	border:1px solid #EAE5E1;
	color:#555555;
	margin:0 0 15px;
	padding:12px 15px 10px;
	-moz-border-radius: 8px;
}


/*--------------------------------------------------------------*/
/*-------------------------SOORTEN------------------------------*/
/*--------------------------------------------------------------*/
.kolominizer {

}
.kolominizer li{
	width: 50%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
}
.soortAfb{
	float:left;
}




/*--------------------------------------------------------------*/
/*-------------------------FOKKERS------------------------------*/
/*--------------------------------------------------------------*/


.categorieKeuze {
	border:1px solid #999999;
	margin:5px;
	padding:5px;
}

