/*

	Ontwerp website: www.mainmedia.nl
	HTML en CSS: www.mauritsdoetjes.nl
	  
*/

* { padding: 0; margin: 0; }

body,input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.bodybg-01 {
	background-attachment:fixed;
	background:url('../img/bg-large.jpg') no-repeat center top;
	background-color:#060912;
	}
.bodybg-02 {
	background-color:#FF0000;
	background:url(../img/lightbox-background.png) repeat;
	}

a {
	color:#FFF;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
			
#wrapper { 
	margin: 0 auto;
	width: 900px;
	}

#navigation {
	width: 900px;
	float: left;
	height: 47px;
	}
#mainmenu {
	width: 750px;
	padding: 12px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFF;
	float:left;
	text-align: right;
	}
#mainmenu a{
	color: #FFF;
	text-decoration:none;
	}
#mainmenu a:hover{
	color: #4153be;
	text-decoration:none;
	}
.scheiding {
	color: #787879;
	padding: 0 10px 0 10px;
	}
#languagemenu {
	padding: 14px 0 0 15px ;
	float:right;
	}
.form {
	float:left;
	}	
.flag {
	float:right;
	padding: 2px 0 0 5px;
	}
	
#space {
	width: 900px;
	height: 400px;
	background:none;
	}

#picture {
	float: right;
	padding: 47px 17px 0 0;
	_margin-right:-45px;
	position:relative;
	}

#leftcolumn { 
	background: #E7DBD5;
	height: 350px;
	width: 225px;
	float: left;
	}

.content{ 
	margin: 0 auto;
	color: #CDCDCD;
	line-height: 1.7em;
	float: left;
	width: 250px;
	height: 160px;
	display: inline;
	padding: 10px 20px 25px 20px;
	border-right: 1px solid #2e2f31;
	text-align:justify;
	}
.content-final { 
	margin: 0 auto;
	color: #CDCDCD;
	line-height: 1.7em;
	float: left;
	width: 250px;
	display: inline;
	padding: 10px 20px 10px 20px;
	}
.accent { 
	color:#4153be;
	}

#rightcolumn { 
	color: #333;
	background: #E7DBD5;
	height: 350px;
	width: 225px;
	float: left;
	position: relative;
	}

#footer { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:11px;
	color: #CDCDCD;
	text-align:center;
	width: 990px;
	margin-left:-45px;
	_margin-left:0;
	padding: 50px 0 0 0 ;
	overflow:visible !important;
	}
.line {
	color:#173058;
	padding:0 1px 0 2px;
	}

.clear { clear: both; }

img {
	border:none;
	}

/* Contactformulier */
.true, .false
{
	border:		1px solid #AAA;
	background:	#353439;
	color: white;
	padding:2px;
}
#contact
{
	margin: 0 auto;
	color: #CDCDCD;
	line-height: 1.7em;
	float: left;
	display: inline;
	padding: 10px 20px 10px 20px;
	width: 860px;
}
.melding
{
	border:			1px solid #CCC;
	width:			344px;
	padding:		5px;
	font-weight:	bold;
	text-align:		center;
	margin:			10px 0;
}
