
/* ######################################## */
body {
	background-color: #F8F8E4;
	font-family: Arial;
	color: #202020;
}

.lightred { color: #985854; }

.boldred {
	color: #A87874;
	font-weight: bold;
}

a { color: #883834; }

a:hover {
	color: #987874;
	text-decoration: none;
}

ul ul {
	margin-left: 10px;
	padding-left: 10px;
}

ul ol {
	margin-left: 15px;
	padding-left: 15px;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* ######################################## */
#banner {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 900px;
	height: 100px;
	background:url(../pics/banner_en.jpg);
	background-repeat: no-repeat;
}

#banner #lang {
	position: absolute;
	top: 72px;
	left: 860px;
	width: 30px;
	height: 20px;
}

#banner #update {
	position: absolute;
	top: 83px;
	left: 709px;
	color: #DCE9F3;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

/* ######################################## */
#menu {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 190px;
	height: 450px;
	font-size: 14px;
	padding-top: 30px;
	background:url(../pics/menu.jpg);
	background-repeat: no-repeat;
}

#menu .lvl1 { margin-left: 5px; }

#menu .lvl1 .current {
	margin-left: 5px;
	color: #505C89;
	font-weight: bold;
	font-style: italic;
}

#menu .lvl1 a {
	color: #B94747;
	font-weight: bold;
	text-decoration: none;
}

#menu .lvl1 a:hover { color: #505C89; }

#menu .lvl2 {
	margin-left: 15px;
	font-size: 12px;
}

#menu .lvl2 .current {
	margin-left: 5px;
	color: #B94747;
	font-style: italic;
	font-weight: bold;
}

#menu .lvl2 a {
	color: #505C89;
	font-weight: bold;
	text-decoration: none;
}

#menu .lvl2 a:hover { color: #B94747; }

#menu .lvl3 {
	margin-left: 25px;
	font-size: 12px;
}

#menu .lvl3 a {
	color: #B94747;
	text-decoration: none;
}

#menu .lvl3 a:hover { color: #505C89; }

/* ######################################## */
#content {
	position: absolute;
	top: 110px;
	left: 200px;
	width: 700px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px;
	/*text-align: justify;*/
}

#content div {
	text-indent: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
