/* ================================ +
   www.fundaverhuisbericht.nl
 + ================================ */


/* 
** Made by:  Parkers (www.studioparkers.nl)
** 19.03.08 - Edgar Vijgeboom:	Versie 1
** 
*/



/* ================================ +
               STANDAARDS
+  ================================ */

/* start RESET DEFAULT styles */
*{ margin:0; padding:0 }

body { 
	font-family: 		Arial;
	font-size:			80%;
	line-height: 		16px;
	color:				#006600;
	background-color: 	#ffffff;
	width:				100%
}
* html li{height:1%;}
	
img { border:0px; }	

ul { list-style:none; overflow:hidden;}

a	{
	text-decoration:	underline; 
	color:				#006600;
	}

a:hover	{
	text-decoration:	none;  
	}

.clear {
	clear:				both;
	}

.float_left {
	float: 				left;
	}

.float_right {
	float: 				right;
	}

/* end RESET DEFAULT styles */


.link {
	display:			block; 
	margin:				2px 0px 0px 2px; 
	padding:			0; 
	text-indent:		-1000px;
	text-decoration:	none;
	overflow:			hidden;
	height:				11px; 
	width:				14px; 
	background: 		url('../images/link.gif') no-repeat 0px 0px;
}

.link:hover, .link:focus { 
	background: 		url('../images/link.gif') no-repeat -14px 0px;
}




/* ================================ +
             GLOBAL LAYOUT
+  ================================ */

#container {
	position:			relative;
	margin:				auto;
	width:				990px;
	text-align:			left;
	}


#header {
	width: 				960px;
	height:				220px;
	float:				left;
	margin-bottom:		20px
	}

#content {
	position:			relative;
	height:				630px;
	background: 		url('../images/bg_funda.gif') no-repeat 0px 0px;
	}

#contentleft {			
	width:				450px;
	float:				left;
	padding:			10px;
	border-left:		1px solid;
	min-height:			700px;
	margin-right:		20px
	}

#contentright {			
	width:				450px;
	float:				left;
	padding:			10px;
	border-left:		1px solid;
	height:				700px
	}

#footer		{
	width: 				960px;
	height:				60px;
	float:				left;
	margin-top:			20px;
	background-color:	#00cc00;
	color:				#ffffff;
	text-align:			center;
	padding-top:		10px
	}

.opkomstblok {
	border:				1px dotted black;
	width:				600px;
	min-height:			100px;
	padding:			10px;
	margin:				10px;
	}
	
.opkomstrow {
	width:				600px;
	margin:				5px 0 5px 0;
	color:				#000000
	}

/* ================================ +
             TYPO
+  ================================ */

h1	{
	line-height:		20px
	}

h2	{
	line-height:		2em
	}


	
/* ================================ +
             FORMULIER
+  ================================ */

input, select {
	font-size:			1.2em;
	width:				200px;
	margin-bottom:		10px
	}

#aanmeldformulier {
	margin:				20px 0 0 0		
	}

#aanmeldformulier label	{
	width:				120px;
	float:				left;
	text-align:			right;
	margin-right:		5px
	}

#aanmeldformulier .radio {
	width:				20px;
	float:				left;
	margin-left:		120px
	}
	
#aanmeldformulier .veld {
	width:				200px;
	float:				left;
	}
	
#aanmeldformulier .dag {
	width:				25px;
	margin-right:		5px;
	float:				left;
	}
	
#aanmeldformulier .jaar {
	width:				50px;
	margin-right:		5px;
	float:				left;
	}
	
#aanmeldformulier .text {
	width:				250px;
	height:				75px;
	font-size:			1em;
	font-family:		arial, helvetica;
	}


.opkomstlijstlink {
	margin-top:			20px;
	font-size:			1.4em
	}
	
#footer a {
	color:				#ffffff
		
}
/* ================================ +
             ONDERDELEN
+  ================================ */


.selectname {
	width:				200px;
	float:				left;
	margin-right:		10px
	}


