﻿*
{
	margin: 0;
	padding: 0;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #dcf1f9;
}

form
{
	width: 100%;
	height: 100%;	
}

h1, h2, h3, h4, h5, h6
{
	color: #0023BE;
}

p
{
	margin-bottom: 15px;	
}

.container
{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.bg_image
{
	position: absolute;
	background-color: #FFF;	
	overflow: hidden;
}

.container .bg_image
{
	top: 0;
	height: 565px;
	z-index: 9; /* niveau 1 */
}

.container .inner
{
	position: relative;
	width: 890px;
	height: auto;
	margin: 0 auto;
	z-index: 99; /* niveau 2 */
	text-align: left;
}

#header
{
	height: 107px;
	width: 890px;
	background-color: Transparent;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
}

#header #logo
{
	float: left;
	width: 398px;
	height: 97px;
	padding: 10px 0 0 10px;
	overflow: hidden;
}

#header #logo a img
{
	border: 0 none;	
}

.left
{
	position: relative;
	float: left;
	width: 398px;
	height: 514px;
	overflow: hidden;
}

.left .bg_image
{
	top: 0;
	left: 0;
	width: 398px;	
	height: 514px;
}

.left #subnav
{
	position: absolute;
	top: 26px;
	right: 0;
	width: 145px;
	background-color: #FFF;
	z-index: 99; /* niveau 2 */
}

.left #subnav ul
{
	width: 143px;
	list-style: none;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
}

.left #subnav ul li
{
	width: 143px;
	height: 25px;
	border-bottom: 1px solid #FF0000;
}

.left #subnav ul li a
{
	display: block;
	width: 123px;
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	text-align: left;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.left #subnav ul li a.active,
.left #subnav ul li a:hover
{
	color: #FFF;
	background-color: #FF0000;
}

.right
{
	float: left;
	width: 492px;
	height: 514px;
}

.right #nav
{
	float: left;
	width: 492px;
	height: 26px;
}

.right #nav ul
{
	width: 492px;
	height: 24px;
	list-style: none;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
}

.right #nav ul li
{
	float: left;
	width: 122px;
	height: 24px;
	border-right: 1px solid #FF0000;
	background-color: #FFF;
}

.right #nav ul li a
{
	display: block;
	width: 123px;
	height: 24px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
	color: #FF0000;
}

.right #nav ul li a.active,
.right #nav ul li a:hover
{
	color: #FFF;
	background-color: #FF0000;	
}

.right .content
{
	float: left;
	width: 493px;
	background-color: #FFF;
}

.right .content .inner
{
	float: left;
	width: 432px;
	min-height: 537px;
	height: auto !important;
	height: 537px;
	padding: 15px 30px 15px 30px;
	color: #0023be;
}

.right .content .inner h3
{
	margin-top: 25px;
	text-transform: uppercase;	
}

.right .content .inner a
{
	color: #0023BE;
	text-decoration: underline;
}

.right .content #footer
{
	float: left;
	width: 492px;
	height: 120px;
}

#logoErkend
{
	position: absolute;
	top: 626px;
	left: 344px;
	height: 69px;
	width: 49px;
	z-index: 99; /* niveau 2 */
}

#logoErkend a img
{
	border: 0 none;	
}

.clearfix:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix 
{
	display: inline-block;
}
 
html[xmlns] .clearfix 
{
	display: block;
}
 
*html .clearfix 
{
	height: 1%;
}


td {padding:2px}
