/*Basic elements*/
html 
{
	margin: 0px;
	padding: 0px;
}
BODY
{
	BORDER: 0px;
    padding: 0px;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
    BACKGROUND-COLOR: #000000;
	background: #000000 url(../images/menuback.png) repeat-y;
}
a:link { 
	color: #FFFFFF;
	text-decoration: underline; 
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: underline; 
	}
a:hover, a:active { 
	color: yellow;
	text-decoration: underline; 
	}
/* Specific divs */
#titlebar
{
	left: 0px;
	position: absolute;
	border-bottom: 3px solid #ff0000;
	margin-right: 30px;
	height: 160px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;	
	background: #000000;
}
#titlebar span
{
}
#languagebar 
{
	left: 0px;
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: absolute;
	z-index:1;
}
#foto_right
{
	float: right;
	margin-left: 20px;
	border: 0px;
}
#foto_left
{
	float: left;
	margin-right: 20px;
	border: 0px;
}
#foto_left img
{
	border: 0px;
}
#foto_right img
{
	border: 0px;
}
#languagebar img
{
	border: 0px;
	margin: 2px;
	vertical-align: middle;
}
#copyright
{
	text-align:right;
	font-size: 9pt;
}
#logo
{
	width: 150px;
	display:inline;
}
#logo img
{
	margin: 5px 25px 0px 25px;
	text-align: center;
}
#content
{
	left:0px;	
	position: absolute;
	padding-right: 30px;
	padding-left: 20px;
	margin-right: 30px;
	margin-left: 150px;
	margin-top: 160px;
	width: 80%;
	height: 100%;
}
#content p
{
	text-align: justify;
}
#content H1
{
	border-bottom: 1px solid #ff0000;
}
#content H2
{
	border-bottom: 1px solid #aa0000;
	width: 600px;
}
#menu
{
	left:0px;
	padding-top: 20px; 
	color: #FFFFFF;
	font-size: 9pt;
	position: absolute;
	height: 100%;
	margin-top: 160px;
	width: 150px;
}
#menu a:link { 
	color: #FFFFFF;
	text-decoration: none; 
	}
#menu a:visited { 
	color: #FFFFFF;
	text-decoration: none; 
	}
#menu a:hover, a:active { 
	color: yellow;
	text-decoration: underline; 
	}
.menulevel0
{
	font-weight: bold;
	display:block;    
	padding-left: 5px;
	padding-right: eib5px;
}
.menulevel1
{
	display:block;
	padding-left: 15px;
	padding-right: 5px;
}
.menuSelectedlevel0
{
	font-weight: bold;
	display:block;    
	padding-left: 5px;
	padding-right: 5px;
}
.menuSelectedlevel1
{
	display:block;    
	padding-left: 15px;
	padding-right: 5px;
	color: #ff0000;
	font-weight: bold;
}
