@charset "iso-8859-1";
body {
	font-family:"Century Gothic", Verdana, Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size:12px;
	background-color: #ffffff;
	text-align:left;
	overflow:scroll
}

.mainPos_{
	position: absolute;
	top: 0px;
	left: 0px;
}
.mainPos_EDIT{
	position: absolute;
	top: 20px;
	left: 0px;
}

.baggrund_{
	background-image: url(../images/baggrund.gif);
	background-repeat: repeat-x;
}

.baggrund_EDIT{
	background-image: url(../images/baggrund.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
}
	  

form, p, h1, h2, h3 { margin:0px; padding:0px; }

h1 { font-weight:normal; font-size:20px; color:#366428; 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:#000000; font-size:12px; text-decoration:none; }
.menu a:hover {color:#96bd0d; font-size:12px; text-decoration:none; }

.submenu a {color:#3f3f3f; font-size:12px; line-height:15px; text-decoration:none; }
.submenu a:hover {color:#000000; font-size:12px; line-height:15px; 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: "Century Gothic", Verdana, Arial;
	background-color: #366428;
	border-style: solid;
	border-width: 1px;
	border-color: #666666
}

.dropdown   {
	color: black;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial;
	background-color: white;
	border: solid 1px #666666
}
.inputtekst {
	color: black;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial;
	background-color: white;
	border: solid 1px #666666
}
