@charset "utf-8";

/** DEFAULT SETS */
.float-remover {
	clear: both;
}
form {
	padding: 0px;
	margin: 0px;
}

.textarea-short, .textarea-long  {
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
}
.textarea-short {
	width: 230px;
	height: 100px;	
}
.textarea-long {
	width: 230px;
	height: 200px;	
}

.eventsList p.lead {
   padding: 3px 0px 10px 0px;
   color: #4A4A4A;
   font-weight: bold;
}

.textarea-datasheet {
	width: 340px;
	height: 200px;	
}

.inputtext {
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	width: 130px;
}
.inputtext-long {
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	width: 230px;
}
.inputsubmit {
	color: #FFF;
	font-size: 12px;
	background-color: #8e8e8e;
	border: 1px solid #666;

}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(images/siteimages/body-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/** ERROR AND SUCCESS MESSAGES */
.page-success {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #0C0;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	border: 1px solid #060;	
}

.page-error {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	border: 1px solid #C00;
}

/** CONTAINERS */

#container-site {
	width: 980px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}
#container-languages {
	height: 40px;
}
.container-flag-header {
	float: left;
	padding: 12px 5px 12px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
}
.container-flag {
	float: left;
	padding: 5px 1px 5px 1px;
}
#container-logo {
	height: 158px;
}

#container-logo img {
   margin-left: 4px;
}
#container-select-language {
	float: left;
	width: 500px;
	font-size: 14px;
	font-weight: normal;
	color: #5f8965;
	padding: 6px 5px 6px 0px;
}
#container-visus {
	float: left;
	padding: 2px 0px 2px 0px;
	width: 475px;
	text-align:right;
}
#container-content-space {
	height: 16px;
}
#container-content {
	background-image: url(images/siteimages/container-menu-background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#container-content-left {
	background: #ffffff url(images/siteimages/container-content-left-header.jpg) no-repeat center top;
	width: 151px;
	padding: 20px 0px 0px 0px;
	margin: 0px 9px 0px 0px;
	float: left;
}
#container-content-left ul {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	list-style:none;
}
#container-content-left li A {
	padding: 3px 3px 3px 3px;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8fc59a;
	text-decoration: none;
}
#container-content-left li A:HOVER {
	background-color: #75b783;
	color: #FFF;
}

#container-content-center {
	float: left;
	width: 673px;
}

#container-content-right {
	float: left;
	width: 139px;
	margin: 0px 0px 0px 8px;
}

#container-footer {
   clear: both;
   background-color: #ffffff;
	text-align:center;
	padding: 15px 10px 15px 10px;
}

#container-footer-sponsor {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #4d7957;	
}

#container-footer-text {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #4d7957;	
}

#container-footer-text A {
	color: #87c194;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding: 5px;
	display: inline-block;
}
#container-footer-text A:HOVER {
	text-decoration: underline;
}

/** -------------------------- BOXES  ------------------------------- **/

/** CONTENTBOX BIG **/

.contentbox-big-header {
	background-image: url(images/siteimages/container-bigcontent-header.jpg);
	height: 15px;
	width: 673px;	
}
.contentbox-big-content {
	background:#FFF;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.contentbox-big-content-h1 {
	background-image: url(images/siteimages/container-bigcontent-h1-spot.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
    margin-bottom: 15px;
}
.contentbox-big-content-h1 h1 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #75b783;
}
.contentbox-big-footer {
	background-image: url(images/siteimages/container-bigcontent-footer.gif);
	height: 10px;
	width: 673px;
}

/** CONTENTBOX MIDDLE **/

.content-middle {
   /* display: block; */
   clear: both;
}

.contentbox-middle-left, .contentbox-middle-right {
	float: left;
	width: 328px;
}
.contentbox-middle-left {
	margin: 0px 9px 0px 0px; 	
}
.contentbox-middle-right {
	margin: 0px 0px 0px 8px;
}
.contentbox-middle-h1 {
	background-image: url(images/siteimages/container-middlecontent-h1-spot.jpg);
	margin-left: 14px;
	padding: 10px 10px 10px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.contentbox-middle-h1 h1 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #75b783;
}
.contentbox-middle-header {
	background-image: url(images/siteimages/container-middlecontent-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
}
.contentbox-middle-content {
	text-align:center;
	padding: 10px 14px 10px 14px;
	background-color:#FFF;
}
.contentbox-middle-footer {
	background-image: url(images/siteimages/container-middlecontent-footer.gif);
	height: 18px;
	background-repeat: no-repeat;
	background-position: center top;
}
/** COUNTERBOX **/
.counterbox {
	width: 139px;
	padding: 0px 5px 5px 5px;
}
.counterbox-table td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #75b783;
	background-color: #FFF;
	border: 2px solid #4e7d55;	
	padding: 7px;
}
.counterbox-footer {
	font-size: 16px;
	font-weight: bold;
	color: #266c36;	
}

/** -------- BANNER --------- */

.container-banner-vertical
{
   text-align: left;
    padding: 10px; 
}

/** ---------------- ARTICLES --------------------- */

.article {
    color: #666666;
    border-bottom: 1px dotted #266c36;
    font-size: 12px;
}

.article p {
   color: #666666;
   font-weight: normal;
   font-size: 12px;
}

.article h3 {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}
.article h4 {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}
.article A {
    color: #266c36;
    text-decoration: underline;
}
.article A:HOVER {
    text-decoration: none;
}

.article img {
   border: 0px;
}

/** --------------- STEPPER --------------------- */

.stepper {
	float: left;
	padding: 5px;
	background-color: #f0f0e6;
	margin: 2px; 
}

/** ------------------  Bulletin ----------------- */
.bulletin-container {
    color: #666;
    border-bottom: 1px dotted #266c36;
}
.bulletin-container A {
    color: #266c36;
    text-decoration: underline;
}
.bulletin-container A:HOVER {
    text-decoration: none;
}

.bulletin-container img {
   border: 0px;
}

/** ---------------- SITE CENTER ----------------------*/
.page-center-container {
    color: #666;
    border-bottom: 1px dotted #266c36;
    text-align: center;
}
.page-center-container A {
    color: #266c36;
    text-decoration: underline;
}
.page-center-container A:HOVER {
    text-decoration: none;
}
.page-center-container input, .page-center-container textarea {
    background-color: #87c194;
    color: #FFF;
    border: 1px solid #666;
}
.page-center-container textarea {
    width: 450px;
    height: 350px;
}
.page-center-container input[type="text"] {
    width: 450px;
}
.page-center-container input[type="submit"] {
    width: 150px;
}

/** ---------------- EVENTS LIST ------------------------- */

.eventsList {
    border-bottom: 1px dotted #266c36;
    margin-bottom: 5px;
}
.eventsList h1 {
    font-size: large;
    color: #446044;
    padding: 5px 0px 5px 0px;
    margin: 0px;
}
.eventsList h2 {
    font-size: 12px;
    color: #5a685a;
    padding: 0px;
    margin: 0px;
}
.eventsList p {
    padding: 2px 0px 2px 0px;
    margin: 0px;
}
.eventsList input[type="button"] {
    border: 1px solid #446044;
    color: #FFF;
    background-color: #446044;
    font-size: 10px;
}
.events-date {
    color: #FFF;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    border: 1px solid #446044;
    text-align: center;
    background-color: #446044;
}

/** ------------------- CONTENT DATAS --------------------- */

.content-datas A {
    color: #5a685a;
    font-size: 12px;
    text-decoration: underline;
}

.content-datas A:HOVER {
    text-decoration: none;
}

.content-datas img {
   border: 0px;
}

.content-datas h2, .content-datas h3, .content-datas h4 {
    color: #5f8965;
}


/** --------------- LITS -------------------------------------- */
.list-left-col {
    float: left; width: 450px;
}
.list-right-col {
    float: left; 
    border-left: 1px solid #446044; 
    padding-left: 10px; 
    margin-bottom: 3px;
}
/** --------------- HORIZONTAL MENU --------------------- */
.horizontal-menu {
    
}
.horizontal-menu ul {
    padding: 0px;
    margin: 0px;
}
.horizontal-menu li {
    float: left;
    list-style: none;
}
.horizontal-menu A {
    padding: 8px;
    display: block;
    color: #FFF;
    background-color: #75b783;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 2px 10px 2px;
    font-size: 11px;    
}
.horizontal-menu A:HOVER {
    color: #75b783;
    background-color: #FFF;
}
/** ----------------------- GALLERY ----------------------- */
.gallery-list {
    border-bottom: 1px dotted #266c36;
    margin-bottom: 5px;
}
.gallery-photo {
    float: left;
    width: 140px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.gallery-datas {
    float: left;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.gallery-datas p {
    padding: 0px;
    margin: 0px;
}
.gallery-datas h2 {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    color: #446044;
}
.gallery-photo-list {
    float: left;
    width: 140px;
    height: 140px;
    padding-left: 10px;
    padding-right: 10px;
}

.photo-links {
    margin: 15px 0px 5px 0px;
}
.photo-links A {
    text-decoration: none;
    color: #446044;
}
.photo-links A:HOVER {
    text-decoration: underline;
}

.photo-links img {
   border: 0px;
}



.date_format {
   font-size: 11px;
   font-weight: bold;
}

.td1 {
   width: 30%;
   font-weight: bold;
   font-size: 12px;
   text-align: right;
   padding-right: 20px;
}

.td2 {
   text-align: left;
   padding-left: 10px;
}

