@charset "utf-8";

	/* Globals ///////////////////////////////////////////////*/
	
	* {
		margin: 0;
		padding: 0;
	}
	body {
		background: #355f83 url(../images/bg.jpg) repeat-x;
		text-align: center;
		font: 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #7a8a97;
	}
	a {
		text-decoration: none;

	}



	img {
		border: 0 none;
	}
	ul {
		list-style: none;
	}
	ol {
		width: 90%;
		margin-left: 20px;
	}
	ol li {
		margin-bottom: 10px;
	}
	h1, h2 {
		font: bold italic 18px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #3e698e;
		margin-bottom: 10px;
		cursor: default;
	}
	h2 {
		font-size: 13px;
	}
	
	/* Layout ///////////////////////////////////////////////*/
	
	#bg {
		background: url(../images/site_bg.jpg) 50% 0 no-repeat;
		width: 100%;
		height: 361px;
	}
	#wrapper {
		width: 968px;
		height: auto;
		margin: 0 auto;
		text-align: left;
		padding-top: 40px;
	}
	#leftColumn {
		background: url(../images/separator.png) 100% 0 no-repeat;
		width: 320px;
		float: left;
		margin: 10px 0 0 40px;
		line-height: 16px;
	}
	#rightColumn {
		width: 550px;
		float: right;
		margin-right: 25px;
	}

	#rightColumn a:visited {
		text-decoration: none;
		color: #7a8a97;
	}

	#rightColumn a {
		text-decoration: none;
		color: #7a8a97;
	}
	
	#rightColumn a:hover {
		text-decoration: none;
		color: #c95351;
	}
	

	/* Header ///////////////////////////////////////////////*/
	
	#header {
		height: 155px;
	}
	#header #homeLink {
		width: 280px;
		height: 110px;
		display: block;
		float: left;
		margin: 20px 0 0 30px;
	}
	#header #homeLink strong {
		visibility: hidden;
	}
	
	/* Navigation ///////////////////////////////////////////////*/
	
	#header ul {
		width: 650px;
		height: 90px;
		float: right;
		margin: 52px 0 0 0;
	}
	#header ul li {
		background: url(../images/nav_split.png) 0 50% no-repeat;
		float: left;
		height: 62px;
		margin-left: -22px;
		padding-left: 40px;
	}
	#header ul li a {
		height: 30px;
		display: block;
		float: left;
		margin: 22px 0 0 0;
	}
	
	#header a {
		
		text-decoration: none;
		color: #7a8a97;
	}

	#header a:hover {
		text-decoration: none;
		color: #c95351;
	}

	/* Content ///////////////////////////////////////////////*/
	
	#content {
		background: url(../images/content_bg.png) repeat-y;
		height: auto;
	}
	#pageContent {
		background: url(../images/bg_pagecontent.png) no-repeat;
		height: auto;
	}
	#pageContent #rightColumn p {
		display: block;
		padding-bottom: 10px !important;
	}
	#contentFooter {
		background: url(../images/content_footer.gif) no-repeat;
		height: 19px;
		clear: both;
		position: relative;
		top: 19px;
	}
	.hiddenLink span {
		visibility: hidden;
	}
	#banner {
		height: 225px;
	}
	#bannerBOENDE {
		height: 225px;
	}
	#bannerBAD {
		height: 225px;
	}
	#bannerSIMSKOLA {
		height: 225px;
	}
	#bannerRESTAURANG {
		height: 225px;
	}
	#bannerAKTIVITET {
		height: 225px;
	}
	#bannerKONTAKT {
		height: 225px;
	}
	#bannerSAGT {
		height: 225px;
	}
	#rightColumn p {
		width: 90%;
	}
	#leftColumn #programs {
		/*background: url(../images/rubrik_utbildningar.png) no-repeat;*/
		min-height: 250px;
		font-size: 12px;
		color: #7a8a97;
		padding-top: 25px;
	}
	#leftColumn ul,
	.programs #pageContent ul,
	.about #rightColumn ul {
		list-style-image: url(../images/bullet.gif);
		margin: 10px 0 0 20px;
	}

	#leftColumn div {
		width: 290px;
	}
	
	/* Footer ///////////////////////////////////////////////*/
	
	#footer {
		width: 97%;
		height: 40px;
		margin: 0 auto;
		font-size: 11px;
		color: #fff;
		margin-top: 30px;
		opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity = 50);
	}
	#footer div {
		display: block;
		float: left;
	}
	#footer a {
		color: #DBE8F1;
		padding: 0 3px;
	}
	#footer a strong {
		color: #fff;
	}
	#footer a:hover {
		background: #DBE8F1;
		color: #356083;
	}
	#footer a strong:hover {
		background: #fff;
		color: #356083 !important;
	}
	#footer ul {
		float: right;
	}
	#footer ul li {
		float: left;
		margin-left: 10px;
	}
	#footer div h1 {
		position: absolute;
		left: -1000px;
		top: -1000px;
	}