a:visited {
	color: #069;
}
a:link {
	color: #069;
}
a:hover {
	color: #C00;
}
hr {
	color: #ccc;
	height: 1px;
	width: 100%;
}
.stats {
	font-size: 10px;
	color: #666;
	padding-left: 25px;
}

.entry_header {
	font-size: 12px;
	font-weight: bolder;
	color: #C00;
}
.entry_date {
	font-size: 10px;
	color: #999;
}
.sub_header {
	font-size: 12px;
	font-weight: bolder;
	color: #999;
}
.sub_header_red {
	font-size: 12px;
	font-weight: bolder;
	color: #C00;
}
.page_header {
	font-size: 14px;
	font-weight: bolder;
	color: #C00;
}

.fact_header {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #ab0800;
	padding: 6px;
}
.fact_content {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	background-color: #eeeeee;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.tekstfelt {
	width: 100%;
	border: 1px solid #999;
}

.entry_header a:visited {
	font-size: 12px;
	font-weight: bolder;
	color: #C00;
	text-decoration: none;
}

.entry_header a:link {
	font-size: 12px;
	font-weight: bolder;
	color: #C00;
	text-decoration: none;
}

.entry_header a:hover {
	font-size: 12px;
	font-weight: bolder;
	color: #036;
	text-decoration: underline;
}

.thrColFixHdr #container #sidebar1 a:visited {
	font-size: 14px;
	color: #666;
	display: block;
	padding-left: 45px;
	background-image: url(background_menuelement.jpg);
	height: 21px;
	text-decoration: none;
	padding-top: 3px;
}
.thrColFixHdr #container #sidebar1 a:link {
	font-size: 14px;
	color: #666;
	display: block;
	padding-left: 45px;
	background-image: url(background_menuelement.jpg);
	height: 21px;
	text-decoration: none;
	padding-top: 3px;
}

.thrColFixHdr #container #sidebar1 a:hover {
	font-size: 14px;
	color: #FFF;
	display: block;
	padding-left: 45px;
	background-image: url(background_menuelement.jpg);
	height: 21px;
	text-decoration: none;
	padding-top: 3px;
	background-position: 0px 22px;
}
 
.thrColFixHdr #container #footer a {
	margin-right: 5px;
	margin-left: 5px;
} 
.thrColFixHdr #container #footer a:visited {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
} 
.thrColFixHdr #container #footer a:link {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
} 

.thrColFixHdr #container #footer a:hover {
	font-size: 11px;
	color: #C00;
	text-decoration: underline;
}

.smalltext {
	font-size: 11px;
	color: #666;
}
.bigsearch {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	border: 1px solid #666;
	background-image: url(background_form.gif);
	height: 20px;
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
}
form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.searchbutton {
	border: 1px solid #666;
	margin-top: 10px;
}


/* MAIN LAYOUT */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #e2e2e3;
	background-image: url(background_body.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.line {
	background-image: url(element_line.gif);
	background-repeat: repeat-x;
	height: 16px;
	width: 100%;
	margin-bottom: 10px;
}
.thrColFixHdr #container {
	width: 960px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-image: url(background_header.gif);
	height: 187px;
	padding-top: 0;
	padding-right: 10px;
	margin-bottom: 15px;
} 

.thrColFixHdr #header td {
	font-size: 11px;
	color: #FFF;
} 

.thrColFixHdr #sidebar1 {
	float: left;
	width: 210px;
	padding-right: 10px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 180px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 235px;
	padding: 0;
} 
.thrColFixHdr #footer {
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 16px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
} 

.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;
}

