/* GENERELT */


body {
  background: #d0e3ed;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

a:link {
  color: #287146;
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: #999;
  text-decoration: underline;
  font-weight: bold;
}
a:active, a:hover {
  color: #287146;
  text-decoration: none;
  font-weight: normal;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}
h2, h3 {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 6px;
}
h4 {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}
p {
  margin: 0;
}

hr {
	border: 0;
	height: 1px;
	color: #dddddd;
	margin: 0;
	padding: 0;
}


/* MAIN INDHOLD */

#wrapper {
	display: block;
	border-left: 1px solid #42421f;
	border-right: 1px solid #42421f;
	border-bottom: 1px solid #42421f;
	width: 790px;
	background: #FFF url(/Files/System/Bundbar.gif) bottom repeat-x;
	margin: 0 auto;
	text-align: left;
}

/* Kommunevaaben */
#TopRightLogo {
	width: 150px;
	float: right;
	margin: 10px 10px 0 0;
}


#TopInstLogo {
	margin: 10px 0 0 10px ;
}

#DwTopMenu {
	width: 766px;
	margin-left: 12px;
	margin-bottom: 10px;
	height: 25px;
	background: #007427;
	/*background: #35665b;*/
	border: 1px solid #fff;
	color: #000;
}

#DwTopMenu ul 
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#DwTopMenu ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#DwTopMenu ul li a 
{
	display: block;
	float:left;
	height: 20px;
	border-right: 1px solid #fff;
	padding: 5px 11px 0px 11px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#DwTopMenu ul li a:hover 
{
	background-color: #104670;
	text-decoration: none;
}

#DwTopMenu ul li a:active {
	background-color: #104670;
	text-decoration: none;
}

#pagefeaturesholder {
	display: block;
	padding: 0 12px;
}

#pagefeaturesholder a {
	color: #4b4b4b;
	font-weight: normal;
	text-decoration: none;
} 

#DwLegend {
	width: 550px;
	float: left;
}

#DwLegend a:visited {
	color: #4b4b4b;
}

#ReadPrint {
	color: #4b4b4b;
	width: 190px;
	text-align: right;
	float: right;
}

#ReadPrint {
	color: #4b4b4b;
}

#content {
	position: relative;
	display: block;
	width: 760px;
	padding: 12px;
	float: left;
}

#topcontent {
	position: relative;
	width: 765px;
	display: block;
	float: left;
}

/* VENSTREMENU */

#venstreMenu {
	border-top: 1px dashed #104670;
	width: 180px;
	padding: 0;
	float: left;

}

#venstreMenu ul {
	margin: 0;
	padding: 0;
}

#venstreMenu li {
	margin: 5px 0;
	padding: 0;
}

#venstreMenu a {
	color: #104670;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	padding: 0 5px;
}

#venstreMenu .M0 {
	width: 180px;
	padding: 0;
}

#venstreMenu .M0 ul {
	margin: 0;
	border-bottom: 1px dashed #104670;
}

#venstreMenu .M0 li {
	float: left;
}

#venstreMenu .M0 li a {
	float: left;
	width: 170px;
	height: 20px;
	list-style-type: none;
	border-bottom: 1px dashed #104670;
}

#venstreMenu .M2 {
	width: 180px;
	margin: 5px 0 5px 30px;
}


#venstreMenu .M2 li {
	float: left;
	height: 20px;
	padding: 2px 0;
	margin: 0 15px;
	list-style-type: none;
}

#venstreMenu .M2 li a {
	width: 165px;
	padding: 5px 0;
	border-bottom: 0;
}


/* CONTENT */

#content img {
	border: 1px solid #104670;
	margin: 5px;
}

#indhold {
	width: 550px;
	padding: 0 15px;
	float: left;
}

#indhold p {
	margin-bottom: 10px;
}

#detaljeside a {
	color: #287146;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

#right_holder{
	width: 182px;
	float: right;
}


/* FOOTER */
#footer {
	position: relative;
	display: block;
	float: left;
	height: 30px;
	width: 740px;
	padding: 0;
	top: 20px;
	font-weight: normal;
	font-size: 10px;
	color: #4b4b4b;
	margin: 0 auto;
}

#footer small {
	color: #4b4b4b;
}

#footer a{
	font-size: 10px;
}

/* PARAGRAPH TEMPLATES */


.img_left_hoved {
	border: 1px solid #B2B2B2;
	margin-right: 15px;
	float: left;
}

.img_right img {
	border: 1px solid #B2B2B2;
	margin-left: 15px;
	float: right;
}

.img_left img {
	border: 1px solid #B2B2B2;
	margin-right: 15px;
	float: left;
}

.img_top img {
	width: 100%;
	border: 1px solid #B2B2B2;

}


/* INPUT BOXE */

input, textarea {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

select {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.checkbox {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.radio {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

