@CHARSET "ISO-8859-1";
body
{
	width: 960px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	font-family: verdana;
}

#header
{
	width: 100%;
	padding-top: 40px;
	margin-bottom: -20px;
	background-color: #fff;
}

#header h3
{
	position: relative;
	top: -45px;
	left: 140px;
}

#menu1, #menu2, #menu3
{
	width: 320px;
	height: 90px;
	float: left;
	padding-top: 110px;
	background-color: #fff;
	border-bottom: 1px solid #104a94;
	text-align: center;
	background-repeat: no-repeat;
}

#menu1 { background-image: url("meny1.jpg"); }
#menu2 { background-image: url("meny2.jpg"); }
#menu3 { background-image: url("meny3.jpg"); }

#menu1 ul, #menu2 ul, #menu3 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu1 ul li, #menu2 ul li, #menu3 ul li { display: inline; }

#menu1 a, #menu2 a, #menu3 a
{
	text-decoration: none;
	margin: 5px;
	color: #104a94;
}

#menu1 a:hover, #menu2 a:hover, #menu3 a:hover {
	text-decoration: underline;
	color: #104a94;
}

#content
{
	width: 100%;
	padding: 40x;
	float: left;
	background-color: #fff;
}

.column_1_2
{
	display: block;
	float: left;
	width: 460px;
	margin: 10px;
}
.column_1_3
{
	display: block;
	float: left;
	width: 300px;
	margin: 10px;
}
.column_2_3
{
	display: block;
	float: left;
	width: 620px;
	margin: 10px;
}

.blue
{
	color: #104a94;
}

.gray
{
	color: #777;
}
