/* http://www.tmb.de/files/default.css 1.0.6 (12/30/10) */
/* Copyright (c) Florian Fink http://www.florian-fink.de */
/* Alle Rechte vorbehalten. */

a {
	font-weight: bold;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

a:focus {
	color: #000000;
}

body, td, li, p {
	font-family: "times new roman", times, serif;
	font-size: 13px;
	line-height: 20px;
}

#shadow {
	box-shadow: 2px 2px 10px #000000;
	-moz-box-shadow: 2px 2px 10px #000000;
	-khtml-box-shadow: 2px 2px 10px #000000;
	-webkit-box-shadow: 2px 2px 10px #000000;
}

#banner {
	width: 110px;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	color: #871e1e;
	background-color: #f0e6be;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-top-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

