/* Grundform */

* {
	margin: 0; padding: 0;
	border: 1px;
}

body{
	font-size: 11px;
	font-family: Arial, sans-serif;
	margin: 0px 0 0 50px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #888;
}

p#forsakring{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	color: #fff;
}

p#meddelande{
	clear: both;
}


a{
	color: #fff;
	text-decoration: none;
}

a.normal{
	color: #888;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:hover.normal{
	color: #000;
	text-decoration: underline;
}


input{
	font-family: Arial, sans-serif;
	color: #888;
	width: 321px;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px;
	border-style: solid;
	border-color: #888;
}

input.knapp{
	font-family: Arial, sans-serif;
	font-weight: bold;
	background-color: #b7b9ba;	
	color: #FFF;
	width: 80px;
	font-size: 11px;
	line-height: 15px;
	margin: 5px 0 52px 0;
	padding: 2px;
	border: 1px;
	border-style: solid;
	border-color: #888;
}

textarea{
	font-family: Arial, sans-serif;
	color: #888;
	width: 321px;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0 0 0;
	padding: 2px;
	border: 1px;
	border-style: solid;
	border-color: #888;
	clear: both;
	float: left;
}

ul#fragor{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	color: #888;
}

p.ingress{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #888;
}


/* ID's */

#container{
	width: 850px;
	height: auto;
}

#topp{
	height: 77px;
	margin: 0 0 4px 0;
	position: relative;

}

	ul#adress{
		font-family: Arial, sans-serif;
		font-size: 11px;
		line-height: 15px;
		position: absolute; bottom: -2px; right: 0;
		list-style: none;
		text-align: right;
		color: #888;
	}


#flash{
	width: 670px;
	height: 243px;
	background-color: #fff;
	float: left;
	margin: 0 0 30px 0;
}

#widget{
	width: 140px;
	height: 207px;
	background-image: url("../imgsys/widget.png");
	float: right;
	padding: 18px;
	margin: 0 0 30px 0;	
}

	ul#widgettext{
		font-family: Arial, sans-serif;
		color: #FFF;
		font-size: 11px;
		line-height: 15px;
		list-style: none;
		margin: 5px 0 0 0;
	}



#om{
	width: 326px;
	float: left;
	margin: 0 0 50px 0;	
}

#nyheter{
	width: 326px;
	float: left;
	margin: 0 0 50px 18px;
}

#kontakta{
	width: 158px;
	float: right;
	padding: 0 0 0 0;
}
	

#logotyp{
	position: absolute; bottom: 0px;
	display: block;
}

#bostad{
	width: 670px;
	float: left;
}

/* Klasser */


ul.kontakter{
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	list-style: none;
	margin: 6px 0 0 0;
	color: #888;
}

div.linjesolid{
	clear: both;
	height: auto;
	float: left;
	border-bottom: 1px #888 solid;
	margin: 0 0 20px 0;
}

div.linjedotted{
	clear: both;
	width: 326px;
	height: 16px;
	border-bottom: 1px #888 dotted;
}

h1.nyheter{
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	float: left;	
	color: #888;
	margin: 0 0 6px 0;
}

h1.anstallda{
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	float: left;
	color: #888;
	margin: 0 0 6px 0;
}

h1.titel{
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	float: right;
	color: #888;
	margin: 0 0 6px 0;
}

h2.publicera{
	font-size: 9px;
	font-family: Arial, sans-serif;	
	float: right;
	margin: 4px 0 0 0;
	color: #ccc;
}

p.nyheter{
	clear: both;
	margin: 0px 0 10px 0;
}


li.bold{
	font-weight: bold;	
}

li.margin{
	margin: 0 0 0 10px;
}

li.namn{
	font-weight: bold;	
	margin: 11px 0 0 0;
}


li.linje{
	border-bottom: 1px #fff dotted;	
	margin: 10px 0 0px 0;
}

li.fragor{
	margin: 0 0 5px 0;
}
