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

*{
	background: none !important;
	color: black !important;
}


div#wrapper{
	width: auto;
}

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

	div#head h1 a#logo{
		position: relative;
		
		height: auto;
		width: auto;
	
		margin: 0 auto;
		background-color: transparent;
		
		text-indent: 0;
	}

h2#seitenueberschrift{
	text-indent: 0;
}
	h2#seitenueberschrift:before{
		content: "Sie befinden sich hier: "
	}

div#footer{
	height: auto;
	padding: 15px 0;
}
	div#footer address{
		text-align:left;
	}

img#banner, ul#navigation, ul#subnavigation{
	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;
}
