@charset "iso-8859-1";



body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #3f3f3f;
	font-size:12px;	
	text-align:left;
	overflow-y: scroll;
}

.baggrund {
	background-color: #FFF;
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.baggrundEDIT {
	background-color: #FFF;
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
}

form, p, h1, h2, h3 { margin:0px; padding:0px; }

h1 { font-weight:normal; font-size:20px; color:#053782; padding-bottom:10px; }
h2 { font-size:15px; color:#ffffff; padding-bottom:6px; }
h3 { font-size:12px; color:#ffffff; padding-bottom:13px; }

a {color:#000000; text-decoration:none; }
a:hover {text-decoration:underline; }

.menu a {color:#ffffff; font-size:12px; text-decoration:none; }
.menu a:hover {color:#a8bbd6; font-size:12px; text-decoration:none; }

.submenu a {color:#000000; font-size:12px; line-height:27px; text-decoration:none; }
.submenu a:hover {color:#000000; font-size:12px; line-height:27px; text-decoration:none; }

.skygge_venstre {
	background-image: url(../images/skygge_venstre.gif);
}
.skygge_hoejre {
	background-image: url(../images/skygge_hoejre.gif);
}

.submitknap  { 
	color: white; 
	font-size: 12px; 
	font-family: "Trebuchet MS";
	background-color: #366428; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #666666
}
.table_bg {
	background-image: url(../images/table_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.dropdown   { color: black; font-size: 12px; font-family: Trebuchet MS; background-color: white; border: solid 1px #666666 }
.inputtekst { color: black; font-size: 12px; font-family: Trebuchet MS; background-color: white; border: solid 1px #666666 }
.topgrafik {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

