 @import "reset.css";
 body{
 background: #ffffff url(img/back.jpg) repeat-x;
 width:100%;
 height:100%;
 min-width:995px;
 _width:expression(document.body.clientWidth > 995 ? "100%" : "995px");
 }
 .header{
 width:100%;
 height:235px;
 }
 .leftback{

 background: url(img/leftclowd.jpg) no-repeat;
 width:100%;
 height:235px;
 }
 .rightback{ 
 background: url(img/rightclowd.jpg) no-repeat;
 background-position:right top;
 width:100%;
 height:235px;
 }
 .logo{
 background: url(img/logo.gif) no-repeat;
 height:235px;
 width:100%;
 background-position: 45% 75%;
 }
 .wrapper{
 width:100%;
 display:inline-block;
 }
 
 .leftcolumn{
 background-color:#ffffff;
 height:350px;
 width:210px;
 float:left;
 
 }
 .content{
 margin-left:210px;
 padding-left:40px;
 padding-right:40px;
 padding-bottom:10px;
 text-align:justify;
 }
 .footer{
  width:100%;
  height:105px;
  background: url(img/footerback.jpg) repeat-x;
 }
 .footerleft{
 width:201px;
 height:90px;
 background: url(img/footerline.jpg) no-repeat;
 background-position: right top;
 padding-left:10px;
 padding-top:15px;
 }
 .menu{
 width:175px;
 margin-top:20px;
 display:inline-block;
 }
 .menu1 a{
 float:left;
 width:175px;
 background: url(img/menu1.jpg) no-repeat;
 height:34px;
 }
 .menu2 a{
 float:left;
 width:175px;
 background: url(img/menu2.jpg) no-repeat;
 height:34px;
 }
 .menu3 a{
 float:left;
 width:175px;
 background: url(img/menu3.jpg) no-repeat;
 height:34px;
 }
.whitetxt{
display:block;
margin-top:10px;}

.copyright{
float:right;
margin-right:20px;
margin-top:77px;
}
.img{
margin:0px 15px 0px 10px;
float:left;
}
.ind{
position:absolute;
top:8px;
left:33px;
}
.lang{
margin-left:30px;
margin-top:10px;
display:block;
}

 /* text styles */
 
 .greytxt{
font-family:tahoma, sans-serif;
color:#b6b6b6;
font-size:12px;
}
.whitetxt{
font-family:tahoma, sans-serif;
color:#ffffff;
font-size:12px;
}
.copyright{
font-family:tahoma, sans-serif;
color:#ffffff;
font-size:12px;
}
h1{
font-family:tahoma, sans-serif;
font-weight:bold;
color:#ca0030;
font-size:16px;
}
h2{
font-family:tahoma, sans-serif;
font-weight:bold;
color:#000000;
font-size:14px;
}
h3{
font-family:tahoma, sans-serif;
font-weight:normal;
color:#000000;
font-size:12px;
}
p{
margin-left:10px;
}
.ind a{
text-decoration:none;
font-family:tahoma, sans-serif;
font-weight:normal;
color:#ffffff;
font-size:14px;
}
.lang{
font-family:tahoma, sans-serif;
font-weight:bold;
color:#ca0030;
font-size:14px;
line-height:18px;

}
.uberfont{
font-family:tahoma, sans-serif;
color:#c0c0c0;
font-size:20px;
line-height:24px;
}
strong{
font-weight:bold;
}
 