* {margin:0;padding:0;} 
/* Grundinställningar för visningsytan */
html,body { 
	color: #000000;
	background-color:#ffffff;
	min-height: 100%;
	height:100%; /* se till att vi kan utnyttja hela visningsytan */
	font: 11px verdana,arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
#container {
	width:780px; /* innehållets totala bredd */
	min-height:100%;  /* ta upp hela sidan (se MSIE-hack nedan) */
	margin: 0px;
	padding: 0px;
	text-align: left; /* ... och del 3 */
	background-color: #ffffff;
	border-right: 1px solid #bbbbbb;
}
#logo {
	background-image: url('../images/logo2.jpg');
	width: 780px;
	height: 38px;
	margin: 0px;
	padding: 0px;
}
#logo2 {
	width: 780px;
	height: 115px;
	margin: 0px;
	padding: 0px;
}
#bottom {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	clear: both;
}
#inside_bottom {
	margin: 0px;
	padding: 5px 0px 10px 20px;
	border-top: 1px solid #eeeeee;
/*				background-color: #dee7ef;*/
	font: 10px verdana,arial,sans-serif;
	color: #777777;
	bottom: 0px;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
#right-container {
	position: absolute;
	width: 192px;
	left: 785px;
	margin: 30px 0px 0px 10px;
	text-align: center;
}
#newsletter {
	background-image: url("../images/bg_newsletter.gif");
	width: 120px;
	margin: 0px 0px 0px 13px;
	padding: 10px;
	background-color: #dee7ef;
	border: 0px;
	text-align: left;
}
#newsletter strong {
	margin: 0px;
	padding: 0px;
	font: bold 11px verdana,arial,sans-serif;
}/*mossgrön = #1C6306*/
#newsletter input {
	border: 1px solid #000000;
	font: normal 11px verdana,arial,sans-serif;
	padding: 2px;
}
.newsletter_input {
	width: 110px;
}
.newsdate {
	font: italic 10px verdana,arial,sans-serif;
	color: #777777;
}
.download {
	background-image: url("../images/link_bg.jpg");
	height: 23px;
	width: 379px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	display: block;
}
.download a {
	height: 19px;
	width: 354px;
	padding: 4px 0px 0px 25px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.download a:link {
	text-decoration: none;
}
.download a:active {
	text-decoration: none;
}
.download a:visited {
	text-decoration: none;
}
.download a:hover {
	text-decoration: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.paging {
	width: 551px;
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	background-color: #d9d9d9;
	color: #ffffff;
}
	.paging td.prev a,.paging td.next a {
		font: bold 20px georgia,garamond,times,serif;
		letter-spacing: -1px;
		color: #ffffff;
	}
	.paging td.prev {
		width: 100px;
		text-align: left;
	}
	.paging td.middle {
		width: 351px;
		text-align: center;
	}
	.paging td.next {
		width: 100px;
		text-align: right;
	}

/* ################### Menu ################### */
* html #logo {
	height: 38px;
}
#logo a {
	border: 0px;
	display: block;  /* Zappa bort "extrautrymme" under bilderna */
}
#logo ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#logo li {
	display: block;
	float: left;
	margin: 0px 25px 0px 0px; /* "luft" mellan menyelementen */
}
#logo2 a img {
	border: 0px;
}
#menu {
	margin: 0px;
	padding: 2px 0px 19px 20px;
	text-transform: uppercase;
	font: bold 11px arial,verdana,sans-serif;
}
#menu a {
	color: #FFD3B8;
	text-decoration: none;
}
#submenu {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	clear: both;
}
#submenu a {
	color: #FFF2EA;
	text-decoration: none;
}
#submenu strong {
	color: #FFF2EA;
	font: bold 11px arial,verdana,sans-serif;
}
#linksel {
	text-decoration: underline;
	color: #FFD3B8;
}

/* ################ PUFFARNA ###################### */
#pusharts {
	width: 140px;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px px;
	border: 0px;
	font: 10px verdana,arial,sans-serif;
}
#pusharts h2 {
	width: 136px;
	margin: 0px;
	padding: 2px;
	color: #222222;
	background-color: #dee7ef;/* mörkare ljusblå = bed7db*/
	font: bold 11px verdana,arial,sans-serif;
}
#pusharts a {
	text-decoration: none;
}
#pusharts a:hover {
	text-decoration: none;
	color: #777777;
}
#pusharts img {
	border: 0px;
}
.bildtext {
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

/* ################ SHARE ###################### */
#share {
	background-image: url("../images/bg_share.jpg");
	width: 143px;
	height: 101px;
	padding: 10px 0px 0px 15px;
	margin: 30px 0px 10px 0px;
	font-size: 10px;
}
	#share a {
		display: block;
		text-decoration: none;
		padding-bottom: 5px;
	}
	#share a:hover {
		text-decoration: underline;
	}
	#share img {
		border: 0px;
	}
	#share #share_imgs {
		float: left;
		padding: 2px 0px 0px 5px;
	}
	#share #share_links {
		float: left;
		padding: 12px 0px 0px 4px;
	}

/* ################### Calendar ################### */
#outercalwrapper {
	padding: 13px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 158px;
	text-align: center;
}
#outercalwrapper img {
	padding: 0px;
	margin: 0px 0px -3px 0px;
	border: 0px;
}
#outercalwrapper h1 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font: bold 11px verdana,arial,sans-serif;
}
#calwrapper {
	padding: 0px;
	margin: 0px;
	width: 156px;
	border: 1px solid #555555;
	background-color: #ffffff;
	text-align: left;
}
.nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font: bold 10px verdana,arial,sans-serif;
	background-color: #ffffff;
}
.nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font: bold 10px verdana,arial,sans-serif;
	background-color: #ffffff;
	clear: both;
}
.nav a {
	color: #000000;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
}
.nav a:link {
	text-decoration: none;
	width: 20px;
	height: 20px;
}
.nav a:active {
	text-decoration: none;
	width: 20px;
	height: 20px;
}
.nav a:visited {
	text-decoration: none;
	width: 20px;
	height: 20px;
}
.nav .hoverdate1 a:hover {
	color: #000000;
	background-color: #cee7eb;
	text-decoration: none;
	width: 20px;
	height: 20px;
}
.nav .hoverdate2 a:hover {
	color: #000000;
	background-color: #dff1df;
	text-decoration: none;
	width: 20px;
	height: 20px;
}
.nav #hoverdate_today {
	color: #ffffff;
	background-color: #8C3732;
	text-decoration: none;
	width: 20px;
	height: 20px;
}
.calbg1 {
	background-color: #bed7db;
	width: 20px;
	height: 20px;
}
.calbg2 {
	background-color: #cfe1cf;
	width: 20px;
	height: 20px;
}

.nav li {
	margin: 1px;
	padding: 0px;
	float: left;
	width: 20px;
	height: 20px;
	background-color: #eeeeee;
	text-align: center;
	line-height: 18px;
}
.nav > li:first-child { /* FF-hack för att få kalendern i rätt bredd, IE hajar inte denna pseudoklass */
	margin-left: 2px;
	width: 20px;
	height: 20px;
}
.cleaner {
	clear: both;
}
#calrubrik {
	padding: 3px 1px 3px 5px;
	margin: 10px 0px 10px 0px;
	height: 15px;
	width: 150px;
	border: 0px;
	background-color: #cfe1cf;
	font: bold 11px verdana,arial,sans-serif;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
#calrubrik2 {
	padding: 3px 1px 3px 5px;
	margin: 10px 0px 10px 0px;
	height: 15px;
	width: 150px;
	border: 0px;
	background-color: #bed7db;
	font: bold 11px verdana,arial,sans-serif;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
.callisting {
	width: 145px;
	padding: 5px;
	margin: 0px;
	font: 10px verdana,arial,sans-serif;
}
.callisting h2 {
	padding: 0px;
	margin: 0px;
	font: bold 11px verdana,arial,sans-serif;
}
.callisting a {
	text-decoration: none;
}
.callisting a:link {
	text-decoration: none;
}
.callisting a:active {
	text-decoration: none;
}
.callisting a:visited {
	text-decoration: none;
}
.callisting a:hover {
	text-decoration: none;
	color: #777777;
}
.callisting b {
	color: #777777;
}