body
{
	width: 100%;
	background-image: url(gfx/bak.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img
{
	border: none;
}
a
{
	color: #8d8263;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	margin:10px;
}
h1
{
	font-size:18px;
	font-weight:bold;
	margin:0px;
	color: #8d8263;
}
h2
{
	font-size:13px;
	font-weight:bold;
	margin:0px;
	color: #8d8263;
}
#bak
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	background-image: url(gfx/bak.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
}
#content
{
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 900px;
}
#top
{
	position: relative;
	height: 60px;
	width: 901px;
}

#top .bilde1 {	float: left; }
#top .bilde2 {	float: right; }

#spalteWrapper
{
	position: relative;
	width: 901px;
	background-image: url(gfx/spalte1RepeterBak.gif);
	background-repeat: repeat-y;
}
#spaltebakrunn
{
	position: absolute;
	top:0px;
	left:0px;
	
}

#spalte1
{
	position: relative;
	width: 770px;
	float: left;
	background:url(gfx/spalte1Bak.gif) no-repeat;
	min-height:450px;
	_height: 450px;
}
#spalte2
{
	position: relative;
	width: 130px;
	height: auto;
	float: right;
}
#spalte1 .bunn
{
	position: absolute;
	bottom: 0px;
}
#mainContent
{
	position: relative;
	top: 25px;
	left: 30px;
	width: 700px;
}
#loggInBox
{
	position: relative;
	background-image: url(gfx/loggInBak.gif);
	width: 130px;
	height: 170px;
}
#loggInContent
{
	position:relative;
	top: 40px;
	left:15px;
	width: 105px;
	height: 130px;
	font-size:10px;
}
input
{
	width: 95px;
	height:10px;
	font-size:10px;
}
#spalte2 img
{
	position: relative;
	border: 0px;
	margin: 0px;
}
#BTN1
{
	position:relative;
	background:url(gfx/Btn1Bak.gif) no-repeat;
	width: 130px;
	height: 56px;	
}
#BTN2
{
	position:relative;
	background:url(gfx/Btn2Bak.gif) no-repeat;
	width: 130px;
	height: 49px;
}
#BTN1 a, #BTN2 a
{
	position:absolute;
	bottom: 10px;
	left: 15px;
	font-size:11px;
	color: #8d8263;
	font-weight:bold;
	display:block;
	line-height: 13px;
	text-decoration:none;
}

.clearer
{
	position: relative;
	clear: both;
	line-height: 0px;
	height: 0px;
}
#bunn
{
	position: relative;
}

