body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.gesamt {
 	width:760px;
	margin:0px auto;
	text-align:left;
	background-color: white;
}


#topsection{
background-color: #001624;
color: yellow;
height: 180px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
	margin: 0px;
	height: auto;

}

#contentcolumn{
	margin-left: 160px; /*Set left margin to LeftColumnWidth*/
	background-color: white;
	margin-top: 0px;
	background-image: url(./Images/bg.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding-top: 0px;
	}

#leftcolumn{
height: auto;
float: left;
text-align: center;
width: 160px; /*Width of left column*/
margin-left: -100%;
background-color: #001624;
color: yellow;
}

#footer{
height: auto;
clear: left;
background: #332b24;
color: #FFF;
text-align: right;
 padding: 0px 6px 0px 0px;
}

#footer a{
color: #FFF;
}

.innertube{
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#leftcolumn a {
  color: #001624;
  text-decoration:none;

	}
