
/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html, body
{
	background: #f5f5f5 url(images/bgtop.png) repeat-x center top;
	color: #043862;
	font-family: Verdana, Arial, Sans-Serif;
	position: relative;
	font-size: 12px;
}

*
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, input, select, textarea, sub, sup
{
	font-size: 100%;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #1177c9;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.line 
{
	width: 100%;
	margin: 30px 0 0 0;
	height: 31px;
	display: block;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #f0f0f0;
}


@font-face {
    font-family: 'EuromodeBold';
    src: url('euromode-bold-webfont.eot');
    src: url('euromode-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('euromode-bold-webfont.woff') format('woff'),
         url('euromode-bold-webfont.ttf') format('truetype'),
         url('euromode-bold-webfont.svg#EuromodeBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*======================================================================================*/

#main
{
	width: 990px;
	margin: 0 auto;
	position: relative;
	padding: 378px 0 0 0;
	background: #fff url(images/content.png) repeat-y left top;
	
}

#content
{
	padding: 30px 50px 30px 50px;
	position: relative;
	background: url(images/content-top.png) no-repeat left top;
}


#main h1
{
	height: 35px;
	line-height: 35px;
	padding: 0 0 30px 0;
	color: #1e72b6;
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'EuromodeBold', Verdana, Arial;
}

/*======================================================================================*/
/* HEADER                                                                     */
/*======================================================================================*/

#headerHolder
{
	width: 100%;
	height: 378px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/head.jpg) no-repeat center top;
}

#headerHolder #header
{
	width: 990px;
	margin: 0 auto;
	position: relative;
}

#header .logo
{
	width: 309px;
	height: 79px;
	display: block;
	position: absolute;
	left: 4px;
	top: 30px;
	text-decoration: none;
	background: url(images/logo.png) no-repeat left top;
}

#header .logo strong
{
	display: none;
}

.subnavigation
{
	position: absolute;
	right: 70px;
	top: 65px;
	color: #bcd0e0;
	font-family: Tahoma;
	font-size: 11px;
}

.subnavigation a
{
	padding: 0 5px 0 25px;
	color: #034e8c;
	text-decoration: none;
}

.subnavigation a:hover
{
	text-decoration: underline;
}

.subnavigation a.map {background: url(images/ico-map.png) no-repeat 3px center; }
.subnavigation a.mail {background: url(images/ico-mail.png) no-repeat 3px center; }
.subnavigation a.print {padding: 0 5px 0 20px; background: url(images/ico-print.png) no-repeat 3px center; }

/*==========================*/

#menu
{
	position: absolute;
	left: 30px;
	top: 305px;
	font-family: 'EuromodeBold', Verdana, Arial;
}

#menu ul li
{
	padding: 0 10px;
	display: inline-block;
	float: left;
	background: url(images/menu-sepa.png) no-repeat left center;
}

#menu ul li.first
{
	background: none;
}

#menu ul li a
{
	height: 38px;
	padding: 0 15px;
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#menu ul li a:hover
{
	background: url(images/menu-hover.png) repeat-x left bottom;
}

#menu ul li a.active, #menu ul li a.active:hover
{
	color: #bae707;
	background: url(images/menu-on.png) repeat-x left bottom;
}

/*======================================================================================*/
/* footer                                                                     */
/*======================================================================================*/

#footer
{
	padding: 20px 35px 30px 35px;
	line-height: 27px;
	font-size: 11px;
	color: #9cb8d1;
	background: #f5f5f5 url(images/content-bottom.png) no-repeat left top;
	font-family: 'EuromodeBold', Verdana, Arial;
}

#footer .right
{
	float: right;
}

#footer a
{
	color: #9cb8d1;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}
