* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: #3c5301;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

/* ______________________________________________________________________________*/

/* Page that comes when a site is unactivated */
BODY.unactivated{
	padding-top: 100 px;
	text-align: center;
}

/* Page that comes when a user is trying to access a module without rights */
BODY.security{}

/* ______________________________________________________________________________*/

/* Headers on the pages */
h1 {
	font-size: 1.7em;
	margin-bottom: 11px;
}

H2 {
	font-size: 1.5em; 
	margin-bottom: 5px;
	color: #8dcb29;
}
H3 {
	font-size: 1.5em; 
	margin-bottom: 5px;
	margin-top: 2px;
}
H4 {
	font-size: 1.1em; 
	margin-bottom: 5px;
	color: #8dcb29;
}
H5 {
	font-size: 1.1em; 
	margin-bottom: 3px;
}

h6 {
	margin-bottom: 3px;
	color: #8dcb29;
	font-size: 1em;
}

/* ______________________________________________________________________________*/

/* Links on the pages */
A {
	color: #6c9c1e;
	text-decoration: none;
}
A:hover {
	color: #6c9c1e; 
}

/* ______________________________________________________________________________*/

/* Tables on the pages */
TABLE, TR, TH, TD {
	
}
TH {
	text-align: left;
}
TABLE.list {
	width: 100%;
}

tr.question td {
	padding: 0px;
	padding-bottom: 10px;
}

tr.answer td {
	padding: 0px;
	padding-top: 10px;
}

a.toplink {
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
}

TR.list_odd {}
TR.list_even {}
TD.image {
	vertical-align: top;
	padding-left: 10px;
}
TD.content {
	vertical-align: top;
}

td.image,
td.content {
	padding-bottom: 10px;
}

td.empty {
	border-top: 1px solid #8dcb29;
	padding-bottom: 10px;
}

DIV.date {	
	font-weight: bold;
	padding-top: 6px;
}

/* ______________________________________________________________________________*/

/* Forms on the pages */
FORM {
	margin: 0px;
}
INPUT, TEXTAREA, SELECT, OPTION, BUTTON {

	
}

/* Text next to a checkbox */
LABEL {
	font-weight: bold;
}
INPUT.box {
	vertical-align: middle;
}
INPUT.txt {
	width: 380px;
}
INPUT.browse {}
SELECT {
	width: 384px;
}
TEXTAREA {
	width: 380px;
	height: 75px;
}

/* ______________________________________________________________________________*/

/* Text above normal input fields */
DIV.frmhead {
	margin-bottom: 2px;
}

/* Longer explanation of the text above */
SPAN.frmheaddesc {
	font-weight: normal;
}

/* Asterisk (*) above a field that is mandatory */
SPAN.required {
	color: #CC0000;
}

/* Text that comes when something is not right. (wrong password, incorrect e-mail etc.) */
SPAN.error {
	color: #CC0000;
}

/* ______________________________________________________________________________*/

/* Dividelines */
DIV.divideline {
	background-color: #666666;
	width: 100%;
	height: 1px;
}
TD.divideline {
	background-color: #666666;
	height: 1px;
}

/* ______________________________________________________________________________*/

/* Elements containing content from the editor */
TABLE.editor {
	width: 100%;
}
TABLE.editor_borderon {
	border-left: 1px solid #999999;
	border-top: 1px solid  #999999;
}
TD.editor_borderon {
	border-right: 1px solid  #999999;
	border-bottom: 1px solid  #999999;
	vertical-align: top;
}
TABLE.editor_borderoff {}
TD.editor_borderoff {
	vertical-align: top;
}

img {
border: 0px;
}

IMG.left {
	margin-right: 10px;
}
IMG.right {
	margin-left: 10px;
}
IMG.free {
	margin-bottom: 5px;
}
P {
	margin: 0px;
}
LI {
	margin: 0px;
}
UL {
	margin-bottom: 0px;
	margin-top: 0px;
}
OL {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* ______________________________________________________________________________*/

/* Header 1, 2, 3, 4 */

/*FONT.size1 {
	
}
FONT.size2 {
	font-size: 15px;
}
FONT.size3 {
	font-size: 18px;
}
FONT.size4 {
	font-size: 22px;
}*/

/* ______________________________________________________________________________*/

/* Download area module */
H4.file {}
DIV.filechild {
	padding-left: 15px;
	padding-bottom: 5px;
}
DIV.file {
	padding-bottom: 5px;
}
DIV.filedescription {
	padding-top: 3px;
}
IMG.file {}

/* ______________________________________________________________________________*/

/* Product module */
H4.product a {
	color: #8dcb29;
}
DIV.productintroduction {}

/* ______________________________________________________________________________*/

/* News module */
H4.news {
	
}
DIV.newsintroduction {
	
}

/* ______________________________________________________________________________*/

/* Link module */
H4.link {}
DIV.linkdescription {
	padding-top: 1px;
}
DIV.linkchild {
	padding-left: 15px;
	padding-bottom: 5px;
}
DIV.link {
	padding-bottom: 5px;
}

/* ______________________________________________________________________________*/

/* Guestbook module */
TD.guestbookpost {
	padding-top: 7px;
	padding-bottom: 18px;
}
TD.fieldname {
	font-weight: bold;
	vertical-align: top;
}
TD.fieldcontent {
	vertical-align: top;
}
DIV.reply {
	font-style: italic;
	color: #666666;
}

/* ______________________________________________________________________________*/

/* Login module */
BODY.loginmenu{
	margin: 0px;
	padding: 0px;
}
TABLE.loginmenu{
	height: 100%;
}
TD.loginmenu{
	
	background-image: url("login_btn.gif");
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 15px;
}
A.loginmenu {
	font-weight: bold;
	text-decoration: none;
}

/* ______________________________________________________________________________*/

/* Grid (Calender, Forum, Schedule...) */
TABLE.grid {
	width: 100%;
}
TR.grid_even {
	background-color: #D5DFE5;
}
TR.grid_odd {
	background-color: #D5DFE5;
}
TH.grid {
	background-color: #ABC0D1;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
TD.grid {
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* ______________________________________________________________________________*/

/* Calender module */
TABLE.calenderchoose {
	width: 400px;
}
TH.calenderchoose {}
SELECT.calenderyear {
	width: 120px;
}
SELECT.calendermonth {
	width: 120px;
}

TABLE.calender {}
TH.calender {}
TH.calenderweek {
	background-color: #FFFFFF;
}
TH.calenderholiday {
	color: #CC0000;
}

TR.calender_even {}
TR.calender_odd {}

TD.calender {
	height: 50px;
}
TD.calenderweek {
	background-color: #FFFFFF;
}
TD.calenderdayinmonth {}
TD.calenderdaynotinmonth {
	background-color: #E6EBED;
}

DIV.calenderdayinmonth {
	font-weight: bold;
}
DIV.calenderdaynotinmonth {
	display: none;
}
DIV.calendertoday {}
DIV.calenderholiday {
	color: #CC0000;
}
A.calenderholiday {color: #CC0000}

H4.calender {
	
	margin-bottom: 1px;
}
DIV.calenderintroduction {
	padding-bottom: 5px;
}
DIV.calenderdaywithevent {
	font-weight: bold;
}

/* ______________________________________________________________________________*/

/* Forum module */
TABLE.forum {}
TH.forum {}
TD.forum {}
TR.forum_even {
	background-color: #E6ECF0;
}
TR.forum_odd {}

TABLE.forumthread {}
TH.forumthread {}
TD.forumthread {
	vertical-align: top;
}

/* ______________________________________________________________________________*/

/* bar graph */
/*div.graph_bar0{width:54px; BACKGROUND-IMAGE: url(graph/bar0.gif);}
div.graph_bar1{width:54px; BACKGROUND-IMAGE: url(graph/bar1.gif);}
div.graph_bar2{width:54px; BACKGROUND-IMAGE: url(graph/bar2.gif);}
div.graph_bar3{width:54px; BACKGROUND-IMAGE: url(graph/bar3.gif);}
div.graph_bar4{width:54px; BACKGROUND-IMAGE: url(graph/bar4.gif);}
div.graph_base{width:54px; height:45px; BACKGROUND-IMAGE: url(graph/base.gif);}*/

INPUT.short {
	width: 230px;
}
SELECT.short {
	width: 230px;
}
TABLE.search {
	width: 100%;
}

/* ______________________________________________________________________________*/

/* Activity module */
TABLE.activityresource {
	width: 100px;
	border: 1px solid #E6EBED;
	border-top: 0px none transparent;
	background-image: url("bg_time.gif");
}
TD.activityresource {
	width: 100px;
}
TH.activityresource {
	background-image: url("trans.gif");
	background-repeat: no-repeat;
}
TD.activity {
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	border: 1px solid #81A0B8;
	padding-left: 5px;
	padding-right: 5px;
}
TD.timebar {}
TD.time {
	text-align: right;
	border-top: 1px solid #E6EBED;
	padding-right: 5px;
	padding-left: 5px;
}
TH.time {
	background-image: url("trans.gif");
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
TD.timebar {}
TABLE.timebarnarrow {
	width: 100%;
}
TH.timenarrow {
	background-image: url("trans.gif");
	background-repeat: no-repeat;
}
TD.timenarrow {
	padding-right: 9px;
}
TD.layoutloginmenu {
	height: 1px;
}
TABLE.loginmenu {
	height: 40px;
}

/* ______________________________________________________________________________*/

/* Shop module */
TEXTAREA.cashregcomment {
	width: 100%;
	height: 100px;
}
TD.cashregtotal {
	
	font-weight: bold;
}
TD.cashregtotalprice {
	
	font-weight: bold;
}

/* ______________________________________________________________________________*/

/* Image bank module */
h4.imagebank {
	
	font-weight: normal;
}
td.imagebankobject {
	text-align: center;
}
td.imagebankcategory {
	text-align: center;
}
td.imagebankdivider {
	padding-top: 20px;
}

/* ______________________________________________________________________________*/

/* Highlighting of searchwords */
SPAN.searchhighlight {
	background-color: #DDDDDD;
}
/* Highlighting of dictionary words */
SPAN.dictionaryword {
	background-color: #DDDDDD;
}

/* --< layout >-- */

div#site-wrapper {
	width: 1001px;
	margin: auto;
	margin-top: 52px;
	overflow: hidden;
}

div#top-wrapper {
	overflow: hidden;
}

div#image-container {
	height: 187px;
}

/* --< Menu >-- */
div#menu-container {
	height: 44px;
	background-image: url(background-menu.gif);
	_position: relative;
}

div#menu-container ul {
	background-image: url(background-menu-top.gif);
	background-repeat: no-repeat;
	height: 40px;
	overflow: visible;
	padding-left: 15px;
	list-style-type: none;
}

div#menu-container li {
	float: left;
	height: 40px;
	overflow: visible;
	position: relative;
}

div#menu-container li a {
	padding: 18px 20px 16px 20px;
	display: block;
	color: #fff;
	font-size: 0.7em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#menu-container li a:hover {
	overflow: visible;
	background-image: url(menu-active.png);
}

div#menu-container li.active {
	overflow: visible;
}

div#menu-container li.active a,
div#menu-container li.childactive a {
	padding: 18px 20px 16px 20px;
	overflow: visible;
	background-image: url(menu-active.png);
}

div#menu-container div {
	background-image: url(background-menu-bottom.gif);
	background-repeat: no-repeat;
	height: 4px;
	font-size: 1px;
	_position: absolute;
	_z-index: -100;
}

div#menu-container li.abslast {
margin-left: 39px;
margin-top: 13px;
}

div#menu-container li.abslast a {
padding: 0px;
}

/* --</ Menu >-- */

div#main-wrapper {
	margin-top: 26px;
	overflow: hidden;
}

div#content-wrapper {
	background-image: url(background-content.gif);
	background-repeat: repeat-x;
	width: 744px;
	margin-right: 18px;
	float: left;
	min-height: 300px;
	padding: 38px 27px;
	overflow: hidden;
}

/* --< Start page - Services page >-- */
div#content-left {
	float: left;
	overflow: hidden;
	margin-right: 40px;
}

div#content-right {
	float: left;
	overflow: hidden;
	width: 500px;
}

div.back-button {
	display: none;
}

body.module24323 div.back-button,
body.module24339 div.back-button,
body.module24340 div.back-button {
	display: block;
	margin-top: 10px;
}

/* --</ Start page - Services page >-- */

/* --< About page >-- */
div.about-wrapper {
	overflow: hidden;
	margin-bottom: 40px;
}

div.aboutimage {
	float: left;
	margin-right: 20px;
width: 200px;
}

div.aboutcontent {
	float: left;
width: 450px;
}

div.aboutcontent h4 {
	display: none;
}

/* --</ About page >-- */

/* --< Right panel >-- */
div#panel-wrapper {
	background-image: url(background-content.gif);
	background-repeat: repeat-x;
	width: 147px;
	float: left;
	min-height: 300px;
	padding: 38px 19px;
}

div.news-wrapper {
	margin-bottom: 40px;
}

div.newsimage {
	margin-bottom: 5px;
}

div.newscontent h4,
div.newscontent h4 a {
	color: #8dcb29;
}

div.newscontent a {
	text-decoration: underline;
	color: #6c9c1e;
}

/* --</ Right panel >-- */

div#footer-wrapper {
	height: 37px;
	padding-top: 20px;
	border-top: 1px solid #fff;
	color: #8dcb29;
}

div#footer-wrapper a {
	color: #8dcb29;
	text-decoration: none;
}

div#footer-wrapper strong {
	color: #212d01;
}