
/* allgemeine Einstellungen für die Seite */
body {
	/* damit der Ausdruck in meinem Win-Opera funkt (und nicht überläuft), muss bei font-size 0.7em (oder ähnlich) stehen */
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#000000;
	width:90%;
}

#page, #page_margins {
	margin:0px !important;
	width:100% !important;
}

div.skiplinks, div#col2, div#col3  {
	display:none !important;
}

div#col1, body.stepIn #col1  {
	width:100%;
	margin:0px;
	padding:0px;
	float:none;
}

div#header {
width:100%;
}

.print_only {
	display:inline !important;
}

div#footer div {
		padding:17px 27px 17px 17px; /* siehe Content */
		margin-left:0px;
		border-left:0px;
}

/* erstmal wegen der langen URLs nicht eingesetzt
#col1_content a:after {
 content: attr(href);
}*/

