/** BASIC */
/* add to floating elements which shall clear floating after themselves */ 
* html .clearfix {
    height: 1%; /* IE5-6 */
    }
*+html .clearfix {
	display: inline-block; /* IE7not8 */
	}
.clearfix:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


	html { height: 101%; }
	body { margin: 0px; padding: 0px; background: #fff; font-family:verdana; font-size:11px; background:#e9e9e9; }

	a:link, a:visited  {
		color: #C60;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		color: #C60;
	}

	#wrapper {
		text-align: left;
		margin: 5px auto;
		padding: 0px;
		border:0;
		width: 990px;
		border:1px solid #fff;
		background:#fff;
	}

	#header {
		margin: 0 0 0 0;
		width:990px;
		height:90px;
		background: url("../img/feuer-kopf.jpg") no-repeat 0 0;
	}

	#side-a {
		float: left;
		width: 0px;
	
	}

	#side-b {
		float: left;
		width: 300px;
		padding-bottom:30px;
	}

	#content { 
		float: left;
		width:350px;
		padding:20px 0 30px 85px;
	}

	#footer {
		clear: both;
		background: #333333;
		padding:20px 0 0 85px;
		height:150px;
		color:#fff;
	}