
@import "css_forms.php";
@import "css_content.php";

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-color: #F7F7F7;
}

div.main {
	margin: auto;
	width: 999px;
	padding: 0px;
	min-height: 100%;
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	border-top: none;
	border-bottom: none;
}

div.body {
	margin: 0px;
	background-color: #FFFFFF;
	height: 252px;
	background-image: url(images/bgmain.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

div.body2 {
	background-color: #FFFFFF;
	background-image: url(images/bgcontent.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div.top {
	font-size: 13px;
	height: 100px;
	margin: 0px;
	background-image: url(images/bgtop.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px 6px 0px 6px;
}

div.menu {
	float: right;
	width: 100%;
}
div.menu a {
	display: block;
	float: right;
	text-decoration: none;
	text-transform: lowercase;
	color: #050506;
	font-size: 11px;
	padding: 7px 7px 0px 7px;
	margin: 0px;
}
div.menu a:hover, div.menu a.hover {
	background-image: url(images/bgmenu.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #000000;
}

div.menu div {
	background-image: url(images/mb.gif);
	float: right;
	width: 1px;
	height: 21px;
	margin: 0px;
}

img.logo {
	width: 209px;
	height: 53px;
	position: relative;
	top: -3px;
}

div.lang {
	float: right;
	margin-top: 20px;
}

div.lang a {
	color: #00487B;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

div.pics {
	text-align: right;
	position: relative;
	top: -29px;
}
div.pics img {
	width: 160px;
	height: 130px;
}

div.left {
	float: left;
	width: 256px;
	background-image: url(images/bgmenu2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div.left h2 {
	margin: 40px 0px 2px 6px;
	text-transform: uppercase;
	font-size: 11px;
}

div.content {
	margin-left: 256px;
	padding-top: 40px;
	min-height: 251px;
	width: 645px;
}

h1.contentHeader {
	text-transform: uppercase;
	font-size: 13px;
}

div.menu2 {
	margin-left: 6px;
}
div.menu2 a {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	color: #000000;
	width: 127px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #9CA2AD;
}
div.menu2 a:hover, div.menu2 a.hover {
	background-image: url(images/bgmenu2.png);
	background-position: left;
	background-repeat: repeat-y;
	color: #000000;
}
div.menu2 a span {
	margin: 0px 2px 0px 2px;
}

div.bottom {
	padding: 23px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
	color: #466390;
	background-color: #FFFFFF;
	width: 1000px;
	float: left;
}