*{
margin:0px;
padding:0px;
}
a{
outline:none;
}
body{
margin:0px;
padding:0px;
background-color:#DADADA;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{
width:700px;
margin-left:auto;
margin-right:auto;
border:#5D6B74 solid 1px;
margin-top:30px;
}
	#header{
	width:700px;
	height:145px;
	background-color:#003366;
	border-bottom:#5D6B74 solid 5px;
	}
		#menu{
		width:500px;
		height:145px;
		float:left;
		}
			#menu li{
			list-style:none;
			display:block;
			float:left;
			}
			#menu li a{
			display:block;
			float:left;
			padding-top:120px;
			height:25px;
			padding-left:10px;
			padding-right:10px;
			text-decoration:none;
			color:#FFFFFF;
			font-size:9pt;
			}	
			#menu li a:hover{
			background-color:#0064A1;
			}
		#logo{
		width:200px;
		height:145px;
		background-image:url('img/logo.png');
		float:left;
		}
		#logo h1{
		display:none;
		}
		#logo a{
		display:block;
		width:200px;
		height:145px;
		}
	#content{
	width:680px;
	min-height:210px;
	background-color:#FFFFFF;
	padding:10px;
	}
		h2{
		color:#0064A1;
		font-size:20pt;
		font-weight:normal;
		}
		p{
		color:#2B343B;
		padding-bottom:10px;
		font-size:10pt;
		}
		#content a{
		color:#5D6B74;
		}
		#content a:hover{
		color:#2B343B;
		}
		
		#spalt{
		width:340px;
		float:left;
		}
		.center{
		text-align:center;
		}
		#startlogo{
		width:274px;
		float:left;
		background-image:url('img/startlogo.png');
		height:199px;
		}
		#senastejobb{
		float:left;
		width:406px;
		height:219px;
		overflow:hidden;
		}
		#senastejobb p{
		background:#000000;
		opacity: .5;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		height:20px;
		color:#FFFFFF;
		text-align:center;
		text-transform:uppercase;
		width:406px;
		}
		#galleri img{
		border:1px;
		}
		#galleriimgage{
		height:180px;
		width:320px;
		overflow:hidden;
		float:left;
		padding:5px;
		}
		
	#footer{
	width:700px;
	height:70px;
	background-color:#003366;
	border-top:#5D6B74 solid 5px;
	color:#FFFFFF;
	font-size:8pt;
	text-align:center;
	padding-top:20px;
	}
