/* ------------- CSS Stylesheet ------------- */
	/* ------------ Simpleworks CMS ------------- */
	/* -- Body - General page properties -- */
body {
	background-color: #021019;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* -- Page headings h1 h2 h3 (affects all headings) -- */
h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	color: #8a8a9a;
}

h1 a { /* -- Heading with link -- */
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #8a8a9a;
	text-decoration: none;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	color: #8a8a9a;
}

h2 a {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	color: #8a8a9a;
	text-decoration: none;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	color: #83ff00;
}

h3 a {
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	color: #83ff00;
	text-decoration: none;
}

h5 {
	font-size: 10px;
	font-style: italic;
	margin: 0px;
	color: #afff5a;
}

/* -- Backgroundimage -- */
#bgimage {
	z-index: 1;
}

/* -- Div container for the whole page -- */
#pageContainer {
	width: 936px;
	z-index: 10;
	position: relative;
}

/* -- Top of page -- */
#top {
	width: 100%;
	height: 121px;
	background-image: url(/images/top_bg.png);
}

/* -- TopImage -- */
#topImg {
	width: 100%;
	height: 196px;
	margin-top: 10px;
}

/* -- Container for the dropdown menu -- */
#menu {
	width: 100%;
	height: 28px;
	margin-bottom: 32px;
}

div #menucontainer {
	margin: 3px 0px 0px 0px;
}

/* -- Main area containing all three columns -- */
#pageContent {
	width: 100%;
	height: 300px;
	color: #FFFFFF;
}

/* -- Center column - Area for main content -- */
#mainCol {
	padding: 0 20px 0 0;
}

/* -- Page bottom -- */
#footer {
	font-size: 10px;
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	border-top: 1px solid #8a8a9a;
	text-align: right;
	padding: 5px;
}

/* -- Left column & Elements embedded in left column -- */
.leftColumnWidth {
	width: 268px;
	padding: 0 20px 0 0;
}

.leftColumnWidth .element {
	width: 100%;
	margin-bottom: 7px;
}

.leftColumnWidth .elementTop {
	width: 100%;
	font-size: 22px;
	color: #FFFFFF;
}

.leftColumnWidth .elementBody {
	width: 100%;
}

.leftColumnWidth .elementFooter {
	
}

/* -- Right column & Elements embedded in right column -- */
.rightColumnWidth {
	width: 357px;
	padding: 0px;
	margin: 0;
}

.rightColumnWidth .element {
	width: 100%;
	margin-bottom: 20px;
}

.rightColumnWidth .elementTop {
	width: 100%;
	font-size: 18px;
	color: #08906f;
	font-weight: bold;
}

.rightColumnWidth .elementBody {
	width: 100%;
}

.rightColumnWidth .elementFooter {
	
}

/* -- Unique element identifyers - #links #related #columntext #subitem #news #newsletter -- */
.rightColumnWidth #links .elementFooter {
	background-color: #CC0000;
}

.rightColumnWidth #subitem .elementTop {
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #8a8a9a;
	color: #83ff00;
}

.rightColumnWidth #columntext .elementTop {
	font-size: 17px;
	font-weight: bold;
	padding: 7px 0 0 15px;
	color: #83ff00;
}

.rightColumnWidth #columntext .elementBody div {
	margin: 15px;

}

#rightCol .element#columntext {
	width: 100%;
	background-image: url(/images/enovo_box02.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 187px;
	width: 357px;
	margin-bottom: 20px;
}

/* -- Gallery display with thumbnails  -- */
.GalleryThumb {
	border: 1px solid #000000;
	margin: 6px;
	float: left;
}

.GalleryThumbContainer {
	background-color: #ebebeb;
	width: 100%;
	height: 200px;
}

/* -- List menu styling  -- */
#listmenu {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	list-style-position: inside;
	list-style-image: url(/images/greendot.png);
	text-indent: 14px;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat;
	font-size: 15px;
}

#listmenu ul {
	padding: 0px;
	text-align: left;
	margin: 
}

#listmenu li a {
	
	height: 16px;
	color: #CCCCCC;
	display: inline;
	text-align: left;
	margin: 0px;
	font-size: 15px;
	text-decoration: none;
	background-repeat: repeat;
}

#listmenu li a:hover {
	color: #83ff00;
	text-decoration: none;
}

#listmenu li span a {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px
}

/* -- Do not edit below  --------------------------------------------------- Do not edit below ------------ */
p {
	margin: 10px 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

a {
	color: #afff5a;
	text-decoration: underline;
}

hr {
	color: #999999;
	height: 1px;
}

#leftCol {
	border-collapse: collapse;
}

#rightCol {
	border-collapse: collapse;
}

.ArticleBox {
	float: left;
	margin: 2px;
	border-bottom: 1px dotted #cecedc;
}

.ArticleBoxTD {
	color: #FFFFFF;
}

.ArticleBox h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.ArticleListMenu {
	font-size: 11px;
	width: 100%;
	background-color: #ced5db;
	text-indent: 4px;
}

.ArticleListMenu h5 {
	background-image: url(http://dev.enovo.dk/images/pointR.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	text-indent: 12px;
	border-bottom: 1px solid #9fb0bf;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.ArticleMenu H1 {
	font-size: 11px;
	font-weight: bold;
	background-color: #f4f4f4;
}

.ArticleMenu {
	border-bottom: 1px solid #9fb0bf;
	border-top: 1px solid #ffffff;
	display: block;
	width: 100%;
}

.ArticleMenu a {
	background-color: #f4f4f4;
	display: block;
	width: 100%;
	text-indent: 4px;
	color: #4e6475;
	font-weight: bold;
	padding-bottom: 3px;
}

.ArticleMenu a:hover {
	background-color: #e6e4e9;
	display: block;
	width: 100%;
	padding-bottom: 3px;
}

.ArticleBox2 {
	float: left;
	margin: 2px;
	border: 1px solid #cecedc;
	background-color: #f9f9f9;
	padding-left: 10px;
}

.ArticleBox2 h1 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.ArticleListMenu2 {
	width: 180px;
	background-color: #666666;
}

.ArticleListMenu2 h1 {
	font-size: 11px;
	margin: 0 0 0 0;
}

.ArticleMenu2 {
	border-bottom: 1px solid #777777;
	border-top: 1px solid #CCCCCC;
	display: block;
	width: 100%;
}

.ArticleMenu2 a {
	background-color: #999999;
	display: block;
	width: 100%;
	text-indent: 4px;
	color: #FFFFFF;
	font-weight: bold;
}

.ArticleMenu2 a:hover {
	background-color: #888888;
	display: block;
	width: 100%;
}

#sitemap li a {
	text-decoration: none;
	margin: 4px 0px;
}

/* ------------- form styles ------------ */
#formcontainer select,#formcontainer .FormTextareaField,#formcontainer .FormSelectField,#formcontainer .FormTextField
	{
	width: 99.5%;
	color: #454453;
}

#formcontainer textarea,#formcontainer select,#formcontainer input {
	clear: both;
	font-size: 120%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif
		;
	padding: 2px 0px;
	border: 1px solid #c6c6c6;
}

.submit input {
	margin-top: 8px;
	display: inline;
	font-size: 120%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	float: right;
	cursor: pointer;
	border: 1px solid #c6c6c6;
}

#formcontainer label,#formcontainer b {
	clear: both;
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin-top: 6px;
	color: #888C9B;
}

legend {
	font-size: 130%;
	color: #888C9B;
}

fieldset {
	border: 1px solid #c6c6c6;
	padding: 10px;
	margin-bottom: 30px;
	Margin-top: -10px;
}
