@charset "utf-8";
body {
	background: #E8E8E8;
	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: #333333;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #2C627E;
	border-right-color: #2C627E;
	border-bottom-color: #2C627E;
	border-left-color: #2C627E;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E8E8E8;
	border: 2px solid #2C627E;
	text-align: left;  /*this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixLtHdr #wrapper {
	height: 600px;
}
.oneColFixLtHdr #header {
	background: #2C627E;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
} 
.oneColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixLtHdr #forwardBack {
	width: 700px;
	height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #003250;
}
.oneColFixLtHdr #back {
	float: left;
	width: 145px;
	height: 16px;
	top: auto;
	bottom: auto;
	text-decoration: none;
}
.oneColFixLtHdr #forward {
	float: right;
	width: 145px;
	height: 16px;
	text-decoration: none;
}
.oneColFixLtHdr #CarArt {
	width: 780px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColFixLtHdr #CarArtLong {
	width: 780px;
	height: 18px;
}
.oneColFixLtHdr #CarArtLeft {
	width: 265px;
	float:left;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 125px;
	background-color: #000000;
	padding-top: 1px;
}
.oneColFixLtHdr #CarArtRight {
	width: 345px;
	float:right;
	height: 18px;
	background-color: #E96F23;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 45px;
}
.oneColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 0px;
	width: 740px;
	background-position: center;
}
.oneColFixLtHdr #mainContent h3 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.oneColFixLtHdr #leftTable {
	float: left;
	width: 365px;
	clear: both;
}
.oneColFixLtHdr #leftTableContent {
	float: right;
	width: 220px;
	margin-right: 40px;
}
.oneColFixLtHdr #rightTable {
	float: right;
	width: 365px;
}
.oneColFixLtHdr #rightTableContent {
	float: left;
	width: 280px;
	margin-left: 40px;
}
.oneColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E8E8E8; 
} 
.oneColFixLtHdr #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;
}
.gastkonstnarer {
	width: 300px;
	margin-top: 40px;
	/*border: 2px solid #333;*/
}
