/* General site settings */
body {
	margin: 0px;
	padding: 0px;
	background:#fff;
	vertical-align: top;
}
#mainsite {
	position:absolute;
	width:1004px;
}
div {
	box-sizing: border-box;
	-moz-box-sizing : border-box;
}

/* Base template */
#logo {
	position: absolute;
	left: 17px;
	top: 47px;
}
#logo img {
	border: 0;
}
#maintable {
	position: absolute;
	top: 152px;
	left: 152px;
}
.verbreed #maintable {
	background: #fff;
}
#whitener {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/images/backgrounds/white.gif) no-repeat 152px 152px;
}
.left {
	width: 330px;
	padding: 49px 0 0 22px;
}
.right {
	padding: 0 0 0 22px;
}
.verbreed .right {
	width: 367px;
	padding: 0 63px 0 55px;
}
.bottom {
	padding: 0 0 0 22px;
}

/* Navigation */
#nav {
	position: absolute;
	left: 152px;
	height: 152px;
}
#nav ul {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style-type: none;
}
#nav li {
	height: 47px;
	_height: 151px;
	float: left;
	padding: 105px 15px 0;
	text-transform: uppercase;
}
#nav li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#nav li.active, #nav li.parentactive {
	background: #ba3339;
}

/* Subnavigation */
#subnav {
	position: absolute;
	top: 152px;
	width: 152px;
	padding: 56px 0 0;
}
#subnav ul {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 13px;
	list-style-type: none;
}
#subnav li {
	padding: 0 30px 0 30px;
	margin: 0 0 8px;
}
#subnav li.active {
	background: url(/images/subnav_active.gif) no-repeat 100% 50%;
}
#subnav ul a {
	color: #fff;
	text-decoration: none;
}
