/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-family: inherit; }

/* ----------------
   GLOBAL STYLES
---------------- */

body {
	background: #fff;
	text-align: center;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #01458e;
	font-size: 13px;
}

a { color: #00b5dd; text-decoration: none; }
a:hover { color: #013873; text-decoration: none; }

/* ----------------
   LAYOUT
---------------- */

#header, #nav, #content, #footer {
	width: 922px;
	margin: 0 auto;
	text-align: left;
}

#text {
	width: 639px;
	float: left;
	text-align: left;
	background: #f4f4f4;
	padding: 0 21px 21px 21px;
	line-height: 18px;
}

#sidebar {
	width: 220px;
	float: right;
	text-align: left;
}


/* ----------------
   HEADER
---------------- */

#header {
	position: relative;
	/*margin-bottom: 36px;*/
	margin-bottom: 10px;
}

#header h1 {
	width: 220px;
	height: 79px;
	background: url(../img/logo.jpg) no-repeat;
}

#header h1 a {
	display: block;
	width: 220px;
	height: 79px;
	text-indent: -9999px;
}

#header #logos {
	position: absolute;
	right: 0;
	top: 0;
	width: 241px;
	height: 79px;
	background: url(../img/logos_norden_eu.png) no-repeat;
}


/* ----------------
   FOOTER
---------------- */

#footer {
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
	color: #aaaaaa;
}

#footer a {
	color: #aaaaaa;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }


/* ----------------
   NAVIGATION
---------------- */

/*#nav {
	margin-bottom: 37px;
	background: #00b5dd;
}

#nav table {
	width: auto;
	margin-right: -2px;
}

#nav table td {
	width: 130px;
	border-right: 2px solid #fff;
	vertical-align: top;
	padding: 0 0 9px 0;
}

#nav table td a {
	display: block;
	padding: 7px 16px 0 10px;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #00b5dd;
}

#nav table td a:hover { text-decoration: underline; }

#nav table td.sel { background: #fff url(../img/bg_nav_sel.gif) bottom no-repeat; }

#nav table td.sel a, #nav table td.sel a:hover { 
	color: #00b6dc;
	text-decoration: none;
}*/

#nav {
	margin: 0 auto;
	width: 926px;
	/*margin-bottom: 37px;*/
	margin-bottom: 11px;
}

#nav td {
	padding: 1px 0 9px 0;
	background: #00b5dd;
	width: 10%;
	vertical-align: top;
}

#nav td a {
	color: #000;
	padding: 7px 10px 0 10px;
	display: block;
}

#nav td.sel {
	background: #fff;
	border: 1px solid #00b5dd;
}

#nav td a:hover { text-decoration: underline; }

#nav td.sel a, #nav td.sel a:hover {
	color: #00b5dd;
	text-decoration: none;
}

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

h2 {
	font-family: /*"DINEnerg",*/ Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 1em;
	font-weight: normal;
	color: #01458e;
	margin-bottom: 11px;
}

h3 {
	color: #01458e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 9px 0;
}

.news a,
.year a,
.back {
	color: #01458e;
}

.news a:hover,
.year a:hover,
.back:hover {
	text-decoration: underline
}

#pics {
	/*margin: 0 -21px 27px -21px;*/
	height: 27px;
}

#pics img { display: none; }

#text p { padding: 9px 0; }

#text ul {
	list-style: disc;
	margin: 8px 0 8px 17px;
}

#text ol { margin: 8px 0 8px 20px; }

#text li { padding-bottom: 2px; }

/* boxes */

.box, #content #text .box_home {
	border: 1px solid #01458e;
	background: #fff;
	padding: 19px 20px;
	margin-bottom: 20px;
	line-height: 15px;
}

#content #text .box_home {
	margin: 22px -21px -21px;
}

.box h3, .box h2, #content #text .box_home h2  {
	background: #01458e;
	margin: -20px -21px 19px -21px;
	font-family: "DINLT", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	padding: 18px 13px 7px 13px;
}

#content #text .box_home h2 {
	border-top: 20px solid #fff;
}

.box a, .box_home a { color: #01458e; }
.box a:hover { text-decoration: underline; }

.box_home {
	margin: 22px -21px -22px -21px;
	line-height: 18px;
}

.box.home h3 { border-top: 20px solid #fff; }

.box.docs p * { vertical-align: middle; }

.box.docs p { padding: 0 0 6px 0; }

.box.docs span {
	display: block;
	padding: 2px 0 0 21px;
}

/* advertisement box */

.adds {
	background: #f4f4f4;
	padding: 14px 14px 1px 14px;
	text-align: center;
}

.adds div { margin: 0 auto 13px 0; }

/* ----------------
   OTHER
---------------- */

.clearer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.separator {
	margin: 9px 0;
	padding: 0;
	height: 1px;
	line-height: normal;
	background: #fff;
}

.separator hr { display: none; }

.clr1 { color: #00b5dd; } /* light blue */

.allcaps { text-transform: uppercase; }

.date { padding-right: 5px; }

.neotable {
	border: 1px solid #c3d1e0;
	border-collapse: collapse;
	margin: 8px 0;
}

.neotablehead, .neotable th {
	font-weight: bold;
	border: 1px solid #c3d1e0;
	background: #dbe2ea;
	padding:2px 5px;
}

.neotablerow, .neotable td {
	border: 1px solid #c3d1e0;
	padding:2px 5px;
}

.banner-text {
	border-top: 20px solid #fff;
	margin-left: -21px;
	margin-right: -21px;
	margin-top: 21px;
	margin-bottom: -21px;
}

/* TESTIMONIALS */

#content.testimonials h2,
#content.video h2{
	font-family: Arial;
	font-size: 32px;
}

#content.testimonials .testimonials-title {
	font-size: 18px;
}

#content.testimonials p {
	padding: 18px 0;
}

#content.testimonials .paginator {
	margin: 20px 0 0 0;
}

#content.testimonials .paginator span {
	padding-right: 4px;
}

#content.testimonials .paginator a {
	color: #01458E;
}

#content.testimonials .paginator a:hover {
	text-decoration: underline;
}

#content.testimonials .paginator .active {
	font-weight: bold;
}
#content.testimonials .testimonial {
	border-bottom: 1px dotted #01458E;
	padding: 9px 0;
}

#content.testimonials p {
	padding: 8px 0;
}

#content.testimonials .back {
	color: #01458E;
}

#content.testimonials .back:hover {
	text-decoration: underline;
}

/* END TESTIMONIALS */

/* VIDEO GALLERY */

.video-player {
	text-align: center;
	margin: 30px 0 0;
}

.video .next-prev {
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
}

/*.video .next-prev div {
	display: inline;
	border: 1px solid #01458E;
	line-height: 24px;
	padding: 4px 0;
	margin: 0 4px;
}*/

.video .next-prev div  {
	display: inline;
	padding: 6px 0;
	margin: 0 4px;
	background: #01458E;
}

.video .next-prev a {
	/*color: #01458E;*/
	color: #fff;
	padding: 6px 10px;
}

.video .next-prev a:hover {
	/*background: #00B5DD;*/
	text-decoration: underline;
}

.video .video-title {
	font-weight: bold;
	margin-top: 10px;
}

.video .smallImages {
	text-align: center;
}

.video .smallImages img {
	margin: 6px;
}

.video .smallImages .active img {
	border: 2px solid #00B5DD;
	/*border: 5px solid #c2c2c2;*/
}

/* END VIDEO GALLERY */

.subscribe td {
	padding: 2px 0;
	vertical-align: middle;
}
.subscribe .groups td { padding: 0; }
.subscribe #email, .subscribe .info { margin: 4px 0; }
.subscribe input.info { border: 1px solid #01458E; }
.subscribe .btn {
	border: none;
	background: #01458E;
	color: #fff;
	padding: 5px 10px 6px;
	font-size: 12px;
	cursor: pointer;
	margin-left: 0;
	margin-top: 6px;
}
.subscribe .btn:hover { text-decoration: underline !important; }
.subscribe .check {
	margin-left: 0 !important;
	padding-left: 0;
	vertical-align: middle;
}
.neoTable_orange.subscribe .btn { margin-top: 6px; }
