* {
	margin: 0;
	padding: 0;
}

img, table {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #555;
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.hidden {
	display: none;
}

.clearFloat {
	clear: both;
}

.abbildung {
	background-color:#F5F5F5;
	border:1px solid #bbb;
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px 10px 0;
	width:155px;
}

.abbildung img { margin-bottom: 10px; }

#newspage img {margin-right:10px;}

a:link,a:visited,a:active {
	color: #b10000;
	text-decoration: none;
}
a:hover {
	color: #b10000;
	text-decoration: underline;
}

#page {
	width: 960px;
	margin: auto auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px 20px 0px 20px;
}

#header {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 289px;
	width: 960px;
}

h1 {
	height: 37px;
	width: 960px;
	border-bottom: 1px solid #bbb;
	text-align:right;
	margin-bottom: 10px;
}

#navigation {
	padding: 10px;
	width: 220px;
	height: 221px;
	border-right: 1px solid #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	background-color: #4f4f4f;
}

#navigation ul, #navigation ul a {
	list-style-type: none;
	color: #e5dccf;
	line-height: 16px;
}

#navigation ul a {
	display: block;
	padding: 2px;
}

#navigation ul a:hover { background-color: #444; }

#navigation ul li ul {
	list-style-image: url(../images/iconMenu.gif);
	margin-left: 15px;
	margin-bottom: 0;
}

#main {
	margin: 33px 1px 0 0;
	float: left;
	width: 719px;
	border-top: 1px solid #bbb;
}

#welcome {
	padding: 10px;
	margin-bottom: 15px;
}

#startLeft {
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	float: left;
	width: 359px;
}

#startRight {
	padding: 10px;
	border-top: 1px solid #bbb;
	float: right;
	width: 339px;
}

#main h2 {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#main h3 {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 15px;
}

#main ul {
	margin: 0 0 20px 25px;
	list-style-image: url(../images/iconList.gif);
	line-height: 16px;
}

#main ul li {
	margin-bottom: 5px;
}

#main dl {
	line-height: 16px;
}

#main dt {
	float: left;
	width: 220px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 2px 5px 2px 5px;
}

#main dd {
	margin-bottom: 1px;
	padding: 2px 5px 2px 5px;
}

#sidebar {
	background: transparent url(../images/logo.gif) no-repeat bottom center;
	margin-top: 10px;
	float: right;
	padding-bottom: 140px;
	width: 240px;
}

#sidebar h2 {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 0 5px 2px;
	background-repeat: no-repeat;
	background-position: right;
}

#sidebar dl {
	line-height: 16px;
}

#sidebar dt {
	float: left;
	width: 30px;
	font-weight: bold;
}

.iconAnfahrt {
	background-image: url(../images/iconAnfahrt.gif);
}

.iconKontakt {
	background-image: url(../images/iconKontakt.gif);
}

.iconSprechstunden {
	background-image: url(../images/iconSprechstunden.gif);
}

p {
	line-height: 16px;
	margin-bottom: 10px;
}

#footer {
	border-top: 1px solid #bbb;
	margin-top: 40px;
	padding: 10px;
	color: #999;
}

#footerLeft {
	float: left;
}

#footerRight {
	text-align: right;
}

.boxDark {
	background-color: #f5f5f5;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
}

.boxLight {
	background-color: #fff;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
}

.boxRezept {
	border: 1px solid #bbb;
	background-color: #ffeeee;
	padding: 10px;
}

.boxRezept label, .boxDark label {
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
}

.boxRezept input[type=text], .boxRezept textarea, .boxDark input[type=text], .boxDark textarea {
	width: 668px;
	font-size: 11px;
	padding: 2px;
}

.checkbox {
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
}

address {
	font-style: normal;
}

.colorGrey {
	color: #999;
}

#main th, #main td {
	padding: 5px 2px 5px 2px;
}

.listLight {
	background-color: #f5f5f5;
}

.listDark {
	background-color: #fff;
}

.userPicture {
	float: left;
	margin: 0 10px 20px 0;
	width: 220px;
}

.userData {
	margin: 0 0 20px 250px;
}