body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Merryweather', Times New Roman, serif;
	color: #222222;
	font-size: 14pt;
	font-weight: 400;
	}

/* ---------- SITE-CONSTRUCTION ---------- */

.wide_1 {
	width: 100%;
	background: #ffffff;
	}

.wide_2 {
	width: 100%;
	background: #e8e8e8;
	}

.wide_3 {
	width: 100%;
	background: #d8d8e3;
	}

header {
	width: 980px;
	margin: 0 auto;
	height: 150px;
	}

#logo {
	float: left;
	margin: 25px 0 0 30px;
	}

#phone {
	float: right;
	margin: 78px 30px 0 0;
	color: #3b3a73;
	padding: 0;
	background: url(../images/icon_telefon.jpg) left no-repeat;
	}

nav {
	width: 980px;
	margin: 0 auto;
	height: 50px;
	border-left: 1px solid #ffffff;
	}

#picture {
	width: 100%;
	height: 400px;
	background: url(../images/motiv_dr_siegmund.jpg) center no-repeat;
	border-top: 1px solid #ffffff;
	}

#contentwrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	}

.highlights {
	float: left;
	width: 300px;
	}

.content {
	float: left;
	width: 600px;
	margin: 0 0 0 80px;
	padding: 45px 0;
	}

#infos {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 10px;
	}

#kontakt {
	float: left;
	width: 300px;
	}

#timetable {
	float: left;
	width: 300px;
	margin: 0 0 0 40px;
	}

#maps {
	float: left;
	width: 300px;
	margin: 0 0 0 40px;
	}

footer {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	}

#impressum {
	float: left;
	}

.clear {
	clear: both;
	}

/* ---------- NAVIGATION / LINKS ---------- */


a, a:visited, a:focus {
	text-decoration: underline;
	color: #222222;
	}

a:hover {
	text-decoration: none;
	color: #3b3a73;
	}

a.invislink {
	color: #222222;
	text-decoration: none;
	}

a.invislink:hover {
	color: #222222;
	text-decoration: underline;
	}

img.piclink {
	border: none;
	text-decoration: none;
	}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

nav ul li {
	float: left;
	margin: 0;
	padding: 15px 30px;
	height: 20px;
	display: block;
	border-right: 1px solid #ffffff;
	}

nav ul li a {
	color: #222222;
	text-decoration: none;
	text-transform: uppercase;
	}

nav ul li a:hover,
nav ul li a.active {
	color: #3b3a73;
	text-decoration: underline;
	}

.highlights ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.highlights ul li.specials {
	background: #e8e8e8;
	padding: 20px 0 20px 30px;
	}

.highlights ul li {
	padding: 20px 0 20px 30px;
	border-bottom: 1px solid #e8e8e8;
	}

.highlights ul li a {
	color: #888888;
	text-decoration: none;
	}

.highlights ul li a:hover,
.highlights ul li a.active {
	color: #222222;
	}

#impressum ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	}

#impressum a {
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	}

#impressum a:hover {
	color: #666666;
	text-decoration: underline;
	}

/* ---------- HTML / TAGS / CLASSES ---------- */

h1, .hl1 {
	color: #3b3a73;
	font-size: 24pt;
	font-weight: 300;
	}

h2, .hl2 {
	color: #3b3a73;
	font-size: 20pt;
	font-weight: 300;
	}

h3, .hl3 {
	color: #3b3a73;
	font-size: 18pt;
	font-weight: 700;
	}

p {
	}

table.zeiten {
	border-collapse: collapse;
	}

td {
	padding-right: 8px;
	}

tr {
	vertical-align: top;
	}

.center {
	text-align: center;
	}

.bold {
	font-weight: bold;
	}

.blau {
	color: #3b3a73;
	}

.title {
	color: #3b3a73;
	font-weight: 300;
	font-size: 18pt;
	}

.name {
	color: #3b3a73;
	font-weight: 700;
	font-size: 24pt;
	}

iframe {
	border: none;
	}

.number {
	font-weight: 700;
	padding: 0 0 0 40px;
	}

.imglink {
	border: none;
	text-decoration: none;
	}

img.contpic {
	border: 1px solid #e8e8e8;
	float: right;
	margin: 0 0 20px 20px;
	}

.news {
	background: #d8d8e3;
	padding: 20px;
	text-align: center;
	color: #000000;
	}