<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Gentium Basic', serif;
	font-size: 18px;
	line-height: 22px;
}

body.site {
	border-top: none;
}

.small {
	font-size: 14px;
}

.custom_banner {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
.custom_banner {
	width: 1150px;
	height: 303px;
	
	background: url(/images/praxisschild_1150.jpg) no-repeat;
}
}

@media (min-width: 980px) and (max-width: 1199px) {
.custom_banner {
	width: 940px;
	height: 248px;
	background: url(/images/praxisschild_940.jpg) no-repeat;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.custom_banner {
	width: 724px;
	height: 191px;
	background: url(/images/praxisschild_724.jpg) no-repeat;
}
}

@media (max-width: 767px) {
.custom_banner {
	/*width: 100%;*/
	/*height: auto;*/
	
	/*height: 176px;*/
	/*background: url(/images/praxisschild_668.jpg) no-repeat;
	background-size: cover;*/
}
}

@media (max-width: 480px) {
.custom_banner {
	/*width: 940px;
	height: 248px;
	background: url(/images/praxisschild_1150.jpg) no-repeat;*/
}
}



@media (min-width: 1200px) {
.container {
    max-width: 1150px;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1150px;
}

#sidebar  {
	width: 230px;
}

#content {
	width: 621px;
}

#aside {
	width: 250px;
}
}

#aside ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 5px;
}

#aside ul li {
	margin-bottom: 5px;
}

body {
/*background: url(/images/map.jpg);*/
}

a, a:link {
	color: #59b423;
}

a:hover, a:focus {
	color: #67d029; /* #59b423 */
}

ul.nav &gt; li {
margin-bottom: 5px;
/**/
}

ul.nav &gt; li &gt; a {
	padding: 4px 4px 4px 30px; /* 12px */
	display: block;
	line-height: 30px;
	
	/*background-color: #4b981d;
	color: white;*/
	
	background: linear-gradient(to right, #4b981d 20px, #ffffff 20px);
	border: 1px solid #ccc;
	
	border-radius: 4px;
}

ul.nav &gt; li &gt; a:hover, ul.nav &gt; li.active &gt; a {
	/*background-color: #59b423;*/
	
	background: linear-gradient(to right, #67d029 20px, #ffffff 20px);
	
	border-radius: 8px;
}

ul.nav &gt; li.active {
	margin-top: 6px;
	margin-bottom: 6px;
}

ul.nav &gt; li &gt; ul  {
	margin-top: 4px;
	margin-left: 12px;	
}

ul.nav &gt; li &gt; ul  &gt; li {
	margin-bottom: 5px;
}

ul.nav &gt; li &gt; ul &gt; li  &gt; a {
	display: block;
	
	padding: 4px 4px 4px 12px;
	
	background-color: #59b423;
	color: white;
		
	border-radius: 4px;
	
	font-size: 16px !important;
	line-height: 22px;
}

ul.nav &gt; li &gt; ul &gt; li  &gt; a:hover , ul.nav &gt; li &gt; ul &gt; li.active  &gt; a {
	background-color: #67d029;
}</pre></body></html>