body {
  font-family: Calibri, Arial, Sans Serif;
  font-size: 12px;
  color: #6e6e6e;
}

body.info {
  font-family: Calibri, Arial, Sans Serif;
  font-size: 12px;
  color: #6e6e6e;
	margin : 2 2 2 2;  
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 20px;
}

.noMargin {
  margin-top: 0px; 
  margin-bottom: 0px;
}

a.grey {
  color: #c0c0c2;
}

.red {
  color: #fd0002;
}

.valgpunkt {
  color: #6e6e6e;
  font-weight: bold;
}

.bg_grey {
  background-color: #818285;
  color: #FFFFFF;
  font-weight= 600;
}

.bg_red {
  background-color: #fd0002;
  color: #FFFFFF;
  font-size: 12px;
}

.bg_hvid {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
}

.bg_white {
  background-color: #FFFFFF;
  font-size: 1px;
}

.header {
  font-size: 12px;
  font-weight: 600;
}

.h100 {
  height: 100%; /* fix for IE not supporting min-height */
  min-height: 100%;
}

input.label {
  font-size: 12px;
  text-align: left;
	font-style : italic;
	color : #9e9e9e;
}

input.Write {
  border : 1px solid #000000;
  font-size: 12px;
  text-align: left;
}


input.disabled {
  border : 1px solid #000000;
  font-size: 12px;
  text-align: left;
  background-color: #ff8080;
}

input.submitlille {
  width: 100px;
  font-size: 10px;
  font-family: Verdana, Arial,Sans-Serif;
  font-weight: 100;
  color: #252525;
}

input.submitStor {
  width: 200px;
  font-size: 10px;
  font-family: Verdana, Arial,Sans-Serif;
  font-weight: 100;
  color: #252525;
}

input.submitLilleText {
  font-size: 10px;
  font-family: Verdana, Arial,Sans-Serif;
  font-weight: 100;
  color: #252525;
}

.liste1 {
  background-color: #dcdcdc;
}

.liste0 {
  background-color: #FFFFFF;
}

.menu {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.menu_valgt {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #c0c0c2;
}

.sort {
  background-color: #000000;
  font-size: 1px;
}

td.grey {
  background-color: #cccccc;
  font-size: 1px;
}

table.fejl {
	background-color: #DCDCDC;
	border: thin solid Black;
}

td {
  font-size: 12px;
}

td.fed {
  font-weight: bold;
}

td.header {
  background-color: #fd0002;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

textarea {
  font-family: Calibri, Arial, Sans Serif;
  font-size: 12px;
}

.txt_black {
  color: #000000;
}

.txt_grey {
  color: #6e6e6e;
}

.txt_lead {
  color: #6e6e6e;
  font-size: 10px;
}


