body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 70%*/;
	background-color: #e6e6e6;
}


/*Behållare för sidans struktur*/
#wrapper {
	background-color: #FFFFFF;
	margin: 2.5em auto;
	width: 60em;
	padding: 10px;
	}
#masthead {
	background-color: #FFFFFF;
	padding: 0;
	height: 110px;
	width: 60em;
	background-image: url(/images/resources/big_cloudy_header.jpg);
	background-repeat: repeat;
	background-position: left center;
	display: block;
	z-index: 0;
	position: relative;
	top: 10px;
	margin-top: -10px;
	}
#subMasthead {
	width: 59.5em;
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #FFFFFF;
	height: 4em;
	}

#logo {
	width: 47em;
	background-image: url(/images/resources/logo_900.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
	position: relative;
	left: 3em;
	float: left;
	height: 5em;
	}

#secNav {
	width: 11em;
	background-image: url(/images/resources/bg_top_secnav.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1.3em;
	height: 80px;
	margin-top: -0.6em;
	float: right;
	position: relative;
	z-index: 10;
}
#mainNav {
	margin: 0;
	padding: 0 0 0 42px;
	width: 175px;
	float: left;
}

#mainNav ul {
	background-color: #FFFFFF;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
#mainNav li a:link, #mainNav li a:visited {
	background-image: url(/images/resources/rollover_small_arrows.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #000000;
	text-indent: 25px;
	display: block;
	line-height: 30px;
	font-size: 0.75em;
	text-transform: uppercase;
	text-decoration: none;
	width: 154px;
	font-weight: bold;
}
#mainNav li a:hover, #mainNav li a:active {
	background-position: -146px 50%;
	color: #1B69B2;
}
#mainNav li a.current {
	font-weight: bold;
	background-image: url(/images/resources/rollover_small_arrows.gif);
	background-repeat: no-repeat;
	background-position: -146px 50%;
	color: #1B69B2;
}
/*#mainNav ul ul {
	padding: 0;
	margin: 0;
}*/
#mainNav li li a:link, #mainNav li li a:hover, #mainNav li li a:active, #mainNav li li a:visited {
	display: block;
	background-color: #FFFFFF;
	background-image: url(none);
	color: #1B69B2;
	line-height: 20px;
	text-transform: none;
	font-weight: bold;
	width: 160px;
	padding: 2px 0;

}
#content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
	width: 46em;
	float: left;
	position: relative;
}
#mainContent {
	margin: 0;
	padding: 0;
	float: left;
	width: 35em;
	background-color: #FFFFFF;
	position: relative;
}
#mainContent img {
	margin-bottom: 1.4em;
	margin-left: 1em;
	float: right;
}
#sidebar {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
	float: right;
	width: 9.6em;
}
#sidebar h1 {
	font-size: 0.7em;
}
#sidebar p {
	font-size: 0.7em;
}


#footer {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 2.3em;
	width: 60em;
}
#addressinfo {
	width: 12em;
	font-size: 0.7em;
	margin: 20px 0 0 0;
	float: left;
	padding-left: 27px;
	line-height: 1.4em;
}
#secNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#secNav li a {
	font-size: 0.75em;
	line-height: 17px;
	color: #e55e0b;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-image: url(/images/resources/rollover_arrows.gif);
	background-repeat: no-repeat;
	background-position: 15px -17px;
	text-indent: 38px;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
}
#secNav a.activated {
	color: #1B69B2;
	background-position: -185px -17px !important;
}
#newsList {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
	list-style-type: none;
}
#newsList li a{
	font-size: 0.7em;
	color: #1B69B2;
	line-height: 1.4em;
	display: block;
	background-image: url(/images/resources/rollover_154_arrows.png);
	background-repeat: no-repeat;
	text-indent: 14px;
	background-position: -12px -1.2em;
	margin-bottom: 1em;
	text-decoration: none;
	font-weight: bold;
}
#archiveList {
	background-color: #FFFFFF;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}
#archiveList li a{
	color: #000000;
	text-decoration: none;
	display: block;
	margin-bottom: 1em;
}
/*Formulär*/
	fieldset {
		background-color: #f8f8f8;
		border: 1px solid #CCCCCC;
		padding: 1em;
		margin: 1em 0;
		position: relative;
	}
	legend {
		font-weight: bold;
		color: #000000;
		position: absolute;
		top: -0.5em;
		left: 0.5em;
		width: 30em;
	}
	
	
	input{
		width: 200px;
		border: solid 1px #999999;
	}
	input:focus, textarea:focus {
		background-color: #FFF9F0;
	}
	input.radio, input.checkbox, input.submit {
	  width: auto;
	}
	
	input.radio {
	  float: left;
		margin-right: 1em;
	}
	
	
	input.submit {
		width: auto;
		background-color: #357CBE;
		color: #FFFFFF;
		font-weight: bold;
		padding: 2px;
		
	}
		
	label {
		margin-bottom: 5px;
		display: block;
		margin-top: 2px;
	}
	
	
	.required {
		font-size: 0.9em;
		color: #760000;
	}
	textarea {
		height: 10em;
		width: 30em;
		border: solid 1px #999999;
		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
		font-size: 0.75em;
		
	}


/* Typography */

#mainContent h1 {
	font-size: 0.9em;
	color: #1B69B2;
	margin: 0.3em 0 1em 0;
}
#mainContent p {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	padding-right: 1em;
	margin: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Classes */
.orange {
	color: #E55E0B;
}
.blue {
	color: #1B69B2;
}

.caps {
	text-transform: uppercase;
	font-weight: bold;
}


#wrapper #mainNav #navigation .current a {
	background-position: -146px 50% !important;
	background-image: url(/images/resources/rollover_small_arrows.gif) !important;
	background-repeat: no-repeat !important;
}
a:link {
	color: #1B69B2;
}
a:visited {
	color: #666666;
}
.styrelsen {
	float: left;
	width: 400px;
}
#mainContent table img {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent table h2 {
	font-size: 0.9em;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
#mainContent table {
	margin-bottom: 1em;
}
