@charset "utf-8";
/* CSS Document */

body				{ 	margin: auto;
						font-family: arial;
						font-size: 12px;
						background-color: #63090e;
						background-image: url(../images/bg.png);
						background-repeat: repeat-x;
						background-position:top center;
						text-align:justify;
					}
					
				
#container 			{ 	margin: auto;
			  			width: 900px;
						height: 3000px;
			  			position: relative;
						background-repeat:repeat-y;
						z-index: 2;
					}				

#menu1				{ 	margin: auto;
			  			width: 900px;
						height: 40px;
						left: 100px;
						top: 10px;;
			  			position: relative;
						background-repeat:repeat-y;
						z-index: 1;
					}					
					
					
#header_l 			{ 	margin: auto;
			  			width: 230px;
						height: 185px;
						top: 90px;
						left: 180px;
						background-image: url(../images/header_l.png);
			  			position: absolute;
						background-repeat:repeat-y;
						z-index: 1;
					}	
					
#login				{	margin: auto;
						top: 98px;
						left: 8px;
						position: absolute;
}
					
#header_r 			{ 	margin: auto;
			  			width: 460px;
						height: 185px;
						top: 90px;
						left: 185px;
						background-image: url(../images/header_r.png);
			  			position: absolute;
						background-repeat:repeat-y;
						z-index: 1;
					}
					
					
#menu2				{ 	margin: auto;
			  			width: 160px;
						height: 180px;
						top: 90px;
						left: 690px;
						background-image: url(../images/menu2.png);
			  			position: absolute;
						background-repeat: no-repeat;
						z-index: 1;
					}					

#content 			{ 	margin: auto;
			  			width: 800px;
						height: 3715px;
						top: 250px;
						background-image: url(../images/content_bg.png);
			  			position: relative;
						align: center;
						background-repeat:repeat-y;
						z-index: 0;
					}
					
#tab1				{ 	margin: auto;
			  			width: 170px;
						height: 80px;;
						right: 570px;
			  			position: absolute;
						background-repeat:repeat-y;
						z-index: 1;
					}		
					
#tab2				{ 	margin: auto;
			  			width: 170px;
						height: 80px;;
						right: 385px;
			  			position: absolute;
						background-repeat:repeat-y;
						z-index: 1;
					}	
					
#tab3				{ 	margin: auto;
			  			width: 170px;
						height: 80px;;
						right: 195px;
			  			position: absolute;
						background-repeat:repeat-y;
						z-index: 1;
					}	
					
#tab4				{ 	margin: auto;
			  			width: 170px;
						height: 80px;;
						right: 10px;
			  			position: absolute;
						background-repeat:repeat-y;
						z-index: 1;
					}					
					
					
#text				{	margin: auto;
			  			width: 550px;
						height: 700px;
						top: 320px;
						left: 140px;
			  			position: absolute;
						background-image: url(../images/backgroundline.png);
						padding: 0px 10px 10px 20px;
						background-repeat:repeat-y;
						z-index: 2;
					}
					
#nieuws 			{ 	margin: auto;
			  			width: 190px;
						height: 225px;
						top: 300px;
						right: -45px;
						background-image: url(../images/nieuws.png);
			  			position: absolute;
						background-repeat:repeat-y;
						z-index: 2;
					}
					
#nitems				{	margin: auto;
						padding: 20px 10px 10px 10px;
						color: #F00;
			  			width: 170px;
						height: 125px;
			  			position: relative;
						background-repeat:repeat-y;
						z-index: 1;
					}
					
#contact 			{ 	margin: auto;
			  			width: 190px;
						height: 225px;
						top: 560px;
						right: -45px;
						background-image: url(../images/nieuws.png);
			  			position: absolute;
						background-repeat:repeat-y;
						z-index: 2;
					}
					
#contacts			{	margin: auto;
						padding: 10px 10px 10px 10px;
						color: #000;
			  			width: 170px;
						height: 325px;
			  			position: relative;
						background-repeat:repeat-y;
						z-index: 1;
						text-align:left;

					}
					
#links				{ 	margin: auto;
			  			width: 135px;
						height: 200px;
						left: 22px;
						top: 300px;
						background-image: url(../images/links.png);
			  			position: absolute;
						background-repeat:repeat-y;
						color: #000;
						z-index: 2;
					}
					
#textlinks			{ 	margin: auto;
						padding: 26px 10px 10px 4px;
			  			width: 90px;
						height: 200px;
						left: 10px;
						position: absolute;
						background-repeat:repeat-y;
						z-index: 1;
					}					
					
#footer				{ 	margin: auto;
			  			width: 750px;
						height: 40px;
						padding: 0px;
						top: 206px;
						left:25px;
			  			position: relative;
						background-repeat:repeat-y;
						z-index: 1;
					}	
					
p					{	font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
}

a:link, a:visited	{   color:#5362bf;
						text-decoration:none;
}

a:hover				{ 	text-decoration:underline;
}