@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e8e8e8;
	background-attachment: fixed;
	background-color: #002b70;
	background-image: url(../gfx/site_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 750px;
	margin: 0 auto;
}

#topbar {
	width: 730px; /*750*/
	height: 20px; /*30*/
	background-image: url(../gfx/topbar_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	color: #1e1e1e;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
}

#topbar a { text-decoration: underline; color: #1e1e1e; }
#topbar a:hover { text-decoration: underline; color: #f1a100; }

.bullet {
	margin: 0px 3px 0px 3px;
}

#eyecatcher_nl, #eyecatcher_fr {
	float: left;
	width: 500px; /*750*/
	height: 45px; /*160*/
	background-image: url(../gfx/eyecatcher_nl.jpg);
	background-repeat: no-repeat;
	padding: 115px 0px 0px 250px;
	margin-bottom: 10px;
}

#eyecatcher_fr {
	background-image: url(../gfx/eyecatcher_fr.jpg);
}

#eyecatcher_nl h1, #eyecatcher_fr h1 {
	display: none;
}

#content #column_left a { text-decoration: underline; color: #e8e8e8; }
#content #column_left a:hover { text-decoration: underline; color: #f1a100; }

.button {
	float: left;
	width: 165px; /*175*/
	height: 23px; /*30*/
	background-image: url(../gfx/button_bg.png);
	background-repeat: no-repeat;
	padding: 7px 0px 0px 10px;
	color: #fff;
	text-decoration: none;
}

.button:hover {
	color: #000;
	text-decoration: none;
}

#content #column_right #main .button { line-height: 1em; }

#navigation {
	float: left;
	width: 750px;
	height: 35px;
	background-image: url(../gfx/navigation_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#navigation li {
	display: inline;
}

#navigation li a {
	float: left;
	height: 27px; /*35*/
	margin-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	background-image: url(../gfx/nav_div.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	color: #fff;
}

#navigation li a:hover {
	color: #000;
	text-decoration: none;
}

#content {
	float: left;
	width: 750px;
}

#content #column_left, #content #column_left_index {
	float: left;
	width: 240px;
	height: 325px;
	margin-right: 20px;
	margin-top: 26px;
	background-image: url(../gfx/left_bg.jpg);
	background-repeat: no-repeat;
}

#content #column_left_index {
	height: 270px;
	background-image: none;
}

#content #column_left #content_column {
	padding: 30px 25px 20px 30px;
}

#content #column_left #content_column h2 {
	font-size: 16px;
	font-weight: normal;
	color: #f1a200;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#content #column_left #content_column p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content #column_right {
	float: left;
	width: 490px;
}

#content #column_right #main, #content #column_right #main_danku {
	float: left;
	width: 450px; /*490*/
	min-height: 200px; /*200*/
	background-image: url(../gfx/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #0048bc;
	padding: 20px;
	padding-bottom: 0px;
	text-align: justify;
	line-height: 1.5em;
}

#content #column_right #main_danku {
	min-height: 270px; /*200*/
}

#content #column_right p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#content #column_right #main_bottom {
	float: left;
	width: 490px;
	height: 20px;
	background-image: url(../gfx/main_bottom.jpg);
	background-repeat: no-repeat;
}

#content #column_right h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #f1a200;
	border-bottom: 1px solid #0048bc;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#content #column_right .error a { color: #e8e8e8; text-decoration: underline; }
#content #column_right .error a:hover { color: #f1a200; text-decoration: underline; }

#footer {
	float: left;
	width: 730px; /*750*/
	min-height: 140px; /*160*/
	background-image: url(../gfx/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color: #e5e6e7;	
	margin-top: 20px;
	padding: 20px;
	padding-right: 0;
	padding-bottom: 0;
}

#footer h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #0041a9;
	margin-bottom: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	color: #1e1e1e;
}

#footer .column {
	float: left;
	width: 220px;
	text-align: justify;
	line-height: 1.5em;
	margin-right: 20px;
}

#footer_bottom {
	float: left;
	width: 750px;
	height: 20px;
	background-image: url(../gfx/footer_bottom.jpg);
	background-repeat: no-repeat;
}

#copyright {
	float: left;
	width: 750px;
	margin-top: 15px;
	color: #e0e1e2;
	text-align: right;
}

#copyright a { color: #e0e1e2; text-decoration: underline; }

.input {
	background-color: #002b70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e8e8e8;
	padding: 3px;
	border: 1px solid #0041a9;
}

.darkblue {
	color: #0041a9;
}

#content #column_left .link_orange a { color: #f1a200; text-decoration: underline; }