body {
	background: #fff url('../images/background.gif') repeat-x;
	color: #333;
}

a {
	color: #47768A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.framed-image {
	background: #131313;
	border:1px solid #232323;
	width:586px;
	padding:10px;
}

.framed-image img {
	display:block;
}

.float-left {float:left;}
.float-right {float:right;}
.box,.box2 {width:130px;height:130px;}
.box3 {width:278px;height:280px;border:1px solid #222;padding:5px 5px 35px 5px;font-size:0.8em;overflow:hidden;}
.box {margin:3px 6px 3px 0px;}
.box2,.box3,.boxbig {margin:3px 0px 3px 0px;}
.box,.box2,.boxbig {border:1px solid #222;padding:5px;font-size:0.8em;overflow:hidden;}
.nopadding {border:1px solid #222;font-size:0.8em;overflow:hidden;margin:3px 0px 3px 0px;width:140px;height:140px;}
.logo{margin:9px -15px 0 0;position:absolute;right:0;}

#meny {
	padding:50px 0 0 0;
	float:left;
}

#meny img {
	display:inline;
	float:left;
	position:relative;
}

#meny ul {
	background:#1d1d1d;
	margin:0;
	display:inline;
	float:left;
	position:relative;
	height:28px;
}

#meny li {
	display:inline;
	float:left;
	position:relative;
	margin:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#meny li a {
	padding:4px 10px;
	display:block;
}

#meny a:link {color:#FFF}	/* unvisited link */
#meny a:visited {color:#FFF}	/* visited link */
#meny a:hover {color:#FFF}	/* mouse over link */
#meny a:active {color:#FFF}	/* selected link */

#meny li.active a, #meny a:hover {
	text-decoration:underline;
}

#header-background {
	background-image: url('../images/header-background.gif');
	background-repeat: repeat-y;
	background-position: 10px top;
	display:inline;
	float:left;
	position:relative;
}

#header h1 {
	color:#ffdc7a;
	font-size:18pt;
	font-weight:normal;
	margin:0 10px 20px;
}

#header h2 {
	/*color:#676767;*/
	color:#ffdc7a;
	font-size:11pt;
	margin:0 10px 20px;
}

#header p {
	/*color:#a0a297;*/
	color:#ffdc7a;
	margin:0 10px;
}

#content {
	margin: 30px 0 0 0;
}

#content h2 {
	color: #47768a;
	font-size:14pt;
	font-weight:normal;
}

#content p {
	color:#444541;
}

/* Footer */

#footer ul {
	margin:0;
	display:inline;
	float:right;
	position:relative;
}

#footer li {
	display:inline;
	float:left;
	position:relative;
	margin:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#footer li a {
	padding:4px 10px;
	display:block;
}

#footer a:link {color:#1d1d1d}	/* unvisited link */
#footer a:visited {color:#1d1d1d}	/* visited link */
#footer a:hover {color:#1d1d1d}	/* mouse over link */
#footer a:active {color:#1d1d1d}	/* selected link */

#footer li.active a, #footer a:hover {
	text-decoration:underline;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#content {padding-bottom: 40px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
