@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url(bilder/bgrF.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-size: 24px;
	font-family:verdana, "times new roman";
	color: #555555;
	
	
}
h2 {
	font-size: 16px;
	font-family:verdana, "times new roman";
	color: #444444;
	line-height:18px;
	margin-top:0px;
	margin-bottom:3px;
	
}
h3 {
	font-size: 14px;
	font-family:verdana, "times new roman";
	color: #333333;	
}

a:link {
	color: #666666;
	text-decoration:underline;
}
a:visited { color: #666666; text-decoration: none;}
a:hover { color: #333333;}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. position: absolute;
	left: 0px;
	top: 0px;*/
	
	
}
.oneColFixCtrHdr #header {
	height: 96px;
	background-image: url(bilder/loggainavbarBG.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	width: 998px;
	border-left-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	
	*/
}
.oneColFixCtrHdr #loggautrymme {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 280px;
}

.oneColFixCtrHdr #telefonutrymme {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 180px;
}
.oneColFixCtrHdr #taglineutrymme {
	margin-top: 0px;
	margin-right: 180px;
	margin-bottom: 0px;
	margin-left: 280px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.oneColFixCtrHdr #navbar { 
	background: #FFFFFF;
	margin-bottom: 50px;
	/*border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;*/	
}
.oneColFixCtrHdr #sokbox {
	background-color: #F4F5E8;
	border: 1px solid #999999;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 1000px;
	height:1440px;
	
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#box {
	padding: 10px;
	margin-left: 5px;
	width: 962px;
	background-color: #F4F5E8;
	border: 1px solid #999;
}
.xmlA {
	
	position: relative;
	
}

.xmlB {
	width: 485px;
	float: left;
	border: 1px solid #999999;	
	background-color: #F4F5E8;
	margin: 5px;
}
.text {
	background-color: #F4F5E8;
	border: 1px solid #999999;
	background-color: rgb(244, 245, 231);
	margin-left: 10px;
	padding-right: 30px;
	padding-left: 20px;
}
.bild {
	border: 1px solid #999999;
	margin: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	
}
.insatt {
	color:#CCC;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
