/************************************************************ 
	GLOBAL SETTINGS
*************************************************************/	
* {
	margin: 0;
	padding: 0;
	}
html{
	height: 100%;
	}	
body { 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	height: 100%;
	text-align: center;
	padding-bottom: 10px;
	}
h1 {
	font-size: 12px;
	font-weight: bold;
	}
h2 {
	font-size: 12px;
	font-weight: bold;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	}
h4 {
	font-size: 11px;
	font-weight: normal;
	}
img {
	border: none;
	}
a {
	color: #406fb7;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}	
.clear {
	clear: both;	
	}
.clearleft {
	clear: right;	
	}	
	
/************************************************************ 
	MAIN ZONES
*************************************************************/	
div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	text-align: left;
	}
div#header {
	text-align: right;
	}
div#headerhome {
	text-align: right;
	padding-right: 57px;
	}
div#left {
	float: left;
	width: 146px;
	height: 100%;
	background-color: #fff;
	background-repeat: repeat-x;	
	}
div#content {
	float: left;
	width: 416px;
	padding: 0 12px;
	line-height: 20px;
	}
div#content_overview {
	float: left;
	width: 590px;
	padding: 0 12px;
	line-height: 20px;
	}	
div#right {
	float: right;
	width: 211px;
	}
div#footer {
	float: right;
	width: 642px;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding: 6px 0;
	font-size: 10px;
	margin-left: 12px;
	padding-left: 0px;
	margin-top: 30px;
	line-height: 15px;
	margin-bottom: 15px;
	}
	
/************************************************************ 
	HOME
*************************************************************/	
.homepicture {
	float: left;
	margin-right: 10px;
	}
	.homepicture h2 {
		margin: 3px 0;
		font-size: 14px;
		}
	.homepicture .language {
		font-size: 12px;
		text-align: right;
		margin-top: 3px;
		font-weight: bold;
		}
	.grey, .homepicture .grey a {
		color: #878787;
		}
	div#headerhome .text {
		position: relative;
		font-size: 11px;
		font-weight: bold;
		float: left;
		padding-left: 400px;
		padding-top: 57px;
		}

/************************************************************ 
	DEFINITIONS
*************************************************************/	
#content p {
	margin-bottom: 12px;
	}
table{
	border: none;
	border-bottom: 1px solid #9a9a9a;
	font-size: 11px;
	width: 100%;
	}	
	table td {
		border: none;
		border-top: 1px solid #9a9a9a;
		padding: 3px 0;
		padding-right: 10px;
		line-height: 13px;
		}
	table th {
		text-align: left;
		padding-right: 10px;
		line-height: 11px;
		vertical-align: bottom;
		padding-bottom: 4px;
		}
	table#Form, table#Form td {
		border: none;
		color: #878787;
		font-size: 12px;
		font-weight: bold;
		}
	.col1 {
		width: 160px;
		}	


.lang {
	float: right;
	font-weight: bold;
	font-size: 12px;
	}
#navig {
	margin-top: 146px;
	}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
div#right a {
	color: #000;
	text-decoration: none;
	}	
div#right p {
	width: 150px;
	margin-top: 5px;
	}
.file {
	font-weight: bold;
	}
.overviewpict {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 11px;
	height: 160px;
	}
.space {
	margin-bottom: 30px;
	}	
div#header .text {
	font-size: 11px;
	font-weight: bold;
	width: 460px;
	padding-top: 56px;
	float: left;
	}

/************************************************************ 
	FORM
*************************************************************/	
#formOptions {
	color: #878787;
	font-weight: bold;
	}
#formOptions h3 {
	color: #000;
	margin-top: 5px;
	}
input, textarea {
	border: 1px solid #878787;
	}
.checkfield {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 245px;
	padding: 2px;
	}
.errorfield, #form .errorfield {
	color: #c00;
	border: 1px solid #c00;
	width: 245px;
	}
#form .errorlabel {
	color: #c00;
	}
.warning {
	color: #c00;
	padding: 10px 0;
	}
input.checkbox {
	border: none;
	}

/************************************************************ 
	NAVIG
*************************************************************/
#navig ul {
	list-style: none;
	}
#navig li {
	}
#navig li.on {
	font-weight: bold;
	margin: 0;
	padding: 0:
	}
#navig li a {
	display: block;
	text-decoration: none;
	}
#navig li a:hover, #navig li.on a {
	color: #000;
	}
#navig .level1 ul {
	margin-bottom: 5px;
	}
#navig .first {
	}	
#navig .level0 li {
	margin-bottom: 15px;
	}
#navig .level0 li a {
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	}
#navig .level0 li a {
	border-bottom: #000 solid 1px;
	border-top: #000 solid 1px;
	background-color: #e5eaf1;	
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	padding-left: 20px;
	}
#navig .level1 li a {
	background-color: transparent;
	border: none;
	padding: 2px;
	padding-left: 20px;
	color: #406fb7;
	}
#navig .level1 li.on a {
	color: #000;
	}
#navig .level1 li {
	border: none;
	margin-bottom: 0px;
	}
#navig .level1 li a {
	font-size: 11px;
	color: #406fb7;
	}
#navig .level1 li.on {
	font-weight: bold;
	margin-top: 0px;
	}
a.on  {
	}
#navig .level1 li a:hover {
	background-color: transparent;
	color: #26221c;
	}
#navig .level2 li {
	background-color: transparent;
	padding: 0 20px;
	color: #406fb7;
	}
#navig .level1 li.on .level2 li a {
	color: #406fb7;
	}
#navig .level1 li.on .level2 li.on a, #navig .level1 li.on .level2 li a:hover {
	color: #000;
	}	