/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
  /* open-sans-700 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
  /* open-sans-italic - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('./fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('./fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
  } 

body {
	background: url(images/bg.gif) 0 285px repeat-x #ededed;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #4b4b4d;
}

img {
	border: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	height: 50px;
}

#wrapper-main {
	width: 960px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	float: left;
}

header {
	background: url(images/justitia.gif) 600px 34px no-repeat #fff;
	height: 285px;
	border-bottom: 7px solid #f00;
}

h2 {
	font-size: 33px;
	position: absolute;
	margin: 45px 40px;
}

.thin {
	font-weight: normal;
}

h3 {
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	position: absolute;
	margin: 235px 40px;
}

#content {
	background: #fff;
	padding: 40px;
	padding-bottom: 150px;
}

#content p {
	text-align: justify;
	font-size: 14px;
	line-height: 22px;

}

#content a {
	color: #4b4b4d;
}

#content a:hover {
	color: #f00;
}

#content ul {
	font-size: 14px;
	padding: 0 0 0 18px;
	line-height: 26px;
	list-style-image: url(images/bullet.png);
}

.pdficon {
	position: absolute;
	margin-top: -8px;
	margin-left: 5px;
}

#sidebar {
	float: left;
	position: relative;
	top: 329px;
	left: 25px;
	width: 199px;
}

#sidebar p {
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

#sidebar a {
	color: #4b4b4d;
	text-decoration: none;
}

#sidebar a:hover {
	color: #f00;
	text-decoration: underline;
}

.imprint {
	position: absolute;
	top: -134px;
}

#sidebar img {
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.gm-style-iw {
	width: 150px;
}

#menu {
	background: #ededed;
	height: 40px;
	padding-left: 40px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	border-left: 1px solid #ccc;
}

#menu ul li:last-child {
	border-right: 1px solid #ccc;
}

#menu ul li a {
	text-decoration: none;
	color: #4b4b4d;
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	padding: 0 5px 0 5px;
}

#menu ul li a:hover, #menu ul li a.active {
	background: #f00;
	color: #fff;
}

.home a {
	width: 30px;
	text-indent: -9999px;
	background: url(images/home.png) no-repeat;
	background-position: 9px 0px;
}

.home a:hover, .home .active {
	background: #f00 url(images/home.png) no-repeat !important;
	background-size: 21px 19px;
	background-position: 9px -40px !important;
}

#footer {
	border-top: 7px solid #f00;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer p {
	display: table-cell;
	font-size: 12px;
	/*padding-right: 50px;*/
}

#footer a {
	color: #4b4b4b;
}

#footer a:hover {
	color: #f00;
}

#accordion {
	margin-top: 25px;
}

#content table {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content table tr td {
	font-size: 14px;
	padding-right: 20px;
	vertical-align: top;
	padding-bottom: 8px;
}

.ui-accordion-header {
	color: #4b4b4b;
	font-size: 14px !important;
	background: url(images/plus.png) #ededed;
	background-repeat: no-repeat;
	background-position: 11px 11px;
	cursor: pointer;
	margin: 0 !important;
	border-bottom: 12px solid #fff !important;
	outline: none;
	height: 30px;
	line-height: 30px;
	text-indent: 30px;
}

.ui-accordion-header:hover {
	background: url(images/plusw.png) #f00;
	background-repeat: no-repeat;
	background-position: 11px 11px;
	color: #fff;
}

.ui-accordion-header-active {
	background: url(images/minusw.png) #f00;
	background-repeat: no-repeat;
	background-position: 11px 11px;
	color: #fff;
}

.ui-accordion-header-active:hover {
	background: url(images/minusw.png) #f00 !important;
	background-repeat: no-repeat !important;
	background-position: 11px 11px !important;
	color: #fff;
}