@CHARSET "UTF-8";


/* GLOBAL */

a {
	color: #0000b4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #ffffff;
	font-family: sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}



table {
	border-collapse: collapse;
	empty-cells: show;
}



td {
	padding: 0px;
/*	text-align: left;	*/
	vertical-align: top;

}



img {
	border: 0px;
}



/* MAIN OUTLOOK */

.main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



.langs {
	font-size: 75%;
	text-align: right;
	padding: 5px;
	height: 27px;
}

.langs img {
	padding: 5px;
	vertical-align: middle;
}

.logo {
	position: absolute;
	margin-top: -50px;
	margin-left: 5px;
	z-index: 99;
}

/* MAIN MENU */

.menu {
	background: url('../img/menu-bg.gif') repeat-x;
	height: 30px;
	padding: 0px;
	width: 900px;
}

.menu_hover {
	margin-left: 220px;
	cursor: pointer;
}

/* FOOTER */

.footer {
	background: url('../img/footer.gif') no-repeat;
	color: #a0a0a0;
	height: 36px;
	line-height: 33px; /* bottom shadow shift */
	vertical-align: middle;
	width: 900px;
}

.right_foot {
	float: right;
	margin-right: 70px;
	text-align: right;
	font-size: 75%;
}

.left_foot {
	float: left;
	margin-left: 70px;
	text-align: left;
}

.footer a {
	color: #a0a0a0;
}