body, html { width: 100%; height: 100%; margin: 0px; padding: 0px; font-family: helvetica; font-size: small; color: #666666; }

noscript { font-size: large; color: red; }

#page_container {
	border-color: #004990;
	border-style: solid;
	border-width: 0px 1px;
	width: 920px;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
}

#header { width: 100%; height: 350px; position: relative; }
#header #logo { position:absolute; top: 28%; left: 4.65%; z-index: 1; }
#header #lang { position:absolute; top: 5%;	right: 5%; z-index: 1; display:none }
#header #bgimg { position:absolute;	top: 0px; right: 0px; opacity: 0.00; -moz-opacity:0.00; filter:alpha(opacity=0); }

#intro_logo { position:absolute; opacity: 0.00; -moz-opacity:0.00; filter:alpha(opacity=0); margin-top:90px; width:100%; }

#page { position: relative; width: 93%; min-height: 180px; height:auto; margin:30px auto; }
#page table.pgtbl { width: 100%; }
#page table td.pgtd { width: 50%; padding: 0px 50px 0px 0px; vertical-align: top; }
#page .infoBox { height:0px; overflow: hidden; width:100%; }
#page ul { padding: 12px 0px 0px 30px; margin:0px; }
#page ul.members { padding:0px 0px 0px 15px; }
#page li { list-style-type: square; }
#page a:link, #page a:visited, #page a:active { color: #004990; text-decoration:none; }
#page a:hover { text-decoration: underline; }
#page a.intext { text-decoration: underline; }
#page h4 { margin-bottom: 0px; margin-top:0px; font-size:large; }
#page textarea.contact { width:200px; height:120px; }
#page textarea.contact-focus { width:200px; height:120px; border: 2px solid #004990; background-color: #E2E2E2; }
#page textarea.error { border: 2px solid red; width:200px; height:120px; background-color: #E2E2E2; }
#page input.contact { width:200px; }
#page input.contact-focus { width:200px; border: 2px solid #004990; background-color: #E2E2E2; }
#page input.error { border: 2px solid red; width:200px; background-color: #E2E2E2; }
#page td.contact-left { text-align: left; vertical-align:top; }
#page td.contact-right { text-align: right; vertical-align:top; }
#page span.oblig { color:red; }
#page span.acabg { text-decoration:underline; font-style:italic; }
#page span.bold { font-weight:bold; }

#footer {
	position: relative;
	color: #004990;
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}
#footer #browser_warning { color:red; }

#map_container { width:100%; height:100%; text-align: center; overflow:auto; }
#map_navi { position:absolute; bottom:18px; right:1px; background-image:url(graphics/map/menu_map.jpg); width:184px; height:28px; }
#map_navi a:link, #map_navi a:visited, #map_navi a:active {
	color:#004990;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:4px 12px;
}
#map_navi a:hover { color:#6d6f6c; }

/* CSS DEBUG */
div { border:0px red solid; }
