html {
	width: 100%;
}

body {
	background-color: #222222;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	border: none;
	margin: 0 0 0 0;
}

ol, ul {
	list-style: none;
}

a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
}

a:focus {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

.container {
	width: 100%;
	height: 100%;
}

.contentbox {
	position: absolute;
	width: 76%;
	max-width: 1152px;
	height: auto;
	left: 50%;
	margin-top: 170px;
	margin-left: -38%;
}

.subnavi {
	margin-top: 10px;
	margin-right: 0%;
	margin-bottom: 10px;
	text-align: right;
}

.language {
	margin-top: -28px;
	margin-left: 5%;
	margin-bottom: 10px;
	text-align: left;
}

.sublnk {
	color: #ffffff;
}

.contentimg {
	width: 100%;
	height: auto;
	max-height: 730px;
	border: 1px solid rgb(100, 100, 100);
	border: 1px solid rgba(100, 100, 100, 0.5);
	-webkit-box-shadow: 0 20px 15px rgba(0,0,0, .7);
	-moz-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.7);
	-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.7);
}

.logo {
	position: absolute;
	width: 250px;
	height: auto;
	top: -120px;
	left: -5px;
}

#claim {
	color: #FFFFFF;
	font-weight: 100;
	margin-top: 10px;
	margin-left: 10px;
	z-index: 2;
}

#copyright {
	float: right;
	color: #666666;
	font-weight: 100;
	margin-top: -30px;
	margin-right: 10px;
	z-index: 10;
}

.navbox01 {
	position: absolute;
	top: 39px;
	right: 55%;
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	width: 24%;
	height: 60px;
	opacity: 0.75;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	border: 0px;
	outline: none;
	margin-bottom: 2px;	
 
	/* Animate height across supporting browsers */
	-webkit-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}

.navbox01:focus {
	height: 140px;
	opacity: 0.9;
}

.navbox01:focus img.navimg01 {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navbox01:hover {
	height: 140px;
	opacity: 0.9;
}

.navbox01:hover img.navimg01 {
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-o-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navbox01:active {
	height: 140px;
	outline: 0;
	background-color: #999999;
	opacity: 0.9;
}

.navbox01:focus img.navimg01 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navimg01 {
	width: 100%;
	max-width: 210px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navbox01_act {
	position: absolute;
	top: 39px;
	right: 55%;
	color: #ffffff;
	background-color: #999999;
	padding: 0px;
	width: 24%;
	height: 60px;
	opacity: 0.75;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	border: 0px;
	outline: none;
	margin-bottom: 2px;
}

.navbox02 {
	position: absolute;
	top: 39px;
	right: 30%;
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	width: 24%;
	height: 60px;
	opacity: 0.75;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	border: 0px;
	outline: none;
	margin-bottom: 2px;	
 
	/* Animate height across supporting browsers */
	-webkit-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}

.navbox02:focus {
	height: 140px;
	opacity: 0.9;
}

.navbox02:focus img.navimg02 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navbox02:hover {
	height: 140px;
	opacity: 0.9;
}

.navbox02:hover img.navimg02 {
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-o-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navbox02:active {
	height: 140px;
	outline: 0;
	background-color: #999999;
	opacity: 0.9;
}

.navbox02:active img.navimg02 {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navimg02 {
	width: 100%;
	max-width: 210px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navbox02_act {
	position: absolute;
	top: 39px;
	right: 30%;
	color: #ffffff;
	background-color: #999999;
	padding: 0px;
	width: 24%;
	height: 60px;
	opacity: 0.75;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	border: 0px;
	outline: none;
	margin-bottom: 2px;
}

.navbox03 {
	position: absolute;
	top: 39px;
	right: 5%;
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	width: 24%;
	height: 60px;
	opacity: 0.75;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	margin-bottom: 2px;
 
	/* Animate height across supporting browsers */
	-webkit-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}

.navbox03:focus {
	height: 140px;
	opacity: 0.9;
}

.navbox03:focus img.navimg03 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navbox03:hover {
	height: 140px;
	opacity: 0.9;
}

.navbox03:hover img.navimg03 {
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-o-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navbox03:active {
	height: 140px;
	outline: 0;
	background-color: #999999;
	opacity: 0.9;
}

.navbox03:active img.navimg03 {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navimg03 {
	width: 100%;
	max-width: 210px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.52s ease-in-out 0s;
	-moz-transition: all 0.52s ease-in-out 0s;
	-o-transition: all 0.52s ease-in-out 0s;
	-ms-transition: all 0.52s ease-in-out 0s;
	transition: all 0.52s ease-in-out 0s;
}

.navbox03_act {
	position: absolute;
	top: 39px;
	right: 5%;
	color: #ffffff;
	background-color: #999999;
	padding: 0px;
	width: 24%;
	height: 60px;
	opacity: 0.75;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	border: 0px;
	outline: none;
	margin-bottom: 2px;
}