@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/

/* #container
---------------------------------------- */
#container {
	height: 100%;
	width:940px;
	margin:26px auto 0 auto;
	background:#FFFFFF;
	position:relative;
	z-index:1;
}

/* #header
---------------------------------------- */
#header {
	width:940px;
	height:145px;
}
/* #header .top_pic
---------------------------------------- */
#header .top_logo {
	width:179px;
	height:145px;
	padding-right:7px;
	background:url(../gfx/gapologo.jpg) no-repeat;
	overflow:hidden;
	float:left;
}
#header .top_banner {
	width:754px;
	height:115px;
	padding-top:30px;
	overflow:hidden;
	float:left;
	background:#909195;
}
.banner_heading {
	font-size:4.18em;
	color:#FFFFFF;
	text-align:center;
}
.banner_undertitle {
	font-size:2.73em;
	color:#FFFFFF;
	text-align:center;
}

/* #top_menu
---------------------------------------- */
#top_menu {
	width:940px;
	height:41px;
	margin-top:7px;
	background:#E7E7E8;
	position:relative;
	z-index:100;
}
#top_menu span {
	display: block;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0em;
}
#top_menu ul {
	margin:0;
	padding:0;
}
#top_menu ul li {
	list-style:none;
	font-size:1.27em;
	float:left;
	line-height:41px;
	background:url(../gfx/topmenugfx.gif) no-repeat;
	position:relative;
	display:block;
	width:156px;
}
#top_menu ul li.last {
	width:158px;
} 
#top_menu ul li a {
	color:#333;
	text-decoration:none;
	display:block;
	height:41px;
	padding-left:25px;
	text-transform:uppercase;
}
#top_menu ul li.selected a {
	font-weight:bold;
}
/* DROPDOWN LEVEL 2 */
#top_menu ul li ul {
	display: none;
	padding:0;
	margin:0;
}
#top_menu ul li:hover ul { 
	display: block;
	position: absolute;
	border-top:none;
	top: auto;
	left: 0px;
	margin-top: 0px; 
	background-color: #FFF;
	z-index:1200;
	opacity: .85;
	filter: alpha(opacity=85);
}
#top_menu ul li:hover ul li {
	display: block;
	width: 141px;
	text-align: left;
	line-height: 50%;
	padding: 2px 5px 2px 10px;
	margin: 0;
	background: #FFF;
	font-size:0.79em;
}
#top_menu ul li:hover ul li.last {
	width:143px;
}
#top_menu ul li ul li:hover { 
	background-repeat: no-repeat;
}
#top_menu ul li ul li a,
#top_menu ul li ul li a:link,
#top_menu ul li ul li a:visited {
	color:#333;
	line-height: normal;
	background:none;
	padding:0;
	height:auto;
	text-transform:none;
}
#top_menu ul li ul li a:hover,
#top_menu ul li ul li a:active {
	color:#000;
	line-height: normal;
	background:none;
	font-weight:normal;
}
#top_menu ul li:hover ul li a {
	font-weight: normal;
}

/* #mainContent
---------------------------------------- */
#mainContent {
	width:940px;
	padding-top:25px;
	overflow:hidden;
}
/* #overlaygfx
---------------------------------------- */
#overlaygfx {
	background:url(../gfx/gaposlogan.jpg) no-repeat;
	width:940px;
	height:203px;
	overflow:hidden;
}
#overlaygfx .overlay_left {
	width:700px;
	padding-left:50px;
	height:163px;
	padding-top:40px;
	float:left;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:2.00em;
	
}
#overlaygfx .overlay_right {
	width:181px;
	padding-left:9px;
	height:157px;
	padding-top:46px;
	float:left;
}
#overlaygfx .overlay_right h1 {
	color:#231F20;
	display:inline;
	font-family:"Trebuchet MS",Arial,Verdana;
	font-size:1.09em;
	font-weight:bold;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

/* #footer
---------------------------------------- */
#footer {
	width:940px;
	height:24px;
	overflow:hidden;
	border-top:1px solid #E7E7E8;
}
/* #footer .adresse
---------------------------------------- */
#footer .adresse {
	float:left;
	color:#333;
	font-size:1.00em;
	padding:4px 0 0 10px;
	position:relative;
}
#footer .adresse a {
	color:#333;
}
#footer .tilbake {
	float:left;
	color:#333;
	font-size:1.00em;
	padding:4px 0 0 10px;
}
#footer .tilbake a {
	color:#333;
	font-size:1.00em;
}

/* Powered by I-Tools
---------------------------------------- */
#footer .itools {
	font-size:0.91em;
	color: #333333;
	position:absolute;
	right:10px;
	bottom:5px;
}
#footer .itools a:link,
#footer .itools a:visited,
#footer .itools a:active {
	color:#333333;
	text-decoration:none;
}
#footer .itools a:hover {
	color:#333333;
	text-decoration:underline;
}

/* Maaleskjema
---------------------------------------- */

#maaleskjema {
	width:938px;
	border:1px solid #000;
}
.maaleskjema_left {
	width:438px;
	float:left;
}
.maaleskjema_right {
	width:500px;
	padding-top:20px;
	float:left;
}

.maaletittel {
	background:#BCBDC0;
	color:#333;
	font-family:"Trebuchet MS", Arial, Verdana;
	height:40px;
	line-height:40px;
	width:250px;
	font-size:1.64em;
	font-weight:normal;
	padding-left:15px;
}
.maalebeskrivelse {
	padding:15px;
}
.redtext {
	color:#A42429;
	font-size:1.00em;
}
.redinputbox {
	height:18px;
	line-height:17px;
	background:#FFFFFF;
	font-size:1.27em;
	color: #333333;
	border:1px solid #A42429;
	vertical-align:middle;
}

/* Big shaded box
---------------------------------------- */
#bigbox {
	width:940px;
}
#bigbox .bigboxtop {
	width:940px;
	height:20px;
	overflow:hidden;
	background:url(../gfx/bigboxtop.jpg) no-repeat;
}
#bigbox .bigboxrepeater {
	width:900px;
	background:url(../gfx/bigboxrepeater.jpg) repeat-y;
	padding:0px 25px 0 15px;
}
#bigbox .bigboxbottom {
	width:940px;
	height:30px;
	overflow:hidden;
	background:url(../gfx/bigboxbottom.jpg) no-repeat;
}
#bigbox .bigboxrepeater h1 {
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:1.27em;
	font-family:"Trebuchet MS", Arial, Verdana;
}
#praktisk_info h2 {
	display:inline;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:1.09em;
	font-family:"Trebuchet MS", Arial, Verdana;
}