/* 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_group.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:					60px 0px 40px 80px;
	background:				url(navigation_background_group_small.gif) no-repeat right top;
}

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

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

#menu_small th {
	text-align:				right;
	padding-right:			20px;
}

#menu_small th a {
	width:					130px;
}

#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 - List */
#langswitch_list {
	position:				absolute;
	top:					9px;
	right:					30px;
	height:					auto;
	overflow:				hidden;
}

#langswitch_list img.lg_image {
	padding:				5px;
}

#langswitch_list div.languages {
	border:					2px solid #415B93;
	background-color:		#063471;
	padding:				5px;
}

#langswitch_list div.languages div {
	color:					#FF0000;
}

#langswitch_list div.languages a, #langswitch_list div.languages div {
	display:				block;
	font-weight:			bold;
	text-decoration:		none;
	padding:				1px;
}

#langswitch_list div.languages a img, #langswitch_list div.languages div img {
	vertical-align:			middle;
	border:					none;
	padding-right:			5px;
}

#langswitch_list a:link, #langswitch_list a:visited, #langswitch_list a:hover, #langswitch_list a:active, #langswitch_list a:focus {
	color:					#FFFFFF;
}

#langswitch_list a:hover, #langswitch_list a:focus, #langswitch_list a:active {
	color:					#FF0000;
}
