/* CSS RESET & STANDARD ELEMENTS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


:focus { outline: 0; }
ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
/* CSS RESET END */

input , select , textarea { font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; vertical-align: middle; }
select.large, input.large { font-size: 16px; }
.text { 
	border: 1px solid;
	border-color: #666 #bbb #ddd #bbb; 
	padding: 4px;
	background: #f6f6f6;
}

img { border: none; display: block; }
.clearer { clear: both; }
* html .clearer { border: 0; }

html, body { height: 100%; background: #fff; }

body {
	font: 12px Helvetica, Arial, sans-serif;
	/*background-image: url(../gfx/63grid.gif);*/
	line-height: 18px;	
}
.content {
	position: relative;
	width: 840px;
	text-align: left;
	margin: 0 auto;
}

a:link, a:visited {
	color: #0a46a1;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	background: #0a46a1;
	color: #fff;
	text-decoration: none;
}


#header {
	height: 63px;
}
#header h1#logo {
	position: absolute;
	top: 21px; left: 10px;
	width: 160px; height: 30px;
	padding: 0; margin: 0;
}
#header h1#logo img {
	width: 160px; height: 29px;
}
#header ul {
	margin-left: 190px;
	width: 650px; height: 63px;
	text-align: right;
}
#header ul li {
	display: inline;
	height: 63px;
}
#header ul li a:link,
#header ul li a:visited {
	display: inline-block;
	padding: 28px 12px 10px 12px;
	font-size: 14px;
	height: 25px;
	line-height: 21px;
	text-decoration: none;
	font-weight: bold;
}
#header ul li a:hover {
	text-decoration: none;
	background: #eee;
}
#header ul li a:active {
	background: #0a46a1;
}
#header ul li.selected a:link,
#header ul li.selected a:visited { background-color: #eee; }

#header ul li.setlang a:link,
#header ul li.setlang a:visited { color: #f90; }
#header ul li.setlang a:hover   { color: #000; }
#header ul li.setlang a:active  { color: #fff; background: #f90; }

#footer {
	border-top: 5px solid #ccc;
	padding-top: 16px;
	padding-bottom: 21px;
	text-align: center;
	color: #888;
}

.poster {
	background: #ccc;
	width: 100%; height: 252px;
}

#page {
	padding: 0 120px;
	margin-bottom: 63px;
	border-top: 5px solid #0a46a1;
}
#page.wide {
	padding: 0 60px;
}
#page h2 {
	color: #0a46a1;
	font-weight: bold;
	padding-top: 21px;
	line-height: 63px;
	font-size: 28px;
}
#page h3 {
	color: #000;
	font-weight: bold;
	margin-top: 21px;
	line-height: 42px;
	font-size: 18px;
}
#page h4 {
	font-weight: bold;
	font-size: 12px;
}
#page p {
	margin-bottom: 21px;
	font-size: 12px;
}
#page ol {
	padding-left: 60px;
}
.contact strong {
	display: inline-block;
	width: 60px;
	font-weight: bold;
}

#page ol.column1,
#page ol.column2 {
	width: 320px;
	float: left;
	margin-left: 20px;
	padding: 0 0 0 60px;
	font-size: 18px;
}
#page ol.column1 {
	margin-left: -60px;
}
* html #page ol.column1 {
	margin-left: -30px;
}



form#contact {
	float: right;
	width: 280px;
	padding: 14px 0 63px 20px;
	border-left: 1px solid #ccc;
}
* html form#contact {
	padding-top: 35px;
}
#contact label {
	display: block;
	margin-top: 7px;
}
#contact .text {
	width: 280px;
}
#contact textarea {
	height: 120px;
}
#contact .checkbox {
	display: inline;
	margin-right: 0.5em;
	vertical-align: baseline;
}
.submit {
	border-style: solid;
	border-width: 2px 0;
	border-color: #1f8fdd #0070be #005a98 #0070be;
	outline: 0;
	background: #0070be;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 2px 10px;
	margin: 0;
	text-shadow: 0px -1px 1px #005a98;
	text-decoration: none;
	vertical-align: baseline;
	white-space: pre;
}
.submit:focus { outline: 0; }
.submit:hover {
	background: #1a8ad8;
	border-top-color: #40b0fe;
	color: #fff;
	outline: 0;
	text-decoration: none;
}
.submit:active {
	background: #005a98;
	border-top-color: #004372;
	border-bottom-color: #0070be;
	color: #fff;
	outline: 0;
	text-decoration: none;
}

#contact .error,
#contact .ok {
	border: 1px solid #c33;
	background: #fee;
	padding: 10px;
	font-size: 12px;
}
#contact .ok {
	border-color: #3c3;
	background-color: #efe;
}




