/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a:focus {
    outline: 0;
}
a:active, a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Body
   ========================================================================== */

body {
	min-width: 950px;
    color: #525e00;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

html, body, .container { height: 100%;}

body > .container { height: auto; min-height: 100%;}


/* =============================================================================
   Headings
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; line-height: 100%;}


/* =============================================================================
   Font-face
   ========================================================================== */

@font-face {
    font-family: 'grotesque_mt_std_condregular';
    src: url('../fonts/grotesquemtstd-condensed-webfont.eot');
    src: url('../fonts/grotesquemtstd-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/grotesquemtstd-condensed-webfont.woff') format('woff'),
         url('../fonts/grotesquemtstd-condensed-webfont.ttf') format('truetype'),
         url('../fonts/grotesquemtstd-condensed-webfont.svg#grotesque_mt_std_condregular') format('svg');
}
@font-face {
    font-family: 'bellevueregular';
    src: url('../fonts/bellevue-webfont.eot');
    src: url('../fonts/bellevue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bellevue-webfont.woff') format('woff'),
         url('../fonts/bellevue-webfont.ttf') format('truetype'),
         url('../fonts/bellevue-webfont.svg#bellevueregular') format('svg');
}


/* =============================================================================
   Container
   ========================================================================== */

.container {
    width: 100%;
}


/* =============================================================================
   Header
   ========================================================================== */

header {
	height: 300px;
}

/* Header-wrapper
   ========================================================================== */

.header-wrapper {
	position: relative;
	width: 950px;
	height: 300px;
	margin: 0 auto;
}
.header-wrapper-top { height: 24px;}

/* header-overlay */
.header-overlay {
	position: absolute;
	z-index: 20;
	top: 0;
	left: -345px;
	width: 1003px;
	height: 346px;
	background: url(../images/header-wrapper-top.png) no-repeat;
}

/* language */
.language {
	position: absolute;
	top: 95px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.language li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	text-indent: -9999px;
	background: url(../images/language.png);
}
.language li a { display: block; height: 22px;}
.language li.nl { background-position: 0 0; }
.language li.en { background-position: -22px 0;}
.language li.de { background-position: -44px 0;}
.language li.fr { background-position: -66px 0;}
.language li:hover { opacity: 0.8;}

/* slogan */
.slogan {
	position: absolute;
	right: 10px;
	bottom: 30px;
	width: 368px;
	height: 70px;
	background: url(../images/slogan.png)
}


/* =============================================================================
   Menu
   ========================================================================== */

nav {
	width: 950px;
	height: 49px;
	background: url(../images/menuBg.png) no-repeat right bottom;
}
.menu {
	position: relative;
	z-index: 30;
	float: right;
	height: 49px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	position: relative;
    float: left;
	margin: 0 25px 0 0;
	font-size: 17px;
	font-style: italic;
	line-height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu li a {
    display: block;
	color: #fff;
	text-decoration: none;
}
.menu li a:hover, .menu li.active a, .menu li:hover a { color: #525e00; text-shadow: 0 0 10px #525e00;}

/* menu > ul */
.menu li ul {
    display: none;
    position: absolute;
}
.menu li:hover ul {
    display: block;
	margin: 0 0 0 -15px;
	padding: 0 0 5px 0;
	list-style: none;
	background: #178bcc;
	border: 2px solid #fff;
	border-top:  none;
}
.menu li ul li {
    float: none;
	margin: 0;
	font-size: 15px;
	line-height: 29px;
}
.menu li ul li a, .menu li:hover ul li a {
	padding: 0 15px;
	color: #fff;
	text-shadow: none;
}
.menu li ul li a:hover { color: #333;}


/* =============================================================================
   Wrapper
   ========================================================================== */

.wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 140px 0;
}


/* =============================================================================
   Main
   ========================================================================== */

.main {
	float: left;
	width: 640px;
	margin: 0 0 20px 0;
}

/* main > w950 */
.main.w950 { float: none; width: 950px;}


/* =============================================================================
   Content
   ========================================================================== */

.content {
	position: relative;
	padding: 14px 20px;
	background: url(../images/trans.png);
    color: #525e00;
    font-size: 13px;
}
    .content a { color: #d72931; text-decoration: none;}
    .content a:hover { color: #525e00;}

.content h1 { color: #1366b4; font-size: 26px; font-family: 'grotesque_mt_std_condregular'; margin: 0 0 12px 0;}
.content h2 { color: #178bcc; font-size: 22px; font-family: 'grotesque_mt_std_condregular'; margin: 0 0 12px 0;}
.content p, .content li { line-height: 20px;}
.content img, .content iframe { border: 1px solid #abbf39; padding: 2px;}
.content hr { height: 0; border: 0; border-top: 1px solid #fff;}

/* content-home */
.content-home { padding: 0 0 0 230px;}
.content-home img { position: absolute; z-index: 10; top: -40px; left: -55px; border: none; padding: 0;}

/* content > aicn */
.content.aicn iframe { padding: 0; border: none;} 

/* button */
.content a.button {
	display: inline-block;
	height: 24px;
	padding: 0 10px;
	background: #d72931;
	border-bottom: 3px solid #ff3333;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content a.button:hover { color: #fff; background: #dc464d;}



/* =============================================================================
   Portal
   ========================================================================== */

.portal {
	margin: 10px 0 0 0;
	overflow: hidden;
}

/* Banner-box
   ========================================================================== */

.banner-box {
	float: left;
	width: 400px;
	height: 175px;
	background: url(../images/trans.png);
	overflow: hidden;
}
.banner-box a { display: block; height: 175px;}
.banner-box img { padding: 4px; border: 1px solid #abbf39; margin: 8px 10px 7px 10px;}


/* Weather
   ========================================================================== */
   
.weather {
	float: left;
	width: 210px;
	height: 155px;
	margin: 0 0 0 10px;
	padding: 10px;
	background: url(../images/trans.png);
	overflow: hidden;
}
.weather h3 {
	color: #d72931;
	font-size: 26px;
	text-align: center;
	font-family: 'grotesque_mt_std_condregular';
	margin: 0;
	padding: 6px 0 4px 0;
	background: url(../images/line.png) no-repeat center top;
}
.weather iframe { width: 140px; margin: 5px 35px 0 35px;}


/* =============================================================================
   Sidebar
   ========================================================================== */

.sidebar {
	position: relative;
	float: left;
	width: 300px;
	margin: 0 0 20px 10px;
    color: #525e00;
    font-size: 12px;
}
    .sidebar a { color: #d72931; text-decoration: none;}
    .sidebar a:hover { color: #525e00;}

.sidebar-corner {
	position: absolute;
	top: -8px;
	right: -7px;
	width: 85px;
	height: 87px;
	background: url(../images/sidebar-corner.png);
}

.sidebar h3 {
	color: #d72931;
	font-size: 26px;
	text-align: center;
	font-family: 'grotesque_mt_std_condregular';
	margin: 0;
	padding: 6px 0 4px 0;
	background: url(../images/line.png) no-repeat center top;
}
	

/* Latest news
   ========================================================================== */

.latest-news {
	width: 280px;
	padding: 10px;
	background-image: url(../images/corner.png), url(../images/trans.png);
	background-repeat: no-repeat, repeat;
	background-position: right bottom, left top;
	/* ie7 & 8 > */ background: url(../images/trans.png)\9;
	overflow: hidden;
}
.latest-news ul {
	width: 280px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.latest-news ul.last { margin: 0 0 10px 0;}
.latest-news ul li {
	float: left;
	width: 140px;
	line-height: 16px;
}
.latest-news ul li strong { color: #1366b4;}

.latest-news ul li.n-left { width: 130px; margin: 0 10px 0 0;}
.latest-news ul li.n-left .img { width: 124px; height: 80px; margin: 0 0 5px 0; padding: 2px; border: 1px solid #abbf39;}
.latest-news ul li.n-left a.more {
	display: block;
	width: 120px;
	height: 22px;
	padding: 0 0 0 10px;
	background: #d72931;
	border-bottom: 3px solid #ff3333;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.latest-news ul li.n-left a.more:hover { color: #fff; background: #dc464d;}

/* go-to-our-news */
.latest-news a.go-to-our-news {
	float: right;
	padding: 5px;
	color: #d72931;
	font-size: 15px;
	font-style: italic;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	.latest-news a.go-to-our-news:hover { color: #525e00;}


/* =============================================================================
   Footer
   ========================================================================== */

footer {
    position: relative;
    clear: both;
    width: 100%;
    height: 140px;
    margin: -140px auto 0 auto;
    background: url(../images/footerBg.png) no-repeat top center;
    color: #fff;
    font-size: 12px;
}
    footer a { color: #fff; text-decoration: none;}
    footer a:hover { color: #fff;}

/* Ft-wrapper
   ========================================================================== */

.ft-wrapper {
	position: relative;
	width: 950px;
	height: 120px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* knert */
.knert {
	position: absolute;
	top: -145px;
	right: -124px;
	width: 124px;
	height: 191px;
	background: url(../images/knert.png);
}

/* address */
.address {
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
	list-style: none;
}
.address li { line-height: 18px;}

/* partners */
.partners {
	float: left;
	height: 38px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.partners li { float: left; margin: 0 25px 0 0; line-height: 38px;}
.partners li img { vertical-align: middle;}

/* social */
.social {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 228px;
	height: 71px;
	background: url(../images/socialBg.png);
	margin: 0;
	padding: 0;
	list-style: none;
}
.social li { float: left;}
.social li a { display: block; height: 100%;}
.social li.tw { display: none; /* hide */ margin: 20px 0 0 25px; width: 47px; height: 46px; background: url(../images/twitter-icon.png);}
.social li.fb { margin: 26px 0 0 26px; width: 38px; height: 38px; background: url(../images/facebook-icon.png);}
.social li.ml { margin: 32px 0 0 35px; width: 36px; height: 36px; background: url(../images/mail-icon.png);}


/* =============================================================================
   Fotoalbum
   ========================================================================== */
   
.fotoalbum { overflow: hidden;}
.fotoalbum .thumbnail {
	float: left;
	width: 156px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}
.fotoalbum .thumbnail img { padding: 2px; border: 1px solid #abbf39;}

.fotoalbum .thumbnail a { display: block;
	-webkit-transition: all 0.1s linear;
	   -moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		 -o-transition: all 0.1s linear;
			transition: all 0.1s linear;
}
.fotoalbum .thumbnail a img:hover { opacity: 0.8; filter: alpha(opacity=80);
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		 -o-transition: all 0.3s linear;
			transition: all 0.3s linear;
}

/* albums */
.albums { clear: both; line-height: 20px;}


/* =============================================================================
   Contact
   ========================================================================== */

#contact_tpl form table tr td { padding: 0 0 5px 0;}
#contact_tpl form input[type=text] {
    width: 190px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
}
#contact_tpl form select {
    min-width: 190px;
    padding: 4px 4px 4px 2px;
    border: 1px solid #ccc;
    background: #fff;
}
#contact_tpl form textarea {
    width: 225px;
    height: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
}
#contact_tpl form input[type=submit] {
    width: 202px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}
#contact_tpl form input[type=text]:focus, #contact_tpl form textarea:focus { background: #f7f7f7; border: 1px solid #ddd;}
#contact_tpl form input[type=submit]:focus, #contact_tpl form input[type=submit]:hover { background: #ccc; border: 1px solid #ddd;}
#contact_tpl form small { color: #f00;}


/* =============================================================================
   Elements
   ========================================================================== */

.title-end {
	height: 1px;
	margin: 0 0 10px 0;
	background: url(../images/line.png) no-repeat center top;
}


/* =============================================================================
   Clearfix
   ========================================================================== */

.clearfix:before, .clearfix:after { content: ""; display: table;}
.clearfix:after { clear: both;}
.clearfix { zoom: 1;}

.clear { clear: both;}


/* =============================================================================
   Print styles
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}