@charset "utf-8";


html,
.html,
body,
.body
	{
	width:900px;
	background-color:#e4ada5;
	}
/* -----------------------------HIER BEGINT DE OPMAAK LETTERTYPE --------------------- */
H1,
.H1
	{
	color:#243b98;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
H2,
.H2
	{
	color:#243b98;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
H3,
.H3
	{
	color:#243b98;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
H4,
.H4
	{
	color:#b21421;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
H5,
.H5
	{
	color:#840e6c;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
H6,
.H6
	{
	color:#b21421;
	font-size:14px;
	font-weight:bold;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
H7,
.H7
	{
	color:#b21421;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}		
P,
.P
	{
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	

	
	
	
	
	
/* -----------------------------HIER BEGINT DE HOOFD CONTAINER --------------------- */
	
	
.hoofd_container
	{
	width:900px;
	height:700px;
	margin-left:180px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	align:center;
	}
.container
	{
	width:900px;
	height:700px;
	background-color:#b21421;
	}	
		
/* -----------------------------HIER BEGINT DE 1e TOP CONTAINER --------------------- */
.a_container
	{
	width:900px;
	height:150px;
	}
	
.a_topleft_container
	{
	width:150px;
	height:150px;
	float:left;
	}

.a_topright_container
	{
	width:750px;
	height:150px;
	float:left;
	}

/* --------------------------HIER BEGINT DE 2e CONTAINER ---------------------------- */
	
.c_container
	{
	width:900px;
	height:510px;
	}
	
.c_bottomleft_container
	{
	width:150px;
	height:510px;
	background-image: url(Images/left_siteagusta.gif);
	float:left;	  		
	}
	
.c_bottomright_container
	{
	width:750px;
	height:510px;
	background-color:#ffffff;
	float:left;
	overflow:scroll;
	}
/* --------------------------HIER BEGINT DE COPYRIGHT CONTAINER --------------------- */
	
.copyright_container
	{
	width:900px;
	height:40px;
	background-image: url(Images/agusta-hompage-button-copyright.gif);
	}
/*-------------------------------------Hier begint de button opmaak -------------------*/
.button_active,
.button_over,
.button,
.button a
	{
	font-family:Verdana;
	font-size:15px;
	font-weight:900;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	}

.button_over,
.button_active,
.button
	{
	width:130px;
	height:27px;
	background-image: url(Images/button_non_active_agusta.gif);
	margin-left:10px;
	}
.button_active,
.button_over,
.button_over a:hover
	{
	color:#ffff00;
	text-decoration:none;
	margin-left:10px;
	}
.button_active
	{
	background-image: url(Images/button_active_agusta.gif);
	margin-left:10px;
	}	
.button_active a
	{
	color:#243b98;
	text-decoration:none;
	margin-left:10px;
	}
.tussen_ruimte
	{
	width:150px;
	height:18px;
	}									
