html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
} 

body {
  background: #E0D5B7 url(../css/images/page_bg.jpg) repeat-x;
	text-align: center;
	color: #74653D;
	padding-bottom: 10px;
}


img {
	border: 0;
}
a {
	color: #464544;
}

a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

   h1 img {
	display: block;
}


#right img{
  border: 3px solid #C4AE7C;
  margin-right: 12px;
}


@media screen and (min-width: 801px) {

body {
  font: 12px verdana, arial, sans-serif;
} 

#right h1 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h2 {
  font: 16px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
} 

#support {
  background: url(../css/images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
  text-align: left;
}

#support p {
  margin: 0.7em 2.6em;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
  position: relative;
  background: url(../css/images/body_bg.gif) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 535px;
  height: 279px;
  background: url(../css/images/new_header_2.jpg) no-repeat;
}

#header img{
  display: none;
}

#language {
  position: absolute;
  top: 245px;
  left: 607px;
  width: 175px;
  height: 30px;
}


#left {
  float: left;
  width: 243px;
}

#right {
  float: right;
  width: 480px;
  padding-right: 29px;
  padding-top: 301px;
}

#logo {
  width: 244px;
  height: 152px;
  background: url(../css/images/new_header_1_icl_logo.jpg) no-repeat;
  text-align: center;
  color: #595959;
}

#logo_image{
  display: none;
}

#logo p {
  margin: 0px 25px 4px 25px;
  border-top: 1px solid #B8B8B8; 
  border-bottom: 1px solid #B8B8B8; 
  padding: 3px;
  /*letter-spacing: 0.2em;*/
  font-weight: bold;
}

#logo h1 {
  padding-top: 15px;
  padding-left: 65px;
  padding-bottom: 15px;
  font: 26px "arial narrow", arial, sans-serif;
  font-weight: bold;
  
}

#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(../css/images/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(../css/images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(../css/images/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 12px 0px 12px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(../css/images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

#dropdowns{
display: none;
}

#index_img{
  width: 180px;
  float: right; 
  margin-left: 10px;"
}

}

 @media screen and (max-width: 800px) {
 
 body {
  font: 13px verdana, arial, sans-serif;
  width: 100%
} 

#header {
  position: relative;
  width: 100%;
  height: auto;
}

#header img{
  width: 100%;
}

#right h1 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h2 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 12px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}

#support {
  background: url(../css/images/support_mobil.jpg) no-repeat right;
  padding: 1px;
  height: 67px;
  background-color: rgb(187,173,144);
  color: #1A1A18;
  text-align: left;
  font-size: 14px;
}

#support p {
  margin: 0px 6% ;
}
     
#logo {
  width: 100%;
  height: 74px;
  background: url(../css/images/mobil/mobil_header-float.png) repeat;
  text-align: center;
  color: #595959;
}

#logo_image{
  position: relative;
  float: left;
  padding-left: 10px;
  height: 70px;
  overflow: hidden;
}

#logo p {
  position: relative;
  border-top: 1px solid #B8B8B8; 
  border-bottom: 1px solid #B8B8B8; 
  padding: 3px;
  /*letter-spacing: 0.2em;*/
  font-weight: bold;
  float: left;
  width: 70%; 
  margin: 0px;  
  margin-left: 10px;
  
}

#logo h1 {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font: 26px "arial narrow", arial, sans-serif;
  font-weight: bold;
  float: left;
  width: 70%;
  
}

#navi{
  display: none;
}

#right {
  float: right;
  padding: 6%;
  text-align: left;
}
   
   #wrapper{
    width: 100%;
    background: none;
    margin: 0;
    clear: both;
   }
   
#index_img{
  width: 100%; 
  margin-bottom: 10px;
} 

}


@media screen and (max-width: 385px) {
 
#logo p {
  padding: 3px;
  width: 65%; 
  margin: 0px;  
  margin-left: 10px;
  font-size: 10px;
}

#logo h1 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
  width: 65%;
  
} 
 
 }
 
@media screen and (max-width: 280px) {
 
#logo p {
  padding: 3px;
  width: 60%; 
  margin: 0px;  
  margin-left: 10px;
  font-size: 8px;
}

#logo h1 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  width: 60%;
  
} 

#logo_image{
  width: 60px;
}
 
 }