@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(styles/BGBody.gif);
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6400;
}

.index #box {
	width:1050px;
	height:auto;
}

.index #box #left {
	float:left;
	width:325px;
}

.index #box #right {
	float:left;
	width:675px;
}

.index #box #left #menu {
	background-image: url(styles/BGMenu.jpg);
	font-size:13px;
	margin-top:255px;
	width:325px;
	height:250px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
}

.index #box #left #logo {
	background-image: url(styles/logo.jpg);
	width:325px;
	height:250px;
	margin-top:5px;
}

.index #box #right #header {
	background-image: url(styles/BGHeader.jpg);
	width:675px;
	height:250px;
}

.index #box #right #header #lang {
	padding:210px 10px 10px 520px;
}

.index #box #right #header #lang IMG {
	padding:5px;
}

.index #box #right #teaser {
	background-image: url(styles/BGTeaser.jpg);
	width:675px;
	height:250px;
	margin-top:5px;
	padding:0px;
	color:#FFFFFF !important;
}

.index #box #right #content {
	margin-top:5px;
}

.index #box #right #footer {
	background-image: url(styles/BGFooter.jpg);
	width:675px;
	height:45px;
	margin-top:5px;
	color:#FFFFFF;
	text-align:center;
	line-height:45px;
}

.index #box #right #footer A {
	color:#FFFFFF;
}

#menu A {
	color:#ffd393 !important;
	line-height:30px !important;
}

#menu A:hover {
	color:#FFFFFF !important; 
	text-decoration:none;
}

#menu A.active {
	color:#ffffff !important;
}