* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana;
}

#skugga {
	width: 770px;
	height: 577px;
	
	background: #ccc;
	
	margin: 15px auto;
}

#wrap {
	height: 535px;
	
	background: #fff;
	
	border: 1px solid #ccc;
	
	position: relative;
	bottom: 3px;
	right: 3px;
	
	padding: 20px;
}

#header {
	text-align: center;
	
	border-bottom: 1px solid #ccc;
}

#header img {
	border: none;
	
	margin-bottom: 5px;
}

#col1 {
	width: 140px;
	
	float: left;
}

#col1 ul {
	list-style: none;
	
	font-size: .7em;
	
	margin-top: 20px;
	
	font-family: Trebuchet MS;
}

#col1 ul li {
	position: relative;
}

#col1 ul li ul {
	margin: 5px 0 5px 8px;
	font-size: 1em;
}


#col1 ul li a {
	text-decoration: none;
	color: #000;
}

#col1 ul li ul li a:hover {
	text-decoration: none;
	color: #8B8D08;
}

#u_meny1, #u_meny2, #u_meny3, #u_meny4 {
	display: none;
}

#footer {
	border-top: 1px solid #ccc;
	
	text-align: center;
	
	clear: both;
	
	position: relative;
	margin: 0;
}

#footer p {
	font-size: .7em;
	margin-top: 10px;
}

#footer img {
	position: absolute;
	top: -15px;
	right: 270px;
}

.heading {
	color: #8B8D08;
	font-size: .75em;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 10px;
}

.floatLeft {
	width: 32%;
	float: left;
	margin: 0 0 10px 0;
}

	.floatLeft img {
		margin-top: 10px;
	}

#wasergothlands {
	width: 130px;
	
	position: absolute;
	top: 365px;
	
	/*border-top: 1px solid #ccc;*/
}
#col1 #wasergothlands h2 {
	font-size: .6em;
	margin: 20px 0 10px 0;
}

