/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0; padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
    padding: 0 0 0 0;
    color: #000;
    font-family: Arial;
	font-size: 0.75em;
	background: none;
}

img {
    border: none;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 1.3em;
    margin-bottom: 15px;
}

h1 {
	margin: 0 0 12px 0;
	font-size: 2.3em;
	color: #000;
	text-transform: uppercase;
}

.sIFR-flash {
	display: none;
}

h2 {
	margin: 5px 0 10px 0;
	font-size: 1.5em;
	font-family: Verdana;
	color: #000;
	font-weight: normal;
}

h3 {
	margin: 5px 0 6px 0;
	font-size: 1em;
	font-family: Verdana;
	color: #000;
	font-weight: bold;
}

h4, h5 {
	margin: 5px 0 10px 0;
	font-size: 1.1em;
	font-family: Verdana;
	color: #000;
	font-weight: normal;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

table th {
	padding: 6px 12px;
	color: #000;
	background: #fff;
	border-bottom: 2px #000 solid;
}

table td {
	padding: 6px 12px;
	border-bottom: 1px #000 solid;
	color: #000;
	vertical-align: top;
}

table tr.dark td {
	background: #fff;
}

table td strong {
	color: #000;
}

ul {
	margin: 0 0 15px 20px;
}

ul li {
	padding: 4px 0 4px 0;
	list-style: square;
	background: none;
}

form table {
	border: none;
	margin: 0;
}

form table td {
	border: none;
	padding: 0;
	background: none;
}

hr {
	color: #000;
	border: 0 none;
	border-top: 1px solid #000;
	height: 1px;
	margin: 10px 0 10px 0;
}


/*--USEFUL-----------------------------------------------------------------*/

.clear {
	clear: both;
	overflow: hidden;
	font-size: 0;
}

.invisible {
	display: none;
}

.noMargin {
	margin: 0;
}

.noPrint {
	display: none;
}

/*--LAYOUT----------------------------------------------------------------*/

#main {
	width: 100%;
	text-align: center;
}

#page {
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
	background: none;
}

#page #content {
	background: none;
}

/*--HOMEPAGE---------------------------------------------------------------*/

#hpPhoto {
	display: none;
}

#hpPhoto a.ecalc {
	display: none;
}

.hpContent {
	padding: 97px 0 0 31px;
}

.buttons a {
	margin-right: 8px;
	padding: 0;
}

/*--SUBPAGE---------------------------------------------------------------*/

#leftPart {
	display: none;
}

#rightPart {
	width: 100%;
	padding: 130px 0 0 0 ;
	float: none;
}

.icons {
	display: none;
}

/*--MENU------------------------------------------------------------------*/

#menu {
	display: none;
}

/*--SUBMENU------------------------------------------------------------------*/

#submenu {
	display: none;
}

/*--ABSOLUTE----------------------------------------------------------------*/

#links {
	display: none;
}

#breadCrumbs {
	display: none;
}

#search {
	display: none;
}

#logo {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

#buttonCalc {
	display: none;
}

#newsletterBox {
	display: none;
}

#consult {
	display: none;
}


/*--FOOTER------------------------------------------------------------------*/

#footer {
	text-align: center;
	position: relative;
	width: 100%;
}

#footer p {
	line-height: 50px;
	color: #003366;
	font-size: 10px;
	border-top: 1px #000 solid;
}

#footer p a {
	display: none;
}

#footer #logoND {
	display: none;
}

#footer #logoZK {
	display: none;
}



