body 
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: DajaVu, Arial, Helvetica, Sans-Serif;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	color: #436a00;
	margin: 0px;
	margin-top: 20px;
}

p
{
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a
{
	font-size: 12px;
}

#contents_wrapper
{
	position: relative;
	margin-top: 0px;
	text-align: center;
}

#center
{
	position: relative;
	width: 900px;
	margin: auto;
	text-align: left;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

#header
{
	position: relative;
	width: 100%;
	height: 85px;
	background-color: #112338;
}

#footer
{
	position: relative;
	width: 100%;
	height: 40px;
	border-top: solid 1px black;
	background-color: #112338;
}


#contents_menu
{
	position: relative;
	width: 100%;
	height: 300px;
	background-color: #cccccc;
	border-bottom: solid 1px black;
}

#contents_menu #largePicture
{
	position: absolute;
}

#contents_menu #butik
{
	position: absolute;
	right: 10px;
	top: 15px;
}
#contents_menu #kurser
{
	position: absolute;
	right: 10px;
	top: 110px;
}
#contents_menu #rejser
{
	position: absolute;
	right: 10px;
	top: 205px;
}

#contents_menu a img
{
	border: none;
	width: 300px;
}

#contents_main
{
	position: relative;
	padding: 10px 10px 10px 10px;
	width: 880px;
}

#contents_main a
{
	color: #a1bfe2;
	text-decoration: none;
	font-weight: bold;
}

#footer p
{
	padding: 10px;
	margin: 0px;
	margin-left: 120px;
	font-size: 14px;
	font-weight: bold;
	color: #a1bfe2;
}

#links
{
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 400px;
	height: 20px;
	text-align: right;
}

#links a
{
	margin-left: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #a1bfe2;
	font-size: 14px;
}

