@charset "utf-8";

header,
nav,
aside,
footer {
	display: block;
	}

@media screen, projection {

* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-family: Arial, sans-serif;
	vertical-align: baseline;
	}

ul {
	list-style: none;
	}

body {
	min-width: 980px;
	background: #dfeadb;
	color: #696969;
	font-size: .813em;
	line-height: 1.4;
	padding-bottom: 15px;
	}

.berlin body {
	background: #cfcbc6;
	}

a {
	color: #67b467;
	text-decoration: underline;
	}

.berlin a {
	color: #000;
	}

a:hover {
	text-decoration: none;
	}

p,
dl,
address {
	padding-bottom: 1.5em;
	}

table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	margin-bottom: 2.5em;
	}

th,
td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #c0c0c0;
	padding: 5px;
	}

th {
	background: #eaeaea;
	font-weight: bold;
	}

#inhalt ul {
	padding-bottom: 1.5em;
	}

#inhalt li,
#seite-start #inhalt #portrait-liste li li,
#seite-studien #inhalt dt,
#seite-mitarbeiter #zusatzinfos dd {
	background: url(/grafiken/list-symbol.gif) no-repeat 0 .6em;
	padding-left: 12px;
	}

.berlin #inhalt li,
#seite-start.berlin #inhalt #portrait-liste li li,
#seite-studien.berlin #inhalt dt,
#seite-mitarbeiter.berlin #zusatzinfos dd {
	background-image: url(/grafiken/list-symbol-sw.gif);
	}

#seite-index #hauptinhalt,
#seite-anfahrt.potsdam #hauptinhalt,
#seite-praxis #hauptinhalt,
#seite-medien #hauptinhalt,
#seite-veranstaltungen #hauptinhalt,
#seite-links #hauptinhalt {
	width: 100%;
	}

hr,
#seite-kontakt #hauptinhalt hr,
#seite-impressum #hauptinhalt hr {
	display: none;
	}

#hauptinhalt hr,
#zusatzinfos hr {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	border-top: 1px solid #dcdcdc;
	margin-bottom: 10px;
	}

textarea {
	overflow: auto; /* für IE inkl. 8 */
	}

address {
	font-style: normal;
	}

#inhalt img {
	border: 1px solid #c0c0c0;
	padding: 3px;
	}

/* ============================================================ */
/* Schriftgrößen und Überschriften */

h1,
h2,
h3,
h4,
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

h2 {
	position: absolute;
	left: -9999px;
	top: -9999px;
	}

#inhalt h2 {
	position: static;
	background: #fff;
	font-size: 1.538em;
	letter-spacing: 1px;
	padding-bottom: 1em;
	}

h2,
h3 {
	line-height: 1.2;
	}

h3,
h4 {
	padding-bottom: .3em;
	}

h3 {
	font-size: 1.231em;
	}

h4 {
	line-height: 1.3;
	}

/* ============================================================ */
/* zentrale Elemente */

#gesamt {
	background: #fff;
	max-width: 1090px;
	position: relative;
	margin: 0 auto;
	border-top: 15px solid #dfeadb; /* Sprunglink bis ganz nach oben */
	padding: 2.5em 1px 0;
	}

.berlin #gesamt {
	border-top-color: #cfcbc6;
	}

h1,
h1 a {
	height: 175px;
	}

h1 {
	width: 340px;
	position: relative;
	background: url(/grafiken/logo.png) no-repeat 5px 5px;
	margin: 0 auto 25px;
	}

h1 a {
	display: block;
	}

h1 span {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-indent: -9999px;
	font-size: 0;
	}

.potsdam h1,
.potsdam h1 a,
.berlin h1,
.berlin h1 a {
	height: 150px;
	}

.potsdam h1 span {
	background: url(/grafiken/logo.png) no-repeat 5px -145px;
	}

h1 br {
	display: none;
	}

#inhalt-wrapper {
	clear: both;
	min-height: 400px;
	position: relative;
	margin: 0 19px;
	padding: 35px 0 20px;
	}

#inhalt {
	width: 81%;
	float: right;
	}

#hauptinhalt {
	width: 60%;
	float: left;
	}

aside,
#zusatzinfos {
	width: 34%;
	float: right;
	}

aside #zusatzinfos {
	width: 100%;
	}

#praxisinfo {
	float: left;
	width: 16%;
	font-size: .923em;
	line-height: 1.3;
	padding-top: 4em;
	}

#praxisinfo h3 {
	font-size: 1.083em;
	letter-spacing: 0;
	padding: 0;
	}

.potsdam #praxisinfo h3,
.berlin #praxisinfo h3 {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}

#praxisinfo p,
#praxisinfo dl {
	padding-bottom: 1em;
	}

#praxisinfo p#umzug {
	padding: 0;
	}

#praxisinfo p#standortwechsel {
	background: #dfeadb;
	text-align: center;
	margin-right: 18px;
	padding: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}

#praxisinfo p#standortwechsel a {
	display: block;
	color: #464646;
	font-size: 1.083em;
	text-decoration: none;
	padding: 6px 5px;
	text-shadow: 0 1px 1px #fff;
	}

.berlin #praxisinfo p#standortwechsel {
	background: #ddd9d3;
	}

#praxisinfo p#standortwechsel a:hover {
	text-decoration: underline;
	}

#praxisinfo dt {
	font-weight: bold;
	}

#praxisinfo strong {
	color: #c32121;
	}

#praxisinfo a.anfahrt {
	font-weight: bold;
	}

footer,
#fusszeile {
	clear: both;
	}

#fusszeile {
	background: url(/grafiken/impressionen.jpg) no-repeat 50% 15px;
	text-align: center;
	padding: 122px 10px 7px
	}

.berlin #fusszeile {
	background-image: url(/grafiken/impressionen-berlin.jpg);
	}

/* ============================================================ */
/* Sprunglinks */

#sprunglink,
#sprunglink a {
	width: 11em;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	text-align: center;
	padding: 0;
	}

#sprunglink a {
	left: -9999px;
	top: -9999px;
	}

#sprunglink a:active,
#sprunglink a:focus {
	left: 25px;
	top: 25px;
	z-index: 4;
	background: #67b467;
	color: #fff;
	text-decoration: underline;
	padding: .15em 0;
	}

p#seitenanfang {
	clear: both;
	float: left;
	width: 60%;
	text-align: right;
	padding: 0;
	}

p#seitenanfang.opt {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}

/* Ausnahmen */

#seite-index #seitenanfang,
#seite-kontakt #seitenanfang,
#seite-praxis.potsdam #seitenanfang {
	position: static;
	}

/* ============================================================ */
/* Sprachauswahl */

ul#sprachen {
	position: absolute;
	white-space: nowrap;
	top: 10px;
	right: 20px;
	line-height: 1.2;
	text-align: right;
	}

ul#sprachen li {
	display: inline;
	}

ul#sprachen li.current {
	display: none;
	}

ul#sprachen a {
	background: url(/grafiken/lang.png) no-repeat;
	padding: 3px 0 3px 30px;
	}

ul#sprachen li#de a {
	background-position: 0 50%;
	}

ul#sprachen li#en a {
	background-position: -500px 50%;
	}

/*
ul#sprachen li:before {
	content: "|";
	}

ul#sprachen a,
ul#sprachen strong {
	margin-left: .25em;
	}

ul#sprachen li:first-child:before {
	display: none;
	}

ul#sprachen li:first-child a,
ul#sprachen li:first-child strong {
	margin: 0;
	}
*/

/* ============================================================ */
/* Haupt-Navigation */

#nav {
	display: table;
	width: 100%;
	background: #f5f5f5;
	font-size: 1.077em;
	line-height: 1.2;
	}

#nav > li {
	display: table-cell;
	}

#nav a,
#nav strong {
	display: block;
	background: #f5f5f5;
	color: #464646;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #fff;
	padding: 10px 1px;
	text-shadow: 0 1px 1px #fff;
	}

#nav li#nav-1 a,
#nav li#nav-1 strong,
#nav a strong {
	border: none;
	}

#nav a:hover,
#nav li:hover a,
#nav li.ie-li-hover a,
#nav strong,
#nav li.aktuell a {
	background: #dfeadb;
	}

.berlin #nav a:hover,
.berlin #nav li:hover a,
.berlin #nav li.ie-li-hover a,
.berlin #nav strong,
.berlin #nav li.aktuell a {
	background: #ddd9d3;
	}

#nav a strong {
	background: transparent;
	padding: 0;
	}

#nav > li > a,
#nav > li > strong {
	position: relative;
	z-index: 2;
	}

/* ============================================================ */
/* Dropdown-Navigation */

#nav ul {
	width: 180px;
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 1;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 3px 18px rgba(0, 0, 0, .2);
	box-shadow: 0px 3px 18px rgba(0, 0, 0, .2);
	}

#nav li:hover ul,
#nav li.ie-li-hover ul {
	top: auto;
	left: auto;
	}

#gesamt #nav ul a,
#gesamt #nav ul strong {
	background: #eaeaea;
	text-align: left;
	border-left: none;
	border-top: 1px solid #fff;
	padding: 10px 12px;
	}

#gesamt #nav ul a:hover,
#gesamt #nav ul strong {
	background: #f5f5f5;
	}

/* ============================================================ */
/* Suchformular */

form#suche {
	position: absolute;
	top: 170px;
	right: 20px;
	white-space: nowrap;
	}

form#suche #suchfeld {
	width: 150px;
	background: #f5f5f5;
	color: #000;
	border: 1px solid #c0c0c0;
	padding: 2px;
	}

form#suche #suchbutton {
	background: rgb(225, 225, 225);
	color: #000;
	padding: 2px;
	}

form#suche #suchfeld:focus {
	background: #fff;
	border-color: rgb(150, 150, 150);
	}

/* ============================================================ */
/* Startseite */

#seite-index #inhalt-wrapper {
	padding-top: 10px;
	padding-left: 350px;
	}

#seite-index #inhalt {
	width: 100%;
	}

#seite-index #praxisinfo {
	width: 310px;
	margin-left: -350px;
	padding-top: 6em;
	}

#seite-index h1 {
	margin-bottom: 35px;
	}

#seite-index #inhalt h2 {
	font-size: 1.769em;
	text-align: center;
	margin-left: -350px;
	padding-bottom: 1.6em;
	}

#seite-index #hauptinhalt p {
	margin: 0 100px 0 50px;
	}

#seite-index #standortwahl {
	width: 460px;
	height: 380px;
	position: relative;
	background: url(/grafiken/karte-startseite.png) no-repeat;
	margin-left: 50px;
	padding: 0;
	}

#seite-index #standortwahl li {
	position: absolute;
	background: none;
	padding: 0;
	}

#seite-index #standortwahl a {
	display: block;
	color: #fff;
	}

#seite-index #standortwahl li#standort-berlin {
	width: 445px;
	top: 0;
	left: 0;
	}

#seite-index #standortwahl li#standort-berlin a {
	height: 280px;
	}

#seite-index #standortwahl li#standort-potsdam {
	width: 120px;
	top: 285px;
	left: 0;
	}

#seite-index #standortwahl li#standort-potsdam a {
	height: 80px;
	}

#seite-index #standortwahl strong {
	position: absolute;
	background: url(/grafiken/karte-startseite.png) no-repeat;
	}

#seite-index #standortwahl li#standort-berlin strong {
	top: 150px;
	left: -20px;
	background-position: 100px 100%;
	padding-bottom: 8px;
	}

#seite-index #standortwahl li#standort-potsdam strong {
	top: 27px;
	left: 70px;
	background-position: 0 -492px;
	padding-left: 9px;
	}

#seite-index #standortwahl span {
	display: block;
	background: #8e8e8f;
	font-weight: normal;
	line-height: 1.2;
	white-space: nowrap;
	padding: 8px 18px;
	text-shadow: 0 1px 1px #464646;
	}

#seite-index #standortwahl li#standort-berlin a:hover strong {
	background-position: -370px 100%;
	}

#seite-index #standortwahl li#standort-potsdam a:hover strong {
	background-position: 0 -992px;
	}

#seite-index #standortwahl a:hover span {
	background: #cc0d40;
	text-decoration: underline;
	}

#seite-index #potsdam-info,
#seite-index #berlin-info {
	min-height: 115px;
	background: url(/fotos/standort-potsdam.jpg) no-repeat 100% 0;
	padding-right: 150px;
	}

#seite-index #berlin-info {
	background-image: url(/fotos/standort-berlin.jpg);
	}

#seite-index #seitenanfang {
	padding-top: 20px;
	}

#seite-index #fusszeile {
	background: none;
	padding-top: 10px;
	}

/* Umzug Potsdam */

p#umzug-potsdam {
	position: relative;
	z-index: 1;
	padding: 0;
	}

p#umzug-potsdam strong {
	position: absolute;
	left: 153px;
	top: 35px;
	width: 360px;
	background: #fff;
	color: #c00;
	font-size: 1.8em;
	text-align: center;
	padding: 10px;
	border: 1px solid #c00;
	-webkit-box-shadow: 0px 5px 18px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 5px 18px rgba(0, 0, 0, .4);
	box-shadow: 0px 5px 18px rgba(0, 0, 0, .4);
	}

/* ============================================================ */
/* Startseite des jeweiligen Standortes */

#seite-start #portrait-liste {
	line-height: 1.3;
	margin: -.5em -25px 0 0;
	padding: 0;
	}

#seite-start #portrait-liste > li {
	display: inline-block;
	vertical-align: top;
	width: 143px;
	background: none;
	margin: 0 13px 1.2em 0;
	padding: 0;
	}

#seite-start #portrait-liste li a {
	display: block;
	}

#seite-start #portrait-liste li strong {
	display: block;
	padding-top: .5em;
	}

#seite-start #portrait-liste li br {
	display: none;
	}

#seite-start #inhalt #portrait-liste li ul {
	padding: .2em 0;
	}

#seite-start #inhalt #portrait-liste li li {
	background-position: 0 .5em;
	padding-left: 10px;
	}

#seite-start #inhalt h2 {
	width: 455px;
	}

#seite-start #zusatzinfos {
	margin-top: -3em;
	}

#seite-start #zusatzinfos ul strong {
	color: #c32121;
	}

/* ============================================================ */
/* Seite "Mitarbeiter" */

#seite-mitarbeiter #hauptinhalt img {
	float: left;
	margin-bottom: 1em;
	}

#seite-mitarbeiter #inhalt #hauptinhalt h4,
#seite-mitarbeiter #inhalt #hauptinhalt ul,
#seite-mitarbeiter #inhalt #hauptinhalt dl,
#seite-mitarbeiter #inhalt #hauptinhalt p.zusatz {
	margin-left: 170px;
	}

#seite-mitarbeiter #inhalt #hauptinhalt dt {
	float: left;
	padding-right: .5em;
	}

#seite-mitarbeiter #inhalt #hauptinhalt .vita,
#seite-mitarbeiter #inhalt #hauptinhalt p {
	clear: both;
	margin: 0;
	}

#seite-mitarbeiter #inhalt #hauptinhalt p.zusatz {
	clear: none;
	}

#seite-mitarbeiter #inhalt #hauptinhalt dl.vita {
	padding: 0;
	}

#seite-mitarbeiter #inhalt #hauptinhalt .vita dt {
	width: 7em;
	font-weight: bold;
	padding: 0;
	}

#seite-mitarbeiter #inhalt #hauptinhalt .vita dd {
	margin-left: 7em;
	padding-bottom: 1em;
	}

#seite-mitarbeiter #zusatzinfos dt {
	font-weight: bold;
	border-top: 1px solid #dcdcdc;
	margin-top: 1em;
	padding-top: 1em;
	}

#seite-mitarbeiter #zusatzinfos dl dl,
#seite-mitarbeiter #zusatzinfos dt#uebersicht-aerzte,
#seite-mitarbeiter #zusatzinfos dl dl dt#management {
	border: none;
	margin: 0;
	padding: 0;
	}

#seite-mitarbeiter #hauptinhalt hr {
	margin: 1em 0 2em;
	}

#seite-mitarbeiter #zusatzinfos hr {
	display: none;
	}

/* arabischer Text */

#seite-mitarbeiter #arabisch {
	font-size: 1.45em;
	}

/* ============================================================ */
/* Seite "Praxis" */

#seite-praxis #inhalt dl {
	padding: 0;
	}

#seite-praxis #inhalt dt {
	width: 206px;
	float: left;
	}

#seite-praxis #inhalt dd {
	min-height: 156px;
	margin: 0 0 1em 230px;
	}

ul#galerie-liste {
	width: 500px;
	padding: 0;
	}

ul#galerie-liste li {
	display: inline;
	background: none !important;
	padding: 0;
	}

ul#galerie-liste img {
	margin: 0 25px 25px 0;
	}

p#bild-nr {
	float: left;
	width: 9em;
	}

ul#optionen {
	margin-left: 9em;
	}

ul#optionen li {
	display: inline;
	background: none !important;
	padding: 0;
	}

ul#optionen li#zurueck {
	margin-right: 12px;
	}

ul#optionen li#weiter {
	margin-right: 50px;
	}

ul#optionen li a {
	white-space: nowrap;
	}

span#grossbild {
	display: block;
	padding-bottom: 20px;
	}

/* ============================================================ */
/* Seite "Medien" */

#seite-medien table.vier-spalten {
	margin-bottom: 1em;
	}

#seite-medien th,
#seite-medien td {
	padding: 8px;
	}

#seite-medien td.logo {
	text-align: center;
	vertical-align: middle;
	}

#seite-medien td.logo img {
	vertical-align: middle; /* entfernt Unterlänge */
	border: none;
	padding: 0;
	}

#seite-medien table.drei-spalten th.col-1,
#seite-medien table.vier-spalten th.col-1 {
	width: 110px;
	}

#seite-medien table.drei-spalten th.col-2,
#seite-medien table.vier-spalten th.col-2,
#seite-medien table.vier-spalten th.col-4 {
	width: 155px;
	}

#seite-medien table.drei-spalten th.col-3,
#seite-medien table.vier-spalten th.col-3 {
	width: auto;
	}

/* ============================================================ */
/* Seiten "Veranstaltungen" */

#seite-veranstaltungen table.vier-spalten thead:first-child tr:first-child th:first-child,
#seite-veranstaltungen table.fuenf-spalten thead:first-child tr:first-child th:first-child {
	width: 95px;
	}

#seite-veranstaltungen table.vier-spalten thead:first-child tr:first-child th:first-child + th,
#seite-veranstaltungen table.fuenf-spalten thead:first-child tr:first-child th:first-child + th {
	width: auto;
	}

#seite-veranstaltungen table.fuenf-spalten thead:first-child tr:first-child th:first-child + th + th {
	width: 115px;
	}

#seite-veranstaltungen table.vier-spalten thead:first-child tr:first-child th:first-child + th + th,
#seite-veranstaltungen table.fuenf-spalten thead:first-child tr:first-child th:first-child + th + th + th {
	width: 230px;
	}

#seite-veranstaltungen table.vier-spalten thead:first-child tr:first-child th:first-child + th + th + th,
#seite-veranstaltungen table.fuenf-spalten thead:first-child tr:first-child th:first-child + th + th + th + th {
	width: 140px;
	}

/* ============================================================ */
/* Seiten "Anfahrt" */

#seite-anfahrt #hauptinhalt {
	padding-bottom: 1em;
	}

#seite-anfahrt #zusatzinfos h4 {
	padding: 0;
	}

#seite-anfahrt #hauptinhalt img {
	border: 1px solid #c0c0c0;
	padding: 3px;
	}

#seite-anfahrt #hauptinhalt p em {
	text-transform: uppercase;
	font-style: normal;
	}

#seite-anfahrt #zusatzinfos p strong {
	background: #c32121;
	color: #fff;
	padding: 0 2px;
	}

#seite-anfahrt #zusatzinfos h4 strong {
	text-transform: uppercase;
	}

/* ============================================================ */
/* Seite "Links" */

#seite-links h3 {
	padding: 0;
	}

#seite-links #inhalt dt {
	padding-top: 2em;
	}

#seite-links #inhalt img {
	border: none;
	padding: 0;
	}

#seite-links #inhalt dd {
	clear: left;
	padding-top: .2em;
	}

/* ============================================================ */
/* "Aktuelles" */

#seite-start #zusatzinfos h3 {
	background: #aaa;
	color: #fff;
	margin-bottom: 1em;
	padding: 7px;
	}

div#aktuelles {
	height: 460px;
	overflow: auto;
	}

div#aktuelles ul {
	padding: 0 7px 0 0;
	}

div#aktuelles li {
	background-position: 0 .4em;
	}

div#aktuelles img {
	display: block;
	margin: 5px 0 10px;
	}

/* vorübergehende Zusätze für den Umzug */

div#aktuelles div#praxis-umzug {
	padding-right: 7px;
	}

div#aktuelles div#praxis-umzug h4 {
	background: #c32121;
	color: #fff;
	margin-bottom: .5em;
	padding: 5px;
	}

div#aktuelles div#praxis-umzug p {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: .5em;
	padding: 0 0 .5em;
	}

div#aktuelles div#praxis-umzug p#aesthetikum {
	border: none;
	}

div#aktuelles div#praxis-umzug p strong {
	display: block;
	color: #000;
	font-size: 1.1em;
	padding-left: 20px;
	}

div#aktuelles div#praxis-umzug p em {
	color: #000;
	text-transform: uppercase;
	font-style: normal;
	}

p#aesthetikum span {
	position: static !important;
	display: block;
	min-height: 23px;
	background: url(/grafiken/park.png) no-repeat;
	font-size: .9em;
	margin-top: 12px;
	padding-left: 28px !important;
	}

/* ============================================================ */
/* Weitere Formatierungen */

#seite-haarmedizin #zusatzinfos .standard-foto {
	margin-bottom: 8px;
	}

#seite-studien #inhalt dl {
	padding: 0;
	}

#seite-studien #inhalt dd {
	padding: 0 0 1em 20px;
	}

#seite-impressum #inhalt address,
#seite-impressum #inhalt dl {
	padding: 0;
	}

#seite-impressum #inhalt dt {
	padding-top: 1em;
	}

#seite-praxis #inhalt dt a,
#seite-praxis #inhalt dt a img,
.standard-foto img {
	display: block;
	}

#seite-start #zusatzinfos span,
#seite-lasermedizin #zusatzinfos span,
#seite-aesthetische-medizin #zusatzinfos span,
#seite-allergologie #zusatzinfos span {
	position: relative;
	top: -.3em;
	padding-left: .2em;
	}

#seite-kinderdermatologie #zusatzinfos h3 {
	clear: left;
	padding-top: .75em;
	}

#seite-kinderdermatologie #zusatzinfos h3:first-child {
	padding-top: 0;
	}

#seite-kinderdermatologie #zusatzinfos h4 {
	clear: left;
	border-top: 1px solid #dcdcdc;
	margin-top: .5em;
	padding-top: 1em;
	}

#seite-kinderdermatologie #zusatzinfos img {
	float: left;
	margin-bottom: 2em;
	}

#seite-kinderdermatologie #zusatzinfos p {
	margin-left: 113px;
	}

#seite-kinderdermatologie #zusatzinfos h4 + img + p {
	margin-left: 168px;
	}

#seite-haarmedizin #zusatzinfos img {
	float: left;
	margin: 0 10px 10px 0;
	}

/* ============================================================ */
/* Kontaktformular */

#inhalt label {
	display: block;
	padding-bottom: .1em;
	}

#inhalt input,
#inhalt textarea {
	width: 320px;
	background: #f5f5f5;
	color: #000;
	border: 1px solid #c0c0c0;
	padding: 3px;
	}

#inhalt textarea {
	width: 400px;
	}

#inhalt #submit-button input {
	width: 8em;
	background: #dfeadb;
	color: #464646;
	font-weight: bold;
	cursor: pointer;
	padding: .4em 0;
	}

.berlin #inhalt #submit-button input {
	background: #ddd9d3;
	}

#inhalt #submit-button input:hover,
#inhalt #submit-button input:active,
#inhalt #submit-button input:focus {
	background-image: none !important;
	background: #f5f5f5;
	color: #c32121;
	border-color: #000;
	}

#inhalt input:focus,
#inhalt textarea:focus {
	background: #fff;
	color: #000;
	border-color: #000;
	}

#inhalt h3.fehler,
#inhalt #fehlerliste strong,
#inhalt p.fehler label {
	color: #c32121;
	font-weight: bold;
	}

#inhalt #fehlerliste em {
	font-style: normal;
	font-weight: bold;
	}

/* ============================================================ */
/* Clearfix */

#inhalt-wrapper:after,
#portrait-liste:after {
	content: ".";
	display: block;
	height: .1px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	overflow: hidden;
	}

/* ============================================================ */
/* CSS3-Verläufe (IE9- bleibt außenvor) */

#praxisinfo p#standortwechsel,
#nav a:hover,
#nav li:hover a,
#nav li.ie-li-hover a,
#nav strong,
#nav li.aktuell a,
#inhalt #submit-button input {
	background-image: -moz-linear-gradient(top, #dfeadb 0%, #cedfc8 100%);
	background-image: -o-linear-gradient(top, #dfeadb 0%, #cedfc8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfeadb), color-stop(1, #cedfc8));
	background-image: -webkit-linear-gradient(top, #dfeadb 0%, #cedfc8 100%);
	background-image: linear-gradient(to bottom, #dfeadb 0%, #cedfc8 100%);
	}

.berlin #praxisinfo p#standortwechsel,
.berlin #nav a:hover,
.berlin #nav li:hover a,
.berlin #nav li.ie-li-hover a,
.berlin #nav strong,
.berlin #nav li.aktuell a,
.berlin #inhalt #submit-button input {
	background-image: -moz-linear-gradient(top, #ddd9d3 0%, #cfcbc6 100%);
	background-image: -o-linear-gradient(top, #ddd9d3 0%, #cfcbc6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd9d3), color-stop(1, #cfcbc6));
	background-image: -webkit-linear-gradient(top, #ddd9d3 0%, #cfcbc6 100%);
	background-image: linear-gradient(to bottom, #ddd9d3 0%, #cfcbc6 100%);
	}

#seite-start #zusatzinfos h3 {
	background-image: -moz-linear-gradient(top, #c0c0c0 0%, #aaaaaa 100%);
	background-image: -o-linear-gradient(top, #c0c0c0 0%, #aaaaaa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c0c0c0), color-stop(1, #aaaaaa));
	background-image: -webkit-linear-gradient(top, #c0c0c0 0%, #aaaaaa 100%);
	background-image: linear-gradient(to bottom, #c0c0c0 0%, #aaaaaa 100%);
	}

/* ============================================================ */
/* Skype-Eingriff verhindern */

#praxisinfo span {
	display: inline !important;
	}

#praxisinfo span.skype_pnh_container {
	display: none !important;
	}

}

/* Regeln für alle Mobile Devices bis zum iPad (gibt auch im Querformat 768px zurück) */

@media only screen and (max-device-width: 768px) {

div#aktuelles {
	height: auto;
	overflow: visible;
	padding-right: 0;
	}

}

/* Anpassungen bei Maximalbreite der Website */

@media only screen and (min-width: 1110px){

#seite-start #portrait-liste > li {
	width: 165px;
	}

#seite-start #portrait-liste > li:first-child,
#seite-start #portrait-liste > li:first-child + li + li + li {
	width: 175px;
	}

#seite-start #portrait-liste > li:first-child + li + li,
#seite-start #portrait-liste > li:first-child + li + li + li + li + li {
	margin-right: 0;
	}

}

/* Praxisinfo möglichst am unteren Viewport-Rand halten */

@media only screen and (min-height: 645px){

#praxisinfo {
	padding-top: 100px;
	}

}

@media only screen and (min-height: 695px) {

#praxisinfo {
	padding-top: 150px;
	}

}

@media only screen and (min-height: 745px) {

#praxisinfo {
	padding-top: 200px;
	}

}

@media only screen and (min-height: 795px) {

#praxisinfo {
	padding-top: 250px;
	}

}

@media only screen and (min-height: 845px) {

#praxisinfo {
	padding-top: 300px;
	}

}

@media only screen and (min-height: 895px) {

#praxisinfo {
	padding-top: 350px;
	}

}

@media only screen and (min-height: 945px) {

#praxisinfo {
	padding-top: 400px;
	}

}

@media only screen and (min-height: 995px) {

#praxisinfo {
	padding-top: 450px;
	}

}

@media only screen and (min-height: 1045px) {

#praxisinfo {
	padding-top: 500px;
	}

}

@media print {

* {
	background: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-style: normal;
	text-decoration: none;
	border: none;
	}

body {
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	padding: 0 20pt;
	}

h2,
h3,
h4,
h5 {
	font-size: 1.2em;
	}

hr {
	display: block;
	width: 100%;
	height: 1pt;
	border-top: 1pt solid #000;
	}

#seite-start .fotoliste,
#seite-start .fotoliste li {
	margin-left: 0;
	padding-left: 0;
	}

#seite-start .fotoliste li {
	display: inline;
	}

li,
img {
	page-break-inside: avoid;
	}

h1,
h2,
#sprunglink,
#sprachen,
#nav,
form,
#fusszeile {
	display: none;
	}

#inhalt h2 {
	display: block;
	}

}

*[dir="rtl"] {
	direction: rtl;
	}

/* Spamschutz-input ausblenden */
#required {
	display: none;
	speak: none;
	}
