body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-size: 13px;
	position: relative;
}

img {
    border: 0px;
}

#zahnarzt a {
	color: #000099;
}

#heilpraktiker a {
	color: #ffcc33;
}

#header {
	width: 945px;
	height: 155px;
	position: relative;
}

#zahnarzt #header {
	background-image: url(../images/header_zahnarzt.jpg);
	background-repeat: no-repeat;
}

#heilpraktiker #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	width: 294px;
	height: 83px;
	left: 540px;
}  

#navi {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 46px;
	top: 120px;
}

#navi li {
	display: inline;
	margin-right: 15px;
}

#navi li a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

#zahnarzt #navi li a:hover, #zahnarzt #navi li a.selected {
	border-bottom: 1px solid #000099;
}

#heilpraktiker #navi li a:hover, #heilpraktiker #navi li a.selected {
	border-bottom: 1px solid #ffcc33;
}

#leftcol {
	width: 371px;
} 

#rightcol {
	width: 421px;
	background-image: url(../images/rightcol_back.jpg);
	background-repeat: no-repeat;
	min-height: 223px;
	padding: 40px 141px 0 21px;
	position: absolute;
	left: 371px;
	top: 155px;
}

#rightcol p {
	text-align: justify;
}
#rightcol a {
color:#333333;
text-decoration:none;
}

#contacts {
	text-align: right;
	line-height: 1.5;
	font-size: 13px;
	padding-top: 20px;
	padding-right: 20px;
}

.imprint {
	font-size: 9px;
}

.blue {
	color: #000099;
}

.orange {
	color: #333;
}

#backlink img {
	padding-top: 10px;
	margin-bottom: 8px;
	display: block;
	clear: left;
}

#rightcol h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 33px;
}

#zahnarzt #rightcol h1 {
	color: #000099;
}

#rightcol h2 {
	font-size: 15px;
	font-weight: normal;
}

#zahnarzt #rightcol h2 {
	background-image: url(../images/bluedot.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: 1px solid #000099;
}

#heilpraktiker #rightcol h2 {
	background-image: url(../images/orangedot.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: 1px solid #ffcc33;
}

#rightcol ul {
	padding-left: 16px;
}

#zahnarzt #rightcol ul {
	list-style-image: url(../images/bluearrow.gif);
}

#heilpraktiker #rightcol ul {
	list-style-image: url(../images/yellowarrow.gif);
}

#map {
	width: 420px;
	height: 293px;
}

#timetable {
	float: right;
}

#timetable td {
	text-align: left;
}

#timetable td.left {
	width: 100px;
}

.cleardiv {
	clear: both;
}
