@charset "iso-8859-1";
body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  background-color: white;
  color: black;
}

/*============== top menu =============== */
/* centrering fundet på:
http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support
*/
#topmenu { 
  float:left;
  width:100%;
  overflow:hidden;
  position:relative;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  background-color: #008080;
  border-bottom: 4px ridge #B0B0B0;
}

#topmenu ul {
  clear:left;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  left:50%;
  text-align:center;
}

#topmenu ul li {
  display:block;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  right:50%;
}
#topmenu ul li a {
  text-align: center;
  float: left;
  width: 100px;
  color: white;
  margin: 0 3px 0 3px;
  padding: 4px 2px 4px 2px;
  text-decoration: none;
/*  border: 2px solid #FF2222; */
/*  font-size: 80%; */
  font-weight: bold;
/*  border-right:1px solid #FFFFFF;*/
}

#topmenu ul li a.last {
  margin: 0;
  margin-left: 2px;
}

#topmenu a:hover {
/* color: #FFFFFF;*/
  background-color: #00A0A0;
/* border: 1px solid;
 border: 1px solid #E7A200; */
}

#content {
  margin: 0 10% 0 10%;
  float: left;
}

/*===============indicates no border around any image ============*/
body img {
 border: 0px;
 text-decoration: none;
}

h1 {
 font-size: 200%;
 font-weight: bold;
 text-align: center;
}

h2 {
 font-size: 170%;
 font-weight: bold;
}

h3 {
 font-size: 120%;
 font-weight: bold;
 margin: 35px 0 0 0;
}

p.date {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}


/*==============all site links==============*/
a:link {
 font-weight: normal;
 color: #8888FF;
 background: transparent;
 margin: 0;
 padding: 0px;
 text-decoration: underline;
}
a:visited {
 font-weight: normal;
 color: #4444FF;
 background: transparent;
 margin: 0;
 padding: 0px;
 text-decoration: underline;
}

.leftpict {
  position: relative;
  top: 25px;
  margin-right: 20px;
  margin-bottom: 100px;
  width: 150px;
  height: 180px;
  float: left;
}

.rightpict {
  position: relative;
  top: 25px;
  margin-left: 20px;
  margin-bottom: 100px;
  width: 150px;
  height: 150px;
  float: right;
}

.feldborgbypict {
  position: relative;
/*  width: 760px;
  height: 650px;*/
  width: 760px;
}

.rutepict {
  position: relative;
/*  width: 760px;
  height: 650px;*/
  height: 500px;
}

a.red {
  color: red;
}

input.full {
  width: 100%;
}

input.name {
  width: 300px;
}

input.postnr {
  width: 60px;
}

input.age {
  width: 30px;
  text-align: right;
}

input.signup {
  width: 200px;
}

table.resultlink {
  padding: 3px 5px 3px 5px;
}

td.resultlink {
  border: none;
}

table.resultat {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

th, td {
  border: 1px solid;
  padding: 3px 5px 3px 5px;
}

td.nr {
  width: 50px;
  text-align: right;
  font-weight: bold;
}

td.navn {
  width: 300px;
}

td.hold {
  width: 250px;
}

td.tid {
  width: 80px;
}

td.dg {
  border: none;
}

td.dgnr {
  border: none;
  text-align: right;
  padding-left: 10px;
}

.leftpict50 {
  position: relative;
  top: 25px;
/*  margin-right: 20px; */
  margin-bottom: 20px;
  width: 48%;
  float: left;
}

.rightpict50 {
  position: relative;
  top: 25px;
/*  margin-left: 20px; */
  margin-bottom: 20px;
  width: 48%;
  float: right;
}
