/*styles for other language pages*/

body {
	background-color: #fff;
	margin: 0 8%;
	}
body,div,p,ul,li {
	font:1em Verdana, Tahoma, sans-serif;
	color: Black;
	line-height: 1.5em;
	}
a {
	color:#cc0000; 
	text-decoration:none;
	}
a:visited {
	color:#660000; 
	text-decoration:none;
	}
a:hover {
	color:#cc0000; 
	text-decoration:underline;
	}
img {
	border:0px;
	}
.body img {
	float:right;
	margin: 5px 0 0 15px;
	}
.header {
	height:53px;
	margin:0;
	padding:0;
	border-top:0px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	}	
.header h1 {
	height: 53px;
	margin:0;
	padding:0;
	}
.header img {
	float: right;
	margin:0 -4 0 0; /*added to appease IE6; may it rest in peace*/
	}
.header img#headerimage {
	float: left;
	margin:0 0 0 -4; /*added to appease IE6; may it rest in peace*/
	}
.menu {
	width:100%;
	margin:0 0 15px 0;
	padding:0px;
	float: left;
	background: #cccccc url(images/menu_bkg.gif) repeat;
	}
.menu ul {
	margin:0px;
	padding:0px;
	}
.menu li {
	float:left; 
	margin:0;	
	padding:1px 0; 
	border-top:1px solid #999999; 
	border-right:1px solid #ffffff; 
	border-bottom:1px solid #cccccc; 
	border-left:1px solid #cccccc; 
	line-height:1.6em; 
	list-style-type:none;
	display:inline;
	background: #cccccc url(images/menu_bkg.gif) repeat;
	}
.menu li a {
	margin:0; 
	color:#000; 
	text-decoration:none;
	padding:4px 5px;
	}
.menu li a:visited {
	color:#000000; 
	text-decoration:none;
	}
.menu li a:hover {
	color:#cc0000; 
	text-decoration:none;
	border-top:1px solid #999999; 
	background:#cccccc url(images/menu_bkg_light.gif) repeat;
	}
.menu li.current { 
	background:#cccccc url(images/menu_bkg_light.gif) repeat;
	font-weight:bold;
	color:#cc0000; 
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	}
.menu li.current a:hover { 
	color:#000000;
	}
.menu img.lang {
	float:right;
	margin:3px;
	}