body {
	font-family: Arial, Gadget, sans-serif;
	font-size: 10pt;
	color: #fff;
	background-color: #262626;
}

a {
	color: #fff;
}

.spacer {
	height: 64px;
}

.main {
	position: absolute;
	top: 7%;
	left: 50%;
	width: 800px;
	text-align: left;
	margin-left: -400px;
}

.header {
	font-size: 36pt;
	line-height: 0.9em;
	letter-spacing: -0.05em;

}

.header a {
	font-weight: 900;
	font-family: "Arial Black", "Arial Black", Gadget, sans-serif;
	text-decoration: none;
}

.header strong, .header b {
	font-weight: 900;
	font-family: "Arial Black", "Arial Black", Gadget, sans-serif;
}

.header em {
	font-size: 10pt;
	line-height: 1.2em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: 100;
}

.header em > a {
	font-weight: 100;
}

.header em > a:hover {
	font-weight: 100;
	border-bottom: 1px solid #fff;
}

/* content */

.content {
	padding-top: 15px;
	line-height: 1.2em;
	margin-top: 48px;
	text-align: justify;
}

.content a {
	text-decoration: none;
	font-family: "Arial Black", "Arial Black", Gadget, sans-serif;
	color: #798694;
}

.content a:hover:not(.imagelink), .content a:hover:not(.gallery){
	color: #fff;
	border-bottom: 1px solid #fff;
}

.content strong, .content b {
	font-weight: 100;
	font-family: "Arial Black", "Arial Black", Gadget, sans-serif;
}




/* footer */

.footer {
	position: fixed;
	bottom: 0px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	background-color: #262626;
}

.footer-bg {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #262626;
}

.footer > a, .langswitch > a {
	text-decoration: none;
	font-family: "Arial Black", "Arial Black", Gadget, sans-serif;
}

.footer > a:hover {
	/*background-color: #fff;*/
	color: #798694;
	border-bottom: 1px solid #798694;
}



#leftcol {
	margin-top: -3px;
	width: 385px;
	float: left;
	text-align: justify;
}

#rightcol {
	width: 385px;
	margin-left: 415px;
	text-align: justify;
}

#stopper {
	clear: both;
}



.gallery {
	text-align: center;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}

.gallery-flipper, .gallery-fsel {
	text-decoration: none;
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	border: 1px solid #aaa;
	border-right: none;
	text-align: center;
	line-height: 24px;
	color: #212125;
}

.gallery-fsel {
	color: #fff;
	background-color: #212125;
}

.gallery-flipper:hover, .gallery-last:hover {
	color: #fff;
	background-color: #212125;
}

.gallery-last {
	text-decoration: none;
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #212125;
	border: 1px solid #aaa;
}