body {
	font-size:1em;
}

#kopf {
	padding:0;
	background:none;
	border-bottom:3px dotted gray;
}

#kopf img {
	width:25%;
	/*height:50%;*/
}

#kopf h1 {
	color:black;
	font-size:1.8em;
}

#inhalt {
	width:100%;
}

#inhalt div.linkespalte, #inhalt div.rechtespalte {
	width:48%;
}

#nav, #list-menu, #suche, #rechts, #neues, #seitenende, p.seitenanfang {
    display:none;
}

a {
	font-size:.9em;
	font-weight:bold;
	color:black;
	border-bottom:0;
}

a:before {
	content:"\21af";
}
#inhalt .alpha-shadow div a:before, #inhalt table.tontraeger a:before, #kopf a:before {
	content:"";
}

