@charset "utf-8";
/* Stylesheet AQM International Consulting BV */


/*
	#########################
	# Default Xhtml Settings#
	######################### 
*/

html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style:normal;
	text-decoration:none;
}

/*
	#################################
	#	Link kleuren en decoratie	#
	#################################
*/

a:link {
	color:#00E; /* Link kleur nog niet bezochte links */
	text-decoration:none; /* Decoratie niet bezochte links */
}

a:visited {
	color:#60F; /* Link kleur bezochte links */
	text-decoration:underline; /* Decoratie bezochte links (underline) */
}

a:hover {
	color:#F60; /* Link Kleur bij aanwijzen link */
	text-decoration:none; /* Decoratie aanwijzen link (geen) */
}


/*
	#######################
    ##	Top Div Classes  ##
	#######################
*/

#top_nl /* dit is de Nederlandse top breedte en hoogste zijn fixed!! */
	{
		width:760px;
		height:41px;
		background:url('images/top_nl.png');
		position:relative;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}

#top_en /* Dit is de Engelse top, Breedte en Hoogte zijn Fixed!! */
	{
		width:760px;
		height:41px;
		background:url('images/top_en.png');
		position:relative;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}

#top_de /* Dit is de Duitse top, Breedte en Hoogte zijn Fixed!! */
	{
		width:760px;
		height:41px;
		background:url('images/top_de.png');
		position:relative;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}

/*
	##########################
    ## end Top Div Classes  ##
	##########################
*/

/*
	#######################
    ##	Header & menu    ##
	#######################
*/

/* oranje header, deze kan gebruikt worden als de paarse header toch niet bevalt let hier wel bij op dat er GEEN Oranje top beschikbaar is. indien oranje gewenst is kan men mij benaderen voor de 3 oranje bovenkanten*/
/*
#header
	{
		width:760px;
		height:123px;
		background:url('images/header.png');
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}
*/

/* Paarse Header, de huidige header voor AQM international consulting */

#header
	{
		width:760px;
		height:123px;
		background:url('images/header2.png');
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}

/* Menu  dit is het topmenu, deze bevindt zich direct onder de header(banner) hoogte en breede zijn Fixed!*/

#menu
	{
		width:760px;
		height:43px;
		background:url('images/menu.gif');
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}

/*
	###########################
    ##	End Header & menu    ##
	###########################
*/


/*
	#######################
	##  Main Containter  ##
	#######################
*/
#container /* Dit is de hoofd container hier in staan alle andere div classes en mag NIET gewijzigd worden, Breedte Fixed, Hoogte Variable, Zwevende divs zichtbaar*/
	{
		width:760px; /* Breedte containter in pixels */
		overflow:visible; /* zwevende divs */
		position:relative; /* Positie op beeldscherm. (Default= relative) */
		margin-left:auto; /* afstand links (default = auto) */
		margin-right:auto;/* afstand rechts (default = auto) */
	}
/*
	##########################
	##	End main container	##
	##########################
*/

/*
	##############################
	## Boxed content container  ##
	##############################
*/

#contentcontainer
	{
		width:760px;
		height:auto;
		background:url('images/spacer-05.gif');
		overflow:visible;
	}
/*
	##################################
	## End Boxed content container  ##
	##################################
*/
	
/*
	#####################
	## Content box Left##
	#####################
*/

#ContentLeft
	{
	width:160px;
	margin-left:35px;
	margin-top:10px;
	float:left;
	display:table;
	overflow:invisible;
		
	}
/*
	#########################
	## End Content box Left##
	#########################
*/


/*
	#######################
	## Content box Right ##
	#######################
*/
#ContentRight
	{
	width:515px;
	margin-right:35px;
	margin-top:10px;
	float:right;
	}

/*
	###########################
	## End Content box Right ##
	###########################
*/

/*
	#############
	## Content ##
	#############
*/
#contenttitel
	{
	width:515px;
	overflow:visible;
	margin-top:5px;
	}


	
#maincontent
	{
	width:515px;
	margin-top:5px;
	margin-bottom:5px;
	}

/*
	#################
	## End Content ##
	#################
*/

/*
	#####################
	## Litle menu left ##
	#####################
*/
#menu_titel
	{
		width:159px;
		margin-top:5px;
	}

#menu_content
	{
		width:160px;
		margin-top:5px;
		margin-bottom:5px;
	}

#footer
	{
	background:url('images/footer.gif');
	position:inherit;
	width:760px;
	height:56px;
	left: 0;
	}

#w3c
	{

	position:relative;
	margin-bottom:1px;
	}


      
.menutext
	{
	font-size:10pt;
	margin-left:5px;
	text-decoration:none;
	}	
	
	
	.footertext /* footer tekst grote in pt (punten, Default waarde = 7pt) */
	{
	font-size:7pt;
	}

.urls
	{
		text-decoration:none; /* url text decoractie voor menu top en left */
	}
	
.Contenttext
	{
		text-align:justify; /* text uitvullen */
		margin-left:3px; /* afstand linker rand in pixels */
		margin-right:3px; /* afstand rechter rand in pixels */
		margin-top:3px; /* afstand boven kant in pixels */
		margin-bottom:3px; /* afstand onder kant in pixels */
	}

#clear
	{
	clear:both;
	}
	
