
html, body {
  min-height: 100%;
}

body {
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #CCCCCC;
  background-image: url(images/bg.gif);
  background-repeat: repeat;
}

h1 {
  font-family: "Trebuchet MS", tahoma, sans-serif;
  color: #345c89;
  font-size: 30px;
  margin: 0px;
  margin-bottom: 10px;
 }

h2 {
  font-family: "Trebuchet MS", tahoma, sans-serif;
  color: #345c89;
  font-size: 20px;
  margin: 0px;
}


a {
  color: #2e5179;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #2e5179;
  font-weight: bold;
  text-decoration: underline;
}

#container {
  width: 1199px;
  min-height: 100%;
  padding: 0 0 0 10px;
/*  margin: auto;*/
  position: relative;
  z-index: 1;
}
/*
#background_grad {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 220px;
  background-image: url('images/bg-shd.png');
  background-repeat: repeat-x;
  z-index: 0;
}
*/
#header {
  background-image: url(images/top-bg.png);
  background-repeat: no-repeat;
  height: 109px;
}

.divider_admin {
	width: 1140px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #e7ecf2;
}

.divider {
	width: 824px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #e7ecf2;
}

.top_menu_off{ 
  height: 30px;
  padding: 0px;
  margin: 0px;  
} 

.top_menu_off img {
  margin: 0px;
  padding: 0px;
}

.top_menu_off a{
  display: block;
  margin: 0px 5px 5px 10px;
  float: left;
  height: 100%;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.top_menu_on{   
  height: 30px;
  padding: 0px;
  margin: 0px;
  /*background-image: url('images/menu-hover-bg.png');*/
}

/*.top_menu_on img {
  float: left;
  margin: 0px;
  padding: 0px;
}
*/
.top_menu_on a{
  display: block;
  margin: 0px 5px 5px 10px;
  float: left;
  height: 100%;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.top_menu {
  background-image: url(images/menu-bg.png);
  background-repeat: no-repeat;
  width: 1130px;
  height: 36px;
  padding: 8px 37px 0px 34px;
}

/*
.top_menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-style: solid;
  border-color: #5086c4;
  border-width: 1px 1px 10px 1px;
}

.top_menu ul li {
  float: left;
  width: 95px;
  height: 33px;
  padding: 0px;
  margin: 0px;
}

.top_menu ul li img {
  float: left;
  margin: 0px;
  padding: 0px;
}

.top_menu ul li a {
  display: block;
  margin: 0px 5px;
  float: left;
  width: 80px;
  height: 100%;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.top_menu ul li a:hover {
  background-image: url('images/menu-hover-bg.png');
}
*/
.main {
  width: 1199px;
  margin: 0px;
  padding: 0px;
  background-image: url(images/page-bg.png);
  background-repeat: repeat-y;  
}

.main_shd {
  height: 4px;
  padding: 0px;
  margin: 0px 4px;
  background-image: url('images/page-top-shd.png');
  background-repeat: repeat-x;
	position: relative;
  z-index: 3;
}

.main_main {
  float: left;
  width: 824px;
  margin: 12px 25px 0px 40px;
}

.main_main_admin {
  float: left;
  background-color: #f7f7f7;
  margin: 12px 25px 0px 40px;
  width: 95%;
}

.main_right {
  width: 285px;
  margin: 12px 25px 0px 0px;
  float: left;
}

.main_right h2 {
  font-size: 16px;
  color: #333333;
/*  border-bottom: #5087c4 solid 1px;*/
}

.submeny {
 width: 1191px;
 margin: 0px 0px -4px 0px;
 padding: 0px;
 background-color: #CCCCCC;
 border-bottom: #999999 solid 1px;
 position: relative;
 left: 4px;
 top: -4px;
 z-index: 2;
}

.submeny ul {
 list-style: none;
 margin: 0px;
 padding: 0px 0px 0px 30px;
}

.submeny ul li {
  float: left;
  border-left: #BBBBBB solid 1px;
  border-right: #DDDDDD solid 1px;
  padding: 0px;
}

.submeny ul li:hover{
  background-color: #DDDDDD;
  border-left: #CCCCCC solid 1px;
  border-right: #EEEEEE solid 1px;
}

.submeny ul li a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 3px 6px;
}


table.default_right {
  width: 100%;
  background-color: #c3cfdd;
  color: #345c89;
  padding: 0px 5px;
  margin-bottom: 15px;
  border-top: #345c89 solid 2px;
}

table.default_right td{
  border-top: #c9d4e0 solid 1px;
  border-bottom: #afbac6 solid 1px;
  padding: 2px 0 2px 5px;
}

table.default_right th{
	height: 2px;
	border-bottom: #345c89 solid 2px;
}

table.nestelop_right {
  width: 100%;
  background-color: #ffffff;
  color: #345c89;
  padding: 0px 5px;
  margin-bottom: 15px;
  border-top: #345c89 solid 2px;
}

table.nestelop_right td{
	padding-top: 2px;
  padding-left: 5px;
}

table.nestelop_right th{
	height: 2px;
	padding-bottom: 2px;
	border-bottom: #345c89 solid 2px;
}

table.forum_right {
  width: 100%;
  background-color: #c3cfdd;
  color: #345c89;
  padding: 0px 5px;
  margin-bottom: 15px;
  border-top: #345c89 solid 2px;
}

table.forum_right td{
  border-top: #c9d4e0 solid 1px;
  border-bottom: #afbac6 solid 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
}

table.paamelding {
  width: 50%;
  background-color: #ffffff;
  color: #345c89;
  padding: 0px 5px;
  margin-bottom: 15px;
  margin-top: 20px;
  border-top: #345c89 solid 2px;
}

table.paamelding td{
	padding-top: 2px;
  padding-left: 5px;
}

table.paamelding th{
	height: 2px;
	padding-bottom: 2px;
	border-bottom: #345c89 solid 2px;
}

table.kalender {
	margin-top: 10px;
	background-color: #345c89;
}

table.kalender th {
	height: 25px;
	margin: 0;
  font-weight: bold;
  color: #ffffff;
  background-color: #345c89;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  vertical-align: middle;
}

table.kalender td {
	padding: 2px;
}

.daysoutofmonth {
	background-color: #eeeeee;
}

.daysnoevents {
	background-color: #ffffff;
}

.kalender_event {
  background-color: #c3cfdd;
  color: #345c89;
  padding: 2px;
  margin-top: 3px;
}

.posttime {
	font-size: 11px;
}

.bottom {
  background-image: url(images/page-bottom-bg.png);
  background-repeat: no-repeat;  
  height: 20px;
}

.footer {
  background-image: url(images/bottom-bg.png);
  background-repeat: no-repeat;
  height: 10px;
  padding: 10px 0px 10px 0px;
  color: #FFFFFF;
}

.footer p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#header_logo {
  float: left;
  margin: 12px 65px;
}

#header_logo span {
  display: none;
}

#header_reklame {
  float: left;
  width: 468px;
  height: 60px;
  margin: 22px 12px;
}

#header_infobox {
  float: left;
  margin: 12px 40px;
  background-image: url(images/top-right-bg.png);
  background-repeat: no-repeat;    
  padding: 20px 10px 10px 10px;
}

#header_infobox ul {
  float: left;
  width: 126px;
}

.usermenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.usermenu li {
  margin: 0;
  padding: 0;
}

.usermenu a {
  color: #333333;
  font-size: 10px;
  text-decoration: none;
}

.usermenu a:hover {
  color: #111111;
  font-size: 10px;
  text-decoration: underline;
}

/*HGH:*/

#frontpage_left {
	float: left;
	width: 500px;
}

#frontpage_right {
	float: left;
	width: 300px;
	margin-left: 20px;
}

.overskrift_bar {  
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #345c89;
  padding: 2px 2px 2px 5px;
  border: 1px solid #666666;
  text-decoration: none;
}

table.overskrift_bar th, table.overskrift_bar a {  
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 2px 2px 2px 5px;  
  text-decoration: none;
}

table.overskrift_bar a:hover {
  text-decoration: underline;
}

table.tbl_liste  {	
/*	background-color: #345c89;*/
	background-color: #c7ccd2;
	margin-top:0px;
  padding-top: 0px;
}

.tbl_liste th, .tbl_liste thead {
	margin: 0;
  font-weight: bold;
  color: #ffffff;
  background-color: #345c89;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
}

.tbl_liste td {
  padding: 2px 2px 2px 2px;
}

p.overskrift_bar a {
  color: #ffffff;
}

a.resultat_laglink {
  color: #333333;
}

.paamelding_red {
  color: #FF0000;
}
.paamelding_green {
  color: #4CC417;
}
.paamelding_yellow {
  color: #FF9900;
}

.resultat_tekst {
  font-size: 11px;  
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}

.resultat_tekst_2 {
  font-size: 11px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  background-color: #e7ecf2;
}

.listing_1 {
  background-color: #f7f7f7;
}

.listing_2 {
  background-color: #e7ecf2;
}

.f1rln_bilder {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  max-width: 600px;
}

.form_tekstboks {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #e7ecf2;
  width: 300px;
}
.form_tekstboks_veldigkort {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #e7ecf2;
  width: 40px;
}
.form_tekstboks_kort {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #e7ecf2;
  width: 75px;
}
.form_tekstboks_middels {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #e7ecf2;
  width: 150px;
}
.form_stortekstboks {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #e7ecf2;
  width: 300px;
  height: 200px;
}
.form_knapp {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  width: 300px;
}
.regel_tekst {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #1C4E7F;
  text-decoration: none;
}

#serieforside_meny {
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #e7ecf2;
}

#serieforside_meny ul{
	margin-left: 10px;
	width: 800px;
	list-style: none;
}

#serieforside_meny li{
  background-color: #c3cfdd;
	width: 130px;
	margin: 3px 3px 0 0;
  padding: 2px 10px 2px 10px;
  line-height: 15px;
  float: left;
}

#rundetider_meny {
	padding-bottom: 10px;
/*	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #e7ecf2;*/
}

#rundetider_meny ul{
	margin-left: 10px;
	width: 1000px;
	list-style: none;
}

#rundetider_meny li{
  background-color: #c3cfdd;
	width: 90px;
	margin: 3px 3px 0 0;
  padding: 2px 10px 2px 10px;
  line-height: 15px;
  float: left;
}

.best_driver {
	color: darkgreen;
	font-weight: bold;
}

.best_total {
	color: #400080;
	font-weight: bold;
}

.question{
	font-weight: bold;
	margin-top: 15px;
	margin-left: 5px;
}

.answer{
	margin-top: 5px;
	margin-left: 10px;
}
