* {
	margin: 0;
}
img {outline: none;}
a img::selection {
outline: 0;
border: none;
} 
a img::-moz-selection {
outline: 0;
border: none;
} 
a:focus {
outline: 0;
}
img:focus {
outline: 0;
}
A:link {text-decoration: underline; color: #1d1409}
A:visited {text-decoration: underline; color: #1d1409}
A:active {text-decoration: underline; color: #980000}
A:hover {text-decoration: underline; color: #980000}
html, body {
	height: 100%;
	background-image: url(bgtile.jpg);
	background-repeat: repeat-x;
	background-color: #291b0b;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */
	width: 802px;
	background-image: url(top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #33210d;
}
.footer, .push {
	height: 42px; /* .push must be the same height as .footer */
	position: relative;
	width: 802px;
	margin: 0 auto;
}
.footer {
background-color: #1d1409;
text-align: center;
font-size: 14px;
color: #a28f70;
}
.meny, .content {
width: 501px;
position: relative;
margin: 0 auto;
}

.content {
width: 500px;
background-color: #a28f70;
border:1px solid #1d1409;

}
.newsitem, .bilder {
margin-top: 20px;
margin-bottom: 0px;
}
.newsitem .logo {
margin-bottom: 10px;
float: none;
display: block;
margin-left: auto;
margin-right: auto;
}
.introtext {
padding: 10px 20px 0px 20px;
margin-bottom: 20px;
}
.overskrift {
background-color: #86693d;
padding: 10px 20px 0px 20px;
color: #d2cabd;
font-size: 16px;
width: 458px;
margin-left: 1px;
height: 31px;
}
.newstext {
padding: 0px 20px 0px 20px;
width: 458px;
color: #1d1409;
margin-top: 15px;
font-size: 16px;
}
img {
border: none;
}
.bilder img, .newstext img {
float: left; 
margin-right: 6px;
margin-bottom: 6px;
}
.bilder br {display: none;}
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
.footer A:link {text-decoration: underline; color: #a28f70}
.footer A:visited {text-decoration: underline; color: #a28f70}
.footer A:active {text-decoration: underline; color: #980000}
.footer A:hover {text-decoration: underline; color: #980000}
