

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #ffffff;
}

a {

text-decoration:none;
color:#0000ff;

}

a:hover {

text-decoration:underline;
color:#ff0000;

}

.menulink {
	font-size:10px;
	display:block;
	width:105px;
	color:#000000;

}
.pmenulink {
	font-size:12px;
	font-weight:bold;
	display:block;
	width:105px;
	color:#000000;
	margin-top:3px;

}
.oneColElsCtrHdr #container {
	width: 902px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000000;
	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. */
}
.oneColElsCtrHdr #menu { 
	background-color: #ED1C24;
	color:#000000;
	background-image:url(/graphics/topbg.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:20px;
	height:44px;
	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. */
} 
.oneColElsCtrHdr #menu #menupunkter { 
	height:44px;
	margin:0px auto;
} 
.oneColElsCtrHdr #menu #menupunkter .menupunkt { 
	height:23px;
	margin:0px 20px;
	border:0px;
} 
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color:#000000;
	background-image:url(/graphics/mainbg.gif);
}

.oneColElsCtrHdr #mainContent #maintop {
	display:block;
	width:902px;
	height:51px;
	border:0px;
	padding:0px;
	margin:0px;
}

.oneColElsCtrHdr #mainContent #mainbottom {
	display:block;
	width:902px;
	height:49px;
	border:0px;
	padding:0px;
	margin:0px;
}

#leftmenu {
	padding:0px 10px;
	vertical-align:top;
	width:100px;
}
#content {
	display:block;
	padding:0px 10px;
	vertical-align:top;
	margin-top:-30px;
	color:#000000;
}

.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#D1D6F1;
	color:#000000;
	background-image:url(/graphics/bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:104px;
	margin: 20px 0px;
	font-size:12px;
	text-align:center;
} 
.oneColElsCtrHdr #footer p {
	margin: 0px;
	padding: 10px 150px 3px 110px;
	text-align:left;
}

h1 { 
font-size:14pt;
text-align:center;
}
h2 { 
font-size:12pt;
text-align:center;
}

h3 { 
font-size:11pt;
text-align:center;
}