/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #999999;
}
#wrapper {
	background-color: #D6E7F5;
	width: 800px;
	position: relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0a71b4;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #42a62a;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #fce90b;
}
#header {
	background-color: #93C847;
	position: relative;
	height: 30px;
}
#main {
	position: relative;
}


/* footer */

#footer {
	background-color: #F9F9F9;
	text-align: right;
	clear: both;
	position: relative;
	margin: 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 0.8em;
}


/* middlerow */

#middlerow {
	height: 180px;
	background-color: #F9F9F9;
}
.startseite {
	background-image: url(images/team.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.musik {
	background-image: url(images/mr1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.bilder {
	background-image: url(images/mr3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.termine {
	background-image: url(images/mr5.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.kontakt {
	background-image: url(images/mr4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.impressum {
	background-image: url(images/mr6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}



/* navigation */

#navigation {
	position: absolute;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	top: 180px;
	left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation li a {
	margin: 0px;
	text-decoration: none;
	color: #0A71B4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 1.7;
	position: relative;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	position: relative;
	font-weight: bold;
	color: #FF9900;
}
#navigation #current {
	text-decoration: none;
	background-image: url(images/arrow-left.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px;
	text-decoration: none;
	color: #0A71B4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 1.7;
	position: relative;
	font-weight: bold;
}


/* content */

#content {
	margin-left: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFCC;
	padding: 20px;
}
p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 1.3;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.2em;
	color: #34AB1B;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #1F433F;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.alignCenter {
	text-align: center;
}



.float_left {
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a {
	color: #CC6600;
}
a:hover, a:focus, a:active {
	color: #0A71B4;
}
a img {
	border: 4px solid #EBF5D6;
}
a:hover img, a:focus img, a:active img  {
	border: 4px solid #FFFFFF;
}

a img.zahnfreundlich {
	border: 0px;
}
a:hover img.zahnfreundlich, a:focus img.zahnfreundlich, a:active img.zahnfreundlich {
	border: 0px;
}


.float_right {
	float: right;
	position: relative;
	right: 0px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.clear {
	position: relative;
	clear: both;
	padding-left: 25px;
}

td {
	padding: 8px;
}
table {
	font-size: 0.9em;
	margin-bottom: 10px;
}

th {
	font-weight: bold;
	text-align: left;
	padding: 8px;
	color: #666666;
}
.hidden {
  position: absolute;
  top: -6000px;
  left: -6000px;
  height: 1px;
  width: 1px;
}
ul {
	font-size: 0.9em;
}
li {
	line-height: 1.3;
}
dl {
	float: left;
	position: relative;
	padding: 0px;
	list-style-type: circle;
	margin: 0px;
}
dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
}
dt {
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
	list-style-type: disc;
}
.dt_praxis {
	padding: 0px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dd_praxis {
	padding: 0px;
	margin: 0px;
}
#map {width: 500px; height: 400px;}

ul.leistungen li {
	margin-bottom: 8px;
}
