/* Stylesheet für Dr. Hanna */

body {
	margin: 10px;
	background-color: #4A5997;
}

body, td, div, span, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

a {
	color: #4A5997;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.seite {
	width: 700px;
	height: 100%;
	background-color: #FFFFFF;
}

h1, .seitentitel {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

h2, .newstitel {
	font-size: 13px;
	font-weight: bold;
}

.bgmenu {
	background-color: #B9D1F4;
}

.txtweiss {
	color: white;
}

.bildtext {
	font-size: 11px;
}

.praezision {
	border: 3px solid #B9D1F4;
	height: 40px;
}

ul.zeiten, ul.zeiten li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}




