*{
	padding:0;
	margin:0;
	border:0;
}

html, body {
 	height: 100%; /* wichtig */
	color: black;
	text-align: center;
}
body {
	font: 62.5% Arial, Verdana, sans-serif;
    margin:0;
}


.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear { display: inline-table; }

/* Hides from IE-mac */
* html .clear {height: 1%;}
.clear {display: block;zoom:1;}
/* End hide from IE-mac */


p {
  margin: 0;
  padding: 1em 0;
  font-size: 1.2em;
}

.box{
	width:998px;
	margin:0 auto;
	text-align:left;
    position: relative;
    min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
	background:transparent;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0;
}
a {
  color: black;
}


.header{
	height: 66px;
	background: transparent url(grafik/dscb_usa_logo.gif) no-repeat 50px 30px;
    text-align: right;
}
.header a{
  position: relative;
  right: 8px;
  top: 8px;
  display:inline;
}


.header h1{
  line-height: 80px;
	font-size: 2.0em;
	color:red;
}

.inhalt {
  	padding: 0 5px 40px;
}
.inhalt .containerHead {
  margin: 20px 0;
  position: relative;
}

.inhalt .pa{
  position: absolute;
  z-index: 2;
}
.inhalt .GB{
  top: 251px;
  right: 384px;
}
.inhalt .DE{
  top: 398px;
  left: 38px;
}
.inhalt .FR{
  top: 398px;
  left: 72px;
}
.inhalt .IT{
  top: 398px;
  left: 106px;
}
.inhalt .leftCol {
  width: 469px;
  float: left;
}
.inhalt .rightCol {
  width: 469px;
  float: right;
  margin-right: 5px;
}
.inhalt .block p {
  font-size: 1em;
}


.inhalt .leftCol .grey, .inhalt .rightCol .grey {
height: 33px;
background-attachment: scroll;
background-repeat: repeat;
background-image: none;
background-position: 0% 0%;
background-color: #1e1e1e;
font-size: 14px;
font-weight: 700;
font-style: italic;
padding-left: 10px;
color: #ffffff;
line-height: 33px;
}
.inhalt .rightCol .block, .inhalt .leftCol .block {
margin-bottom: 61px;
background-attachment: scroll;
background-repeat: repeat;
background-image: none;
background-position: 0% 0%;
background-color: #e5e5e5;
height: auto;
padding-bottom: 1px;
position: relative;
}
.inhalt .leftCol .block img, .inhalt .rightCol .block img {
float: left;
margin-right: 10px;
margin-left: 1px;
}
.inhalt .leftCol p, .inhalt .rightCol p {
padding-bottom: 0px;
padding-right: 0px;
}
.inhalt .rightCol .block .goOn, .inhalt .pressnews_block .goOn, .inhalt .leftCol .block .goOn {
background-attachment: scroll;
background-repeat: no-repeat;
background-image: url("http://www.agrob-buchtal.de/css/grafik/p_rechts.png");
background-position: 0% 0%;
background-color: transparent;
width: 20px;
height: 20px;
position: absolute;
bottom: 0px;
right: 0px;
}
.goOn a {
  display: block;
  height: 20px;
  width: 20px;
}


.inhalt .containerHead .fL {
  float: left;
  position: relative;
  border: 1px solid black;
  z-index: 1;
  margin-right: 10px;
}
.inhalt .containerHead .fR {
  float: right;
  border: 1px solid black;
  position: relative;
  z-index: 1;
}
.inhalt .containerHead img {
  padding: 4px;
}
.inhalt p {
  margin: 0 25px;
  display: block;
}


.footer {
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 0;
  height: 30px;
  display: none;
}

.footer p {
  margin: 0;
  padding: 7px 20px 0px 20px;
	text-align:center;
	font-size: 0.8em;
}



