@import url("font.css");
@import url("layout.css");

*{
	background: none !important;
}


div#wrapper{
	width: auto;
}

	div#head{
		height: auto !important; /* Höche des Schriftzugs bzw. des Logos */
	}

	div#head a#logo{
		position: relative;
	
		margin: 0 auto;
		background-color: transparent;
	}

div#wrapper:after{
	content: "/*Hier nochmal den Seitenbetreiber*/";
}

ul#navigation, div#footer, p.footerpush, img#banner{
	display: none !important;
	
	height: 1px !important;
}

*[title]:after{
	content: " ("attr(title)") ";
}

a:not([href^='#']):after{
	content: " (" attr(href) ") ";
}

img[alt]:after{
	content: " ("attr(alt)") ";
}

q:before, blockquote:before{
	content: open-quote;
}

q:after, blockquote:after{
	content: close-quote;
}
