body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.oneColLiqCtrHdr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #0046ad; 
	height: 30px;
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColLiqCtrHdr #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 */
	color:#FFFFFF;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	background-image:url(bergslagspanel_bilder/bg_vinter_800x520px.jpg);  /* bg_sommar_800x520px.jpg eller bg_vinter_800x520px.jpg */
	background-repeat:no-repeat;
}
.oneColLiqCtrHdr #mainContent_neutral {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 520px;
	background-image:url(bergslagspanel_bilder/bg_neutral_800x520px.gif);
	background-repeat:no-repeat;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0046ad;
	height: 50px;
	text-align:right;
} 
.oneColLiqCtrHdr #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 */
	color:#FFFFFF;
}
.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;
}


a {
	color: #0046ad;
	margin: 2px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p,td,div {
	color: #000000;
	margin: 2px;
}
th {
	color: #0046ad;
	background-color: #FFCC00;
}
.text {
	color: #000000;
	margin: 2px;
}
.textwhite {
	color: #ffffff;
	padding: 2px;
}
h3.blue {
	color: #0046ad;
	margin-bottom: 10px;
	font-size:18px;
}
h3.white {
	color: #ffffff;
	margin-bottom: 10px;
	font-size:18px;
}
.small {
	 font-size:10px; 
	 color: #5577bb;
}
.blue {
	 color: #5577bb;
}
.red {
	 color: #ff0000;
}
.blueBold {
	 font-weight:bold; 
	 color: #5577bb;
	 /*font-size: 70%;*/
}
.redBold {
	 font-weight:bold; 
	 color: #ff0000;
	 /*font-size: 70%;*/
}
select {
	background-color: #dddddd;
	border: solid 1px #666666;
}
div.startsida {
	position:relative;
	top:100px;
	height: auto;
	width:50%;
	text-align: left;
	z-index:3;
}
div.film {
	position:relative;
	margin-top:150px;
	margin-left:30px;
	z-index:3;
}
div.info {
	float:left;
	margin-top:80px;
	height: auto;
	width:250px;
	z-index:3;
}
div.theForm {
	float:left;
	margin-top:80px;
	margin-left:10px;
	height: auto;
	width:250px;
	z-index:3;
}
div.egentid {
	float:right;
	color:#FFFFFF;
	margin-top:20px;
	height: auto;
	width:40%;
	z-index:4;
	padding:2px;
	background-image:url(bergslagspanel_bilder/bg_red_opacitet50.png);
}
div.egentid_left {
	float:left;
	color:#FFFFFF;
	margin-top:20px;
	height: auto;
	width:40%;
	z-index:4;
	padding:2px;
	background-image:url(bergslagspanel_bilder/bg_red_opacitet50.png);
}
div.pristabell {
	float:left;
	margin-top:20px;
	height: auto;
	width:50%;
	z-index:4;
}
td.cell {
	background-color:#dddddd;
	text-align:right;
}
td.rub {
	background-color:#98bdf3;
	font-weight:normal;
	color:#ffffff;
}
hr {
	border:1px dotted #dddddd;
}
div.tabell {
	float:right;
	height: auto;
	margin-top:20px;
	z-index:5;
}
table.tabell {
	position:fixed;
	top:40%;
	left:3%;
	z-index:5;
}
