body
{
	font-family: Arial,Helvetica;
	font-size: 95%;
	background-color: white;
	color: black;
	margin:0;
	padding:0;
}
table
{
	border-collapse: collapse;
}
th,
td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 0.9em;
	padding:0;
	margin:0;
}
form
{
	margin: 0;
	padding: 0;
}
img
{
	border: none;
}
input,
select,
textarea
{
	font-family: Arial,Helvetica;
	font-size: 1em;
	margin: 0px;
}
p
{
	margin:0;
	padding:0;
}
a
{
	color: #1010af;
}
a:visited
{
	color: #4d5cab;
}

/* ------------------------------------- */

body
{
	text-align: center;
}
#Header
{
	background: url(i/header-bg.jpg) repeat-x top;
}
#Header .Content
{
	margin: 0 auto 20px auto;
	text-align: left;
	background: url(i/header-bg-2.jpg) no-repeat top;
	position: relative;
	width: 740px;
}
#Header .Content img
{
	display:block;
	width: 200px;
	height: 80px;
	margin-left:20px;
}
#Header .Content a.Lang
{
	position: absolute;
	top: 0;
	right: 30px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding-top:10px;
	font-size: 0.8em;
}
#Content
{
	text-align: left;
	width: 740px;
	margin: 0 auto;
}

ul#MenuFront
{
	background: url(i/menu-bg.jpg) no-repeat left top;
	width: 700px;
	margin: 0 0 0 20px;
	padding:0;
	float:left;
	list-style:none;
	border-bottom: 1px solid #9ba7cc;
}
ul#MenuFront li
{
	margin:0;
	padding:0;
	display: block;
	clear:left;
}
ul#MenuFront li a
{
	border-top: 1px solid #9ba7cc;
	display: block;
	line-height:1.1em;
	padding: 0;
	text-decoration: none;
}
ul#MenuFront li a:hover
{
	background-color:#fdfbf4;
}
ul#MenuFront li a .Title
{
	cursor: pointer;
	padding: 10px;
	font-weight: bold;
	float: left;
	width: 180px;
}
ul#MenuFront li a .Text
{
	cursor: pointer;
	color: black;
	margin-left:200px;
	margin-right:30px;
	padding: 10px;
}

ul#Menu
{
	background: url(i/menu-bg.jpg) repeat-x top;
	width: 200px;
	margin: 0 0 0 20px;
	padding:0;
	float:left;
	list-style:none;
	border-bottom: 1px solid #9ba7cc;
}
ul#Menu li
{
	margin:0;
	padding:0;
	display: block;
}
ul#Menu li a,
ul#Menu li span
{
	border-top: 1px solid #9ba7cc;
	display: block;
	font-weight: bold;
	line-height:1.1em;
	padding: 10px;
	text-decoration: none;
}
ul#Menu li a:hover
{
	background-color:#fdfbf4;
}
ul#Menu li span
{
	background-color:#fdfbf4;
	color:black;
}

#Body
{
	width: 460px;
	margin: 0 0 0 260px;
}
h1
{
	color: #888;
	line-height: 1em;
	letter-spacing:-2px;
	margin: 0 3em 1em 0;
	padding: 0;
}
h2
{
	color: #777;
	line-height: 1em;
	letter-spacing:-1px;
	margin-top:2em;
}
h3
{
	color: black;
	font-size: 1.1em;
	margin-top:2em;
}
p
{
	margin:1em 0;
}
table.General th,
table.General td
{
	padding: 0.5em;
	border-bottom: 1px solid #9ba7cc;
	/* border-right: 1px solid white; */
}
table.General th
{
	font-size: 0.8em;
	font-weight: bold;
}
#Footer
{
	clear:left;
	padding: 20px;
	text-align: center;
}
#Footer .Content
{
	background: url(i/footer-bg.jpg) no-repeat top;
	margin: 0 auto;
	width: 700px;
	text-align: left;
	border-top: 1px solid #9ba7cc;
}
#Footer .Content p
{
	margin: 0 0 0 230px;
	padding: 10px;
}
