body
{
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
}
.langLink
{
	cursor: pointer;
}
.contactLink
{
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
.langLink:hover, .contactLink:hover
{
	border-bottom: 1px dashed #ccc;
}
#copyrightNotice
{
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana;
	color: #00519a;
}
#copyrightNotice > a
{
	text-decoration: none;
}
#rolloverButtons
{
	width: 978px;
}
.rolloverButtonsButton
{
	float: left;
	height: 34px;
	overflow: hidden;
	margin: 5px 10px 0 0;
}
.rolloverButtonsButtonBIP
{
	float: right;
}
.bottomModule
{
	color: #fff;
	width: 230px;
	height: 40px;
	float: left;
	font-size: 14px;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}


/* ################################################################## */

div.menu { width: 978px; z-index: 100; cursor: pointer; position: relative; left: -1px;}

div.menu ul {padding:0; margin:0; list-style: none;}

div.menu li.menu_sublevel1 { width: 242px; background: #fff; color: #112f5e; display: block; overflow: hidden; float: left; height: 35px; text-align: center; line-height: 38px; font-size: 14px; font-weight: bold; border: 1px solid #112f5e; border-bottom: none;}

div.menu li.menu_sublevel1:hover { background: #112f5e; color: #fff; border: 1px solid #fff; border-bottom: none;}

