#apBarometer {
	border-color: black;
	border-style: dashed;
	border-width: 1px;
	width:288px;
	height:509px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: 190px;
	background-image: url(../images/barometer.gif);
	background-repeat: no-repeat;
	z-index:10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 16px;
}
.support {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	padding-left: 20px;
	padding-top: 550px;
}
#apKonkurranse {
	border-color: black;
	border-style: dashed;
	border-width: 1px;
	width:288px;
	height:351px;
	position: absolute;
	left: 50%;
	top: 290px;
	margin-left: 80px;
	background-color: red;
	z-index:10;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	font-size: 15px;
}
#apDonasjon {
	border-color: black;
	border-style: dashed;
	border-width: 1px;
	width:230px;
	height:200px;
	position: absolute;
	left: 50%;
	top: 400px;
	margin-left: 160px;
	background-color: #ff6400;
	z-index:10;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.text1 {
	font-size: 33px;
	font-weight: normal;
}
#apShadow {
	width: 1010px;
	height: 1160px;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%; 
	margin-left: -510px;
	top: 0px;
	z-index: 2;
}
#apTable {
	width: 990px;
	height: 990px;
	position: absolute;
	left: 50%; 
	margin-left: -500px;
	top: 0px;
	z-index: 3;
}
.header {
	height: 129px;
	padding-left:460px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: white;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
.logo {
	padding-top: 25px;
}
.mainTable {
	background-color: red;
}
.menu {
	padding-left:250px;
	padding-top: 4px;
	padding-bottom: 20px;
	background-image: url(../images/menu_background.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: aqua;
}
.content1 {
	height: 356px;
	background-color: white;
}
.content2 {
	height: 800px;
	padding-left:70px;
	padding-top: 40px;
	padding-right: 410px;
	vertical-align: top;
	background-color: white;
	background-image: url(../images/content_background.gif);
	background-repeat: no-repeat;
	text-align: justify;
}
.textHeading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #414141;
	font-weight: bold;
	font-size: 24px;
}
.textNormal1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	
}
body {
	margin-top:	0px;
	margin-left: 0px;
	background-color: white;
	background-image: url(../images/main_background.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #006cff;
}
a:visited {
	color: #00d08d;
}
a.specialLink:link { color: white; }
a.specialLink:visited { color: white; }
a.specialLink:hover { color: yellow; }

