html { height: 100%; overflow: scroll;}

body
    {
	 background: #24235d; 	  	 	
 	 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	 font-size: 11px;
	}

h1 
	{ 
	 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	 font-size: 13px; 
                 font-weight: bold;
	 color: #ff7200;
	} 
	   
h2 
	{ 
	 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	 font-size: 12px; 
	 color: #000080;
	} 

	
li  {
	padding:0 0 0 12px;
	margin:0 0 0 -8px;
	list-style-image:url(../gismo/gfx/infoicon.gif);
	list-style-position:outside
	}
	

.image	{
	float:left;
	margin: 0 5px 0 5px;
	text-align: center;
}

.image a	{
	background-color: #FFFFFF;
	border: 1px solid #eaeaea;
	display: block;
	height: 70px;
	vertical-align: middle;
	width: 100px;
}

.image a:hover {
	background-color: #FBFBFB;
	border: 1px dashed #CCCCCC;
}

.image img	{
	margin: 5px;
	border:1px solid #f6f6f6;
}

.imageinline	{
	clear: both;
	height: 90px;
	margin: 0 auto 10px auto;
}
	
	
	
	/*	ALLASAKER	*/
	
	#container
	{

	position: absolute;
                background: #f4f4f4;
	top: 0;
	left: 50%;
                right: 50%;
	width: 840px;
	clear: both;
                margin-left: -420px;


	}
	
	
	
	
	
	/*	HEADERSAKER	*/
	
	#header
	{
		height: 236px;
		background-color: white;
		background:url(../gismo/gfx/307/header.jpg) #FFF no-repeat top left;
	}
	
	
	
	
	/*	NAVIGATIONSSAKER	*/
	
	#mainnav
	{
		position: absolute;
	                top: 19px;
                                left: 13px;
                                height: 20px;
		white-space:nowrap;
		font:11px Arial,Helvetica,sans-serif;
		text-align:center;

	}
	
	#mainnav a {
		
		float:left;
                                width: 96px;
                                height: 15px;

		background:url(../gismo/gfx/307/mainnav_a.jpg) no-repeat;
		padding:3px 0px 0px 0px;
                                margin-right: 5px;
                                font-size: 11px;
		list-style-type:none;
		color:#000;
		font-weight:normal;
		text-decoration:none;
	}
	
	#mainnav a:hover{
		color:#000;
		text-decoration:underline;
		
	}

	#mainnav a.active {
		color:#000;
		background:url(../gismo/gfx/307/mainnav_active.jpg) #FFF no-repeat;
		text-decoration:underline;
		
	}


	#mainnav ul{
		float:none;
		margin:0;
		padding:0;
		list-style-type:none;
		position:relative
	}

	#mainnav ul li{
		display:inline;
		margin:0;
		padding:0;
		list-style-image:none;
		list-style-type:none
	}
	
	
	
	
	/*	MENYSAKER	*/
		
	#submenu
	{
	                background: url(../gismo/gfx/307/mainnav.jpg) #FFF no-repeat;
                                float: left;
                                padding-left: 8px;
                                width:161px;
                                display: block;
                                margin-left: 8px;
                                margin-top: 10px;
                                padding-top: 37px;
                                height: 100%;
                                margin-right: 10px;
		font:11px Arial,Helvetica,sans-serif;
		text-align:left;

	}
	
	#submenu a {
                                                 
			color: #000;
                                               /* height: 18px;*/
			width: 138px;
                                                margin-left: -12px;
                                                margin-top:2px;
	                background: url(../gismo/gfx/307/sub_1.jpg) #e6e6e6 no-repeat;
			padding: 2px 0px 3px 15px;
		text-align:left;
                                display: block;
                                overflow: visible;
			text-decoration: none;
			font-weight: normal;
	}
	
	#submenu a:hover{

		color:#000;
			width: 138px;
                                text-decoration: underline;
	}


	#submenu a.active{

	                background: url(../gismo/gfx/307/sub_2.jpg) #e6e6e6 no-repeat;
                                text-decoration: underline;
			width: 138px;
                                color: #ff7200;
	}

	#submenu ul{
			margin-left: 0px;
			padding: 0px;
			width: 138px;
			list-style-type: none;
	}

	#submenu ul li{
			margin: 0px 0px 0px 0px; 
			width: 138px;
	}

	#submenu ul li a{
			width: 138px;
	}
	
	
	
	
	
	
	/*	CONTENTSAKER	*/
	
	#contents	
	{
		margin-right: 10px;
                                width: 620px; 
		padding-top: 10px;
		margin-left: 190px;
                                font-size: 13px;
		margin-bottom: 10px;
                                background: #f4f4f4;
		color: #515151;
		line-height: 140%;


	}
	
	#footer	
	{
		
		clear: both;
		height: 47px;
		color: #CACACA;
		padding-left: 0px;
		padding-top: 0px;
		background:url(../gismo/gfx/307/footer.jpg) #354249 no-repeat;
		text-align: center;
		font-weight:bold;
                                font-size: 10px;
	}

