@charset "utf-8";
html {
	overflow-y: scroll;
	overflow-x: auto;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 15; /* 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: #D6D7D6;
	background-color: #F0F0F0;
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/tc_top1.jpg);
	background-repeat: no-repeat;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	padding: 0px;
	background-repeat: no-repeat;
	height: 295px;
	background-position: top;
	margin: 0px;
} 
.twoColFixLtHdr #menuline {
	height: 25px;
	padding: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #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;
}
.twoColFixLtHdr #sidebar1 {
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	color: #313031;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	font-weight: bold;
	margin: 0px;
	font-size: 14px;
}
.twoColFixLtHdr #topic {
	width: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 2px;
	height: 240px;
	padding: 0px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 20;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	width: 580px;
} 
#mainContent img  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	border: 1px solid #000;
}
.mainheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #09C;
}
.twoColFixLtHdr #footer {
	color: #F90;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #333;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
} 
.twoColFixLtHdr #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 */
}
.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;
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
	height: 200px;
	width: 200px;
}
.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;
}
.basictab{
	list-style-type: none;
	text-align: center;
	border-bottom-width: 0px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	background-color: #333;
	color: #CCC;
	margin: 0px;
}

.basictab li{
	display: inline;
	margin: 0;
	padding: 0px;
}

.basictab li a{
	text-decoration: none;
	color: #F90;
	border: 0px none gray;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin: 0px;
}

.basictab li a:hover{
	background-color: #CCC;
	color: black;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}

.basictab li a:selected {
	text-decoration: none;
	color: #0033cc;
	border: 0px none gray;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	background-color: #FF9A00;
}
#footer a {
	color: #FF9A00;
}

#index #index a,
#praktisk #praktisk a,
#reglement #reglement a,
#klasser #klasser a,
#premiering #premiering a,
#ritt #ritt a,
#resultat #resultat a,
#startavgifter #startavgifter a,
#bildervideo #bildervideo a,
#lisens #lisens a,
#pamelding #pamelding a {
	text-decoration: none;
	color: #0033cc;
	border: 0px none gray;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin: 0px;
	background-color: #FF9A00;
}
.twoColFixLtHdr #container #sidebar1 table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar1 table {
	text-align: center;
}
.twoColFixLtHdr #top {
	padding: 0px;
	background-repeat: no-repeat;
	height: 200px;
	background-position: top;
	margin: 0px;
	background-image: url(images/tc_top1.jpg);
}
.twoColFixLtHdr #top1 {
	height: 55px;
	margin: 0px;
	color: #313031;
	font-weight: normal;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	font-style: normal;
}
h4 {
	font-size: 11px;
	font-weight: normal;
}
