@CHARSET "UTF-8";
/* Generelle styles til Blå Flag */

body {
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

html.map, body.map, #map_canvas {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#map_canvas {
    position: relative;
}

div.border {
	border: 2px solid #0A58AB;
	margin-left: 20px;
	width: 350px;
}

div.col1 {
	float: left;
}

div.col2 {
	float: left;
	width: 300px;
}

div.main {
	margin-left: auto;
	margin-right: auto;
}
div.message {
	color: #FF0000;
	font-weight: bold;
}

div.header {
    width: 800px;
    overflow: hidden;
}

div.inputarea {
	display: inline-block;
}

div.left {
	float: left;
	width: 136px;
	height: 515px;
	background-color: #3182D4;
}

div.right {
	float: right;
	width: 629px;
	height: 515px;
	background-color: #E5F4F9;
}
div.margin-bottom {
	margin-bottom: 5px;
}
	
div.menu {
	margin: 10px;
	color: #FFFFFF;
}

div.content {
	padding: 5px;
	margin: 5px;
	border: 1px solid #07367D;
	background-color: #FFFFFF;
}

div.footer {
	clear: both;
	widht: 765px;
}

h1.kontrol,
h2.kontrol
h3.kontrol {
	margin: 0;
}

input[type=text], 
input[type=password],
select {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}

input[type=button],
input[type=file] {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	margin-right: 5px;
}

span.maptxt1 {
	color: #1D5987;
	font-size: 1.17em;
	font-weight: bold;
}

span.maptxt2 {
	color: #1D5987;
	font-weight: bold;
}

span.message {
	font-size: 1.17em;
	font-weight: bolder;
	color: #FF0000;
}

span.messageOK {
	font-size: 1.17em;
	font-weight: bolder;
	color: #00FF00;
}

span.overskrift {
	font-weight: bold;
	color: #1D5987;
}

table.t1 {
	border-collapse: separate;
	border-spacing: 5px 10px;
}

table.t2 {
	border-collapse: collapse;
//	border: 2px solid #07367D;
	margin-left: 20px;
}

table.t3 {
	border-collapse: collapse;
	padding: 2px;
}

table.kontrol {
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 99%;
	margin-bottom: 0.4em;
}

td.margin-left {
	margin-left: 25px;
}

td.t2 {
//	border: 1px solid #07367D;
	padding: 5px;
	height: 30px;
	font-size: 1.17em;
	font-weight: bold;
}

td.left {
	width: 250px;
}

td.padding {
	padding-bottom: 5px;
}

td.title {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #EEEEEE;
	font-size: 12px;
}

td.janej {
	width: 8%;
}

td.bemaerk {
	border-top: 1px solid black;
	border-left: 1px solid black;
	height:	5em;
	vertical-align: top;
}

td.center {
	margin-left: auto;
    margin-right: auto; 
}

td.kontrol1 {
	height: 2em;
	vertical-align: center;
}

td.kontrol2 {
	border: 1px solid black;
	height:	5em;
	text-align: center;
}
td.kontrol3 {
	height: 2.5em;
	vertical-align: top;
	width: 50%;
}

textarea.kontrol {
	border: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	height: 4em;
	overflow: auto;
	width: 99%;
}

tr.blue {
	background-color: #D5EBFC;
}

/* Næste linie er af hensyn til IE, der ellers ikke kan finde ud af a:hover */
#testLink:hover {text-indent: 0;} 
a:hover {
	text-decoration: underline;
	cursor: pointer;
}

ul.menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

li.menu {
	padding-bottom: 10px;
}

#wait {	margin-left: 40px; margin-top: 40px; }
#badevand1 { border-spacing: 1em; }
#badevand1 td { border: 2px outset lightblue; padding: .5em; }
#badevand2 td { vertical-align: top; }
#badevand2 p { margin: .25em 0; }
#badevand2 td .green { background-color: #66FF66; }
#badevand2 td .yellow { background-color: #FFFF66; }
#badevand2 td .red { background-color: #FF6666; }

.center { text-align: center; }
.label { color: #2E6E9E; margin: 0; display: block; }
.red { background-color: red; }
.size2 { font-size: 1.5em; }
.size3 { font-size: 1.17em; }
.strong { font-weight: bolder }

.redborder { border: 2px solid red !important; }