/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
	background-color: #2D2D2D;
}

div.bg {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
}

div.main{
	position: absolute;
	top: 0px;
	left: -280px;
	height: 399px;
	width: 560px;
	background: url(images/main-bg.jpg);
}

div.help{
	position: absolute;
	bottom: 2px;
	left: 0px;
	height: 32px;
	width: 32px;
}

div.innerline{
	position: absolute;
	top: 200px;
	left: 179px;
	height: 164px;
	width: 3px;
	background: url(images/horline.jpg) repeat-y;
}

div.innerleft{
	position: absolute;
	top: 200px;
	left: 20px;
	height: 160px;
	width: 150px;
	overflow: auto;
	font-family: Verdana; font-size: 11px; color: #000000;
}

div.innerright{
	position: absolute;
	top: 200px;
	left: 190px;
	height: 165px;
	width: 350px;
	overflow: auto;
	font-family: Verdana; font-size: 11px; color: #000000;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
}

div.topright{
	position: absolute;
	top: 145px;
	left: 10px;
	height: 20px;
	width: 540px;
	font-family: Verdana; font-size: 11px; color: #000000;
}

div.topleft{
	position: absolute;
	top: 145px;
	left: 10px;
	height: 20px;
	width: 540px;
	font-family: Verdana; font-size: 11px; color: #000000;
}

div.topbg{
	position: absolute;
	top: 140px;
	left: 0px;
	height: 24px;
	width: 560px;
}

div.topbanner{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 140px;
	width: 560px;
}

div.mainborder{
	position: absolute;
	top: 0px;
	left: -281px;
	height: 400px;
	width: 562px;
	background: #000000;
}

div.intro{
	position: absolute;
	top: 90px;
	left: 10px;
	height: 300px;
	width: 530px;
}

div.meny{
	position: absolute;
	top: 400px;
	left: -300px;
	width: 600px;
	height: 50px;
	background-color: #2D2D2D;
}

div.kontakt{
	position: absolute;
	top: 400px;
	left: -300px;
	width: 600px;
	height: 50px;
	background-color: #2D2D2D;
	background: url(images/meny.jpg);
}

div.kontaktinfo{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 600px;
	height: 20px;
	font-family: Verdana; font-size: 11px; color: #000000;
}

div.logo{
	position: absolute;
	top: 450px;
	left: 100px;
	width: 157px;
	height: 58px;
}

div.k-innerline{
	position: absolute;
	top: 200px;
	left: 229px;
	height: 164px;
	width: 3px;
	background: url(images/horline.jpg) repeat-y;
}

div.k-innerleft{
	position: absolute;
	top: 200px;
	left: 20px;
	height: 180px;
	width: 200px;
	font-family: Verdana; font-size: 11px; color: #000000;
	overflow: auto;
}

div.k-innerright{
	position: absolute;
	top: 200px;
	left: 250px;
	height: 180px;
	width: 280px;
	overflow: auto;
	font-family: Verdana; font-size: 11px; color: #000000;
	padding-left:3px;
	padding-right:3px;
}

div.by{
	position: absolute;
	bottom: 15px;
	right: 0px;
	height: 10px;
	width: 110px;
	font-family: Verdana; font-size: 9px; color: #000000;
}

div.box{
	position: absolute;
	top: 0px;
}


.rubrik {font-family: Verdana; font-size: 13px; color: #a78365;}
a:link { text-decoration: none; color: #FFFFFF;}
a:visited { text-decoration: none; color: #FFFFFF;}
a:active { text-decoration: none; color: #FFFFFF;}
a:hover { text-decoration: none; color: #000000;}
a.link:link { text-decoration: none; color: #000000;}
a.link:visited { text-decoration: none; color: #000000;}
a.link:active { text-decoration: none; color: #000000;}
a.link:hover { text-decoration: none; color: #ceb076;}
.red {font-family: Verdana; font-size: 11px; color: #e54300;}
.yellow {font-family: Verdana; font-size: 11px; color: #feb900;}
.green {font-family: Verdana; font-size: 11px; color: #6abb52;}
.blue {font-family: Verdana; font-size: 11px; color: #279cc9;}
.grey {font-family: Verdana; font-size: 11px; color: #959595;}
.form {font-family: Verdana; font-size: 10px; background-color: #ffffff; color: #960000; border:1px dashed #AAAAAA;}
