BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(bg-body.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	color: #555555;
	margin: 0px;
	padding-left: 55px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-left: 0px solid #938BDB;
}
/* ______________________________________________________________________________*/

/* 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 */
H2 {
	font-family: "Calibri, Verdana, Arial, Helvetica, sans-serif;";
	font-size: 22px;
	margin-bottom: 3px;
	color: #245028;
}
H3 {
	font-family: "Calibri, Verdana, Arial, Helvetica, sans-serif;";
	font-size: 20px; 
	margin-bottom: 3px; 
	margin-top: 3px;
	color: #245028;
}
H4 {
	font-family: "Calibri, Verdana, Arial, Helvetica, sans-serif;";
	font-size: 17px; 
	margin-bottom: 3px; 
	margin-top: 3px;
	color: #245028;
}
H5{
	font-family: "Calibri, Verdana, Arial, Helvetica, sans-serif;";
	font-size: 15px; 
	margin-bottom: 3px; 
	margin-top: 3px;
	color: #245028;
}
H6{
	font-family: "Calibri, Verdana, Arial, Helvetica, sans-serif;";
	font-size: 13px; 
	margin-bottom: 3px; 
	margin-top: 3px;
	color: #245028;
}
H7{
	font-family: "Verdana, Arial, Helvetica, sans-serif;";
	font-size: 11px; 
	margin-bottom: 1px; 
	margin-top: 1px;
	color: #245028;
}

/* ______________________________________________________________________________*/

/* Links on the pages */
A {
	color: #245028;
	text-decoration: undeline;
}
A:hover {
	color: #AAAAAA;
	text-decoration: none;
}

/* ______________________________________________________________________________*/

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
TH {
	text-align: left;
}
TABLE.list {
	width: 100%;
}
TR.list_odd {}
TR.list_even {}
TD.image {
	vertical-align: top;
	padding-right: 10px;
}
TD.ingressimg {
	vertical-align: top;
	padding-right: 10px;
}
TD.cont {
	vertical-align: top;
}

DIV.date {
	font-size: 10px;
	font-weight: bold;
	padding-top: 6px;
}

/* ______________________________________________________________________________*/

/* Forms on the pages */
FORM {
	margin: 0px;
}
INPUT, TEXTAREA, SELECT, OPTION, BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Text next to a checkbox */
LABEL {
	font-weight: bold;
}
INPUT.box {
	vertical-align: middle;
}
INPUT.txt {
	width: 300px;
}
INPUT.browse {}
SELECT {
	width: 300px;
}
TEXTAREA {
	width: 450px;
	height: 100px;
}

/* ______________________________________________________________________________*/

/* Text above normal input fields */
DIV.frmhead {
	font-weight: bold;
	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.left {
	margin-right: 10px;
}
IMG.right {
	margin-left: 10px;
}
IMG.free {
	margin-bottom: 5px;
}
P {
	margin: 0px;
}
LI {
	margin: 0px;
}
UL {
	margin-bottom: 1px;
	margin-top: 1px;
}
OL {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* ______________________________________________________________________________*/

/* Header 1, 2, 3, 4 */

FONT.size1 {
	font-size: 10px;
}
FONT.size2 {
	font-size: 11px;
}
FONT.size3 {
	font-size: 12px;
}
FONT.size4 {
	font-size: 14px;
}

/* ______________________________________________________________________________*/

/* Product module */
H4.product {}
DIV.productintroduction {}

/* ______________________________________________________________________________*/

/* News module */
H4.news {
	font-size: 11px;
}
NEWSDET{
	font-size: 11px;
}

/* ______________________________________________________________________________*/

