
* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	background: #eee;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #666;
}

br.clear {
	clear: both;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 980px;
	padding-top: 15px;
}

/* container */

#container {
	float: left;
	width: 980px;
	background: #fff;
}

/* main */

#main {
	float: left;
	width: 950px;
	padding: 15px;
}

/* top */

#top {
	float: left;
	width: 950px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}

#top .link {
	float: left;
	width: 600px;
	height: 200px;
	text-decoration: none;
}

/* lan switch */

#lan_switch {
	float: right;
	width: 300px;
	height: 30px;
}

#lan_switch ul {
	float: right;
	list-style-type: none;
	padding-right: 25px;
	padding-top: 0;
}

#lan_switch li {
	float: right;
	height: 18px;
	vertical-align: top;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.5em;
	margin-left: 8px;
	padding-left: 8px;
	text-transform: uppercase;
	border-left: 1px solid #444;
}

#lan_switch li a {
	float: left;
	vertical-align: top;
	text-decoration: none;
	color: #444;
}

#lan_switch li a:hover {
	color: #222;
}

#lan_switch li b {
	color: #000;
	font-weight: bold;
}

/* navigation */

#navigation {
	float: left;
	width: 210px;
	overflow: hidden;
}

#navigation ul {
	float: left;
	width: 210px;
	list-style-type: none;
	margin-bottom: 15px;
}

#navigation ul li {
	float: left;
	width: 210px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	padding-top: 2px;
	background: url('/_grafix/bg_navigation_item.png') top left no-repeat;
}

#navigation ul li a {
	float: right;
	width: 170px;
	height: 30px;
	vertical-align: top;
	padding: 7px 5px 3px 5px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 1.1em;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background: #555;
}

#navigation ul li a:hover {
	color: #fff;	
	background: #444 !important;
}

#navigation ul li a.selected, 
#navigation ul li a.selected:hover {
	color: #fff;
	background: #0198bd !important;
}

/* navigation sub */

#navigation ul li ul {
	float: right;
	width: 180px;
	padding: 10px 0;
	list-style-type: disc !important;
	margin-bottom: 10px;
}

#navigation ul li ul li {
	float: left;
	width: 175px;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	background: none;
}

#navigation ul li ul li a {
	width: 175px;
	height: auto;
	display: inline;
	color: #666;
	background: none;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
}

#navigation ul li ul li a:hover {
	color: #444;
	background: none !important;
}

#navigation ul li ul li a.selected,  
#navigation ul li ul li a.selected:hover {
	font-weight: bold;
	color: #0198bd;
	background: none !important;
}

#navigation img {
	float: right;
}

/* content */

#content {
	float: right;
	width: 680px;
	padding-top: 2px;
	padding-right: 30px;
}

#content a {
	color: #444;
	border-bottom: 1px solid #0198bd;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/* h1 */

#content h1 {
	font-size: 32px;
	margin-top: 3px;
	margin-bottom: 18px;
	color: #000;
	line-height: 1em;
	font-family: dederon-sans-web, sans-serif;
}

#content h1 a {
	color: #000;
	text-decoration: none;
	border: 0;
}

#content h1 a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/* h2 */

#content h2 {
	font-size: 17px;
	color: #0198bd;
	margin-top: 3px;
	margin-bottom: 13px;
	font-family: dederon-sans-web, sans-serif;
}

#content h2 a {
	color: #0198bd;
	text-decoration: none;
	border: 0;
}

#content h2 a:hover {
	color: #0198bd;
	border-bottom: 1px solid #444;
}

/* layout */

#content p {
	line-height: 1.5em;
	margin-bottom: 23px;
}

#content ul {
	list-style-type: disc;
	margin-bottom: 23px;
	padding-left: 15px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 23px;
	padding-left: 15px;	
}

#content li {
	margin-left: 15px;
	margin-bottom: 6px;
}

#content ul li ul {
	margin-top: 15px;
}

#content table {
	width: 100%;
	margin-bottom: 23px;
	border-collapse: collapse;
}

#content td {
	padding: 8px;
	vertical-align: top;
	line-height: 1.4em;
	border: 1px solid #ddd;
}

#content.links td {
	border: 0;
}

#content img.noborder {
	border: 0;
}

#content img.right {
	float: right;
	border: 1px solid #ddd;
	margin: 0 0 20px 20px;
}

img.border {
	border: 1px solid #ddd;
}

#content table td table {
	border-collapse: collapse;
	border: 2px solid #000;
	margin-bottom: 0;
}

#content table td table td {
	border: 0;
	padding: 5px 8px;
	border-bottom: 1px solid #eee;
}

/* link buttons */

.link_button_list {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

a.link_button {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 17px 10px;
	background: #f5f5f5;
	border: 1px solid #ddd !important;
	font-size: 18px;
	font-family: dederon-sans-web, sans-serif;
	text-align: center;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.link_button:hover {
	text-decoration: none !important;
	color: #fff !important;
	background: #0198bd;
}

/* trainings */

div.training {
	float: left;
	padding: 15px;
	width: 648px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	margin-bottom: 20px;
}

div.training img {
	float: left;
	border: 1px solid #ddd;
	margin: 0 20px 20px 0;
}

div.training strong {
	color: #444;
	font-size: 20px;
	font-family: dederon-sans-web, sans-serif;
}

div.training p {
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}

div.hover:hover {
	background: #d8f0f5;
}

div.training a.link {
	float: left;
	margin: 5px 0 0 0;
	font-size: 15px;
}

/* slideshow */

#slideshow {
	float: left;
	width: 680px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 20px;
}

#slideshow img {
	width: 680px;
	height: 240px;
}

/* search */

#search {
	float: right;
	width: 240px;
	height: 35px;
	background: url('/_grafix/bg_search.png') top left no-repeat;
	margin-top: 130px;
	margin-bottom: 5px;
}

form.search_form {
	float: left;
	width: 250px;
}

form.search_form input.query {
	float: left;
	width: 180px;
	height: 20px;
	font-size: 13px;
	color: #999;
	background: transparent;
	padding: 5px 10px 1px 7px;
}

form.search_form input.query:focus {
	outline: none;
}

/* search results */

ul#search_results {
	float: left;
	list-style-type: none;
	margin-top: 5px;
	padding-left: 0;
	width: 680px;
}

ul#search_results li {
	float: left;
	width: 650px;
	cursor: pointer;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px;
	background: #f5f5f5;
}

ul#search_results li:hover {
	background: #eee;
}

ul#search_results li strong {
	font-size: 14px;
	line-height: 1.5em;
}

ul#search_results li a {
	float: left;
	font-size: 10px;
	margin-top: 6px;
}

ul#search_results li img {
	float: left;
	margin: 0 15px 0 0;
}

/* sitemap */

ul#sitemap {
	font-size: 16px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 8px;
	padding-left: 15px;
	margin-bottom: 18px;
}

ul#sitemap li ul li {
	font-size: 13px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 13px;
}

ul#sitemap li ul li ul li ul {
	list-style-type: circle;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li ul li {
	font-size: 12px;
}

ul#sitemap li ul li ul li ul li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li ul li ul li {
	font-size: 11px;
}

ul#sitemap li ul li ul li ul li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li ul li ul li ul li {
	font-size: 10px;
}

/* form */

#form {
	float: left;
	width: 500px;
	margin-bottom: 15px;
}

/* labels */

#form span.label, 
#form span.label_error, 
#form span.hint, 
#form span.error {
	float: left;
	width: 500px;
	font-weight: bold;
	margin-right: -5px;
	line-height: 1.4em;
}

#form span.label, 
#form span.label_error {
	margin-bottom: 2px;
}

#form span.label_error {
	color: #c00;
}

#form span.error {
	font-size: 12px;
	color: #c00;
	margin-bottom: 4px;
}

#form span.hint {
	font-weight: normal;
	font-size: 12px;
	color: #999;
	margin-top: -4px;
	margin-bottom: 14px;
}

#form span.hint a {
	color: #999;
}

#form span.hint a:hover {
	color: #666;
}

#form span.checkbox, 
#form span.checkbox_error {
	float: left;
	width: 400px;
	margin-top: 4px;
	margin-right: -5px;
	margin-bottom: 4px;
}

#form span.checkbox_error {
	color: #c00;
}

#form span.checkbox_error a {
	color: #c00;
	border-bottom: 1px solid #c00;
}

#form span.label b {
	color: #575757;
}

#form span.label_error b {
	color: #c00;
}

/* fields */

#form input.text {
	float: left;
	width: 390px;
	height: 26px;
	background: url('/_grafix/bg_form_text.png') top left no-repeat;
	border: 1px solid #eee;
	padding: 2px 4px 2px 4px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #666;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#form textarea {
	float: left;
	width: 390px;
	height: 200px;
	background: url('/_grafix/bg_form_textarea.png') top left no-repeat;
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 10px;
	color: #666;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#form div.form_break {
	float: left;
	width: 400px;
	height: 15px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
}

#form div.form_title {
	float: left;
	width: 400px;
	font-size: 13px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* feedback */

div.feedback {
	float: left;
	width: 530px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #090;
	margin-bottom: 10px;
}

div.feedback img {
	vertical-align: middle;
}

div.feedback span {
	color: #c00;
}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

/* button with background color */

button {
	float: left;
	background: none;
	cursor: pointer;
	width: auto !important;
	height: 40px;
	overflow: visible;
}

button div {
	float: left;
	height: 30px;
	width: auto !important;
	white-space: nowrap;
	background: #009dbf;
	margin-top: 10px;
	padding: 0 0 0 15px;
	line-height: 1.5em;
	overflow: visible;
}

button span {
	float: left;
	display: block;
	height: 30px;
	line-height: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background: #009dbf;
	padding: 0 15px 0 0;
	width: auto !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	overflow: visible;
	text-transform: uppercase;
}

button:hover div,
button:active div {
	color: #ffed55;
	background: #1f3759;
}

button:hover span,
button:active span {
	color: #ffed55;
	background: #1f3759;
}

/* footer */

#footer {
	float: left;
	width: 980px;
	height: 50px;
	background: #eee;
}

#footer .gutter {
	float: left;
	width: 980px;
	padding-top: 12px;
	font-size: 12px;
	color: #999;
	line-height: 1.3em;
	text-align: center;
}

#footer a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#footer a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}
