
@import "css_forms.php";
@import "css_content.php";

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

div.bgw {
	width: 1000px;
	height: 100%;
	background-color: #FFFFFF;
}

div.main {
	margin: auto;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(images/bgmain.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

div.top {
	background-image: url(images/top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 13px;
	height: 192px;
	margin-bottom: 0px;
}

img.logo {
	margin: 165px 0px 0px 112px;
	width: 50px;
	height: 16px;
}

div.lang {
	position: relative;
	z-index: 2;
	top: 156px;
	text-align: right;
	padding-right: 123px;
}

div.lang a, div.lang a:hover {
	display: block;
	float: right;
	padding: 6px 9px 6px 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	white-space: nowrap;
}
div.lang a:hover, div.lang a.hover {
	padding: 5px 8px 5px 8px;
	border: 1px solid #A6AAB8;
}
div.lang img {
	vertical-align: middle;
}

div.menu {
	height: 26px;
	background-color: #FFFFFF;
	text-align: center;
}
div.menu a, div.menu a:hover {
	color: #90010A;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 34px 0px 34px;
	line-height: 25px;
}

img.top2 {
	width: 1000px;
	height: 105px;
}

div.left {
	float: left;
	width: 252px;
	position: relative;
	top: -3px;
	background-image: url(images/m.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
}

div.left h2 {
	color: #90010A;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 10px 30px;
}
div.left h2 div {
	width: 3px;
	height: 2px;
	background-color: #90010A;
	border: none;
	float: left;
	margin: 6px 5px 0px 0px;
}

div.left div {
	background-color: #ECECEC;
	border: 1px solid #D6D6D6;
	width: 213px;
}
div.left div a {
	display: block;
	margin: 10px 0px 10px 18px;
	color: #90010A;
	text-decoration: none;
	font-size: 11px;
}
div.left div a:hover, div.left div a.hover {
	text-decoration: underline;
}

div.bottom {
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
	font-size: 80%;
	width: 1000px;
}

div.content {
	margin: 0px 20px 0px 289px;
}

h1.header {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	margin-top: 17px;
}