html, body{
  margin:0;
  padding:0;
  text-align:center;
  /*background-image: url(../images/132.png);
  background-image: url(../images/134.png);*/
  background-color: #FFF3F3; /*#DBD7D0; #E9E5DC; #FCE6BF*/
  font-family: Calibri, Verdana, sans-serif;
  font-size: 12px;
} 

#gap{ 
  position:relative;
  height:5px;
}

#pagewidth{ 
  width:800px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid #000000;
} 

/*
 * Header
 */
#header{
  position:relative;
  height:150px;
  /*top:5px;*/
  background-image: url(../images/header.jpg);
  width:100%;

} 

#title{
  position:absolute;
  top: 40px;
  height: 32px;
  line-height: 32px;
  margin-left: 20px;
  width: 750px;
  clear:both;
  font-family: Georgia,"Trebuchet MS",sans-serif;
  font-size: 32px;
  color:#FFFFFF;
}

#line{
  position:absolute;
  /*top: 126px;
  height: 1px;*/
  width: 544px;
  
  top: 119px;
  height: 1px;
  
  margin-left: 10px;
  /*background-color: #630000;*/
}

/*
 * Navigation
 */
#navigation{
  position:absolute;
  top: 102px;
  height: 48px;
  line-height: 24px;
  width: 560px;
  padding-left: 10px;
  clear:both;
  color: #FFFFFF;
  font-weight: bold;
}

#navigation ul{
  margin:0;
  padding:0;
  list-style-type:none;
  width:auto;
}

#navigation ul li{
  display:block;
  float:left;
  margin:0 1px 0 0;
  vertical-align:middle;
}

#navigation ul li a{
  display:block;
  float:left;
  color:#FFFFFF;
  text-decoration:none;
  padding:0px 10px 0px 10px;
  height:24px;
}

#navigation ul li a:hover,#navigation ul li a.current{
  color:#fff;
  background-color: #630000;
}

#languagebar{
  position:absolute;
  top: 30px;
  left: 500px;
  height: 15px;
  width: 55px;
  /*background-color: yellow;*/
}

/*
 * Content
 */
#content{
  background-color: #F0F0F0; /*#EEEEEE; 99A316; CCCCCC*/
  float: right;
  display:inline;
  position: relative;
  width:780px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}


h1, .contentheading, .componentheading {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}


/*
 * Footer
 */
#footer{
  height: 24px;
  line-height: 24px;
  background-color: #330100;
  clear:both;
  text-align: center;
  color: #FFFFFF;
}
 

 
/* *** Float containers fix: *** */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
