/* CSS Document */

/* Positioning */
body {
	background: #FF0000 url(../img/top.gif) no-repeat center top;
	margin: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
#container {
	margin: 0px auto;
	background: url(../img/bg_breed.gif) repeat-y;
	text-align: left;
	width: 960px;
}
#leftcol {
	width: 655px;
	float: left;
	position: relative;
	padding: 20px 40px 30px 70px;
	text-align: left;
}
#rightcol {
	width: 195px;
	background: url(../img/bg_nav.jpg) no-repeat;
	margin: 0px;
	position: relative;
	float: right;
	padding-top: 20px;
}
#header {
	height: 174px;
	/* width: 557px; */
	width: 763px; 
	background: url(../img/header_breed.jpg);
	margin: 0px;
	float: left;
}
#navcontainer {
	width: 159px;
}
#footer {
	height: 51px;
	width: 942px;
	background: url(../img/footer_breed.jpg) no-repeat;
	padding-top: 26px;
	color: #0F1340;
	clear: both;
	padding-left: 145px;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
}
.boldtext {
	font-weight: bolder;
	text-decoration: none;
	color: #FF0000;
}
.bold {
	font-weight: bolder;
	text-decoration: none;
	color: #666666;
}
.historybacklink {
	text-align: center;
}
.nieuwsarchiefbutton {
	text-align: center;
}
/* Main navigation */
#navcontainer ul {
	padding-left: 0;
	list-style-type: none;
	font-family: "Arial Narrow", Helvetica, Arial;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 0px;
	margin: 0px 0px 0px 0;
	color: #FFFFFF;
	font-weight: bold;
}
#navcontainer a {
	display: block;
	width: 145px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	color: #0F1340;
	background: #0F1340;
}
#navcontainer a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-left: 4px solid #FFFFFF;
}
#navcontainer a:hover {
	background-color: #FFFFFF;
	color: #999999;
	border-left: 4px solid #FF0000;
}
#navcontainer a:link#current, #navcontainer a:visited#current, #navcontainer a:hover {
	background-color: #FFFFFF;
	color: #999999;
	border-left: 4px solid #FF0000;
}
#leftcol h1 {
	font-size: 14px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #FF0000;
	margin: 0px 0px 6px;
}
#leftcol span {
	text-decoration: none;
}
#leftcol a {
	color: #0F1340;
	text-decoration: underline;
}
#leftcol a:hover {
	color: #FF0000;
	text-decoration: none;
}
#leftcol ul {
}
#leftcol li {
}
#leftcol img {
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
#bannerVeiling {
	margin-left:4px;
	margin-top:10px;
	width:150px;
}


/* UPDATE HOMEPAGE @ 24/10/2010 */
.hp_box{
	width:302px;
	float:left;
	border:1px solid #EEEEEE;
	background:#F8F8FA;
	padding:4px;
	margin-bottom:15px;
	position:relative;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
	behavior: url(PIE.htc);
}

.icon_paper{
	background:url(../img/icon_paper.png);
	height:40px;
	width:40px;
	position:absolute;
	right:2px;
	top:-2px;
}
.icon_calender{
	background:url(../img/icon_cal.png);
	height:32px;
	width:24px;
	position:absolute;
	right:8px;
	top:0;
}

.hp_box_last{
	margin-left:15px;
}

.hp_box h2{
	background:url(../img/bg-block.png) repeat-x;
	height:26px;
	line-height:26px;
	color:#FFF;
	margin:0;
	font-size:13px;
	text-shadow:1px 1px 5px #000;	
}

span.block{
	display:block;
	width:6px;
	height:26px;
	background:#FF0000;
	float:left;
	border-right:1px solid #FFF;
	margin-right:9px;
}

.hp_box ul{
	background:#FFF;
	margin:4px 0 0 0;
	border:1px solid #EEEEEE;
	padding:0;
}
.hp_box li{
	background:url(../img/bg-arrow.png) no-repeat 5px 11px;
	list-style:none;
	margin:0 11px;
	padding:0 0 0 25px;
	border-bottom:1px solid #E4E8F1;
}

#container #leftcol .hp_box ul li a{
	text-decoration:none;
	display:block;
	height:35px;
	line-height:35px;
	overflow:hidden;
}

