@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: 14px;/*ove- ændret font fra 100% (90% 27022012) 18032011*/
	
}
	
.oneColFixCtrHdr #container {
	width: 800px;  /* (ove 19032011 ændret fra oprindeligt 780 til 800) gl. tekst =>using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	width: 800px;
	padding-top: 0;
	padding-right: 0px;/* ove ændret fra 10% 18032011*/
	padding-bottom: 0;
	padding-left: 0px;/* ove ændret fra 20% 18032011*/
}
.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: 760px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 80%;
}
.oneColFixCtrHdr #footer {
	position: relative;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;/* ove   ændret padding fra 0 til 10*/
	padding-left: 10px;
	background-color: #FFF;
	text-align: center;
}
.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 */
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent h2 {
	text-align: left;
	color: #00F;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent p strong {
	font-size: 90%;
	font-weight: normal;
	color: #000;
}
.oneColFixCtrHdr #container #mainContent p b {
	font-size: 70%;
	color: #000;
}







/*nedenstående tilføjelser fra 3 kolonne css..ove*/

.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.oneColFixCtrHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: left;
}
.oneColFixCtrHdr #mainContentz {
	/*
	margin-top: 30px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 245px;
	*/
	width: 275px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #F00;
	float: left;
} 
 
.oneColFixCtrHdr #container #mainContentz h3 {
	color: #00F;
}
/*ove.oneColFixCtrHdr #container #mainContentz h4 {
	color: #00F;
}*/
.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;
}.oneColFixCtrHdr #container #sidebar1 h3 {
	color: #00F;
}
.oneColFixCtrHdr #container #sidebar2 h3 {
	color: #00F;
	text-align: left;
}
.oneColFixCtrHdr #container #sidebar1 h1,h2,h3,h4,h5,h6 { margin:0 auto; padding:.5em 0; color: #000; text-align: left;}
.oneColFixCtrHdr #container #sidebar1 p {margin: 0 auto 0.5em auto; padding:0; font-size: x-small;}

.oneColFixCtrHdr #container #mainContentz h1, h2, h3, h4,h5,h6 { margin:0 auto; padding:.5em 0; color: #000; text-align: left;}
.oneColFixCtrHdr #container #mainContentz p {
	margin: 0 auto 0.5em auto;
	padding:0;
	font-size: x-small;
	color: #000;
}

.oneColFixCtrHdr #container #sidebar2 h1,h2,h3,h4,h5,h6 { margin:0 auto; padding:.5em 0; color: #000; text-align: left;}
.oneColFixCtrHdr #container #sidebar2 p {margin: 0 auto 0.5em auto; padding:0; font-size: x-small;}
