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

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

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

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

* {
	font-family: 'PT Sans', 'Myriad Pro', sans-serif;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	color: #646464;
	font-size: 12px;
	line-height: 140%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#categories {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0pt;
	margin-bottom: 12px;
	padding: 0px;
	width: 793px;
	position: relative;
	height: 100%;
	border: none;
}

#items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 1px;
	width: 793px;
	position: relative;
	height: 100%;
	border: none;
}

#status {
	background-color: #333333;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	left: 0px;
	bottom: 0px;
	margin: auto;
	opacity: 0.1;
	padding: 10px;
	position: fixed;
	width: 250px;
	z-index: 800;
}

	#status:hover {
		background-color: #333333;
		border: 1px solid #000000;
		color: #FFFFFF;
		font-size: 8pt;
		font-weight: normal;
		left: 0px;
		bottom: 0px;
		margin: auto;
		opacity: 0.4;
		padding: 10px;
		position: fixed;
		width: 250px;
		z-index: 800;
	}

#item {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 793px;
	position: relative;
}

.item .leftside {
	float: left;
	width: 187px;
	margin-right: 15px;
	min-height: 187px;
}

.leftside .image {
	width: 187px;
	height: 187px;
	margin-top: 15px;
	margin-bottom: 15px;
}

	.leftside .image img {
		width: 187px;
		height: 187px;
	}

.item ul {
}

	.item ul li {
		margin-left: 15px;
		list-style: square outside none;
	}

/* TODO */
#contentCategory > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/* TODO */
.category {
	min-height: 125px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px 5px 0px 5px;
}

	/* TODO */
	.category.no-border {
		border: 0 !important;
	}

	.category img {
		height: 120px;
		float: left;
		margin-right: 80px;
	}

	/* TODO */
	.category .image {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100px;
		height: 100px;
		width: 187px;
	}

	/* TODO */
	.category .headline {
		margin-top: 12px;
		margin-bottom: 20px;
		font-size: 15px;
		color: #0059AB;
		text-align: center;
	}

	.category .accordiondown {
		float: right;
		margin-right: 20px;
		margin-top: 50px;
		padding-right: 20px;
		background-image: url('down.png');
		background-repeat: no-repeat;
		background-position: right;
	}

	.category .accordionup {
		float: right;
		margin-right: 20px;
		margin-top: 50px;
		padding-right: 20px;
		background-image: url('up.png');
		background-repeat: no-repeat;
		background-position: right;
	}

.accordiondown a {
	color: #646464;
	text-decoration: underline;
}

.accordionup a {
	color: #646464;
	text-decoration: underline;
}

/* TODO */
.itemCategory {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

	/* TODO */
	.itemCategory.flex-view {
		display: flex;
	}

	.itemCategory.noBorder {
		border-bottom: 0 !important;
	}

	/* TODO */
	.itemCategory img {
		height: 120px;
		margin-right: 80px;
	}

	/* TODO */
	.itemCategory .image {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 186px auto;
		height: 187px;
		margin-right: 15px;
		width: 187px;
	}

	.itemCategory .headline {
		margin-top: 12px;
		margin-bottom: 20px;
		font-size: 15px;
		color: #0059AB;
	}

	.itemCategory .headline1,
	.itemCategory .headline2,
	.itemCategory .headline3,
	.itemCategory .headlineDL {
		background-color: #FFFFFF;
		padding: 6px 0px 4px 0px;
	}

	.itemCategory .headline1 {
		width: 235px;
		font-size: 12px;
		color: #0059AB;
		vertical-align: top;
	}

	.itemCategory .headline2 {
		width: 235px;
		font-size: 12px;
		color: #0059AB;
		vertical-align: top;
	}

	.itemCategory .headline3 {
		width: 121px;
		font-size: 12px;
		color: #0059AB;
		vertical-align: top;
	}

	.itemCategory .headlineDL {
		width: 591px;
		font-size: 12px;
		color: #0059AB;
		vertical-align: top;
	}

	.itemCategory .itemlink .column1 {
		width: 306px;
		font-size: 12px;
		vertical-align: top;
	}

	.itemCategory .itemlink .column2 {
		width: 278px;
		font-size: 12px;
		vertical-align: top;
	}

	.itemCategory .itemlink .column3 {
		width: 121px;
		font-size: 12px;
		vertical-align: top;
	}

	.itemCategory .itemlink .columnDL {
		width: 591px;
		font-size: 12px;
		vertical-align: top;
	}

	.itemCategory .row1 {
		background-color: #FFFFFF;
		padding: 2px 0px 4px 0px;
	}

	.itemCategory .row2 {
		background-color: #F7F8F8;
		padding: 2px 0px 4px 0px;
	}

	.itemCategory tr:hover .row1,
	.itemCategory tr:hover .row2 {
		background: #dddddd;
		cursor: pointer;
	}

	/* TODO */
	.itemCategory .item-table {
		width: 518px;
	}

		.itemCategory .item-table td {
			padding-right: 10px;
		}

			.itemCategory .item-table td:last-child {
				padding-right: 3px;
			}

		.itemCategory .item-table .column1, .itemCategory .item-table .headline1 {
			width: auto;
		}

		.itemCategory .item-table .column2, .itemCategory .item-table .headline2 {
			width: auto;
		}

		.itemCategory .item-table .column3, .itemCategory .item-table .headline3 {
			width: 105px;
		}
/* END TODO */

.item {
}

	.item .headline {
		margin-bottom: 10px;
		font-size: 15px;
		color: #0059AB;
	}

		.item .headline span {
			font-size: 12px;
		}

	.item .attributehead {
		margin-top: 12px;
		margin-bottom: 5px;
		font-size: 12px;
		color: #0059AB;
	}

	.item .ul {
	}

	.item .il {
	}

	.item .column1 {
		width: 793px;
		font-size: 12px;
		vertical-align: top;
	}

	.item .column2 {
		width: 356px;
		font-size: 12px;
		vertical-align: top;
	}

	.item .row1 {
		background-color: #FFFFFF;
		padding: 2px 5px 4px 0px;
	}

	.item .row2 {
		background-color: #F7F8F8;
		padding: 2px 5px 4px 0px;
	}

#dropdownSection {
	position: fixed;
	width: 1020px;
	height: 500px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.backlink {
	padding-left: 20px;
	background-image: url('back.png');
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
	display: block;
}


.epaper {
	padding: 2px 0 2px 20px;
	background-image: url('epaper.png');
	background-repeat: no-repeat;
	background-position: left;
}

.doc {
	padding: 2px 0 2px 20px;
	background-image: url('file.png');
	background-repeat: no-repeat;
	background-position: left;
}

.sendmail {
	padding: 2px 0 2px 20px;
	background-image: url('mail.png');
	background-repeat: no-repeat;
	background-position: left;
}


.docimage {
	padding: 2px 0 2px 20px;
	background-image: url('images.png');
	background-repeat: no-repeat;
	background-position: left;
}

a:link {
	color: #646464;
}

a:visited {
	color: #646464;
}

a:hover {
	color: #0059AB;
}

a:active {
	color: #0059AB;
}

a:focus {
}



#contentForm label {
	display: block;
	float: left;
	line-height: 12px;
	margin-right: 15px;
	padding: 5px 0 2px;
	width: 86px;
}

#contentForm input {
	width: 184px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #cccccc;
	color: #646464;
	font-size: 12px;
	background-color: #ffffff;
}

	#contentForm input[type=checkbox] {
		float: left;
		margin-right: 5px;
		width: auto;
		margin-top: 3px;
	}

	#contentForm input[type=submit] {
		float: right;
	}

#contentForm select {
	width: 184px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	color: #646464;
	font-size: 12px;
}

#contentForm textarea {
	width: 389px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #cccccc;
	color: #646464;
	font-size: 12px;
	resize: none;
	height: 270px;
}

#contentForm #radiofields label {
	width: 75px;
}

#contentForm #radiofields input {
	float: left;
	margin-right: 5px;
	width: auto;
	margin-top: -3px;
}

#contentForm br {
	clear: both;
}

#radiofields {
	float: left;
}

.zoomWindow {
	margin-left: 15px;
}

#zoomImgGalerie img {
	border: 2px solid white;
}

.active img {
	border: 2px solid #333 !important;
}
