 
body  {
	background: #ebecec;
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a {
	color:#5b8593;
	text-decoration: none;
}

h1 {
	color:#5b8593;
	font-size: 150%;
}

a:hover {
	color:#5b8593;
	border:0px;
}


#meny {
	width: 800px;
	height:20px;
	margin:0 auto;
	padding:0px 0px 0px 1px;
}
.thrColFixHdr   #container  {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	font-size: 80%;
} 
.thrColFixHdr #header {
	background: #ffffff;
	background-position: center;
} 
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	margin-top: 40px;
}
.thrColFixHdr #sidebar2 h3 {
font
	font-size: 80px;
	font-size: 100%;
	text-transform: uppercase;
	color: #5b8593;
}
.thrColFixHdr   #texthoger {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}

.thrColFixHdr #mainContent {
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-bottom: 20px;
	float: left;
	width: 466px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 10px;
	border-top: 1px solid #5b8593;
} 
.thrColFixHdr #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 */
	font-size: 80%;
}
.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;
}
.thrColFixHdr #navtop {
	background-color: #5b8593;
	margin: 0 auto;
}

#meny ul {
	/*float: right;*/
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
	width:800px;
}
#meny ul li {
	float: left;
	width: auto;
}

#meny li > ul {
	top: auto;
	left: auto;
	}
	
#meny ul li a {
	display: block;
	margin: 0px;
	padding:3px 10px 2px 10px;
	text-decoration: none;
	font-weight:bold;
	font-size:70%;
	color:#FFFFFF;
	border:0px;
}

#meny ul li#visa a {
	color:#000000;
}

#meny ul li a:hover {
	color:#000000;
	border:0px;
}
.thrColFixHdr #mainContent  td {
	padding:3px;
	border-bottom: 1px solid #5b8593;
}
.thrColFixHdr #containerSmall {
	width: 400px;
	text-align: left; 
	margin: 0 auto;
	font-size: 80%;
}
.thrColFixHdr #mainContentSmall {
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-bottom: 20px;
	float: left;
	width: 380px;
}
/*.thrColFixHdr #headerInlog {
	text-align: right;
	width: 800px;
	margin: 0 auto;
	font-size: 70%;
}*/
.thrColFixHdr #TDcontainerSmall {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	font-size: 80%;
	margin-right: 100px;
}
