body {
	font-family:Arial, Helvetica, sans-serif, utf-8;
	font-size: 85%;
	color: #ffffff;
	margin: 0;
	text-align: center;
	background-color: #ebedef;
	background-image: url(grafik/bodybg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	height: auto;
	width: 860px;
	margin-top: 0px;
	position: relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-top: 67px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-image: url(grafik/boarder.jpg);
	background-repeat: repeat-y;
}
#wrapperinner {
	height: auto;
	width: 760px;
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-left: 50px;
}

#header {
	height: 120px;
	width: 760px;
	background-image: url(grafik/headpic.jpg);
}


#content {
	height: 370px;
	width: 760px;
	padding-top: 40px;
}

#footer {
	clear: both;
	height: 174px;
	width: 760px;
	background-color: #CC0033;
	background-image: url(billeder/fotpic.jpg);
	background-repeat: no-repeat;
}

a {
	color: #FFFF00;
}



img {
 border: 0px none;
 }
