@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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	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: #666666;
	line-height:26px;
	margin-top:3px;
	margin-bottom:3px;
	
}
h2 {
	font-size: 20px;
	font-family:verdana, "times new roman";
	color: #666666;
	margin-bottom: 5px;
	margin-top:3px;
	margin-bottom:3px;
}
h3 {
	font-size: 16px;
	font-family:verdana, "times new roman";
	color: #666666;
	line-height:18px;
	margin-top:3px;
	margin-bottom:3px;
	
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited { color: #666666; text-decoration: none;}
a:hover { color: #333333;}
.twoColFixRtHdr #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;*/
	
} 
.twoColFixRtHdr #header {
	height: 96px;
	background-image: url(bilder/loggainavbarBG.jpg);
	background-repeat: repeat-x;
	width: 1000px;
} 
.twoColFixRtHdr #loggautrymme {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 280px;
}
.twoColFixRtHdr #telefonutrymme {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 180px;
}
.twoColFixRtHdr #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;
}
.twoColFixRtHdr #navbar { 
	background: #FFFFFF;
	margin-bottom: 50px;	
}
.twoColFixRtHdr #header h2 {
	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 */
}
.twoColFixRtHdr #sidebar1 {
margin-left:680px;
	/*float: right;  /*since this element is floated, a width must be given */
	/*width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	/*background-color: #FFFFFF;*/
}
.twoColFixRtHdr #mainContent {
	background-color: #F2F3E1;
	float: left;
	width: 674px;
	border: 1px solid #666666;
} 
.dukningsplanerareWrapper {
	border: 2px solid #CCCCCC;
	width: 640px;
	margin-top: 20px;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-left: 6px;
} 

.dukningsplanerareNyWrapper {
	border: 2px solid #CCCCCC;
	height: 606px;
	width: 640px;
	margin-top: 20px;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-left: 6px;
} 
 
.twoColFixRtHdr #bildWrapper {
	padding: 6px;
	margin-right: 522px;
	
	
} 
.twoColFixRtHdr #textWrapper {
	float: right;
	padding: 10px;
	width: 520px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
} 
#formularWrapper {
	width: 318px;
	margin-bottom: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 10px;
	border: 1px solid #666666;
}

#formContent {
	min-height: 420px;
	height: auto !important;
	height: 420px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
}
#formContent input, #formContent textarea {
	padding: 2px;
	width: 260px;
	font-family: Helvetica, sans-serif;
	margin: 2px 0px 2px 0px;
	border: 2px solid #ccc;
	font-size: 1.1em;
}
#formContent select {
	
	width: 260px;
	font-family: Helvetica, sans-serif;
	margin: 2px 0px 2px 0px;
	border: 2px solid #ccc;
	font-size: 1.2em;
}

#formContent input.submit-button {
	width: 100px;
	
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}
#formContent textarea {
	height: 90px;
	font-size: 1.1em;
}
#formContent textarea:focus, #formContent input:focus , #formContent select:focus {
	border: 2px solid #444444;
}
label {
	float: left;
	text-align: left;
	margin-bottom: 0px;
	width: 260px;
	padding-top: 3px;
	font-size: 1.1em;
	
}
option {
	height: 16px;
	font-size: 1em;	
}
#kartaWrapper {
	float: left;
	width: 140px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
} 
#slWrapper {
	float: right;
	width: 140px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 15px;
} 
 
#filmWrapper {
	background-color: #000000;
	margin-bottom: 4px;
		
}

#egenOffert {
	width: 310px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
