/* 
Bart Everaerts - Website portaal Mariadal

/* Layout 
------------------------------------------------------------------ */	
*{
	padding: 0;
	margin: 0;
	border: 0;
}

body 
{
}

#container 
{
	width: 800px;
	height: 700px;
	border: 1px ;
	margin: auto auto;
	
	
		
}

/*opmaak page
------------------------------------------------------------------ */	
body
{
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-color: #61709A;
	text-align: center;
}
#portal
{
position: relative;
width: 800px;
height: 700px;
background-color: #61709A;
z-index: 1;
}
#Layer1
{
position: relative;
top: -510px;
width: 420px;
height: 380px;
z-index: 2;
}


	
	
	








/* ALGEMENE TEKST OPMAAK
------------------------------------------------------------------*/	
p{font:normal 12px Verdana; color:#CCCCCC; line-height: 1.8em; letter-spacing: 0.2px;word-spacing: 1px;}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
	background: transparent;
	margin: 0px;
}

h1 		{ font:bold 14px Verdana; color:#3E3E3E; line-height: 1.8em; letter-spacing: 0.2px;word-spacing: 1px;}
h2 		{ font-size: 17px; color: #666666; }
h3 		{ font-size: 13px; }
h4 		{ font-size: 12px; }
h5		{ font-size: 12px; font-weight:bold;}