/* Layout */  

* {
   padding:0;
   margin:0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

#clear {
  clear: both;
}

#head {
  width: 960px; 
  margin-left: 15px;
}

#balken {
  height: 8px; 
  background-image: url("/fileadmin/GLT/templates/main/images/balken_oben.gif");
  background-repeat: no-repeat;
}

#logo {
  width: 654px; 
  height: 120px; 
  background-image: url("/fileadmin/GLT/templates/main/images/logo_glt.gif");
  background-repeat: no-repeat;
  margin-top: 15px;
  float: left;
}

#lang {
  width: 295px;
  height: 94px;
  margin: 50px 0 0 10px;
  float: right;
}

#keywords {
  clear: both;
  padding: 8px 0;
}

#body {
  width: 960px;
  margin-left: 15px;
  background-image: url("/fileadmin/GLT/templates/main/images/bg_body.gif");
}

#col_left {
  width: 154px;
  float: left;
}

#banner {  
  background-color: #f9d507;
  color: #000000;
}

#search {  
  height: 55px;
  background-color: #f9d507;
  color: #000000;
  border-top: 5px solid #ffffff;
}

#navi {
  background-color: #ffffff;
}

#box {
  background-color: #ff9a00;
  color: #ffffff;
  margin-top: 5px;
  border-top: 5px solid #ffffff;
}

#navi_end {
  min-height: 10px;
  height: auto !important;
  height: 10px;

  border-top: 5px solid #ffffff;
}

#col_center {
  float: left;
  width: 752px;
}

#content {
  margin: 0 10px 0 10px;
  padding: 0 10px 10px 10px;
}

#content.home.left{
  background-color: #0074B9;
  width: 240px;
  color: #FFFFFF;
  margin: 0px 10px;
}

#content.home.middle{
  width: 240px;
  margin: 0px 10px;
}

#content.home.right{
  width: 240px;
  margin: 0px 10px;
}

#global_navi {
  width: 960px;
  margin: 10px 0 0 60px;
  padding: 5px 0;
  text-align : center;
}

#footer {
  width: 960px;
  margin: 10px 0 0 60px;
}
