/* CSS Document */

body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	border-style: none;
}
.small_font
{
	font-size: small;
}

.xsmall_font
{
	font-size: x-small;
}
.newspaper
{
	text-align: justify;
}

/* MENU black*/
ul#nav
{
	list-style-type: none;
	margin: 0px 0px 30px 160px;
	padding: 0;
	width: auto;
}
ul#nav li
{
	float: left;
	width: 7em;
	margin-right: 5px;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
	padding-top: 0pt;
}
ul#nav a
{
	display: block;
	text-decoration: none; /* Menu padding from top of the body is set here!!! */
	padding: 20px 5px 5px 5px;
	background: #000000;
	color: #FFFFFF;
	font-size: small;
}
ul#nav li.activelink a, ul#nav a:hover
{
	color: #EEEEEE;
}
ul#nav li.activelink a
{
	font-size: medium;
	font-weight: normal !important;
}


/* Contact e-mail on all pages*/
/* Black */
a.contact:link
{
	color: #000000;
	text-decoration: none;
}
a.contact:visited
{
	color: #000000;
	text-decoration: none;
}
a.contact:hover
{
	color: #000000;
	text-decoration: underline;
}
a.contact:active
{
	color: #000000;
}

/* Black link on all pages*/

a.black:link
{
	color: #000000;
	text-decoration: none;
}
a.black:visited
{
	color: #000000;
	text-decoration: none;
}
a.black:hover
{
	color: #000000;
	text-decoration: underline;
}
a.black:active
{
	color: #000000;
}

/* Black link with underline */

a.black_complet:link
{
	color: #000000;
}
a.black_complet:visited
{
	color: #000000;
}
a.black_complet:hover
{
	color: #808080;
}
a.black_complet:active
{
	color: #000000;
}


/* li no style */
.list_style_none
{
	list-style-type: none;
}


.indented
{
	padding-left: 30pt;
	padding-right: 30pt;
}

/* Language selector */
#sb
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 300px;
	vertical-align: middle;
	z-index: 1000;
	padding: 80px 0px 0px 0px;
}
#sb div
{
	z-index: 1000;
}

#sb img
{
	height: 80px;
	width: 27px;
}

