/* Global */
body {
	padding:				0px;
	margin:					0px;
	background:				#063471 url(background.gif) no-repeat;
	font-size:				12px;
	line-height:			120%;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	color:					#FFFFFF;
}

/* Logo */
img#logo {
	display:				block;
	margin-top:				100px;
	margin-left:			100px;
}

img#logo_small {
	margin-top:				10px;
}

/* menu_big */
#menu_big {
	margin-top:				100px;
	margin-left:			120px;
	background:				url(navigation_background_ba.jpg) no-repeat right top;
}

#menu_big td, #menu_big th {
	vertical-align:			top;
}

#menu_big th {
	padding-right:			20px;
	padding-top:			35px;
	font-size:				20px;
	font-weight:			bold;
}

#menu_big td a {
	display:				block;
	width:					87px;
	font-weight:			bold;
	padding:				90px 2px 0px 2px;
	font-size:				13px;
}

#menu_big a:link, #menu_big a:visited, #menu_big a:hover, #menu_big a:active, #menu_big a:focus {
	color:					#FFFFFF;
	text-decoration:		none;
}

#menu_big a:hover, #menu_big a:focus, #menu_big a:active {
	text-decoration:		underline;
}

/* menu_small */
#menu_small {
	margin-top:				60px;
	margin-left:			80px;
}

#menu_small td, #menu_small th {
	vertical-align:			top;
}

#menu_small td, #menu_small th {
	background-repeat:		no-repeat;
}

#menu_small a {
	display:				block;
	width:					64px;
	font-weight:			normal;
	padding:				66px 1px 0px 1px;
	font-size:				11px;
}

#menu_small th {
	background-position:	2px 10px;
	text-align:				right;
	padding-right:			20px;
}

#menu_small th a {
	width:					252px;
}

#menu_small a:link, #menu_small a:visited, #menu_small a:hover, #menu_small a:active, #menu_small a:focus {
	color:					#FFFFFF;
	text-decoration:		none;
}

#menu_small a:hover, #menu_small a:focus, #menu_small a:active {
	text-decoration:		underline;
}

#menu_small td.active a:link, #menu_small td.active a:visited, #menu_small td.active a:hover, #menu_small td.active a:active, #menu_small td.active a:focus {
	color:					#FF0000;
}

/* Language Switch - Text*/
div#langswitch {
	position:				absolute;
	top:					9px;
	right:					30px;
	font-weight:			bold;
	text-align:				right;
}

div#langswitch a:link, div#langswitch a:visited, div#langswitch a:hover, div#langswitch a:active, div#langswitch a:focus {
	color:					#FFFFFF;
	text-decoration:		none;
}

div#langswitch a:hover, div#langswitch a:focus, div#langswitch a:active {
	text-decoration:		underline;
}

