/* @override 
	http://localhost:8888/mbb/_css/main.css */

div.ausan {
	display: none;
}

div.anaus {
	display: block;
}

body {
	background: #5e5946;
	font-family:  Georgia, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #312622;
}

.ondark{
	color: white;
}

ul.navigation {
	list-style-type: none;
	list-style-position: inside;
}

ul.subnavigation {
	list-style-type: none;
	list-style-position: inside;
	margin-left: -40px;
}

.selected {
	display: block;
}

a {
	color: #312622;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:visited {
	color: #756058;
}

img.content {
	border: 1px solid;
}

img.link {
	border: 0px;
}

.newsbloglist {
	list-style-type: none;
	margin-left: -1em;
}

tr.hover:hover {
	opacity: 0.7;
}

ul {
	list-style-type: none;
}

.warenkorbhinweis{
	font-size: 0.75em;
}

.frage{
	font-variant: small-caps;
}
.antwort {
	padding-left: 2em;
	font-style: italic;
}

.warnung {
	color: red;
	font-variant: bold;
}