html { 
	height:100%; 
}

body { 
	font-size: 12px; 
	line-height: 14pt; 
  background-color: #CECECE;
	color: #010019; 
	font-family:  Helvetica, Arial, Verdana, sans-serif; 
	height:100%; 
	margin:0%; 
	padding:0%;
}

#all { 
	position: relative; 
	min-height: 100%;
  background-color: #FFFFFF;
	width: 900px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
}

* HTML #all { 
	height: 100%; 
}
/* Zeichen und Inhalte */
p, td { 
	font-size: 12px; 
	color: #010019; 
	font-family:  Helvetica, Arial, Verdana, sans-serif; 
	line-height: 14px; 
	margin: 0;
}
h1 { font-size: 13pt;  font-weight: bold; color: #010019;  font-family: Verdana, Arial, sans-serif;  margin: 0;}
h2 { font-size: 12pt;  font-weight: bold; color: #010019;  font-family: Verdana, Arial, sans-serif;  margin: 0; }
h3 { font-size: 11pt;  font-weight: bold; color: #010019;  font-family: Verdana, Arial, sans-serif;  margin: 0; margin-bottom: 5px;}


a { font-family:  Helvetica, Arial, Verdana, sans-serif; text-decoration: underline; color: #010019 }
a:hover { font-family:  Helvetica, Arial, Verdana, sans-serif; text-decoration: underline; color: #010019 }
a:active { font-family:  Helvetica, Arial, Verdana, sans-serif; text-decoration: underline; color: #010019 }
a:visited { font-family:  Helvetica, Arial, Verdana, sans-serif; text-decoration: underline; color: #010019 }

img.spaced {
  padding-top: 10px;
  padding-bottom: 10px;
}
table.boxed {
  text-align: left;
  width: 100%; 
  border: 1px solid #FF9900;
}
div.box {
  width: 140px;
  height: auto;
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
}
/* Homepage Gerüst */


#header { 
	width: 900px;
	float: left;
  background-color: #FF9900;
}
#content { 
  margin: 0px;
  float: left;
  width: 900px;
  min-height:500px;
  height:auto !important;
  height:500px;
  background-color: #FFFFFF; 
}
#headline { 
  width: 860px;
	padding: 20px;
}
#main { 
  float: left;
	width: 700px;
  padding-left: 20px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 11px;
  min-height:500px;
  height:auto !important;
  height:500px;
  clear: both;
}
#boxcontainer {
  margin-top: 0px;
  margin-left: 730px;
  width: 160px;
  height: auto;
  border-left-style: dotted;
  border-left-width: 1px;
  border-left-color: #C0C0C0;
}
#footer {
	width: 100%; 
	position: absolute;	
	bottom: 0; 
	height: 20px; 
	background-color: #FF9900;
	color: #000000;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
        clear: both;
}

                        
#werbung_rechts {
   Position:absolute;
   top:0px;
   left:910px;
   vertical-align: top;
   text-align: right;
   height:600px;
   width:120px;
   z-index:99;
   background-color:transparent;
}

