/* -- > Header Index Page */
#headerIndexPage
{
	position: relative;
	height: 123px;
}
img.logo
{
	background: url(logo0000.png);
	width: 104px;
	height: 42px;
}
#langSel
{
	position: absolute;
	top: 3px;
	right: 0px;
}
#searchBlock
{
	position: absolute;
	top: 30px;
	right: 0px;
	text-align: right;
	width: 140px;
	height: 40px;
}
#searchBlock img
{
	display: inline;
	float: left;
}
#searchBlock form .txt
{
	background: url(search_b.gif) repeat-x;
	border: none;
	width: 110px;
	height: 15px;
	font-size: 7pt;
	color: #a7a9ac;
	margin: 0px;
	padding: 0 4px 0 0;
	float: left;
	overflow: hidden;
}
#searchBlock form .btn
{
	float: left;
	text-indent: -9999px;
	border: none;
	background: url(search_c.gif) no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.topIcons
{
	background: url(topIcons.gif) left 7px no-repeat;
	height: 20px;
	padding: 7px 0 0 0;
	margin: 0 0 0 50px;
	clear: both;
}
.topIcons a:link,
.topIcons a:active,
.topIcons a:visited,
.topIcons a:hover
{
	display: inline-block;
	float: left;
	width: 17px;
	height: 17px;
	text-decoration: none;
	overflow: hidden;
	margin: 0 11px 0 0;
}


/* - - - - - - - - - - - - */

h1 {
    font-size: 22px;
    background: none;
    padding: 0 0 10px 0;
    margin: 3px 0 0 0;
}

#navigation {
	width: 100%;
	margin-bottom: 50px;
}


#navigation ul, h2{margin: 0px 0px 0px 0px;
}

#navigation a:link {
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation a:active {
	text-decoration: none;
}