body{ 
	
	background-image: url(images/background_main.jpg);
	}

a{
	color:66669A;
	font-size: 12pt;
	text-decoration:none;
 }
a:hover{color:red; }

h2 {font-size: 36pt;

	color: 66669A;}
	
h1 {
	font-size: 20pt;
	color: B81D01;
	}
h3 {
	font-size: 14pt;
	color: B81D01;
	}
	

p {font-size: 12pt;

	color: black}

DIV.main {
		position:absolute; 
		width: 800px; 
		left: 150px; 
		top: 70px;
		z-index: 1;
		}

DIV.menu {
		position:relative; 
		left: 120px; 
		top: -20px;
		z-index: 2;		
		} 
		
DIV.left {
		position:absolute; 
		width: 100px; 
		left: 5px; 
		top: 5px;
		}
		
DIV.nieuws {
		position:absolute; 		
		left: 830px; 
		top: 20px;
		z-index: 2;
		}
DIV.quotes {
		position:absolute;
		width: 120px; 		
		left: 5px; 
		top: 550px;
		z-index: 2;
		}
DIV.lijn {
		position:absolute;
		width: 1px;
		height:100px; 
		left: 825px;
		top: 25px;
		background-color:#000000;
		}
ul {
		list-style-type: disc;
		}

DIV.container {
		position:absolute;
		width:800px;
		height:100%;
		top:50%;
		left:50%;
		background-color:red;
		margin-left:-400px;
		margin-top:-400px;
		z-index: 1;
}
	
DIV.flip_container {
			width: 800px;
			height: 420px;
			margin: 0px auto;
			border: 1px solid #66669A;
			}

DIV.flip_container2 {
			width: 500px;
			height: 692px;
			margin: 0px auto;
			border: 1px solid #66669A;
			}