/* ------------- CSS Stylesheet ------------- */ /* ------------ Simpleworks CMS ------------- */ /* -- Body - General page properties -- */
body {
     background-color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #455560;
     text-align: center;
     margin: 0px;
     padding: 0px;
}
#pageContainer {
   width:1000px;
text-align:left;
}
/* -- Page headings h1 h2 h3 (affects all headings) -- */
h1,h1 a {
     font-size: 30px;
     font-weight: normal;
     margin: 0px;
     padding: 0px;
     color: #455560;
     text-decoration: none;
}

h2 {
     font-size: 20px;
     font-weight: normal;
     margin: 0px;
     color: ;
}

h2 a {
     font-size: 20px;
     font-weight: normal;
     margin: 0px;
     color: ;
     text-decoration: none;
}

h3 {
     font-size: 17px;
     font-weight: bold;
     margin: 0px;
     color: ;
}

h3 a {
     font-size: 17px;
     font-weight: bold;
     margin: 0px;
     color: ;
     text-decoration: none;
}

h5 {
     font-size: 10px;
     font-style: italic;
     margin: 0px;
     color: ;
}

.moduleColBox div.elementTop {
     width: 100%;
     font-size: 22px;
     color: #8a8a9a;
}

/* -- Gallery display with thumbnails  -- */
.GalleryThumb {
     border: 1px solid #000000;
     margin: 6px;
     float: left;
}

.GalleryThumbContainer {
     background-color: #ebebeb;
     width: 100%;
     height: 200px;
}

/* -- Do not edit below  --------------------------------------------------- Do not edit below ------------ */
p {
     margin: 10px 0px;
     padding: 0px;
}

a img {
     border: 0px;
}

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;
}