@import url(kwpro.css);

#wrapper {width: 100%;
margin: 0;}

#header {

    margin: 0;
    padding: 0;
    height: 120px;
    background: none;
}

#header img#logo {
    position: absolute;
    top: 0;
    left: 0px;
}


ul#navi {
	display: none;

}

ul#footer a {
	display: none;

}


#inhalt {
    	margin: 0px 0 0 0px;
	padding: 20px 0px 0px 0px;
	width: 100%;
    	font-size: 100.01%;
    	min-height: 340px;
}

#inhaltstext {
         padding: 0;
         margin: 0 0 0 0;
         border: 0px solid blue;
         width: 80%;
}

#zusatz {
	border: 0px solid green;

}

#inhalt #zusatz div.box h1, #zusatz div.box p {
	color: #DB007A;
}

img.hr {
	width: 300px;
}

img.sprache {display: none;}