@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #d8d9db;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7e83;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
a, a:hover {
	text-decoration: underline;
	color: #075899;
}
.centered {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.wrap {
	padding: 0px;
	height: 598px;
	width: 931px;
	margin: 0 auto;
	background-image:url("gfx/tausta.jpg");
}
.container {
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	height: 579px;
	width: 893px;
	background-color: #FFFFFF;
	background-image: url("gfx/container.jpg");
	position: relative;
}
.header {
	position: relative;
	height: 111px;
}
.header .title {
	position: absolute;
	left: 165px;
	top: 44px;
	width: 300px;
}
.header .title h1 {
	font-weight: 700;
	font-size: 14px;
}
.header .title a {
	color: #0e93d6;
	text-decoration: none;
}
.header .langSelect {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.header .langSelect a {
	color: #7f7e83;
	text-decoration: none;
}
.header .langSelect a img {
	border: none;
	vertical-align: middle;
}
.naviFront {
	padding-top: 111px;
	padding-left: 25px;
	float: left;
	width: 139px;
	height: 328px;
}
.naviFront a {
	color: #7f7e83;
	text-decoration: none;
}
.naviFront a:hover {
	text-decoration: underline;
}
.naviFront ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: 700;
}
.naviFront ul li {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.mainFront {
	padding-top: 111px;
	line-height: 1.5;
	height: 328px;
	margin-left: 225px;
	margin-right: 295px;
}
.navi {
	padding-top: 56px;
	padding-left: 25px;
	float: left;
	width: 139px;
	height: 328px;
}
.navi a {
	color: #7f7e83;
	text-decoration: none;
}
.navi a:hover {
	text-decoration: underline;
}
.navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: 700;
}
.navi ul li {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.navi ul li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: disc;
	font-weight: 400;
}
.navi ul li ul li {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.navi ul li ul li a span {
	font-weight: 700;
}
.main {
	padding-top: 39px;
	line-height: 1.5;
	height: 400px;
	margin-left: 225px;
	margin-right: 185px;
}
.main .mainWrapper {
	height: 399px;
	width: 469px;
	background-image: url("gfx/textbg.gif");
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	position: relative;
}
.mainInnerWrapper {
	overflow: auto;
	position: absolute;
	height: 359px;
	width: 419px;
	top: 20px;
	left: 20px;
	padding-right: 10px;
}
.imageSpace {
	position: absolute;
	right: 25px;
	top: 230px;
	width: 141px;
	height: 141px;
}
.imageSpace {
	vertical-align: middle;
}
.lowerBar {
	position: absolute;
	left: 0px;
	bottom: 13px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: 700;
	width: 893px;
	text-align: center;
}
.lowerBar p {
	margin: 0px;
	padding: 0px;
}


