@CHARSET "ISO-8859-1";
@import url(http://fonts.googleapis.com/css?family=Tauri);

html {
	overflow-y: scroll;
	height:100%;
}

body {
	font-family:"Trebuchet MS", sans-serif;
	height:auto;
	background-color:#144255;
	color:#000000;
	font-size:13px;
}

#wrapper {
	width:980px;
	/*min-height:600px;*/
	min-height: 900px;
	background-color: #ffffff;  
	margin: 0 auto;
	position:relative;
}

#top {
	height:290px;
	position:absolute;
	width:980px;
	background: url(http://voermelkenmest.nl/upload/slider/beeld3.jpg);
}

#balk {
	position: absolute;
	background-color:#003366;
	width:980px;
	height:40px;
	top:250px;
    opacity:.60;
    filter:Alpha(opacity=60);
}

#blauwrechts {
	position: absolute;
	background-image:url('/images/blauwrechts.png');
	width:330px;
	height:290px;
	top:0;
	right:0;
}

ul.menu {
	height:27px;
	width:980px;
	padding-left:8px;
	color:#fafafa;
	top:255px;
	position: absolute;
}

ul.menu li {
	line-height:0px;
}

ul.menu li.seperator{
	width: 1px;
	height: 14px;
	margin-top: 10px;
	float: left;
	background-image: url('/images/seperator.gif');
	background-repeat:no-repeat;
}

ul.menu li a {
	display:block;
	color:#C7E8F5;
	float: left;
	height:31px;
	line-height:23px;
	padding-left:14px;
	padding-right:14px;
	padding-top:4px;
	font-size:16px;
	text-decoration:none;
	white-space: nowrap;
	font-family:Tauri;
}

ul.menu li a:hover, ul.menu li a.current, ul.menu ul li a:hover, ul.menu ul li a.current {
	color:#00415c;
	color:#ffffff;
}

ul.menu li {
    cursor: pointer;
    float: left;
    height: 27px;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 100;
}

ul.menu li ul li a {
	padding-left:8px;
	padding-right:8px;
	white-space: nowrap;
}

ul.menu li ul {
    background-color: #5c885e;
    opacity:.93;
    filter:Alpha(opacity=93);
    display: none;
    left: 14px;
    position: absolute;
    top: 35px;
	padding-bottom:3px;
	-moz-border-radius: 0 0 10px 10px; /* Firefox */
	-webkit-border-radius: 0 0 10px 10px; /* Safari and Chrome */
	border-radius: 0 0 10px 10px; /* Opera 10.5+, future browsers*/
}

ul.menu li ul li {
	width:100%;
	line-height:17px;
	margin-top:-3px;
	height: 25px;
}

ul.menu li:hover ul, ul.menu li.hover ul {
    display: block;
}

ul.menu ul {
    height: auto;
    margin-left: 0;
}

ul.menu ul li a {
	color:#ffffff;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 25px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 5px;
    position: relative;
    text-align: left;
    width: 85%;
    z-index: 12;
}

#container {
	background: url("/images/blauwrechts.png") repeat-y scroll right top;
	min-height:410px;
	width:100%;
	padding-top: 300px;
}

#content {
	padding: 0 20px;
	width: 610px;
	float:left;
	margin-right: 15px;
}

#container.rekentool{
	background-image: none;
}

#container.rekentool #content {
	width:940px;
}

#adres a, #content a {
	color:#000000;
}

#nieuws {
	width:300px;
	float:left;
	padding-bottom:20px;
	display: none;
}

#nieuwswrap {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
}

.title {
	border-left: 1px solid #144255;
	border-right: 1px solid #144255;
	border-top: 1px solid #144255;
	border-radius: 6px 6px 0 0;
	display:block;
	width:288px;
	height:20px;
	background-color:#144255;
	color:#ffffff;
	font-size:15px;
	padding:5px;
}

h1 {
	font-size:17px;
	font-family:Tauri;
}

#content h1 {
	margin-top:6px;
	margin-bottom:12px;
}

#nieuws .item {
	background-color: #F0EFEA;
    border-bottom: 1px solid #808080;
    padding: 4px 4px 8px;
    line-height:1.2em;
}

#nieuws .item a {
	margin-bottom: 6px;
	font-weight:bold;
	color:#000000;
	display:block;
}

form#aanvraag p {
	line-height:27px;
}

form#aanvraag label {
	vertical-align: top;
	width:120px;
	display: inline-block;
}

form#aanvraag input[type=text],
form#aanvraag textarea{
	width:280px;
}

form#aanvraag textarea{
	height:120px;
}

form#aanvraag label.error {
	color:#ff0000;
	font-size:12px;
	padding-left:10px;
	width:150px;
}

form#aanvraag .submit {
	margin-top:14px;
}