@CHARSET "ISO-8859-1";

/*------------------*/
/*	     BASIS      */
/*------------------*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	
	color: #001321;
	font-family: arial, tahoma, verdana;
	font-size: 15px;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #001321;
	text-decoration: underline;
}

a:hover {
	color: #001321;
	text-decoration: underline;
	border-bottom: 1px dotted #001321;
}

	/*------------------*/
	/*	   CONTAINER    */
	/*------------------*/
	#container {
		background: url('images/bg.png');
		width: 100%;
		position: relative;
		min-height: 100%;
		height: auto !important;
		height: 100%
	}
	
		/*------------------*/
		/*	    HEADER      */
		/*------------------*/
		
		#header {
			background: url('images/header.png') repeat-x;
			height: 74px;
			width: 100%;
		}
		
			#header .inhoud {
				width: 900px;
				height: auto;
				margin: auto;
				padding-top: 16px;
			}
			
				#header .inhoud #logo {
					background: url('images/logo.png');
					height: 50px;
					width: 213px;
					margin-left: 43px;
					float: left;
				}
				
				#header .inhoud p {
					color: #fff;
					font-family: arial;
					font-size: 11px;
					padding-top: 15px;
					padding-right: 38px;
					float: right;
				}
				
					#header .inhoud p a {
						color: #fff;
						text-decoration: none;
					}
					
					#header .inhoud p a:hover {
						color: #2396e9;
						text-decoration: none;
					}
					
		/*------------------*/
		/*	   CONTENT      */
		/*------------------*/
		
		#content {
			width: 780px;
			height: auto;
			margin: auto;
			margin-top: 19px;
		}
		
			/*------------------*/
			/*	     FORM       */
			/*------------------*/
		
			#content input {
				background: url('images/input.png') no-repeat;
				width: 182px;
				height: 31px;
				padding-left: 10px;
				padding-top: 8px;
				border: none;
				color: #001321;
				font-family: arial;
				font-size: 11px;
			}
			
			#content .submit {
				background: url('images/button.png') no-repeat;
				width: 180px;
				height: 29px;
				border: none;
				padding-bottom: 11px;
				color: #fff;
				font-family: arial;
				font-size: 11px;
				text-algin: center;
			}
			
			/*------------------*/
			/*	     LEFT       */
			/*------------------*/
			
			#content #left {
				width: 355px;
				height: auto;
				float: left;
			}
			
				#content #left p{
					margin: 0px;
				}
			
			/*------------------*/
			/*	     RIGHT      */
			/*------------------*/
			
			#content #right {
				width: 265px;
				height: auto;
				float: right;
			}
			
				#content #right p {
					margin: 0px;
				}
					
		/*------------------*/
		/*	    FOOTER      */
		/*------------------*/
					
		#footer {
			background: url('images/footer.png');
			height: 44px;
			width: 100%;
			position: absolute;
			bottom: 0;
		}
		
			#footer .inhoud {
				width: 900px;
				height: auto;
				margin: auto;
			}
			
				#footer .inhoud p {
					color: #001321;
					font-family: arial;
					font-size: 11px;
					margin: 0px;
					padding-left: 44px;
					padding-top: 15px;
					float: left;
				}
					


