@charset "UTF-8";
/* CSS Document */

html {
	width:100%;
	background:#515356;
	height:100%;
	color:#cbd0d5
}
body {
	width:100%;
	background:#515356;
	height:100%;
	color:#FFF;
	overflow:hidden
}
#content {
	margin:0px 0px 0px 80px;
	width:60em

}
#parallax {
	position:relative;
	margin:1.5em 0px;
	width:60em;
	background:#2f3134;
	height:300px;
	overflow:hidden
}
#target {
	position:absolute;
	bottom:0px;
	background:#fff;
	overflow:hidden;
	top:0px;
	right:0px;
	left:0px
}
.main {
	width:3795px;
	margin:auto;
	padding-top:45px
}
.para {
	width:2000px;
	height:2000px
}
#menu {
	width:95%;
	height:16px;
	position:fixed;
	top:20px;
	left:20px;
	right:20px;
	text-align:left;
	background-color:#FFF;
	z-index:9999;
	margin: auto;
	padding-top: 7px;
	padding-left: 10px;
}
#mail {
	width:400px;
	height:15px;
	margin-left:180px;
	margin-top:-5px
	
	}

.a1_fa {
	font:22px Arial, sans-serif;
	color:#fff;
	background-color:#000000;
	margin-top:5px;
	text-decoration:none;
	padding:3px;
	margin:5px;
	cursor:pointer;
	outline:none
	
	}


#present-left {
	width:460px;
	height:280px;
	margin-left:530px;
	float:left;
	background:#
}
#present-right {
	width:460px;
	height:280px;
	margin-right:530px;
	float:right;
	background:#
}
.boom-text {
	font-family:Arial, sans-serif;
	font-size:11px;
	text-align:justify;
	font-weight:lighter;
	color:#333
}
	


.container {
	width:960px; 
	margin:0px auto; 
	position:relative;
	z-index:12;
	}
	
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:400px;
	z-index:1;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:289px;width:558px;
	background:#515151 url(../images4/birdy.jpg) no-repeat 241px 11px; 
	border:1px solid #929191;
	padding:7px 12px; 
	color:#fff;
	display:none;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../images4/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:47px;
	width:211px;
	background:url(../images/contact_me.png);
	position:absolute;
	left:330px;
	bottom:-45px;
	cursor:pointer;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:180px; 
	background:#6d6d6d url(../images4/contact_input.png) repeat-x top; 
	color:#fff; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
	margin-top:196px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}

#berichtcontent {
	padding-top:5px;
	height:900px;
	position:relative;
	right: 410px;
}
.bottomlink {position:absolute; bottom:0;}
