/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('/page/fonts/quicksand-v37-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('/page/fonts/quicksand-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('/page/fonts/quicksand-v37-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('/page/fonts/quicksand-v37-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('/page/fonts/quicksand-v37-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/page/fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/page/fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/page/fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/page/fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/page/fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/page/fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/page/fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/page/fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/page/fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/page/fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/page/fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/page/fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/page/fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/page/fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/page/fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/page/fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('/page/icons/MaterialIcons-Regular.ttf') format('truetype');
}

html {
	position: relative;
    min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
    /*font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    */
	/*
	margin-bottom: 200px;
	*/
}
h1, h2, h3, h4 {
	font-family: 'Quicksand', sans-serif;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
	color: #002950;
}
a, p, div, b, span, input, select, textarea {
	font-size: 1em;
	font-family: 'Quicksand', sans-serif;
	/*font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
     box-sizing: border-box;
     */
}
div#page {
	width: 100%;
	background-color: #002950;
}
li {
	list-style-type: "+  ";
}
div#navigation {
	width: 18%;
	width: 23%;
	background-color: #419b9c;
	background-color: #188686; /* dunkler */
	height: 100%;
	position: fixed;
	min-width: 220px;
	padding: 3.6em;
	box-sizing: border-box;
	font-size: 1.5em;
}
div#content {
	width: 80%;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
}
a, a.email, a.download {
	color: #002950;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.download {
	font-size: 1.25em;
	font-weight: 300;
}
a.downloadIcon, a.downloadIcon:hover {
	border: 0px;
	background-color: #ffffff;
}
img.doctypeIcon {
	max-height: 50px;
}
a, a.email {
	/* background-color: #a3d6e6; */
	color: #34a5ff;
	border-bottom: 4px solid #a3d6e6;
	color: #002950;
}
/* a:hover */
a.email:hover {
	background-color: #a3d6e6;
	background-color: #3e9ece;
	border-bottom: 4px solid #002950;
	color: #002950;
	color: #ffffff;
	text-decoration: none;
}

a.logo, a.logo:hover {
        text-decoration: none;
        border-bottom: 0;
	background-color: transparent;
}

.tdInfobox a:hover {
	background-color: #23b177;
	color: white;
	border-bottom: 4px solid #002950;
}

div#about-dr-perz {
	margin: 0 auto 0 auto;
	width: 90%;
	margin-top: 1em;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #419b9c;
	border-bottom: 1px solid rgba(65, 155, 156, 0.5);

	width:70%;
	margin: 0 auto 0 0;
	margin-left: 5em;
}
.title {
	text-align: center;
	font-size: 2.5rem;
	color: white;
	font-weight: 600;
	font-family: Quicksand;
}
.subtitle {
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-family: Quicksand;
	font-size: 1.5em;
}
div#mainContent {
	margin-bottom: 2em;
	padding-bottom: 2em;
}
div.downloads {
	display: table;
}
div.downloadTr {
	display: table-row;
}
div.downloadTr:hover {
	background-color: #f0f0f0;
	background-color: #a3d6e6;
}
div.downloadItem {
	padding: 0.5em;
	padding-bottom: 1em;
	display: table-cell;
	vertical-align: middle;
	padding-right: 0.5em;
	line-height: 200%;
}
img.doctype {
	margin-right: 0.5em;
	float: left;
	width: 20px;
	padding-top: 2px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
  padding-top: 4px;
}


/* navigation */
#dr-perz-img {
	border: 0px;
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #216464;
	border: 1px solid #207979;
}
a.navItm, a.navItmSel, a.navItm:hover {
	font-weight: 300;
	color: #002950;
	text-decoration: none;
}
a.navItm:hover {
	text-decoration: underline;
}
a.navItmSel, a.navItmSel:hover {
	color: #ffffff;
	text-decoration: none;	
}

div.suchen {
	font-weight: 300;
	color: #9ad9d9;
	display: block;
}
input.suche {
	font-size: 1em;
	font-weight: 300;
	margin-right: 1px;
	padding: 4px;
	border: 0px;
	text-align: left;
	float: left;
}
input.suche:focus {
	background-color: #e0e0e0;
	outline: none;
}
input.suche[type=submit] {
	background-color: #23b177;
	color: #002950;
	font-weight: 400;
}

div#contentNavigation {
	font-weight: 300;
	margin-bottom: 3em;
}
a.leftNavBlock, a.leftNavBlockSel, a.leftNavBlock:hover {
	font-size: 1.25em;
	text-decoration: none;
	color: #999;
	color: #136767;
	color: #419b9c;
	margin-right: 1em;
	display: block;
	font-weight: 300;
}
a.leftNav, a.leftNavSel, a.leftNav:hover {
	font-size: 1.25em;
	text-decoration: none;
	color: #999;
	color: #136767;
	color: #419b9c;
	margin-right: 1em;
}
a.leftNav:hover, a.leftNavBlock:hover {
	text-decoration: underline;
}
a.leftNavSel {
	color: #188686;
	color: #419b9c;
	font-weight: 400;
	text-decoration: underline;
}
a.leftSubNavItm, a.leftSubNavItmSel, a.leftSubNavItm:hover{
	text-decoration: none;
}
a.leftSubNavItm:hover {
	text-decoration: underline;
}
a.leftSubNavItmSel {
	font-weight: bold;
}




/* content */
h1 {
	font-weight: 300;
	font-size: 3em;
}
h2 {
	font-weight: 400;
	font-size: 1.75em;
}
h3 {
	margin-top: 0;
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 0.5em;
}
div.teaser {
	font-weight: 300;
	font-size: 3em;	
	color: #1f467b;
	padding: 0;
   	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-align: center;
}
div.textheader {
	font-weight: 400;
	font-size: 2em;	
   	color: #3e9ece;
	color: #1f467b;
	color: #002950;
   	padding-bottom: 0.5em;
}
div.textblock {
	font-weight: 500;
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 180%;
	color: black;
}
div.tdInfobox .textblock {
	color: white;
}
div.infobox {
	background-color: rgba(62, 158, 206, 0.8);
	/* background-color: #a3d6e6; */
	font-weight: 300;
	padding: 2em;
	float: right;
	margin: 1em 0 1em 1em;
	width: 	25%;
}
div.infobox .textheader {
	color: #ffffff;
}
div.infoboxBottom {
	background-color: #d9ccc1;
	padding: 2em;
	font-weight: 300;
	margin: 1em 0 2em 0;
	height: 100%;
	overflow: auto;
}
div.infoboxBottom .textheader {
	color: #002950;
}
div.leftImage {
	float: left;
	margin-right: 4em;
}
table.data {
	margin: 1em 0 1em 0;
	border: 1px solid #e0e0e0;
	padding: 0.5em;
	background-color: #f0f0f0;
}
td.data {
	padding-right: 0.5em;
	padding-left: 2em;
}
td.data:nth-child(1) {
	padding-left: 0.5em;	
}
div.leftImages {
	display: flex;
	justify-content: flex-start;
}
div.imageBlock {
	padding-bottom: 1em;
	padding-left: 1.5em;
	width: 33%;
}
div.imageBlock b {
	font-size: 1.25em;
	font-weight: 400;
}
div.imageBlock:nth-child(1) {
	padding-left: 0em;
}
img.info {
	margin: 0 2em 1em 0;
	display: block;
}
img.infoInline {
	max-width: 240px;
	float: left;
	margin-right: 2em;
}

/* imprint */
div#imprint {
	background-color: #002950;
	padding-top: 2em;
	padding-bottom: 2em;
    position: absolute;
    width: 100%;
}
div#imprintContent {
	width: 80%;
	margin: 0 auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.imprintContentBlock {
	color: white;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 4em;
}
div.imprintContentBlock b {
	font-size: 1.25em;
	font-weight: 600;
	color: #23b177;
}
.bottom {
	align-self: auto;
}

a.footer, a.imprint {
	text-decoration: none;
	color: #23b177;
	border-bottom: 0;
}
a.footer:hover, a.imprint:hover {
	color: #002950;
	background-color: #23b177;
	text-decoration: none;
}
span.perz {
	font-size: 1.25em;
	font-weight: 600;
	color: #23b177;
}

img.logo {
	border-right: 2px solid #fff;
}
img.baner {
}

td {
	vertical-align: top;
}

div.headline {
	padding-top: 6px;
	padding-bottom: 6px;
	width: 900px;
	width: 430px;
}
div.headlineA {
	padding-top: 6px;
	padding-bottom: 6px;
}
div.h1 {
	color: #1f467b;
	font-size: 36px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 80px;
	padding-left: 18px;
	width: 430px;
}
div.h2 {
	width: 430px;
	color: #586889;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
	text-align: left;
	padding-left: 130px;
	padding-left: 0px;
	padding-top: -2px;
	text-align: right;
	/*
	padding-right: 100px;
	*/
}
div.h1a {
	color: #1f467b;
	font-size: 28px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
div.h2a {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	text-align: right;
	text-align: left;
}

td.logo {
	background-color: #2C3445;
	width: 250px;
	vertical-align: top;
	height: 145px;
}

td.mainContentLeft {
	width: 270px;
	background-color: #2C3445;
	height: 20px;
	vertical-align: top;
	border-top: 0px solid #fff;
}
td.mainNavigationLeft {
	width: 250px;
	background-color: #2C3445;
	background-color: #fff;
	height: 20px;
	vertical-align: top;
	border-top: 2px solid #fff;
}
td.mainNavigation {
	background-color: #2C3445;
	height: 20px;
	vertical-align: top;
	text-align: left;
	border-top: 2px solid #fff;
}

td.teaserImage {
	padding-bottom: 16px;
	padding-right: 12px;
	padding-top: 8px;
	vertical-align: top;
}
td.teaserText {
	padding-top: 6px;
	padding-bottom: 16px;
	vertical-align: top;
	font-size: 13px;
}

a.teaserLink {
	color: #900;
	color: #7D5C00;
	color: #586889;
	font-weight: bold;
}
img.teaser {
	border: 1px solid #999;
}
img.normalInline {
	margin-right: 16px;
	margin-bottom: 8px;
	margin-top: 2px;
}
img.normalInlineRight {
	margin-left: 16px;
	margin-bottom: 8px;
	margin-top: 2px;
}

td.tdLeft {
	width: 250px;
	padding-right: 16px;
	border-right: 1px solid #ccc;
	height: 100%;
	padding-top: 10px;
}
td.tdRight {
	padding-top: 10px;
	padding-top: 20px;
	padding-top: 34px;
	padding-top: 26px;
	width: 250px;
	padding-left: 16px;
	border-left: 1px solid #ccc;
}
td.tdMain {
	padding-left: 18px;
	padding-right: 12px;
	padding-right: 18px;
	width: 430px;
}
td.top {
	text-align: left;
	background-image: url("/pub/img/banner.gif");
	background-repeat: repeat-x;
	
}
div.searchForm {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div.open {
	padding-top: 8px;
	padding-bottom: 12px;
}
div.partner {
	padding-top: 8px;
	padding-bottom: 12px;
	padding-bottom: 24px;
}

div.nachtdienst {
	padding-top: 16px;
	padding-top: 0px;
	padding-bottom: 12px;
}
div.nachtdienstHeader {
	color: #004080;
	font-weight: bold;
	padding-bottom: 4px;
}
div.openHeader {
	color: #004080;
	font-weight: bold;
	padding-bottom: 4px;
}
span.nachtdienstH {
	color: #004080;
	font-weight: bold;
}
span.nachtdienst {
	/* color: #004080; */
}

td.login {
	vertical-align: bottom;
	height: 30%;
}


div.leftNav {
	padding-bottom: 8px;
}
img.linkIcon {
	margin-top: 2px;
	margin-bottom: 12px;
	margin-right: 2px;
}
td.leftNavIcon {
	padding-bottom: 12px;
}
td.leftNavItm, td.leftNavItmSel {
	padding-top: 2px; padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 16px;
	width: 250px;
}
td.navLeft {
	vertical-align: top;
}
td.navLeft2 {
	vertical-align: top;
	width: 32px;
}
img.navImg {
	margin: 0px;
	margin-right: 4px;
	margin-top: 2px;
}
td.leftNavItmImg, td.leftNavItmImgSel {
	padding-top: 2px; padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	width: 12px;
}

td.leftNavItmR {
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	background-color: #f0f0f0;
}	
td.leftNavItmL {
	background-color: #fff;
}	
td.leftNavItmSub {	
	text-align: left;
	padding: 3px;
}

td.leftNavItmSel {
	background-color: #fff;
	font-weight: bold;
}

td.subNavigation {
	padding-top: 24px;
	padding-left: 0px;
	padding-right: 0px;
}

div.textblock {
	padding-bottom: 18px;
}




td.cteaser {
	width: 100px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-top: 4px;
}
td.cteasertiny {
	padding-bottom: 4px;
	padding-right: 8px;
	padding-top: 4px;
}
td.cteaseri {
	width: 6px;
	padding-bottom: 18px;
}
td.cspacer {
	width: 8px;
}
td.ctext {
 	line-height: 1.3em;
 	color: #333;
	width: 330px;
}
td.ctexttiny {
 	line-height: 1.3em;
 	color: #333;
	width: 330px;
}
td.ctextf {
 	line-height: 1.3em;
 	color: #333;
 	width: 430px;
}
td.cteasertext {
 	line-height: 1.3em;
 	color: #333;
	width: 300px;
	padding-bottom: 1em;
}
td.cteasertexttiny {
 	line-height: 1.3em;
 	color: #333;
	color: #f00;
	padding-bottom: 1em;
	padding-top: 3px;
}
td.cteasertexti {
 	line-height: 1.3em;
 	color: #333;
	width: 330px;
	padding-bottom: 1.2em;
}
td.cteasertextf {
 	line-height: 1.3em;
 	color: #333;
 	width: 518px;
	padding-bottom: 1em;
}
td.cdoc {
 	line-height: 1.3em;
 	color: #222;
 	font-size: 13px;
}
a.teaser, a.teaser:hover {
	font-weight: normal;
	color: #004080;
	text-decoration: none;
	font-size: 13px;
}
a.teaser:hover {
	text-decoration: underline;
}
a.teasern {
	color: #2C3445;
	font-size: 12px;
	text-decoration: underline;
}
a.teasern:hover {
	color: #2C3445;
}

a.teasertext, a.teasertext:hover {
	color: #333;
	text-decoration: none;
}
table#list {
	padding: 0px;
	border: 0px;
	margin: 0px;
}
div#error {
	color: #c00;
}
td.td {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 3px;
}
div#loginHeader {
	font-weight: bold;
	color: #666;
}
div#login {
	color: #666;
}
table.userTable {
	margin-top: 18px;
	margin-bottom: 18px;
	width: 100%;
}
th {
	vertical-align: top;
	text-align: left;
	background-color: #ddd;
	padding: 3px;
	border-right: 1px solid #fff;
	font-size: 12px;
}
td.tab {
	vertical-align: top;
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
img.banner {
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: -180px;
	background-size: 100% auto;
}
div.bannerRight {
	text-align: center;
	margin-bottom: 8px;
	margin-bottom: 12px;
	margin-top: 0px;
}

td.tdTop {	height: 12px; 	}

li {
	margin-bottom: 8px;
}
/* ----------- markers ------------- */

span.colorYellow, span.colorYellowF {	color: #ffff00;		}
span.colorBlue, span.colorBlueF {	color: #2C3445;		}
span.colorBlue, span.colorBlueF {	color: #003399;		}
span.colorBlueF 		{	font-weight: bold;	}
span.colorRed, span.colorRedF 	{	color: #004080; color: #cc0000; }
span.colorRedF 			{	font-weight: bold;	}
span.colorYellowF 			{	font-weight: bold;	}
span.colorGreen, span.colorGreenF, span.colorGreenH1, span.colorGreenH2 { color: #009933; }
span.colorGreenF 			{	font-weight: bold;	}
span.colorGreenH1 			{	font-weight: bold; font-size: 24px; }
span.colorGreenH2 			{	font-weight: bold; font-size: 18px; }
span.colorOrange, span.colorOrangeF, span.colorOrangeH1, span.colorOrangeH2 { color: #ff9900 ; }
span.colorOrangeF 			{	font-weight: bold;	}
span.colorOrangeH1 			{	font-weight: bold; font-size: 24px; }
span.colorOrangeH2 			{	font-weight: bold; font-size: 18px; }
span.colorRot, span.colorRotF, span.colorRotH1, span.colorRotH2 { color: #cc0000 ; }
span.colorRotF 			{	font-weight: bold;	}
span.colorRotH1 			{	font-weight: bold; font-size: 24px; }
span.colorRotH2 			{	font-weight: bold; font-size: 18px; }
span.colorBlau, span.colorBlauF, span.colorBlauH1, span.colorBlauH2 { color: #004080 ; }
span.colorBlauF 			{	font-weight: bold;	}
span.colorBlauH1 			{	font-weight: bold; font-size: 24px; }
span.colorBlauH2 			{	font-weight: bold; font-size: 18px; }
span.colorGray, span.colorGrayF { color: #999999; }
span.colorGrayF 			{	font-weight: bold;	}
span.colorBrown, span.colorBrownF { color: #995500; }
span.colorBrownF 			{	font-weight: bold;	}



/* ----------- template fuer mitarbeiter ------------- */
td.imgBox 		{	background-color: #fff; background-color: #004080;	}
td.imgBoxEmptyBlue	{	background-color: #004080;	}
td.imgBoxEmptyGray 	{	background-color: #d5aaaa;	}
div.imageThumbs 	{	margin-left: 36px; margin-top: 24px; padding-bottom: 24px; 		}

/* ----------- template fuer infobox ------------- */
span.infoboxHeader1 {
	font-size: 18px;
	font-weight: bold;
}
span.infoboxHeader2 {
	padding-left: 2px;
	font-size: 14px;
	font-weight: bold;
}

td.imgCaptionTitle, td.imgCaption {
	width: 150px;
	color: #777;
	font-size: 11px;
	text-align: left;
	padding-left: 16px;
}
td.imgCaptionTitle {
	font-weight: bold;
}
td.bildR {
	padding-left: 12px;
}

/* ----------- template fuer aerzte-db ------------- */

td.tdAerzte {
	padding-top: 12px;
	border-top: 1px solid #999;
}
td.tdAerzteAdr, td.tdAerzteOrd {
	padding-bottom: 16px;
}
td.tdAerzteInfo {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #900;
}
td.tdAerzteSuche {
	vertical-align: middle;
}
a.doctorLink {
	color: #2C3445;
}

/* ********* LINZ ********** */
form {
	padding: 0px;
	margin: 0px;
}
td {
	vertical-align: top;
}
td.topL, td.topR {
	padding-top: 16px;
	padding-bottom: 20px;
	text-align: center;
}
td.topR {
	vertical-align: bottom;
	padding-bottom: 32px;
}

div.imprint {
	margin-left: 36px;
}
td.bannerL, td.bannerR, td.maiL, td.mainR {
	width: 250px;
}
td.bannerM, td.bannerR {
	vertical-align: middle;
}
td.bannerM, td.mainM {
	width: 500px;
}
td.banner {
	background-image:url("/pub/img/balken90.gif");
	background-repeat: repeat-x; 
	height: 171px;
	height: 145px;
	height: 82px;
	vertical-align: bottom;
	text-align: center;
	padding-right: 12px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
}
td.mainL, td.mainR {
	width: 250px;
}

td.mainL, td.mainM, td.mainR {
	padding-top: 24px;
}
td.navM {
	background-color: #34a5ff;
	background-color: #0060AD;
	text-align: center;
}
td.mainL {
	/*
	border-left: 1px solid #004080;
	border-bottom: 1px solid #004080;
	*/
	width: 220px;
	padding-top: 32px;
	padding-left: 12px;
}
td.mainR {
	padding-top: 32px;
	font-size: 14px;
}
input.suchen {
	border: 1px solid #666;
	font-size: 13px;
}
input.suchfeld {
	font-size: 13px;
	border: 1px solid #666;
	margin-right: 1px;
	height: 18px;
}
td.mainM {
	padding-left: 24px;
	padding-right: 24px;
}
div.oeffnungszeiten {
	margin-left: 36px; 
}
td.infobox {
	background-color: #eee;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 13px;
}
td.infoboxHeader {
	background-color: #eee;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
div.infoboxRight {
	background-color: #ddd;
	padding: 8px;
	margin-top: 18px;
}
div.infobox2 {
	background-color: #d5aaaa;
	padding: 8px;
	margin-top: 8px;
}
td.top {
	height: 90px;
	vertical-align: bottom;
	padding-bottom: 12px;
	color: #666;
}
td.search {
	text-align: right;
	color: #333;
}
td.dienst {
	vertical-align: center;
	text-align: left;
}
div.dienst {
	color: #e10011;
	color: #004080;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}
td.dienstlogo {
	vertical-align: middle;
}
td.nachtdienstText {
	color: #444;
}
td.nachtdienstTextS {
	background-color: #d5aaaa;
	color: #000;
}
td.xbannerL, td.xbannerR {
	background-image:url("/pub/img/balken90.gif");
	padding: 0px;
}
td.titel {
 position: absolute;
  top: 50%;                  /* vertikal zentrieren */
  left: 50%;                 /* horizontal zentrieren */
  transform: translate(-50%, -50%);
  color: white;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}


/*.td.title {
  position: absolute;
  top: 50%;                  /* vertikal zentrieren */
  /*left: 50%;                 /* horizontal zentrieren */
  /*transform: translate(-50%, -50%);
  color: white;
  font-size: 1.8rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.4); /* halbtransparenter Hintergrund */
  /*padding: 10px 25px;
  border-radius: 8px;
  max-width: 90%;
} */

td.bannerMenu {
	height: 26px;
	background-image:url("/pub/img/banner_red.gif");
	text-align: center;
	padding: 0px;
	vertical-align: bottom;
}
td.content {
}
td.logo {
	width: 220px;
	height: 150px;
}
td.logoContent {
	padding-left: 12px;
	text-align: left;
}
td.logoContentRight {
	padding-left: 12px;
	text-align: right;
}

td.navItm, td.navItmSel {
	background-color: #0060AD;
	background-color: #34a5ff;
	color: #004080;
	color: #000;
	padding: 4px;
	height: 100%;
	/*
	border-right: 1px solid #0073ce;
	border-right: 1px solid #fff;
	*/
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
}
td.navItmSel {
	background-color: #fff;
	color: #004080;
	font-weight: bold;
	text-align: center;
}
div.open {
	float: right;
	color: #fff;
}

td.wtd, td.wtdr {
	color: #fff;
}
td.td, td.tdr {
	color: #fff;
	color: #444;
}
td.tdr, td.wtdr {
	text-align: right;
}
td.mainContent {
	width: 460px;
	width: 430px;
}
td.leftContent, td.rightContent {
	vertical-align: top;
	width: 220px;
	padding-top: 28px;
	padding: 24px;
}
td.mainContent {
	width: 460px;
	width: 430px;
}
td.footer {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 8px;
	color: #666;
	font-size: 13px;
}
img.submenuMore {
	margin-right: 3px;
}

td.xnavL, td.xnavR {
	width: 50%;
	background-color: #34a5ff;
	background-color: #0060AD;
}
td.imprint {
	background-color: #ccc;
	padding: 4px;
	font-size: 14px;
	text-align: center;
}
img.werbung {
	margin-bottom: 8px;
}

