/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family:Verdana, Arial, Helvetica, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

body { font-size: 1.2em; line-height: 1.6em; background:#fff; position:relative;}
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* HR */

hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

ul li { text-indent: -.85em; margin-left: .85em; }
ul li:before { content: "\2022\00a0\00a0"; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* TABLES */

table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

/* COLORS */

a:link { text-decoration: underline; color: #36c; }
a:visited { text-decoration: underline; color: #99c; }
a:hover { text-decoration: underline; color: #c33; }
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/*CLEARFIX*/
.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%;
}
#header {
	height:618px;
	position:absolute;
	width:100%;
}
.relative {
	position:relative;
	_background:url(../images/bgie6huck.gif) no-repeat;
	_background-position:5px 0;
}
.lang {
	width:70px;
	background:#000;
	height:139px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	padding-top:65px;
	text-align:center;
}
.lang a:link, .lang a:visited
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.85em;
color:#fff;
text-decoration:none;
padding:.1em .3em;
font-weight:normal;
}
.lang a:hover
{
text-decoration:underline;
}
.lang a:active, .lang a.active
{
background-color:#40A4D0;
}
.other {
	margin-left:70px;
	position:relative;
	overflow:hidden;
}
.over {
	overflow:hidden;
	height:618px;
	min-width:1000px;
	width:expression(document.body.clientWidth < 1000? "1000px" : document.body.clientWidth > 1000 && document.body.clientWidth < 1250  ? document.body.clientWidth-50 : "auto");
	position:relative;
}
.overhover {
	overflow:hidden;
	height:618px;
	min-width:1250px;
	width:expression(document.body.clientWidth <1250? "1250px": "auto" );
	position:relative;
}
.logo {
	width:19%;
	background:#FFF;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
}
.logo a{
display:block;
padding:69px 0 70px 0;
*padding:72px 0 72px 0;
}
.menu {
	position:absolute;
	top:204px;
	left:19%;
	right:300px;
}
.shadow {
	position:absolute;
	right:0;
	width:300px;
	top:289px;
	height:800px;
	background:url(../images/grey_bg.png);
}
.search {
	width:275px;
	background:#000;
	top:0;
	right:300px;
	position:absolute;
	padding:11px;
}
.search form
{
margin:0;
}
.search input
{
width:85%;
vertical-align:middle;
}
.flashdiv {
	height:618px;
	overflow:hidden;
	background-position:70px 0;
	background-repeat:no-repeat;
	overflow:hidden;
}
.flashFant
{
	margin-left:70px;
}
.menu table
{
border:0;
margin:0;
width:100%;
}
.menu table td
{
padding:0;
border:0;
text-align:center;
width:17%;
}
.menu table td.sep
{
width:1px !important;
background:url(../images/separator.gif) bottom no-repeat #000;
font-size:1px;
}
.menu table td a
{
background:#000;
display:block;
margin-bottom:21px;
padding:55px 0 11px 0;
*padding:57px 0 14px 0;
padding-left:17px;
padding-right:17px;
}
.menu table td a.active
{
padding:55px 0 15px 0;
*padding:59px 0 18px 0;
padding-left:17px;
padding-right:17px;
}

#contmain
{
margin-left:70px; 
min-width:1250px; 
overflow:hidden;
font-family:Arial, Helvetica, sans-serif;
}
#contmain .contmain
{
padding-top:25px;
line-height:1.3em;
font-size:1em;
margin-right:300px;
padding-bottom:30px;
border-bottom:1px solid #E5E5E5;
}
#contmain .contmain .left
{
width:25%;
float:left;
text-align:left;
padding-left:30px;
padding-right:40px;
}
#contmain .contmain .center
{
width:25%;
float:left;
text-align:left;
padding-right:30px;
padding-left:40px;
}
#contmain .contmain .right
{
width:25%;
float:left;
height:auto;
text-align:left;
padding-left:30px;
}

#contmain a:link { text-decoration: none; color: #000; }
#contmain a:visited { text-decoration: none; color: #000; }
#contmain a:hover { text-decoration: underline; color: #3672b2; }
#contmaina:active,#contmain  a:focus { text-decoration: none; color: #000; }

#footer
{
font-size:.9em;
padding-left:100px;
line-height:1.2em;
padding-top:30px;
padding-bottom:20px;
}
input.goBut
{
width:16px;
height:20px;
}
.m5 img
{
border:0;
vertical-align:middle;
margin-left:10px;
}
.m5
{
padding:0;
margin:0 0 0 380px;
float:left;
}
.m5 a
{
color:#8E8E8E !important;
text-decoration:none;
}