
@import "css_content.php";
@import "css_forms.php";

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #786F46;
}

table.index_main {
	height: 100%;
	width: 100%;
}
table.index_main td {
	text-align: center;
	vertical-align: middle;
}

div.index_content {
	height: 450px;
	width: 780px;
	
	background-image: url(images/bg_index.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

img.logo_index {
	margin: 66px 0px 0px 159px;
	vertical-align: bottom;
}

div.index_img {
	text-align: center;
}
div.index_img img {
	vertical-align: bottom;
}

div.index_lang {
	height: 77px;
	padding-left: 169px;
}
span.lang {
	color: #D1C9A4;
	font-weight: bold;
	padding: 0px 6px 2px 6px;
	background-color: #A39B75;
}
span.lang a {
	color: #D1C9A4;
	text-decoration: none;
	text-transform: lowercase;
}
span.lang a:hover, span.lang a.hover {
	color: #FFFFFF;
}

div.main {
	margin: auto;
	width: 780px;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg_left.gif);
	background-position: left;
	background-repeat: repeat-y;
}

div.top {
	background-image: url(images/bg_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 123px;
}

img.logo {
	width: 147px;
	height: 77px;
	margin: 28px 60px 0px 35px;
	float: left;
}

div.left {
	float: left;
	width: 240px;
	background-image: url(images/bg_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div.menu {
	height: 360px;
}
div.menu a {
	display: block;
	margin: 0px 0px 7px 80px;
	padding: 2px 0px 2px 0px;
	background-color: #5D4C6E;
	color: #BCB8C0;
	font-weight: bold;
	text-decoration: none;
}
div.menu a span {
	margin: 0px 10px 0px 20px;
}
div.menu a:hover, div.menu a.hover {
	color: #FFFFFF;
}

div.submenu a {
	font-weight: normal;
}
div.submenu a span {
	margin-left: 30px;
}

div.bottom {
	color: #A39B75;
	margin-left: 30px;
	font-size: 80%;
}

div.content {
	margin: 25px 0px 0px 265px;
	background-image: url(images/bg_content.gif);
	background-position: right 70px;
	background-repeat: no-repeat;
}

div.header {
	background-image: url(images/block.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	height: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}

div.header h1 {
	float: left;
	margin-top: 55px;
}

div.header img {
	float: left;
	margin: 7px 7px 0px 7px;
}

div.text {
	margin-right: 25px;
}
