BODY {
	font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: normal; background:white;
	margin:0 0 0 0;padding: 0 0 0 0;color:black;
}
div {
	border:solid black 0px;
}
#top {
	height:90px; background:#ffffff
}
#top-logo {
	position: absolute; left: 15px; top: 15px; z-index: 3;	
}
#top-menu {
	background: #ffffff; padding: 35 1 1 100; font-weight:bold; font-size:16pt;
	letter-spacing: 0.2em; color: #202040;
}
#top-line {
	margin: 0; padding: 0; background-color: rgb(214,214,219); font-size: 0;
	height: 3px; border-top: 1px solid rgb(118,118,123);
}
#lang {
	text-align:center; padding: 2 0 0 0; color:black; font-size: 10 pt;
}
#site {
	font-weight:bold; color:#202040; text-decoration:none;
}
#site:hover {
	color:#B22A2A; text-decoration:underline;
}

#menu {
	position: absolute; width: 9em; height: auto; bottom: 0px; top:94px; z-index:1;
	border-right: dashed #c0c0c0 1px
}
#menu ul {
	list-style: none; margin: 0 0 0 0; padding: 0 0 0 0;
}
#menu li {
	list-style: none; margin: 1 0 0 0; padding: 2 2 2 2; text-align: center;
	font-size: 10pt; font-weight:bold; background: rgb(250,250,255);
	border: solid rgb(240,240,240) 1px; letter-spacing: 0.2em;
}
#menu a {
	text-decoration:none; color: #202040;
}
#main {
	position:relative; padding-left: 10em; padding-top: 9px; padding-right: 10em;
	background: white;

}
#main-content {
	position:relative;background: white; padding:8 15 40 15;
	min-height: 460px;

}
#bottom {
	width:100%; text-align:center; color:#202040;
	padding: 8 0 8 0; font-weight: bold; font-size: 8pt;
}

/* news */

p.news {
 	margin:15 0 0 0;padding: 0 0 0 0; font-size: 8pt; line-height: 1.5;
 	text-align: justify; border-top: solid #e0e0e0 1px;
}
p.break {
 	margin:15 0 15 0;padding: 0 0 0 0; font-size: 8pt; line-height: 1.5;
 	text-align: justify; border-top: dotted #e0e0e0 1px;
}
#header {
	padding: 0 0 0 0; font-size:13pt; letter-spacing: 0.2em;
	font-weight:bold; color:#202040;
}
#news-archive{
    margin-top: 2em; font-size:9pt; text-align:center;
}
span.news-date {
	font-weight:bold; padding:1 4 1 4; background: rgb(240,240,255); font-size: 8pt;
	border-right:solid #e0e0e0 1px; border-bottom:solid #e0e0e0 1px;
}
span.news-text {
	font-size: 8pt;
}
a.news {
	font-weight:bold; color:#202040; text-decoration:none;
}
a.news:hover {
	color:#B22A2A; text-decoration:underline;
}

/* screenshot */
#screen {
	display:block; height: 180px; padding: 5 5 5 5; font-size: 10pt;
}
#docslist {
	list-style: square; padding-left: 1em;font-size: 10pt; font-weight: bold;
}
/* docs */
#typo {
	width: 100%; border: #e0e0e0 solid 1px; font-size: 8pt;
}
#typo th {
	font-size:10pt; font-weight: bold; text-align: center; border-right: #e0e0e0 solid 1px;
	border-bottom: #e0e0e0 solid 1px
}
#typo td {
	font-weight: bold; text-align: left; border-right: #e0e0e0 solid 1px;
}
