/* CSS Document */
html,body { 
  margin: 0; 
  padding: 0; 
  background:url(../gfx/bg.gif) #ffffff repeat-x;
  height:100%; /* needed for container min-height */
  min-height:100%;
}

img
{
  border:0;
}

div { 
  font-family: Tahoma, Arial; 
  font-size: 12px; 
}

h2
{
  border-left: 8px solid #FFFFFF;

}

h3 { 
  font-family: Arial, Tahoma; 
  font-size: 17px; 
  font-weight: lighter; 
  letter-spacing: -1px; 
  color: #484848; 
  margin-bottom: 1px; 
  margin-left: -2px; 
  font-weight: bolder; 
} 

.WebBody
{
  position:relative;
  margin:0 auto;
  width:915px;
  
  height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.Head
{
  height:183px;
  width:916px;
}

.HeadLeft
{
  width:280px;
  height:152px;
  float:left;
}

.HeadHomePage
{
  width:106px;
  height:31px;
  float:right;
}

.HeadContact
{
  width:89px;
  height:31px;
  float:right;
}

.HeadLeftFiled
{
  width:280px;
  height:30px;
}

.HeadLeftLogo
{
  background:url(../gfx/logo.gif);
  width:280px;
  height:121px;
  clear:both;
}

.HeadRight
{
  background:url(../gfx/logo2.gif);
  width:636px;
  height:152px;
  float:right;
}

.HeadMenu
{
  height:29px;
  width:916px;
  float:left;
  text-transform: uppercase;
  font-family:Arial,Tahoma;
  font-size:15px;
  font-weight:bolder;
  color:#484848;
  clear:both;
  padding-left:12px;
}

.HeadMenu a
{
  color:#615d5b;
  text-decoration: none;
}

.HeadMenu a:hover
{
  color:#EAD12D;
  text-decoration: underline;
}


.HeadMenuFirst
{
  height:29px;
  float:left;
  padding-right:5px;
  
  text-transform: uppercase;
  font-family:Arial,Tahoma;
  font-size:15px;
  font-weight:bolder;
  
  padding-top:10px;
}

.HeadMenuItem
{
  /*width:50px;*/
  height:29px;
  float:left;
  border-left:#e6e6e6 1px solid;
  padding-left:5px;
  padding-right:5px;
  
  text-transform: uppercase;
  font-family:Arial,Tahoma;
  font-size:15px;
  font-weight:bolder;
  
  padding-top:10px;
}

.Content
{
 background:url('../gfx/index.jpg');
 border:0;
  margin-top:5px;
  width:915px;
  height:421px;
}

.ContentOther1
{
  background:url('../gfx/bgsub.jpg') no-repeat;
  
  margin-top:5px;
  width:635px;
  /*915*/
  height:150px;
  padding-left:280px;
  padding-top:105px;
  font-family:Arial,Tahoma;
  color:white;
  text-transform: uppercase;
  font-size:35px;
  font-weight:bolder; 
}

.ContentOther
{
  background:url('../gfx/bgsub.jpg') no-repeat;
  
  margin-top:5px;
  width:635px;
  /*915*/
  height:150px;
  padding-left:280px;
  padding-top:105px;
  font-family:Arial,Tahoma;
  color:white;
  text-transform: uppercase;
  font-size:38px;
  font-weight:bolder; 
  line-height:20px;
}

.ContentContainer
{
  width:915px;
  height:100%;
  min-height:100%;
  /*background-color:#f9f9f9;*/
  
}

.ContentLang
{
  float:left;
  height:8px;
  width:233px;
  margin-top:-36px;
  padding-left:40px;
  padding-top:60px;
}

.ContentContainerLeft
{
  width:166px;
  float:left;
  padding-left:40px;
  margin-top:-120px;
  padding-top:120px;
  clear: both;
}

.ContentContainerMiddle
{
 background: url('../gfx/bgtxt.gif') no-repeat;
 width:13px;
 height:100%;
 clear: both;
}

.ContentContainerRight
{
  width:619px;
  float:right;
  border-left:#e6e6e6 2px solid;
  margin-top:-90px;
  padding-left:10px;
  height:100%;
  text-align: justify;
}

.ContentContainerRight a
{
  color:black;
  text-decoration: none;
}

.ContentContainerRight a:hover
{
  color:#EAD12D;
  text-decoration: underline;
}

.aaa
{
  width:915px;
  height:100%;
  min-height: 100%;
}

.ContentTableMenu
{
  background-color:#1f1a1a;
  width:642px;
  height:73px;
  float:right;
  margin-top:-36px;
  /*padding-top:15px;*/
  line-height:18px;
}

.FooterGap
{
  width:916px;
  height:70px;
  position:relative;
  clear:both;
}

.Footer
{
  width:915px;
  height:62px;
  border-top:#e6e6e6 1px solid;
  position:relative;
  clear:both;
}

.FooterLogo
{
  width:252px;
  height:52px;
  float:left;
  padding-right:20px;
  padding-top:10px;
}

.FooterLogoPict
{
  background:url(../gfx/footer-logo.gif) no-repeat;
  width:134px;
  height:32px;
  float:right;
}

.FooterMenu
{
  width:642px;
  height:52px;
  float:right;
  padding-top:10px
}

.FooterMenuLine
{
  width:642px;
  height:30px;
  
}

.FooterMenu a
{
  color:#615d5b;
  text-decoration: none;
}

.FooterMenu a:hover
{
  color: #EAD12D;
  text-decoration: none;
}

a.whitelink2 { 
  padding-left: 13px; 
  background: url(../gfx/arr1.gif) no-repeat;
  color:white;
  text-transform: uppercase;
  font-family:Arial,Tahoma;
  font-size:14px;
  font-weight:bolder;
  text-decoration: none;
}

th
{
    background-color:#808080;
}
hr { 
    background: transparent; 
    border:0; 
    border-bottom:1px solid #f1f1f1; 
    color:#ffffff
}
    

.frame {
	border: 1px solid #E5E5E5;
	padding: 5px;
	background: #ffffff
}

.LabelText
{
  width:300px;
  height:100px;
  font-family:Arial,Tahoma;
  color:white;
  text-transform: uppercase;
  font-size:35px;
  font-weight:bolder;
}

.contentin
{
  width:100%;
  min-width:100%
 
}

.tdlast
{
 border-bottom: 1px solid #e5e5e5;
}

.td1
{
  width:200px;
  background-color: #cccccc;
}

.td2
{
  background-color: #cccccc;
  width:310px;
}

.td3
{
  background-color: #cccccc;
  width:159px;
  text-align:left;
}

.td4
{
  width:159px;
  text-align:left;
}
