/* bsp magnetica, robert gonda, 2007 ************************************************************ */

html, body, div, p, span, h1, h2, table, tr, td, ul, li, ol, img, a {
	font: normal 12px/14px Verdana;
	color: #0D0D0D;
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center; /* IE */
	background: #E6E6E6;
}

div {
	background: transparent;
}

form, label, input, textarea, select, option, fieldset {
	font: normal 12px/14px Verdana;
	color: #0D0D0D;
}

.homeaction {
	position: absolute;
	width: 511px;
	height: 148px;	
	z-index: 44;
	background: transparent;
	left: 110px;
	top: 290px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	visibility: hidden;
	display: none;
}

/* Page and header ****************************************************************************** */

#page {
	width: 731px;
	text-align: justify;
	margin: 0 auto;
	position: relative;
}

#header {
	position: relative;
	height: 112px;
}


#langmenu {
	position: absolute;
	top: 5px;
	right: 0;
	height: 15px;
	font-size: 1px;
	line-height: 1px;
	padding: 9px 13px 0 0;
	background: #E6E6E6;
	text-align: right;
	z-index: 255;
}

#langmenu a {
	padding: 0 0 0 5px;
}

img#imgLogo {
	position: absolute;
	left: 0;
	top: 0;
}

a#linkMail {
	position: absolute;
	right: 16px;
	bottom: 34px;
	color: #005AAB;
	font-size: 11px;
	font-weight: bold;
}


/* Content blocks ******************************************************************************* */

#content {
	position: relative;
	height: 499px;
	background: #ffffff url(../img/titlePageBg.gif) repeat-y left top;
}

img#pageBgTop {
	position: absolute;
	top: 0;
	left: 0;
}

img#pageBgBottom {
	position: absolute;
	bottom: -1px;
	left: 0;
}

*> img#pageBgBottom {
	bottom: 0;
}

#image01 { position: absolute;		top: 17px;		left: 18px; }
#image02 { position: absolute;		top: 17px;		left: 252px; }
#image03 { position: absolute;		top: 17px;		left: 486px; }
#image04 { position: absolute;		top: 251px;		left: 18px; }
#image05 { position: absolute;		top: 251px;		left: 252px; }
#image06 { position: absolute;		top: 251px;		left: 486px; }
#image07 { position: absolute;		top: 251px;		left: 18px; }

#menu {
	text-align: center;
	color: #005AAB;
	font: bold 12px/14px Arial, sans-serif;
	text-transform: uppercase;
	margin: 10px 10px 10px;
}

#menu ul {
	text-align: center;
}

#menu ul {
	list-style-type: none;
	padding: 0;
}

#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#menu a {
	color: #005AAB;
	font: bold 12px/14px Arial, sans-serif;
	text-transform: uppercase;
	padding: 0 3px;
}

#menu a:hover, #menu a.menuAct, #menu a.menuAct:hover {
	color: #000000;
}


/* Footer *************************************************************************************** */

#footer {
}

#footer_in {
	padding: 10px 10px 15px;
	text-align: center;
	font-size: 10px;
	color: #ADADAD;
}

#footer_in a {
	font-size: 10px;
	color: #ADADAD;
}

#footer_in a:hover {
	color: #000000;
}

a, p a {
	color: #cc0000;
	text-decoration: none;
}

a:hover, p a:hover {
	color: #000000;
}

a img {
	border: none;
}



