@import url(typo3.css);

html {
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	color: #000;
	background-image:url(../../images/body_bg.gif);
}

/*
L A Y O U T
*/

div#header {
	margin: 0px;
  	padding: 0px;
	width: 774px;
	height: 151px;
}
div#subheader {
	margin: 0px;
  	padding: 0px;
	width: 773px;
	height: 29px;
	border: 0px solid #fff;
	border-right-width: 1px;
	background-color: #7EB372;
}
div#main {
	margin: 0px;
  	padding: 0px;
	width: 774px;
	background-color: #fff;
	background-image:url(../../images/main_bg.gif);
	backgound-repeat: repeat-y;
	background-position: top;
}
div#leftcol {
	margin: 0px;
  	padding: 0px;
	width: 220px;
	float: left;
}
div#maincol {
	margin: 0px;
  	padding: 0px;
	width: 550px;
	height: 100%;
	float: left;
}


div#content {
	margin: 30px 60px 30px 60px;
  	padding: 0px;
}


div.menu {
	margin: 0px;
	padding: 0px;
}
div#servicemenu {
	margin: 0px;
  	padding: 0px;
	padding-right: 20px;
	height: 29px;
	float: right;
	color: #DEE9D7;
	line-height: 29px;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.menu li {
	list-style: none;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	padding-left: 30px;
	font-size: 0.9em;
}
div.menu li.act {
	list-style: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 30px;
	font-size: 0.9em;
	font-weight: bold;
}
div.menu li.actifsub {
	list-style: none;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	padding-left: 30px;
	font-size: 0.9em;
	font-weight: bold;
}

div.menu li.level2 {
	list-style: none;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	padding-left: 50px;
	font-size: 0.9em;
}
div.menu li.level2act {
	list-style: none;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	padding-left: 50px;
	font-size: 0.9em;
	font-weight: bold;
}
div#login {
	margin: 0px;
	margin-left: 30px;
	margin-top: 15px;
  	padding: 0px;
	color: #6B9B48;
	font-size: 0.85em;
}
div#footer {
	margin: 0px;
  	padding: 0px;
}
.author {
	display: none;
}


/* LINKS */

a:link, a:visited, a:active {
	background-color: transparent;
	text-decoration: none;
	color: #bb4C2B;
}
#content a:hover {
	background-color: #ffeee5;
	text-decoration: none;
	color: #bb4C2B;
}

.menu li a:link, .menu li a:visited, .menu li a:active {
	color: #873C2B;
}
.menu h5 a:link, .menu h5 a:visited, .menu h5 a:active, .menu h5 a:hover {
	color: #6B9B48;
}
.menu li a:hover {
	color: #6B9B48;
}

#leftcol ul {
	padding-top: 7px;
	padding-bottom: 10px;
}


#servicemenu a:link, #servicemenu a:visited, #servicemenu a:active {
	color: #DEE9D7;
	font-weight: bold;
}
#servicemenu a:hover {
	color: #fff;
}
#servicemenu .level2act a:link, #servicemenu .level2act a:visited, #servicemenu .level2act a:active, #servicemenu .level2act a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #f5f5ff;
}
.csc-textpic-image a, .csc-textpic-image a:link, .csc-textpic-image a:active, .csc-textpic-image a:visited, .csc-textpic-image a:hover {
	border: 0px;
	background-color: none;
}
.csc-textpic csc-textpic-left csc-textpic-above csc-textpic-caption-r {
	text-align: left;
}

/* FORMAT */

h1 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: -15px;
	color: #74955C;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	margin-bottom: 10px;
	color: #74955C;
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	margin: 0px;
	margin-bottom: 10px;
	color: #74955C;
}
h4, h5 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
}

div#leftcol h5 {
	margin: 0px;
	margin-bottom: 8px;
	padding: 5px 10px 5px 30px;
	background-color: #CBE0C6;
	font-size: 1.2em;
	border: 0px solid #fff;
	border-bottom-width: 1px;
}


.bodytext, p {
	font-family: Arial, Helvetica, sans-serif;
	line-height : 1.4em;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

div#content td {
	font-size: 12px;
}
.contenttable td {
	margin: 0px;
	padding: 3px;
}
.contenttable p {
	margin: 0px;
	padding: 0px;
}


/* FORMS */

input {
	border: 1px solid #7DB272;
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #7DB272;
	margin-bottom: 5px;
}
select {
	border: 1px solid #7DB272;
	margin-bottom: 5px;
}
.submitbutton, .tx-newloginbox-pi1-submit {
	background-color:#F6D300;
	color: #841000;
	font-weight: bold;
	border: 1px solid #841000;
	font-size: 11px;
}

fieldset {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}


img {
	border: 0px;
	background: none;
}

div#content ul {
	margin-top:20px;
	margin-bottom: 25px;
	margin-left: 15px;
}
div#content li {
	list-style-image: url(../../images/icon_list_elem.gif);
	margin-bottom: 6px;
	color: #777777;
	font-size:0.9em;
}

.loginmsg {
	margin: 0px;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #7EB372;
	background-color: #F3F7F2;
	font-size: 0.9em;
}

.contenttable {
	margin-bottom: 20px;
}
.contenttable th {
	background-color: #e7f0e4;
	padding: 5px 7px 5px 7px;
	text-align: left;
	border: 0px solid #fff;
	border-right-width: 3px;
	border-bottom-width: 3px;
	font-size: 80%;
}
html>body .contenttable th {
	font-size: 100%;
}
.contenttable td {
	background-color: #f3f3f3;
	padding: 3px 7px 3px 7px;
	border: 0px solid #fff;
	border-right-width: 3px;
	border-bottom-width: 3px;
}
.contenttable td.darkcell {
	background-color: #eaeaea;
}