html{
	height: 100%;
}
body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #404040;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background: #DCE0DF;
	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.gartentierdesjahres.at/img/overlay_bg.png');	
			}

#overlay_container{
	margin: 20px;
}

#site{
	position: absolute;
	left: 50%;
	margin-left: -487px;
	width: 994px;
	height: 100%;
	text-align: left;
	background: url('http://www.gartentierdesjahres.at/img/bg.gif') top center repeat-y #ffffff;
}

#header{
	position: absolute;
	width: 994px;
	height: 314px;
	background: url('http://www.gartentierdesjahres.at/img/header.jpg') top center;
	z-index: 100;
}

#menu{
	position: absolute;
	margin-top: 53px;
	margin-left: 220px;
	z-index: 200;
	color: #DCE0DF;
}

	#menu a{
		color: #003973;
		text-decoration: none;
		text-align: center;
		font-size: 11px;
		padding: 0px 5px;
	}
	
	#menu a:hover{
		font-weight: bold;
	}

#container{
	position: absolute;
	width: 650px;
	margin-top: 380px;
	margin-left: 22px;
	padding-bottom: 50px;
}

#partners{
	position: absolute;
	text-align: right;
	width: 640px;
	margin-top: -50px;
}

#partners2{
	position: absolute;
	text-align: right;
	width: 640px;
	margin-top: -50px;
}

.content h1{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003973;
}

.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.gartentierdesjahres.at/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: 98px;
}

#close{
	text-align: right;
}

#footer{
	position: absolute;
	left: -22px;
	width: 994px;
	height: 46px;
	font-size: 10px;
}

	#footerlinks{
		position: absolute;
		margin-top: 10px;
		margin-left: 10px;	
	}
	
	#footerlinks a{
		color: #003973;
		text-decoration: none;
		text-align: center;
		font-size: 11px;
		padding: 0px 5px;
	}
	
	#footerlinks 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;
}
