@charset "UTF-8";

html{
	display: inline-table;	
	width: 100%;
}
body {
	background-color: #FFFFFF;
	margin-left: 55px;	
	margin-top: 40px;	
}
clear{
	clear: both;
}
img {
	border: 0;
	display: inline;
	float: left;
	padding-right: 10px;
}
.h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;	
	font-weight: normal;
	color: #222222;
	letter-spacing: 1.5px;
	text-align: left;
}	
.h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #222222;
	letter-spacing: 0.5px;
	text-align: left;
}
.h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #222222;
	letter-spacing: 1.5px;
	text-align: left;
}
.main { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #222222;
	letter-spacing: 0.5px;
	text-align: left;
}
#page {
	border: none;
}
#header {
	position: fixed;
	height: 60px;
	border: none;
	color: #222222;
	text-align: left;
	width: 100%;
	z-index: 2; 
}
#info {
	position: fixed;
	margin-top: 3px;
	float: right;
	left: 360px;
	border: none;
	color: #222222;
	display: block;
	z-index: 2; 
}
#imprint {
	position: fixed;
	margin-top: 3px;
	float: right;
	left: 450px;
	border: none;
	color: #222222;
	display: block;
	z-index: 2; 
}
#language {
	position: fixed;
	margin-top: 3px;
	float: right;
  	right: 180px;
	border: none;
	color: #222222;
	display: block;
	z-index: 2; 
}
#info_en {
	position: fixed;
	margin-top: 3px;
	float: right;
	left: 360px;
	border: none;
	color: #222222;
	display: block;
	z-index: 2; 
}
#imprint_en {
	position: fixed;
	margin-top: 3px;
	float: right;
	left: 430px;
	border: none;
	color: #222222;
	display: block;
	z-index: 2; 
}
#language_en {
	position: fixed;
	margin-top: 3px;
	float: right;
  	right: 180px;
	border: none;
	color: #222222;
	display: block;
	z-index: 2; 
}
#logo {
	position: fixed;
	float: right;
	right: 55px;
	margin-top: -15px;
	border: none;
	color: #222222;
	display: block;
}
#content {
	position: absolute;
	width: 100%;
	margin-top: 80px;
	border: none;
	color: #222222;
	text-align: left;
	z-index: 1; 
}
#content1 {
	margin-top: 80px;
	width: 230px;
	position: fixed;
	border: none;
	text-align: left;
	z-index: 1; 
}
#content2 {
	margin-left: 305px;
	margin-top: 80px;
	white-space: nowrap;
	position: relative;
	float: left;
	clear:left;
	border: none;
	color: #222222;
	text-align: left;
}
#content2 img {
	height: 600px;
}
#content_news {
	margin-top: 80px;
	position: absolute;
	border: none;
	clear:left;
	color: #222222;
	z-index: 1; 
}
.h1 a:link, .h1 a:visited, .h1 a:hover, .h1 a:active, 
.h2 a:link, .h2 a:visited,  
.h3 a:link, .h3 a:visited, .h3 a:hover, .h3 a:active
{
	color: #222222;
	text-decoration: none;
	outline: none;
}
.h2 a:active, .h2 a:hover, 
.main a:link, .main a:visited, .main a:active, .main a:hover{
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #222222;
	outline: none;
}

