html{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	background-color:#bf2026;
	color:#3a383a;
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
	height:100%;
}

h1{
	font-size:21px;
	font-weight:bold;
	margin:0px 0px 19px 0px;
}
h2{
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 23px 0px;
}
h3{
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

p{
	font-size:17px;
	line-height:21px;
	margin:0px 0px 17px 0px;
}


ul, form{
	margin:0px 0px 0px 0px;
}

a{
	color:#3a383a;
	text-decoration:underline;
}
a:hover {
	color:#696569;
}

h3 a{
	text-decoration:none;
}
h3 a:hover{
	text-decoration:underline;
}

.fl{
	float:left;
}
.fr{
	float:right;
}

.clfl{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}

span.datum{
	color:#949599;
	line-height:17px;
	font-size:13px;
}

table.kontakt-tabell td{
	padding-right:10px;
	padding-bottom:10px;
}

img{
	border:none;
}

ul{
	padding:0px;
	padding-left:15px;
}

p.formmeddelande{
	color:#000;
	background-color:#daefda;
	border:1px solid #408940;
	padding:10px;
	font-weight:bold;
}
p.formfelmeddelande{
	color:#000;
	background-color:#FFAAAC;
	border:1px solid #de0000;
	padding:10px;
	font-weight:bold;
}

div#container{
	padding:0px 4px 75px 4px;
	width:900px;
	margin:0 auto;
	min-height:100%;
	background-image:url(bilder/container-bg.png);
	background-position:top center;
	background-repeat:repeat;
}

div#sidhuvud{
	height:74px;
}
div#sidhuvud a{
	color:#818184;
	text-decoration:none;
}
div#sidhuvud a:hover{
	text-decoration:underline;
}
div#logotyp{
	float:left;
	width:391px;
	height:74px;
}
div#adress{
	float:right;
	text-align:right;
	width:474px;
	height:51px;
	padding:23px 35px 0px 0px;
	color:#818184;
	font-size:12px;
}

div#bildspel{
	width:900px;
	height:290px;
	overflow:hidden;
}



div#menyn{
	position:absolute;
	margin-top:-290px;
	font-size:12px;
	width:900px;
	overflow:hidden;
}

div#menyn a{
	display:block;
	float:left;
	height:31px;
	color:#818284;
	padding-top:9px;
	text-align:center;
	text-decoration:none;
	background-repeat:no-repeat;
}
div#menyn a.markerad{
	color:#fff;
}
div#menyn a:hover{
	text-decoration:underline;
}

a#start{
	padding-right:4px;
	width:146px;
	background-image:url(bilder/menyn/vit-flik-start.png?r=a101);
}
a#start.markerad{background-image:url(bilder/menyn/rod-flik-start.png?r=a101);}

a#tjanster, a#produkter{
	padding-right:4px;
	width:146px;
	background-image:url(bilder/menyn/vit-flik.png?r=a101);
}
a#tjanster.markerad, a#produkter.markerad{background-image:url(bilder/menyn/rod-flik.png?r=a101);}

a#foretaget, a#jobba-hos-oss, a#nyheter, a#kontakta-oss{
	padding-right:4px;
	width:146px;
	background-image:url(bilder/menyn/vit-flik-2.png?r=a101);
}
a#foretaget.markerad, a#jobba-hos-oss.markerad, a#nyheter.markerad, a#kontakta-oss.markerad{background-image:url(bilder/menyn/rod-flik-2.png?r=a101);}




div#main{
	padding:31px 0px 0px 35px;
	width:865px;
}
div#kol1{
	float:left;
	width:565px;
}
div#kol2{
	float:left;
	padding:29px 0px 0px 25px;
	width:265px;
}

div#rutor-cont{
	padding-left:0px;
	width:900px;
}
div#rutor-cont a{
	text-decoration:none;
}
div#rutor-cont a:hover{
	text-decoration:underline;
}

div.ruta{
	float:left;
	margin-left:21px;
	padding-left:0px;
	padding-right:2px;
	width:418px;
	height:195px;
	background-image:url(bilder/rutor/ruta-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}

div.ruta1{
	float:left;
	margin-left:0px;
	padding-left:0px;
	width:418px;
	height:195px;
	background-image:url(bilder/rutor/ruta-bg.png);
	overflow:hidden;
}
div.ruta2{
	float:left;
	margin-left:23px;
	padding-left:0px;
	width:418px;
	height:195px;
	background-image:url(bilder/rutor/ruta-bg.png);
	overflow:hidden;
}

div.ruta div.bild, div.ruta1 div.bild, div.ruta2 div.bild{
	float:left;
	padding-top:10px;
	padding-left:11px;
	width:118px;
}
div.ruta div.text, div.ruta1 div.text, div.ruta2 div.text{
	float:left;
	padding-top:23px;
	width:260px;
	font-size:12px;
	line-height:17px;
}


input, textarea{
	font-family:Arial, Verdana, sans-serif;
	font-size:14px;
	color:#3a383a;
}
input.textfalt{
	width:300px;
}
textarea.textfalt{
	width:300px;
	height:150px;
}








