﻿body {
 background: #ffffff;
 font-family: tahoma,"Times New Roman", arial, sans-serif;
 color: #000000;
 font-size: 15px;
 margin:0px;
 padding:0px;
}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}


div#container {
 width: 100%;
 margin: 0px auto;
 background: #FFFFFF;
 padding: 0px;
 text-align:center;
 position:relative;
}

div#header {
 width: 100%;
 top: 0px;
 position:relative;
 display:inline-table;
 background-color:#c2dfd8;
}

div#headertop { 
 width: 100%;
 height:248px;
 top: 0px;
}

div#headerbottom { 
 width: 100%;
 bottom:0px;
 position:absolute;
}

div#content {
 width: 100%;
 text-align:center;
 background: #FFFFFF;
 margin: 0px auto;
 padding:0px; 
}

.lineImg{	
	vertical-align: bottom;
}  

.headImg{	
	vertical-align: bottom;
} 

.homeImg{
	vertical-align: middle;
	max-width:100%;
}

.SmallHeadImg{	
	display:none;	
}

.tblContent{
	width:50%;
}

@media (max-width:500px) {
    .lineImg{
        display:none !important;
    }
    .headImg{
        display:none !important;
    }

	.SmallHeadImg{	
		display:block !important;
	}
	.tblContent{
		width:90% !important;
	}
    
}    
  
.button {
  background-color: #1f8a70; /* Green */
  border: none;
  color: white;
  width:100px;
  height:30px;
  text-align: center;
  padding-top:6px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family:Tahoma;
}

.button:hover{
	background-color: #186b57;
	font-size: 16px;
	 font-style:italic;
}

.lang{
  background-color: #1f8a70; /* Green */
  border: none;
  color: white;
  width:30px;
  height:25px;
  text-align: center;
  padding-top:6px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-family:Tahoma;	
}
.lang:hover{
	background-color: #186b57;
	font-weight:bold;

}
.tbl {
	border-style: none;
	border-color: inherit;
	border-width: 0;			
}
.about{
 	font-size:15px; 
 	line-height: 2.2;
}

.contact{
 	font-size:15px;  	
}


