
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	margin: 0;
}


p, label {
	font-size: 1.1em;
	line-height: 180%;
}

table.text td, table.text th {
	font-size: 1.1em;
	line-height: 180%;
}
table.text.tight td, table.text.tight th {
	line-height: 150%;
}

table.results th, td.line {
	border-bottom: solid #BBBBBB 1px;
	margin-top: 0px;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #297D46;
}
a:hover, a:active {
	color: #000000;
}


.container {
	margin: 0 auto;
	min-height:100%;
	position: relative;
	width: 1036px;
}


.left {
	float: left;
	width: 320px;
	height: 700px;
	background:url(../images/bg1/bg_left.jpg) no-repeat left top;
}
body.bg2 .left {
	background-image:url(../images/bg2/bg_left.jpg);
}
body.bg3 .left {
	background-image:url(../images/bg3/bg_left.jpg);
}
body.bg4 .left {
	background-image:url(../images/bg4/bg_left.jpg);
}
.left .menu {
	position: absolute;
	top: 152px;
	left: 44px;
	width: 224px;
}
.left .menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.left .menu ul li a {
	display: block;
	text-indent: -9000px;
	height: 47px;
	width: 224px;
	background-position: left top;
	margin-bottom: 18px;
}
.left .menu ul li a:hover, .left .menu ul li.active a {
	background-position: left bottom;
}

.left .menu ul li.menu01 a {
	background-image: url(../images/menu/01-home.jpg);
}
.left .menu ul li.menu02 a {
	background-image: url(../images/menu/02-aanbod.jpg);
}
.left .menu ul li.menu03 a {
	background-image: url(../images/menu/03-veehouder.jpg);
}
.left .menu ul li.menu04 a {
	background-image: url(../images/menu/04-veehandelaar.jpg);
}
.left .menu ul li.menu05 a {
	background-image: url(../images/menu/05-registreren.jpg);
}
.left .menu ul li.menu06 a {
	background-image: url(../images/menu/06-hoe-werkt-het.jpg);
}

.left .ad {
	height: 133px;
}

.left .tabs {
	margin-top: 220px;
	margin-left:9px;
	margin-bottom:5px;
}
.left .tabs img {
	margin-top: 5px;
}


.center {
	float: left;
	width: 469px;
	min-height: 700px;
	background: #f2f3ed url(../images/bg1/bg_center.jpg) no-repeat left top;
}
body.bg2 .center {
	background: #DDDDDD url(../images/bg2/bg_center.jpg) no-repeat left top;
}
body.bg3 .center {
	background: #f0f1eb url(../images/bg3/bg_center.jpg) no-repeat left top;
}
body.bg4 .center {
	background: #DDDDDD url(../images/bg4/bg_center.jpg) no-repeat left top;
}
.center .ad {
	height: 94px;
}
.center .content {
	margin: 15px 20px 0;
}

.right {
	float: left;
	width: 247px;
	height: 700px;
	background:url(../images/bg1/bg_right.jpg) no-repeat left top;
}
body.bg2 .right {
	background:url(../images/bg2/bg_right.jpg) no-repeat left top;
}
body.bg3 .right {
	background:url(../images/bg3/bg_right.jpg) no-repeat left top;
}
body.bg4 .right {
	background:url(../images/bg4/bg_right.jpg) no-repeat left top;
}
.right .status {
	height: 95px;
	margin-left:39px;
}
.right .ad {
	height: 111px;
	margin-bottom:1px;
}


.black {
	background: #000000 url(../images/login-key.jpg) no-repeat left top;
	margin-left: -20px;
	margin-right: -20px;
	padding: 3px 10px 40px 90px;
	color: #FFF;
}
.black a {
	color: #FFF;
	font-size: 1.0em;
	text-decoration: none;
}
.black a:hover {
	color: #297D46;
	font-size: 1.0em;
	text-decoration: underline;
}


.green {
	background: #297D46 url(../images/registreren-stap1.jpg) no-repeat left top;
	margin-left: -20px;
	margin-right: -20px;
	padding: 60px 10px 40px 27px;
	color: #FFF;
}
.green.step2 {
	background-image: url(../images/registreren-stap2.jpg);
}
.green a {
	color: #FFF;
}


.clear {
	clear:both;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}
input.text, select.text  {
	width:200px;
	color: #297D46;
	font-size: 1.1em;
}
input.upload  {
	color: #297D46;
	font-size: 1.1em;
}
.text.small {
	width:50px;
}
.text.medium {
	width:100px;
}
select.text.medium {
	margin-right:5px;
}
input.button {
	font-size: 1.1em;
}

th {
	text-align: left;
	vertical-align: top;
	padding-right:5px;
	width:120px; 
}
