<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
color:#333
margin-bottom:10px;
}
h1 {
font-size: 120%;
}
h2 {
font-size: 110%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	width: 100%;
	background-color: #000000;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top:10px;
}

a {
	color: #333;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Begin of styles for the demonstration */
a.expand {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demonstration */
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#Topper {
	height: 160px;
	width: 900px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#SubFooter {
	height: 75px;
	width: 1000px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#langsel {
	height: 25px;
	width: 75px;
	float: right;
	margin-top: 135px;
	background-color: #424242;
	text-align: center;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
}
#deko {
	width: 1150px;
	margin: 0 auto;
}
#wrapper {
	width: 886px;
	margin: 0 auto;
	background-color: #FFF;
	border: 7px solid #424242;
}

#overlayinfo
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 250px;
	margin-top: -125px;
	margin-left: -150px;
	z-index: 100;
	padding: 5px;
	line-height: 42px; 
	border: 3px solid #A6A6A6;
	background-color: #F5F5F5;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align: center;
	display: none;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #424242;
	padding-bottom:7px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	height: 1%;
	position: relative;
	border-left-width: 205px;
	border-left-style: solid;
	border-left-color: #dadada;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 185px;
	position: relative;
	left: -205px;
	padding: 0;
	background-color: #dadada;
}

ul.nav {
	list-style: none;
	font-size:120%;
	text-align:center;
}
ul.nav2 {
	list-style: none;
	margin-top: 0px;
	font-size:90%;
}
ul.nav a{
  	color:#333;
  	font-weight: bold;
}
ul.nav2 a{
	color:#333;
	font-weight: normal;
}
ul.nav a, ul.nav a:visited, ul.nav2 a, ul.nav2 a:visited {
	display: block;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #777;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus, ul.nav2 a:hover, ul.nav2 a:active, ul.nav2 a:focus {
	background-color: #424242;
	color:#fff;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background-color: #424242;
	font-size: 12px;
	color: #dadada;
	text-align: center;
	padding-top: 10px;
}

.align-right {
text-align: right;
}

.align-center {
text-align: center;
}

/* Contact Form */
.csc-mailform { border: none; }
.csc-mailform input,  .csc-mailform textarea { padding: 3px; }
.csc-mailform-field label { width: 100px; display:block; float: left; font-size:11px;  }
.csc-mailform-field { padding-bottom: 10px; }

/* Styles for fe_login */
.tx-felogin-pi1 fieldset { border: none; }
.tx-felogin-pi1 input,  .tx-felogin-pi1 textarea { padding: 3px; }
.tx-felogin-pi1 label { width: 100px; display:block; float: left; font-size:11px;  }
.tx-felogin-pi1 legend { display: none; }

.csc-firstHeader {
	margin-bottom: 15px;
}
.csc-frame-frame1 {
font-size: 75%;
}
/*Parallax*/
/* Parallax TOP*/
.parallax {  
	background-image: url("");
	height: 100%; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left:-410px;
	margin-right:-410px;
	}
	 
	.parallax-content { 
	width:100%;
	margin:0 auto;
	color:#FFF;
	padding-top:50px; 
	} </pre></body></html>