@import url("screen.css");



/*-----------------   INHALT   -----------------*/
.wrap{
	width: 99%;
	margin: 0;
}

.content{
	float: none;
	width: 100%;
	padding: 20px 0px 20px 0px;
	border: none;
}

.wrap .haelfte{
	width: 45%;
}

.objRechts{
	float: right;
	white-space: nowrap;	
}


/*-----------------   SIDEBAR   -----------------*/
.sidebar{
	display: none;
}


/*-----------------   FOOTER   -----------------*/
.footer{
	width: 99%;
	height: auto;
}
.footer .objRechts{
	display: none;
}

/*-----------------   FLASH-ANI   -----------------*/
.animation{
	display: none;
}


/*-----------------   HEADER   -----------------*/
.header{
	width: 99%;
	height: 40px;
	clear: both;
}

h1.logo{
	float: none;
	margin: 0;
}

h1.logo a{
	padding: 0;
	height: auto;
	background:none;
}

.header ul{
	display: none;
}
