html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	background:#eef3f5;
}
* {
	font-family: "ff-meta-web-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height:20px;
	font-size:14px;
	color:#303030;
}
.thinText {
	font-weight:400 !important;
}

/* 
 * <strong> und <em> müssen definiert sein,
 * weil sie vom HTML-Editor ausgespielt werden
 */
b, strong, strong em, strong em span {
	font-weight: 700;
}
em, em strong, em strong span {
	font-style: italic;
}

ul, li {
	list-style: none;
}
h1,h2,h3,h4,h5 {
	font-weight: 400;
	color:#266c84;
	margin:0;
	margin-bottom:5px;
	line-height:25px;
}
.ctaBox a, .article a {
	color:#266c84;
}
h1 {
	font-size:25px;
	margin-bottom:20px;
	line-height:30px;
}
h2 {
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
}
h2.sectionHeadline {
	font-size:15px;
	text-transform:uppercase;
	border-left:4px solid #266c84;
	padding-left:6px;
	line-height:1em;
	margin-top:15px;
	margin-bottom:10px;
}
h3.accordionHeadline {
	font-size:18px;
	padding:5px 0px;
	cursor:pointer;
	padding-left:20px;
	background:url(/global/img/rakArrowRight.jpg) 3px 13px no-repeat; 
}
h3.accordionHeadline.current {
	background:url(/global/img/rakArrowDown.jpg) 0px 16px no-repeat; 
}
.db {
	display:block;
}
.accordionContent, .linklist h3.accordionHeadline + ul {
	display:none;
}
.content .contentList ul, .content .accordionContent ul {
	margin-left: 0;
}
.contentList ul li.item, .accordionContent ul li {
	background:		url(/global/img/liBullet.png) 0px 8px no-repeat;
	padding-left:	15px;
}
.accordionContent ul {
	padding:5px 0px;
}
#megaMenu h2.sectionHeadline {
	margin-top:0px;
}
.colorBlue, .colorBlue * {
	color:#266c84;
}
.centerText {
	text-align:center;
}
.pr {
	position:relative;
}
.pa {
	position:absolute;
}
.left10 {
	left:10px;
}
.right10 {
	right:10px;
}
.floatLeft {
	float:left;
}
.floatLeftFix {
	float:left;
}
.floatRight {
	float:right;
}
.padding10 {
	padding:10px;
}
.padding0-10 {
	padding:0px 10px;
}
.padding10-0 {
	padding:10px 0px;
}
.padding5-0 {
	padding:5px 0px;
}
.paddingRight15 {
	padding-right:15px;
}
.paddingLeft15 {
	padding-left:15px;
}
.paddingLeft15Desktop {
	padding-left:15px;
}
.paddingRight1Percent {
	padding-right:1%;
}
.paddingRight20 {
	padding-right:20px;
}
.paddingRight10 {
	padding-right:10px;
}
.paddingLeft10 {
	padding-Left:10px;
}
.paddingTop10 {
	padding-top:10px;
}
.paddingTop0 {
	padding-top:0px !important;
}
.paddingLeft0 {
	padding-left:0px !important;
}
.paddingRight0 {
	padding-right:0px !important;
}
.paddingLeftAndRight15 {
	padding:0px 15px;
}
.marginTop0 {
	margin-top:0px !important;
}
.marginTop20 {
	margin-top:20px !important;
}
.marginBottom20 {
	margin-bottom:20px !important;
}
.marginLeft0 {
	margin-left:0px !important;
}
.marginLeft20 {
	margin-left:20px !important;
}
.borderCenter {
	background:url(../img/border.gif) center top repeat-y;
}
.borderTop {
	border-top:1px solid #e8e6d9;
	padding-top:15px;
}
.borderRight {
	border-right:1px solid #e8e6d9;
}
.width100 {
	width:100%;
}
.width20 {
	width:20%;
}
.width25 {
	width:25%;
}
.width33 {
	width:33%;
}
.width34 {
	width:34%;
}
.width35 {
	width:35%;
}
.width50 {
	width:50%;
}
.width55 {
	width:55%;
}
.width49 { /* notwendig für IE :-( */
	width:49%;
}
.width66 {
	width:66%;
}
.width30 {
	width:30% !important;
}
.width60 {
	width:60% !important;
}
.width73 {
	width:73%;
}
.width75 {
	width:75%;
}
.width95 {
	width:95%;
}
.width60Desktop {
	width:60%;
}
.width79Desktop {
	width:79%;
}
.width19Desktop {
	width:19%;
}
.width35Desktop {
	width:35%;
}
.width49Desktop {
	width:49%;
}
.topMinus70 {
	position:relative;
	top:-70px;
	z-index:200;
}
.topMinus33 {
	position:relative;
	top:-33px;
	z-index:200;
}
zIndex200 {
	z-index:200;
}
.whiteBG, .quotation p {
	background-color:#fff;
}
.module {
	/* margin:15px 0px; */
}
.imageRight img {
	float:right;
	margin:0px 0px 10px 15px;
}
.imageLeft img {
	float:left;
	margin:0px 15px 10px 0px;
}
.imageCenter img {
	width:100%;
	height:auto;
	margin:0px 0px 10px 0px;
}
.module h4:not(.articleLabel) {
	font-weight:700;
}
.module h3:not(.articleTitle) {
	font-size:20px;
	margin-top:35px;
}
.content ul, .tiny-wetextarea ul {
	margin-left: 20px;
}
.content ul, .content li, 
.tiny-wetextarea ul, .tiny-wetextarea li {
	list-style-type: disc;
}
.accordion div h3, .linklist ul li h3 {
	margin-top:	0px;
}

.contentList, .contentList a {
	color:#266c84;
}
/*.contentList li:before {
content: "\00BB \00A0 ";
}*/
.contentList li {
	display:block;
	padding-bottom:4px;
}
.imageGallery a.fancybox, .imageGallery a.fancybox img {
	display:block;
}
.imageGallery a.fancybox img {
	width:100%;
	height:auto;
	margin-bottom:4%
}
.imageGallery a.fancybox {
	float:left;
	width:24%;
	margin-right:1%;
}
.quotation p {
	padding:15px !important;
	padding-bottom:40px !important;
	position:relative;
	color:#266c84;
	font-style:italic;
	font-size:16px;
}
.quotation p span {
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	color:#999;
	text-transform:uppercase;
	font-size:12px;
}


#header {
	width:100%;
	height:140px;
	background:#fff;
}
.center {
	width:990px;
	margin:0 auto;
	position:relative;
}
#logo {
	width:215px;
	height:60px;
	background-position:0px 0px;
	display:block;
	text-indent:-10000px;
	position:absolute;
	top:30px;
	left:-58px;
}
#metaNavigation {
	position:absolute;
	top:5px;
	right:0px;
}
#metaNavigation li {
	float:left;
	display:inline;
	padding:0px 8px;
	border-right:1px solid #266c84;
}
#metaNavigation li.last {
	padding-right:0px;
	border-right:0px;
}
#metaNavigation li a {
	color:#266c84;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}
#navigation {
	height:43px;
	width:100%;
	position:relative;
	top:-20px;
	z-index:100;
}
#navigation ul {
	width:100%;
	background-color:#266c84;
	height:40px;
}
#navigation li {
	height:40px;
	float:left;
	width: 12.5% /* 14.2857% */
}
#navigation li a {
	/* float:left; vr */
	display:block;/* vr */
	text-decoration:none;
	color:#fff;
	padding:8px 45px 0px 15px;
	height:32px;
	background-color:#266c84;
	background-position:right -52px;
	border-right:1px solid #93b6c2;
}
/* vr */
#navigation li:last-child a {
	border-right:0;
}
/* vr */

.borderBottom {
	border-bottom:4px solid #fff;
}
#navigation li.current a, #navigation li a:hover {
	background-color:#1b4b5c;
}
#navigationWrapper {
	margin-bottom:10px;
	
}
#headerSlideshowWrapper {
	width:990px;
	height:290px;
	position:relative;
	top:-23px;
	z-index:90;
}
#slideshowLeft, #slideshowRight {
	width:15px;
	height:25px;
	background-position:-372px -15px;
	position:absolute;
	left:20px;
	top:50%;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	margin-top:-12px;
}
#slideshowRight {
	right:20px;
	left:auto;
	background-position:-397px -15px;
}
#imageThumbs {
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-20px;
}
.imageThumb {
	width:6px;
	height:6px;
	border:1px solid #fff;
	float:left;
	display:inline;
	margin-right:3px;
}
.imageThumb.current {
	width:6px;
	height:6px;
	border:1px solid #fff;
	float:left;
	display:inline;
	margin-right:3px;
	background:#fff;
}
#headerSlideshowImagesWrapper li {
	position:absolute;
	top:0;
	left:0;
	/* visibility: hidden; */
}
/* #headerSlideshowImagesWrapper li:first-child {
visibility: visible;
} */
#headerSlideshowImagesWrapper li span {
	position:absolute;
	top:30px;
	right:50px;	
	color:#fff;
	font-size:18px;
}	
#megaMenu {
	width:100%;
	background:#fff;
	position:absolute;
	opacity:0.95;
	padding:15px 0px;
	z-index:100;
	display:none;
}
#megaMenu b, #megaMenu a {
	color:#266c84;
}
#megaMenu * {
	font-size:13px;
}
#subNavigation {
	background:#fff;
	margin-bottom:15px;
	z-index:100;
	position:relative;
	padding-bottom:15px;
}
#subNavigation h2 {
	margin:					0px 15px;
	padding:				10px 0px;
	height:					20px;
	border-bottom:	1px solid #e6e1ce;
}
#subNavigation h2, h2 > a {
	color:						#1b4b5c;
	font-size:				18px;
	text-decoration:	none;
	text-transform:		uppercase;
}
#subNavigation ul li {
	padding:0px 15px;
}
#subNavigation ul li a {
	display:block;
	text-decoration:none;
	color:#266c84;
	height:25px;
	border-bottom:1px solid #e6e1ce;
	padding-top:5px;
	font-size:15px;
	position:relative; /* login - relative (protected icon) (vr) */ 
}
#subNavigation ul li.current {
	padding-left:6px;
	border-left:4px solid #266c84;
}
#subNavigation ul li.current {
	background-position:0px -108px;
}
#subNavigation ul li.current a {
	margin-left:15px;
}
/* login - protected icon (vr) */ 
#subNavigation li.protected > a:after {
	background-position: -287px -8px;
	content:"protected!";
	width:12px;
	height:12px;
	display:block;
	text-indent:-5000px;
	line-height:1px;
	font-size:1px;
	position:absolute;
	right:8px;
	top:8px;
}
/* login - protected icon (vr) */ 

.thirdLevel li {
	padding:0 !important;
	border:0 !important;
}
.thirdLevel li a {
	font-size:13px !important;
}
.thirdLevel li.current {
	background-position:-385px -133px !important;
}
.thirdLevel li.current a {
	color:#1b4b5c !important;
	font-weight:700;
	margin-left:30px;
	padding-left:10px;
}
#subNavigationSearch {
	padding:15px;
	position:relative;
	margin-top:10px;
}
#search {
	width:250px;
	position:absolute;
	top:55px;
	right:0px;
}
#subNavigationSearch input.txt, #search input.txt {
	color:#978d69;
	width:94%;
	border:1px solid #a29978;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3%;
	padding-right:3%;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.3);
	font-size:13px;
	
}
.submitSearch {
	width:20px;
	height:20px;
	border:0;
	padding:0;
	margin:0;
	text-indent:-9999px;
	background-position:-307px -4px;
	background-color:transparent;
	overflow:hidden;
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
}
#search .submitSearch {
	right:5px;
	top:5px;
}
.article {
	margin-bottom:25px;
}
.pagination a {
	padding:0px 3px;
}
.pagination a.current {
	font-weight:700;
	text-decoration:none;
}
li.article {
	margin-bottom:0;
	border-bottom:1px solid #e6e1ce;
	padding:10px 0px 10px 0px;
	
}
.article h3 {
	font-size:18px;
	font-weight:400;
}
.article.highlighted h3, li.article h3 {
	font-weight:700;
}
.article.highlighted {
	background:#fff;
	padding:10px;
}
.articleLabel {
	color:#266c84;
	text-transform:uppercase;
	margin-bottom:4px;
}
.article.appointment h3 {
	font-size:15px;
	line-height:18px;
}
.article img.left {
	float:	left;
	margin:	4px 10px 10px 0px;
}
.article img.right {
	float:	right;
	margin:	4px 0px 10px 10px;
}


#quickStart {
	border-left:4px solid #978d69;
	background:#e6e1ce;
	padding:10px;
	margin-bottom:20px;
}
#quickStart h2 {
	text-transform:uppercase;
	color:#978d69;
}
.ctaBox {
	padding:10px;
	border-left:4px solid #266c84;
	background:#fff;
	margin-bottom:20px;
}
.ctaBox h2 {
	font-size:18px;
	text-transform:uppercase;
}
.beaBox h2 {
	text-transform: none;
}
.beaBox ul {
	margin-left: 20px;
}
.beaBox li {
	list-style-type:	square; 
	padding-left: 		10px;
}
.beaBox a.text {
	text-decoration:	none;
	color:						#303030;
}
.iconList li {
	position:Relative;
	padding-left:30px;
	padding-bottom:5px;
}
.iconList li .icon {
	position:absolute;
	top:0px;
	left:0px;
}
#footer #footerContent {
	background:#978d69;
	padding:20px;
	position:relative;
}
#footerContent, #footerContent * {
	text-transform:uppercase;
	font-size:13px;
	color:#e6e1ce;
}
#newsletterButton {
	width:157px;
	height:20px;
	background-image:url(/global/img/newsletterButton.jpg);
	display:block;
	position:absolute;
	right:20px;
	top:22px;
}
.icon {
	width:20px;
	height:20px;
}
.iconMarker {
	background-position:-218px -4px;
}
.iconPhone {
	background-position:-242px -4px;
}
.iconMail {
	background-position:-265px -4px;
}
.contentForm {
	background-color:#fff;
	padding:10px;
	margin-bottom:20px;
}
.contentForm * {
	font-size:13px;
}
.contentForm .line {
	border-bottom: 1px solid #e6e1ce;
	padding:5px 0px 10px 0px;
}

.contentForm label:not(.radio), .contentForm label .charcounter, .contentForm label .charcounter span, .contentForm label a {
	color: #266c84;
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
}
.contentForm label.radio {
	display: block;
}
.contentForm label.radio input {
	width: auto;
	margin-right: 10px;
}
.contentForm label.afterInput {
	display:				inline-block;
	margin-top:			10px;
	color: 					#303030;
	text-transform:	none;
}
.contentForm label.afterInput input {
	width:				auto; 
	border:				0;
	margin-right:	5px;
}

.contentForm label .charcounter {
	display: block;
}
.contentForm h3, .module .contentForm h3 {
	border-bottom: 1px solid #e6e1ce;
	text-transform:uppercase;
	padding-bottom:5px;
	font-weight:700;
	font-size: 13px;
	margin: 0;
}
.contentForm .width25 {
	width:18%;
	padding:0 3%;
	padding-top:3px;
}
.contentForm .width33 {
	width:25%;
	padding:0 3%;
	padding-top:3px;
}
.contentForm .width100 input, 
.contentForm .width100 textarea,
.contentForm .width100 select {
	width:96%;
	padding-left:2%;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2%;
	color:#978d69;
	border:1px solid #a29978;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.3);
}
.contentForm .width100 select {
	width:100%;
}
/* durch Editor generierte Tabelle */
.contentForm .line div table {
	width:	100%;
}
.contentForm .width100 textarea {
	height:	100px;
}
.contentForm .line .text, .contentForm .line .text b {
	font-size:		15px !important;
	padding-top:	3px !important;
	text-transform: none !important;
	color: #303030 !important;
}
.contentForm .line .small {
	font-size:		12px;
	line-height:	15px;
	margin-top:		5px;
}

.spriteBG, 
.icon, 
#navigation li a:not(.empty),
#subNavigation ul li.protected a:after {
	background-image:url(/global/img/sprite.png);
	background-repeat:no-repeat;
}

.submitForm, .submitFormSmall, .leftButton {
	background:#a29978 url(/global/img/submitBG.jpg) 90% center no-repeat;
	color:#fff;
	text-transform:uppercase;
	padding:4px 10px;
	padding-right:7%;
	border:0;
	font-weight: 700;
	float:right;
	margin:30px 0px;
	cursor:pointer;
}
.submitFormSmall {
	margin: 10px;
}
.leftButton {
	display: 					inline-block;
	padding-right: 		10px;
	float: 						none;
	background-image: none;
	text-decoration:	none;
}

.responseSubmit {
	background:#a29978 url(/global/img/submitBG.jpg) 90% center no-repeat;
	color:#fff;
	text-transform:uppercase;
	padding:4px 10px;
	padding-right:7%;
	border:0;
	font-weight: 700;
	float:left;
	margin:0px 0px 0px 10px;
	cursor:pointer;
}

.forumItem, .forumItem * {
	text-decoration:none !important;
	font-size:13px;
}
.forumItem {
	padding:10px 0px;
	border-bottom: 1px solid #e6e1ce;
}
.forumItem h3 {
	font-weight:700;
	font-size:16px;
}
.forumItem.last {
	border-bottom: 0px;
}
.forumItem div span {
	font-weight:700;
	font-size:16px;
}

form.forumButton, form.forumAdminButton {
	display: inline;
}
form.forumButton button, form.forumAdminButton button, .smallButton, .smallEditButton, .contentForm label a.smallButton {
	display:				inline;
	font-size:			11px;
	cursor:					pointer;
	margin-left: 		10px;
	padding:				0 5px;
	border:					0;
	color:					rgb(255,255,255) !important;
	background:			#a29978;
	text-decoration:	none;
	text-transform:		none;
}
form.forumAdminButton button, .smallEditButton {
	background:			rgb(178,34,34);
}

/*
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.spriteBG, .icon, #navigation li a {
background-image: url(retinaSprite.png);
background-size: 425px 300px;
}
}
*/
/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

html, body, #siteWrapper {height: 100%;}

body > #siteWrapper {height: auto; min-height: 100%;}

#mainContent {padding-bottom: 50px; width:100%;}  /* Muss genau so hoch sein wie der Footer */

#footer {
	position: relative;
	margin-top: -50px; /* Negativer Wert der Footer-Höhe */
	height: 50px;
	clear:both;
}

/*
* Forumstyles (Standard)
*/

.wetinyforumTabTopic, .wetinyforumTabTopics, .wetinyforumTabForum, .wetinyforumTabForen {
	width: 						100%; 
	border-collapse:	collapse;
	margin-bottom:		20px;
	
}
.wetinyforumTabTopic th, .wetinyforumTabTopics th, .wetinyforumTabForum th , .wetinyforumTabForen th {
	padding:		3px 10px; 
	border:			solid 1px #266c84;
	
}
.wetinyforumTabTopic td, .wetinyforumTabTopics td, .wetinyforumTabForum td , .wetinyforumTabForen td {
	padding:		3px 10px; 
	border:			solid 1px #266c84;
	background:	rgba(255,255,255, 0.8);
}

/*
* Forumstyles (eigene)
*/

#forumWrapper.Admin h2 {
	border-bottom:	solid 1px #266c84;
	margin:					30px 0 10px 0;
}

@media only screen and (max-width: 1120px) {
	#logo {
		left:0;
	}
}

@media only screen and (max-width: 990px) {
	
	.center {
		width:95%;
	}
	#headerSlideshowWrapper {
		width:100%;
	}
	#headerSlideshowImagesWrapper img {
		width:100%;
		height:auto;
	}
	#navigation li a {
		padding: 8px 35px 0 10px;
		font-size:13px;
	}
	
	
	
}


@media only screen and (max-width: 800px) {
	
	#navigation li a {
		font-size:11px;
	}
	
}



@media only screen and (max-width: 700px) {
	
	#leftFrame, #rightFrame {
		float:none !important;
		width:100% !important;
	}
	#footer {
		height: auto;
		
	}
	.forumItem .borderRight {
		border-right:0px;
	}
	.paddingBottom10Mobile {
		padding-bottom:10px;
	}
	.paddingLeft15Desktop {
		padding-left:0px;
	}
	.contentForm .width25 {
		width:18%;
		padding:0;
		padding-top:3px;
	}
	.width49Desktop, .width79Desktop, .width19Desktop {
		width:100%;
	}
	.width60Desktop {
		width:100%;
	}
	.width35Desktop {
		width:100%;
	}
	.forumItem, .forumItem * {
		text-align:left !important;
	}
	#footerContent {
		height:auto;
		padding-bottom:40px !important;
	}
	#newsletterButton {
		position:relative;
		bottom:0;
		top:0;
		left:0;
		margin-top:15px;
	}
	#megaMenu {
		display:none !important;
	}
	#navigation li {
		border-bottom:1px solid #eef3f5 !important;
		width:100%;
	}
	#navigation li a {
		width:100%;
		padding-left:0 !important;
		padding-right:0 !important;
		text-align:center;
		background-image:none;
		font-size:18px;
		background-position:-380px -52px;
	}
	.borderBottom {
		border-bottom:0px;
	}
	#headerSlideshowWrapper {
		display:none !important;
	}
	.width50, .width49 {
		width:100% !important;
		float:none !important;
	}
	.paddingRight10 {
		padding-right:0px;
	}
	.paddingLeft10 {
		padding-left:0px;
	}
	.borderCenter {
		background-image:none;
	}
	#search {
		width:100%;
		position:relative;
	}
	#logo {
		position:relative;
	}
	.width34, .width66, #subNavigation {
		width:100%;
	}
	.floatLeft {
		float:none !important;
	}
	.article:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	#header {
		height:190px;
	}
	.topMinus70, .topMinus33 {
		top:0px;
	}
	
	.article {
		display: inline-block;
	}
	html[xmlns] .article {
		display: block;
	}
	* html .article {
		height: 1%;
	}
}

/* Editmode */

hr.edit { 
	margin: 		30px 0; 
	padding: 		0; 
	border: 		none; 
	border-top:	medium double rgb(38, 108, 132); 
	color: 			rgb(38,108,132); 
	text-align:	center; 
} 
hr.edit:after { 
	display: 				inline-block; 
	text-transform:	uppercase; 
	position: 			relative; 
	top: 						-13px; 
	padding: 				0 5px; 
	background:			rgb(238,243,245); 
}
hr.bloecke:after { 
	content: "Blöcke"; 
}

/* Sitemap */

.sitemap { 
	margin-bottom: 20px;
}
.sitemap a { 
	margin-bottom: 2px;
	padding: 10px;
	background: #fff;
	font-size:18px;
	padding-left:35px;
	cursor:pointer;
	background:#fff url(/global/img/rakArrowDown.jpg) 10px 20px no-repeat; 
	display:block;
	text-decoration:none;	
	font-size: 18px; 
	line-height: 25px; 
}
.sitemap .level2 {
	margin: 0 0 10px 30px; 
}
.sitemap .level2 a {
	padding:5px 10px 5px 30px;
	background: #fafbfc url("/global/img/liBullet.png") no-repeat scroll 10px 15px;
	font-size: 16px; 
}
.sitemap .level3 { 
	margin: 0 0 10px 30px; 
}
.sitemap .level3 a { 
	background: #e7ecee url("/global/img/liBullet.png") no-repeat scroll 10px 15px;
	font-size: 14px; 
}


/* Inhaltstabellen */

.contentTable, .contentTableCenter { 
	width:					100%;
	border-collapse:	collapse;
}
.contentTable td, .contentTableCenter td { 
	border:					1px solid rgb(255,255,255);
	background:			rgb(217, 217, 217); 
	text-align:			left;
	vertical-align:	top;
	padding:				5px;
}
.contentTableCenter td { 
	text-align:			center;
}

.closure {
	margin-top: 30px;
}


.keywordSearch, .infobox {
	border-left:4px solid #978d69;
	background:#e6e1ce;
	padding:10px;
	margin-bottom:20px;
}
.infobox {
	margin-top:20px;
	position:relative;
	color:#756e50;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	min-height: 35px;
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0;
}

/* rote Infobox */
.infobox.rot {
	border-left-color: #FFF;
	background-color: #DC143C;
}
.infobox.rot p {
	color: #FFF;
}
.infobox.rot a {
	background-color: #FFF;
	background-image: none;
	color: #DC143C;
}

.infobox p {
	color:#756e50;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	padding:10px;
	display:inline-block;
}
.infobox a {
	margin:10px 10px 10px 15px;
	font-weight: 700;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding: 5px 45px 5px 10px;
	float:right;
	background:#a29978 url("/global/img/linkArrowRight.jpg") right center no-repeat;
	
}
.infobox a span {
	background-image: url("/global/img/sprite.png");
	background-repeat: no-repeat;
	background-position: -397px -15px;
	display:inline-block;
}
.keywordSearch h2 {
	text-transform:uppercase;
	color:#978d69;
	
}
.keywordSearch .searchInput {
	border: 1px solid #a29978;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3) inset;
	color: #978d69;
	font-size: 13px;
	padding: 4px 3%;
	width: 94%;
	margin-bottom:10px;
}
.keywordSearch .submitSearch {
	top:54px;
}
.keywordLinkList {
	max-height:150px;
	overflow-y:auto;
	background:#978e67;
	padding:4px 3%;
	color:#e6e2cd;
}
.keywordLinkList * {
	display:block;
	color:#e6e2cd;
}
.fallbackText {
	display:none;
}

iframe.rechtsanwaltsregister {
	margin-top:	20px;
	width: 			100%;
	height:			800px;
	overflow:		auto !important;
	overflow-x:	hidden !important;
	overflow-y:	visible !important;
}


/* resultList */
.content ul.resultList {
	margin:0;
}
.content ul.resultList li {
	display:block;
}

.searchResult h4 {
	line-height:		20px;
	margin-bottom:	10px;
}
.searchResult h4 b {
	color: 					#266c84;
}

#schlagwortkatalog {
	display: 				none;
}
#schlagwortkatalog #katalog {
	max-height:		640px;
	overflow:			scroll;
	overflow-y:		scroll;
	overflow-x:		hidden;
}
#schlagwortkatalog #katalog h1 {
	margin-bottom:	10px;
}
#schlagwortkatalog #katalog > div {
	margin-bottom:	20px;
}
#schlagwortkatalog #katalog > div > div {
	display:				inline-block;
	width: 					49%;
}
#schlagwortkatalog #katalog label input {
	margin-right: 	5px;
}
#schlagwortkatalog #buttons button {
	margin: 30px 0 0 0;
}

.topTermine {
	background:	rgb(255,255,255);
	padding:		5px 15px;
	margin-bottom:	30px;
	border: 1px solid rgb(162, 153, 120);;
	border-left: 4px solid rgb(38, 108, 132);
	
}
.topTermine > div {
	margin:	5px 0;
}
.topTermine > div, .topTermine > div * {
	color: #266c84;
}
.topTermine > div > b {
	/*text-transform: uppercase;*/
	font-size: 16px;
}
.invisible{
	display:none;
	}
a#cookiebotRenew{
	margin:10px 10px 10px 15px;
	font-weight: 400;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-transform:none;
	padding: 5px 45px 5px 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	background:#a29978 url("/global/img/linkArrowRight.jpg") right center no-repeat;
	}