/*********************************************/
/************ main styles *******************/
/*********************************************/

body
{
	background-image: url(i/bg.gif);
	background-attachment : scroll;
	background-repeat : repeat-y;
	padding: 0; 	/* for opera. */
	margin: 0; 	/* for ie, mozilla, etc. */
	position: absolute;
	font-family: Tahoma;
	line-height: normal;
	z-index: 1;
}

div#bg
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(i/bg.jpg);
	width: 778px;
	height: 75px;
	z-index: -1;
}

/*********************************************/
/*********** header *************************/
/*********************************************/

div#topline
{
	/* 700 */
	width: 778px;
	height: 73px;
	border-bottom: 6px solid #0A50A1;
	margin: 0;
	padding: 0;
}
div#topline2
{
	width: 778px;
	height: 79px;
	border-bottom: 6px solid #0A50A1;
	margin: 0;
	padding: 0;
}

div#logotext
{
	color: white;
	display: none;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 30px 0px 0px 100px;
	padding: 0;
	z-index: 10;

}

div#langtext
{
	color: white;
	display: inline;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 30px 30px 0px 0px;
	padding: auto;	
	z-index: 10;
}

div#langtext a:link, div#langtext a:visited
{
	color: #930000;
	text-decoration: none;
	z-index: 10;
}

div#langtext a:hover
{
	text-decoration: underline;
	z-index: 10;
}

div#langtext a#current
{
	color: #FB0F0C;
	text-decoration: none;	
	z-index: 10;
}


/*********************************************/
/********** main menu *********************/
/*********************************************/


div#menu
{
	margin: 0 0 0 50px;
	padding: 0;
	height: 50px;
	/* 650 */
	width: 700px;
	font-size: 12px;
	font-weight: bold;
}

ul#navlist
{
margin: 8px 0 0 0;
padding: 0px;
white-space: nowrap;
display: inline;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a
{
	padding: 8px 10px 8px 10px;
	border-right: 1px solid #0A50A1;


	float: left;
	display: inline;
}

#navlist a.last
{
	border: none;
	color:red;
	



}

#navlist a#current
{
	color: white;
	background-color: #0A50A1;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
	color: #0A50A1;
	background-color: trasparent;
	text-decoration: none;
}

#navlist a:hover
{
	text-decoration: underline;
	background-color: white;

}

/*********************************************/
/********** common divs *******************/
/*********************************************/

div#content
{
	margin: 50px 0 0 0;
	padding: 0;
	/* 700*/
	width: 778px; 
	float: left;
	overflow : hidden;
	text-align: left;	
}

div#leftcontent
{
	margin: 0;
	padding: 0;
	text-align: right;
	float: left;
	width: 200px;
	overflow : hidden;
}

div#rightcontent
{
	margin-left: 60px;
	text-align: left;
	float: left;	
	/* 420 */
	width: 480px;
	overflow : hidden;
	display: inline;	
}

div#singlecontent
{
	margin-left: 100px;
	padding: 0px;
	text-align: left;
	float: left;	
	/* 550 */
	width: 600px;
	overflow : hidden;
	display: inline;

}

/*********************************************/
/********** common styles *****************/
/*********************************************/


a img
{
	border: none;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}

div
{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;	
}

p
{
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: Tahoma;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
}

a
{
	font-family: Tahoma;
	font-weight: bold;	
	line-height: normal;
	text-decoration: none;
	color: #0A50A1;	
}

a:hover
{
	text-decoration: underline;
	color: #0A50A1;	
}

a:visited
{
	text-decoration: none;
	color: #3B5A7D;	
}

a:visited:hover
{
	text-decoration: underline;
	color: #0A50A1;	
}

a.selected, a.selected:hover, a.selected:visited
{
	color: red;
}

h2
{
	font-family: inherit;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin: 0 0 20px 20px;
}

div#leftcontent hr
{
	width: 150px;
	color: #0A50A1;
	background-color: #0A50A1;
	height: 1px;
	text-align: right;
}

div#l