/*
========================================
           Framework
========================================
*/

html {
  height: 100%;
}

body {
  background-color: #BABABA;
  color: #454646;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*
========================================
           Globals
========================================
*/

#content a {
  background: url(http://www.beton.org/fileadmin/templates/screen/icons/link_int.gif) no-repeat 0 5px;
  padding-left: 10px;
}

a {
  color: #464545;
}

a img { 
  border:none;
}

h1 {
  font-size: 18px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/*
========================================
           #Header
========================================
*/

#header {
  background: #BABABA url(../img/bg_header_right.gif) no-repeat 930px 0;
  height: 287px;
  padding: 5px 0 0 0;
  width: 944px;
}

#logo {
  float: left;
}

#claim {
  background: url(../img/bg_claim.jpg) no-repeat;
  float: left;
  height: 22px;
  width: 705px;
}

#house {
  float: left;
  width: 705px;
}
 

/*
========================================
           #Content
========================================
*/

#content {
  background-color: #FFFFFF;
  padding: 20px 20px 40px 225px;
  width: 685px;
}

/*
========================================
           #Footer
========================================
*/

#footer {
  bottom: 19px;
  font-size:11px;
  padding: 2px 10px 5px 30px;
  position: absolute;
  width: 890px;
}

#footer p {
  margin: 0;
  padding: 0;
}

/*
========================================
           No-Flash Version
========================================
*/

#wrapper_noflash {
  background: #FFFFFF;
  width: 980px;
}

#wrapper_noflash #header {
  background: none;
  padding-top: 0;
  position: relative;
}

#wrapper_noflash #header div {
  background: #FFFFFF;
  height: 2px;
  position: absolute;
  bottom: 0;
  width: 225px
}

#wrapper_noflash #header h1 {
  margin-top: 75px;
}

#wrapper_noflash #content {
  border-top: 1px solid #BABABA;
  margin-left: 20px;
  padding-left: 0;
  width: 920px;
}

#wrapper_noflash #content ul {
  list-style: none;
  padding-left: 25px;
}

#wrapper_noflash #content ul li {
  margin-bottom: 3px;
}

#wrapper_noflash #content ul li a:focus,
#wrapper_noflash #content ul li a:hover {
  color: #999999;
}

#wrapper_noflash #footer {
  border-top: 1px solid #BABABA;
  background: #FFFFFF;
  margin: 50px 20px 0 20px;
  position: relative;
  padding: 5px 20px 0 20px;
  text-align: right;
  width: 900px;
}

#wrapper_noflash #footer ul li {
  display: inline;
  list-style: none;
  margin-left: 25px;
}

#wrapper_noflash #footer ul li a {
  color: #454646;
  text-decoration: none;
}

#wrapper_noflash #footer ul li a:focus,
#wrapper_noflash #footer ul li a:hover {
  text-decoration: underline;
}

