/* 

****************      CSS-file made for AeroVsion        *********************
****************      File made by RGB data 2009         *********************

--------- layout codes   ------------ */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: url(images/background/hvit_skygge.png) repeat-y center #004a9b;
	font-size: 85%;
}
#page {
	margin: 0 auto;
	width: 1047px;
	text-align: left;
}
#header {
	background: url(images/background/header.png) no-repeat top center;
	width: 1047px;
	height: 147px;
}
#title {
	float: left;
	width: 730px;
	height: 150px;
	margin-left: 50px;
	padding-top: 20px;
}

#main {
	float: left;
	width: 730px;
	height: 500px;
	margin-left: 50px;
	padding-top: 20px;
}
#address {
	float: right;
	width: 200px;
	height: 80px;
	padding: 10px;
	margin-right: 30px;
	font-size: 0.9em;
}
#menue {
	background: url(images/background/menue.png) no-repeat;
	float: right;
	width: 220px;
	height: 400px;
	padding-top: 20px;
	padding-left: 20px;
	margin-right: 20px;
}
/*  -------------- general formatting -------------
    -----------     and thypography   -------------*/
p
	{
		font-family:Arial, Helvetica, sans-serif;
	}
.contact
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 0.9em;
	}

h1, h2, h3, h4, h5, h6
{
		font-family:Arial, Helvetica, sans-serif;
	}
	
a:link { 
	color: #004a9b;
	text-decoration: none;
	}
a:visited { 
	color: #b2b2ef;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #004a9b;
	text-decoration: none;
	}

