*{
	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_fr_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 .IT{
  top: 251px;
  left: 36px;
}

.inhalt .containerHead .fL {
  float: left;
  position: relative;
  border: 1px solid black;
  z-index: 1;
}
.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;
}
.inhalt .containerContent {
  width: 988px;
  background: transparent;
}
.inhalt .containerContent .menu {
  width: 330px;
  background: transparent;
  float: left;
}
.inhalt .containerContent .karte {
  width: 658px;
  background: transparent;
  float: left;
}
.inhalt .containerContent .karte h2 {
  padding: 10px 0 30px;
}
.inhalt .containerContent .karte table p {
  margin-top: 20px;
}


.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;
}



