a, a:visited {
	color: #fe8400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1#welcome {
	width: 120px;
	height: 20px;
	background: url(../img/h1_welcome.gif) no-repeat;
	text-indent: -9000px;
	margin-bottom: 10px;
	line-height: 24px;
}

img {
	border: 0;
}

h1#stugan {
	width: 120px;
	height: 22px;
	background: url(../img/h1_stugan.gif) no-repeat;
	text-indent: -9000px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 24px;
}

h1#tips {
	width: 139px;
	height: 22px;
	background: url(../img/h1_tips.gif) no-repeat;
	text-indent: -9000px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 24px;
}

h1#orientering {
	width: 109px;
	height: 22px;
	background: url(../img/h1_orient.gif) no-repeat;
	text-indent: -9000px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 24px;
}

h1#terrang {
	width: 73px;
	height: 22px;
	background: url(../img/h1_terrang.gif) no-repeat;
	text-indent: -9000px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 24px;
}

h1#skidor {
	width: 73px;
	height: 22px;
	background: url(../img/h1_skidor.gif) no-repeat;
	text-indent: -9000px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 24px;
}

h1#klubben {
	width: 79px;
	height: 17px;
	background: url(../img/h1_klubben.gif) no-repeat;
	text-indent: -9000px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 24px;
}

h2 {
	font: bold 18px "Trebuchet MS";
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

body {
	margin: 0;
	padding: 0;
	font: 11px Verdana, sans-serif;
	background: #f9f9f9 url(../img/body_bg.gif) repeat-x;
	text-align: center;
}

#wrapper{
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	text-align: left;
}

#left {
	float: left;
	width: 160px;
	padding: 140px 0px 0px 0px;
}

#left a, #left a:visited {
	font: bold 14px Arial;
}

#right {
	float: left;
	width: 150px;
	padding: 140px 0px 0px 10px;
}

#contentwrapper {
	float: left;
	width: 619px;
	background: url(../img/wrapper_bg.gif) repeat-y;
}

#header {
	width: 100%;
	height: 89px;
	background: url(../img/header_bg.gif) no-repeat;
}

#navigation {
	background: url(../img/navigation_bg.gif);
	width: 619px;
	height: 31px;
}

	#navigation ul {
		margin: 0;
		padding: 0;
	}
		
		#navigation li {
			float: left;
			list-style-type: none;
		}
		
		#navigation li a, #navigation li a:visited {
			display: block;
			background: url(../img/nav_sep.gif) top right no-repeat;
			padding: 8px 18px;
			font: bold 12px Arial;
			color: #cbffb7;
			text-decoration: none;
		}
		
		#navigation li a:hover, #navigation li a.active {
			text-decoration: underline;
			color: #fff;
		}
	
#content {
	background: url(../img/content_shadow.gif) repeat-x;
	padding: 25px 25px 0px 25px;
}

.grey {
	background-color: #f7f7f7;
	padding: 0px 5px 0px 5px;
}

.white {
	padding: 0px 5px 0px 5px;
}

#footer {
	width: 617px;
	height: 20px;
	background: url(../img/footer_bg.gif) no-repeat;
	margin-left: 1px;
	margin-top: 20px;
	padding: 2px 0px 0px 5px;
	color: #fff;
}

.date {
	font: bold 14px Arial;
	color: #c2c2c2;
}	

.pdf {
	font: bold 14px Arial;
	background: url(../img/pdf_icon.gif) no-repeat;
	padding-left: 22px;
}

.img {
	display: block;
	font: bold 14px Arial;
	background: url(../img/img_icon.gif) no-repeat left center;
	padding-left: 22px;
	margin-bottom: 10px;
}

.pdf2 {
	display: block;
	font: bold 14px Arial;
	background: url(../img/pdf_icon.gif) no-repeat left center;
	padding-left: 22px;
	margin-bottom: 10px;
}

.namn {
	font-size: 10px;
}

.galleribild {
	width: 120px;
	height: 120px;
	border: 1px solid #ddd;
	padding: 4px;
	float: left;
	margin: 29px 29px 29px 29px;
}

td.off {
background: #FFFFFF;
}

td.on {
background: #CCCCCC;
}

input.textfield {
	width: 200px;
	border: 1px #e8e8e8 solid;
	background: url(../img/textfield.gif);
	padding: 2px 4px;
	font: 11px "Trebuchet MS";
	color: #5c615a;
}

textarea.textarea {
	width: 400px;
	height: 100px;
	border: 1px inset #ccc;
	font: 11px "Trebuchet MS";
	padding: 5px 5px;
	color: #1e1e1e;
	overflow: auto;
}

input.submit {
	width: 51px;
	height: 22px;
	font: 11px Arial;
	background: url(../img/submit.gif) no-repeat;
	border: none;
}

.forumpost {
	margin: 5px 0px 0px 45px;
	border-top: 1px solid #ccc;
	padding: 0px 0px;
	width: 450px;
}

.forumtitle {
	font-size: 12px;
}