* {
	margin:0;
	padding:0;
}
html, body {
	width:100%;
	height:100%;
	min-height:100%;
	background:#fff url('../images/bg.jpg') no-repeat center center;
	background-size:100% 100%;
	background-attachment:fixed;
	font-size:16px;
	font-family:Verdana,Arial;
	color:#000;
}
#lng-select {
	position:fixed;
	top:5px;
	right:10px;
}
#privacy-link {
	padding:5px;
	border:1px solid #aaa;
	border-radius:6px;
	background:rgba(255,255,255,0.6);
	box-shadow:5px 5px 5px 0px rgba(0,0,0,0.25);
	font-size:12px;
}
#privacy-link a {
	color:#333;
	text-decoration:none;
}

#imprint-link {
	padding:5px;
	border:1px solid #aaa;
	border-radius:6px;
	background:rgba(255,255,255,0.6);
	box-shadow:5px 5px 5px 0px rgba(0,0,0,0.25);
	font-size:12px;
}
#imprint-link a {
	color:#333;
	text-decoration:none;
}

#header {
	text-align:center;
}
#header h2 {
	padding:10px;
	font-size:18px;
	color:#333;
	text-shadow:0px 1px 1px #fff;
	border-bottom:1px solid #aaa;
}
#header-nav {
	width:75%;
	margin:auto;
	margin-top:25px;
	margin-bottom:25px;
	border:1px solid #aaa;
	border-radius:6px;
	background:rgba(255,255,255,0.5);
}
.nav-item {

}
.nav-item a {
	padding:10px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	text-align:center;
	display:inline-block;
}
.nav-item a:hover {
	background:rgb(66,114,102);
	color:#fff;
}
.nav-item a.nav-active {
	background:rgb(66,114,102);
	color:#fff !important;
}
#content {
	width:75%;
	margin:auto;
	margin-bottom:10px;
	padding:15px 15px 10px 15px;
	border:1px solid #aaa;
	border-radius:6px;
	background:rgba(255,255,255,0.6);
	box-shadow:5px 5px 5px 0px rgba(0,0,0,0.25);
}
.content-left {
	width:50%;
	max-width:50%;
	min-width:380px;
}
.content-right {
	width:50%;
	max-width:50%;
	min-width:380px;
}
#content h2 {
	padding:10px;
	font-size:18px;
	color:#333;
	text-shadow:0px 1px 1px #fff;
}
#content p {
	padding:10px;
}
#content table {
	margin-top:10px;
	border-collapse:collapse;
}
#content table th {
	padding:10px;
}
#content table td {
	padding:10px;
	border:1px solid #aaa;
	background:rgb(188,220,204);
}
#content table.linked td a {
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
#content table.linked td a:hover {
	color:#fff;
}
#content table.linked td:hover {
	background:rgb(66,114,102);
	color:#fff !important;
}
#content ul {
	margin-left:30px;
}
.content-label {
	padding:5px 10px 5px 0;
	width:120px;
	text-align:right;
}
.content-input {
	padding:5px;
	width:280px;
	border:1px solid #aaa;
	border-radius:6px;
	background:rgba(255,255,255,0.6);
	box-shadow:5px 5px 5px 0px rgba(0,0,0,0.25);
	font-size:14px;
}
.content-btn {
	margin-left:130px;
	padding:10px !important;
	background:rgb(188,220,204);
	color:#000;
	border:1px solid #aaa;
	border-radius:6px;
	box-shadow:5px 5px 5px 0px rgba(0,0,0,0.25);
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.content-btn:hover {
	background:rgb(66,114,102);
	color:#fff;
}
#footer {
}
.spacer-small {
	font-size:7px !important;
}
.img-rnd {
	border:1px solid #aaa;
	border-radius:6px;
	box-shadow:5px 5px 5px 0px rgba(0,0,0,0.25);
}
.float-left { float:left; }
.clear-all { font-size:1px; clear:both; }
.margin-left-10 { margin-left:10px; }
.margin-right-10 { margin-right:10px; }
.margin-left-20 { margin-left:20px; }
.margin-right-20 { margin-right:20px; }
.margin-left-40 { margin-left:40px; }
.margin-right-40 { margin-right:40px; }
.margin-left-60 { margin-left:60px; }
.margin-right-60 { margin-right:60px; }
.margin-top-5 { margin-top:5px; }
.margin-top-10 { margin-top:10px; }
.margin-top-20 { margin-top:20px; }
.margin-top--5 { margin-top:-5px; }
.margin-bottom-10 { margin-bottom:10px; }
.margin-bottom-20 { margin-bottom:20px; }
.align-center { text-align:center; }
.text-justify { text-align:justify; }