html{
	height: 100%;
}
body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #404040;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background: url('http://www.vogelvanhetjaar.be/img/bg.gif') top center repeat-x #ffffff;
	height: 100%;
}

.divider{
	clear: both;
	height: 1px;
	font-size: 1px;
}

#overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 100;
	display: none;
}

#overlay_content{
	position: absolute;
	width: 600px;
	height: 600px;
	overflow: hidden;
	z-index: 101;
	display: none;
	left: 50%;
	margin-left: -300px;
			background: url('http://www.vogelvanhetjaar.be/img/overlay_bg.png');	
	}

#overlay_container{
	margin: 20px;
}

#site{
	position: absolute;
	left: 50%;
	margin-left: -447px;
	width: 895px;
	background: url('http://www.vogelvanhetjaar.be/img/bg_container.gif') top center repeat-x #ffffff;
	height: 100%;
	text-align: left;
}

#site_container{
	position: absolute;
	margin-top: 99px;
	width: 871px;
	margin-left: 11px;
}

#header{
	position: absolute;
	width: 871px;
	height: 225px;
			background: url('http://www.vogelvanhetjaar.be/img/header_bg1.png');	
		z-index: 100;
}

#menu{
	position: absolute;
	margin-top: 195px;
	margin-left: 25px;
	z-index: 100;
}

#menu a{
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	width: 70px;
}

#menu a:hover{
	font-weight: bold;
}

#container{
	position: absolute;
	width: 846px;
	margin-top: 290px;
	margin-left: 12px;
}

#partners{
	position: absolute;
	text-align: right;
	width: 850px;
	margin-top: -55px;
}

#partners2{
	position: absolute;
	text-align: right;
	width: 850px;
	margin-top: -55px;
}

.content h1{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.content h2{
	font-size: 14px;
	font-weight: bold;
}

.content p{
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

.content a{
	color: #017BC8;
	text-decoration: none
}

.content a:hover{
	color: #52A5D9;
	text-decoration: none
}

.bird{
	width: 176px;
	height: 203px;
			background: url('http://www.vogelvanhetjaar.be/img/photo.png');	
		float: left;
	margin: 15px;
	margin-bottom: 35px;
}

.name{
	position: absolute;
	margin-top: 203px;
	width: 176px;
	text-align: center;
	color: #878F92;
	font-weight: bold;
	font-size: 12px;
}

.photo{
	position: absolute;
	margin-top: 26px;
	margin-left: 12px;
}

.info{
	position: absolute;
	margin-top: 170px;
	margin-left: 12px;
}

.stem{
	position: absolute;
	margin-top: 170px;
	margin-left: 108px;
}

#close{
	text-align: right;
}

#footer{
	margin-top: 65px;
	width: 846px;
	height: 30px;
	font-size: 10px;
}

#footer a{
	display: block;
	float: left;
	color: #404040;
	text-decoration: none;
	width: 70px;
}

#footer a:hover{
	font-weight: bold;
}

/*
*****************************
** FORMS
*****************************
*/

#form{
	margin: 0px;
	padding: 0px;
}

.formset{
	clear: both;
}

.formset .formgroup{
	clear: both;
}

.formset .formtip{
	margin: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.formset .formfieldset{
	border: 2px solid #D8D2BD;
	margin-bottom: 1em;
	margin-top: 0px;
}

.formset .formfieldset legend{
	font-weight: bold;
}

.formset .formlabel{
	font-weight: bold;
}

.formset .forminput{
	border: 1px solid;
}

.formset .formbutton, .formbutton{
	border: 1px solid #FF00D0;
	background-color: #F0F0F0;
	color: #000000;
	font-size: 12px;
	height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;
	padding-bottom: 4px;
}

.formset .formtextinput{
	width: 375px;
	font-family: Arial, helvetica, sans-serif;
}

.formset .noborder{
	border: 0px solid !important;
}

.formset .error{
	color: #ff0000 !important;;
}
.formset input .error{
	border: solid 1px #ff0000 !important;
}

.formset .formfield{
	margin-bottom: 1em;
}
