/* ~~   www.blaetterwaldDesign.de    ~~ *//* ~~   Elisabeth Sillmann		     ~~ */@charset "UTF-8";body {	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;	background: #fff url(images/xxxx) no-repeat scroll center top;	margin: 0;	padding: 0;	color: #222;}body,td,th,p {    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;    color: #222;    border-color: #FFFFFF;}/* ~~ Element-/Tag-Selektoren ~~ */ul, ol, dl { 	padding: 0;	margin: 0;	list-style-image: url("../images/8px_lachs.png");}h1, h2, h3, h4, h5, h6, p {    margin-top: 0;    padding-right: 15px;    padding-left: 15px;    color: #222222;}h1,h2,h3,h4,h5,h6 {    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;    color: #e6864a;    font-size: x-large;    height: auto;}a img { 	border: none;}.Stil15 {	font-size: 80%;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	}/* ~~ Reihenfolge beibehalten für Hover-Effekt ~~ */a {	font-weight: bold;}a:link {	color: #222;	text-decoration: none; }a:visited {	color: #222;	text-decoration: none;}a:hover, a:active, a:focus {	text-decoration: none;	color: #e6864a;}a:active {    text-decoration: none;    text-align: right;    font-weight: bold;}/* ~~  Container ~~ */.container {	width: 800px;	background: #FFFFFF scroll center 40px;	margin: 0 auto;	border: 0px solid #fff;}.header {	background: url(../images/header_frauenaerztinnen1a.png) no-repeat center center;	height: 300px;	border-bottom-style: solid;	border-bottom-color: #e6864a;	border-bottom-width: 2px;	padding-left: 20px;}/* ~~ Spalten für das Layout ~~ */.sidebar1 {	float: left;	width: 190px;	background: #860015;	padding-bottom: 10px;	margin-top: 20px;	padding-left: 20px;}.content {	padding: 30px 20px 40px;	width: 750px;	float: left;}/* ~~ Listen im .content-Bereich an. ~~ */.content ul, .content ol {	padding: 0 15px 15px 40px;}ul.nav {	list-style: none; 	border-top: none; 	margin-bottom: 15px; 	padding-left: 20px;}ul.nav li {	border-bottom: none; 	border-top-style: none;	border-right-style: none;	border-left-style: none;	padding-right: 0px;	padding-left: 15px;	margin-right: 0px;	margin-left: 0px;}ul.nav a, ul.nav a:visited { 	padding: 10px 0px 10px 5px;	display: block; 	width: 140px;  	text-decoration: none;	background: #860015;}ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 	background: #860015;	text-decoration: none;}/* ~~ Fußzeile ~~ */.footer {	padding: 10px 0;	background: #FFF;	position: relative;/* Für IE6 */	clear: both;	color: #860015;	border-top-style: solid;	border-top-color: #e6864a;	text-align: center;	vertical-align: middle;	border-top-width: 2px;	background-color: #FFF;}.table {	padding: 10px 0;	background: #FFF url(../images/weiss_back.jpg) repeat;	border-color: #FFFFFF;	position: relative;/* Für IE6 */	clear: both;	color: #336699;	text-align: left;	vertical-align: middle;}/* ~~ Verschiedene float/clear-Klassen ~~ */.fltrt {  	float: right;	margin-left: 8px;}.fltlft { 	float: left;	margin-right: 8px;}.clearfloat { 	clear:both;	height:0;	font-size: 1px;	line-height: 0px;}.container .content table {    color: #FFF;    vertical-align: text-top;    font-size: large;}/* ~~ Accordion ~~ */.accordion {  max-width: 730px;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  border-radius: 5px;  margin: 20px;  overflow: hidden;  background: #f2f2f2;}.accordion__label,.accordion__content {  padding: 10px 20px;}.accordion__label {  display: block;  color: #424242;  font-weight: 500;  cursor: pointer;  position: relative;  transition: background 0.1s;}.accordion__label:hover {  background: rgba(0, 0, 0, 0.1);}.accordion__label::after {  content: "";  position: absolute;  top: 50%;  transform: translateY(-50%);  right: 20px;  width: 12px;  height: 6px;  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:f2f2f2;" /></svg>');  transform: rotate(0.75turn);  background-size: contain;  transition: transform 0.4s;}.accordion__content {  background: #ffffff;  line-height: 1.6;  font-size: 0.95em;  display: none;}.accordion__input {  display: none;}.accordion__input:checked ~ .accordion__content {  display: block;}.accordion__input:checked ~ .accordion__label::after {  transform: translateY(-50%) rotate(0turn);}