<style type="text/css">
/* mac hide \*/
html, body {
	height:100%;
	padding:0;
	margin:0;
}
/* end hide*/
body {
	background:#FFFFFF;
	color: #000000;
}
#outer {
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:165px;
	background:#FFFFFF;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
}
* html #outer {
	height:100%;
}
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background: #406700;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:165px;
	float:left;
	margin-left:-164px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;/* line things up exactly*/
}
#left2 {
        /*position:relative;/*ie needs this to show float */
        position:fixed;
	float:left;
        width:165px;
        margin-left:-164px;/*must be 1px less than width otherwise won't push footer down */
	 clear:both;
}
* html #left {
	margin-right:-3px
}/* three pixel jog*/
#left p {
	padding-left:3px;
	padding-right:2px
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background: #406700;
	color: #000000;
	text-align:center;
	position:relative;
	margin-top:-52px;
}
* html #footer {/*only ie gets this style*/
	height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearfooter {
	clear:both;
	height:52px;
}/*needed to make room for footer*/
#centrecontent {
	float:right;
	width:100%;
	margin:0 0 0 -1px;
	position:relative;
	z-index:1;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#outer:after {
	clear:both;
	display:block;
	height:1%;
	content:" ";
}
/* Boobles */
#bobble {
    width: 200px;
    background-color: #DDD;
    padding:10px;
}

/* Sprechpfeil */
#bobble div {
    width: 0px;
    height: 0px;
    border-top: 20px solid #ddd;
    border-right: 20px solid white;
    display: inline;
    position: relative;
    top: 57px;
}
</style>
