/** START EDITOR **/

body {
	font-size:80%;
	line-height:1.4;
	margin: 5px;
	}

body, h1, h2, h3, input, select, option, button, textarea {
	font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	color: #929395;
	}

h1, h2, h3,h4 {
	font-style: normal;
	font-weight: bold;
	color: #19629b;
	}

h1 { font-size: 13pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; font-weight: normal; }
h4 { font-size: 10pt; font-weight: normal; }

h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: none;
	}

a { color: #00447b; }
a:hover, a:focus { color: #00447b; }

p { margin: 0; }

p.pdf a, a.pdf {
	padding-left:25px;
	display:block;
	color: #e52b38;
	font-weight:bold;
	background-image: url('/image/icon_pdf.gif');
	background-repeat:no-repeat;
	background-position:left top;
	height:20px;
	text-decoration:none;
	padding-top:2px;
	}


/** END EDITOR **/

.typeNews-list {
	color: #19629b;
	font-weight:bold;
}

.typeNews-list a {
	color: #929395;
	font-weight:normal;
	text-decoration:none;
	}

.typeNews-list #details a {
	text-decoration:underline;
	color: #929395;
	}

.typeNews-list #details {
	color: #929395;
	font-weight:normal;
	}

/** BASIC STYLES **/

html, body { margin: 0px !important; }

body {
	background: #00447b url('/image/bg.png') repeat-x;
	}

form legend {
	width: 300px;
	margin: 0;
	font-weight: bold;
	display:none;
	}
form p.requiredField {
	}
form p.missing {
	}
form *:focus {
	}
form p input,
form textarea {
	font-size: 100%;
	background-color: #f7f7f7;
	border: 1px solid #bec0c1;
	width:168px;
	}
form fieldset {
	margin: 1em 0 0 0;
	border: 0;
	padding: 0;
	}
form p {
	overflow: hidden;
	clear: both;
	}
form label {
	display: block;
	width: 200px;
	float: left;
	}
form input {
	display: block;
	float: left;
	}
fieldset p {
	margin-top:9px;
}
form textarea {
	height: 6em;
	}
form strong {
	margin-left: 5px;
	}
form input[type='hidden'] {
	display:none;
	}

.parentOftypeForm  {
	padding-right:36px;
	}

/** CLASSES **/

.errorMessage {
	color: red;
	border: 1px solid red;
	background: pink;
	padding: .5em;
	display: block;
	}

.clearfix {
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	}

.clear {
	clear: both;
	display: block;
	}

.coll {
	float: left;
	width: 276px;
	padding: 0px 8px;
	}
.coll-2 {
	float: left;
	width: 584px;
	width: 600px;
	overflow: hidden;
	}
.coll h3 {
	font-weight: bold;
	text-transform: uppercase;
	}

.small,
#crumbs a,
#footer a,
.news-nav a {
	font-size: 7pt;
	color: #bbbdbe;
	}

.item-list,
.item-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.item-list li {
	padding-left: 12px;
	background: url('/image/arrow-itemlist.gif') no-repeat left 7px;
	}
.item-list a {
	display: block;
	text-decoration: none;
	}

.typeNews-list #details .nextArticle {
	width:33%;
	text-align:right;
	color: #929395;
}
.typeNews-list #details .previousArticle {
	width:33%;
	color: #929395;
}
.typeNews-list #details .backToOverview {
	width:34%;
	text-align:center;
	color: #929395;
}

.typeNews-list #details .backToOverview a, .typeNews-list #details .nextArticle a, .typeNews-list #details .previousArticle a {
	color: #19629b;
	font-weight:bold;
	}

.newsItem div#images {
	float:right;
	width:237px;
	}
.newsItem div#details {
	float:left;
	width:393px;
	}

.newsItem h2 {
	margin-top:15px;
}

/** LAYOUT **/

#container {
	width: 991px;
	width: 883px;
	margin: 0px auto;
	padding: 0px 54px;
	background: #fafafa url('/image/bottom.gif') no-repeat center bottom;
	}
#wrapper {
	min-height: 350px;
	}


/** HEADER **/

#header {
	clear: both;
	height: 309px;
	height: 239px;
	padding-top: 70px;
	position: relative;
	background: url('/image/payoff.gif') no-repeat 400px 0px;
	}

#logo a {
	z-index: 1000;
	display: block;
	position: absolute;
	text-decoration: none;
	}
#logo-img {
	top: 20px;
	left: 20px;
	}
#logo-txt {
	top: 20px;
	left: 105px;
	padding-top: 10px;
	}

#lang {
	top: 30px;
	right: 0px;
	position: absolute;
	}
#lang,
#lang li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#lang li {
	float: left;
	margin-left: 10px;
	}

#visual {
	height: 200px;
	height: 239px;
	overflow: hidden;
	position: relative;
	background: url('/image/visual.jpg') no-repeat;
	background: #ffffff;
	}


/** NAVIGATION **/

#navigation {
	left: 0;
	bottom: 0;
	clear: both;
	height: 35px;
	width: 613px;
	z-index: 900;
	overflow: hidden;
	position: absolute;
	padding-top: 5px;
	background: url('/image/nav-bg.png') no-repeat left top;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	padding: 0px 8px;
	}
#nav ul {
	background-color: skyblue;
	}
#nav a {
	height: 35px;
	line-height: 35px;
	display: block;
	color: #ffffff;
	font-size: 11pt;
	padding: 0px 7px;
	text-decoration: none;
	background-color: #e52b38;
	}
#nav li a:hover,
#nav li.open a,
#nav li.active a,
#nav li.open a:hover,
#nav li.active a:hover {
	color: #ffdd00;
	font-weight: bold;
	background-color: #be1e29;
	}
#nav li a:hover {
	font-weight: normal;
	}
#nav li {
	float: left;
	width: auto;
	}
#nav li ul {
	position: absolute;
	width: 20em;
	left: -999em;
	}
#nav li ul ul {
	margin: -1em 0 0 20em;
	}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
	}


/** CONTENT - DEFAULT **/

#crumbs {
	height: 30px;
	margin-bottom: 5px;
	padding-left: 20px;
	}
#crumbs a {
	line-height: 30px;
	text-decoration: none;
	}

#hp-news,
#sidebar {
	width: 270px;
	}


/** CONTENT - HOMEPAGE **/

#hp-news {
	top: 70px;
	right: 0;
	z-index: 800;
	height: 239px;
	position: absolute;
	background: #83b817;
	border-left: 5px solid #ffffff;
	}

#hp-news h2,
#hp-news li,
#hp-news p {
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	}
#hp-news h2 {
	color: #ffffff;
	font-size: 100%;
	padding-left: 13px;
	margin: 13px 15px 0px 13px;
	background: #66920b;
	}
#hp-news ul,
#hp-news li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#hp-news ul,
#hp-news p {
	margin: 5px 15px 0px 15px;
	}
#hp-news li {
	border-bottom: 1px dotted #c5ec76;
	}
#hp-news a {
	color: #ffffff;
	display: block;
	padding-right: 20px;
	text-decoration: none;
	background: url('/image/arrow-hp-news.gif') no-repeat right 15px;
	}
#hp-news .readmore a {
	color: #4e7007;
	background-image: url('/image/arrow-hp-news-more.gif')
	}

#home-top {
	overflow: hidden;
	padding-bottom: 20px;
	}

#home-intro {
	margin-bottom: 30px;
	}
#home-intro .content {
	height: 5.8em;
	overflow: hidden;
	}

#usp {

}

#usp p {
	height: 40px;
	color: #0063a2;
	line-height: 1.2;
	font-weight: bold;
	background: #f1f1f1 url('/image/usp-top.gif') no-repeat right top;
	margin-bottom: 1px;
	padding-top: 8px;
	overflow: hidden;
	}
#usp p strong {
	float: left;
	font-size: 34pt;
	line-height: 1;
	margin-top: -5px;
	margin-left: 5px;
	margin-right: 5px;
	}
#usp ol,
#usp ol li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#usp ol li {
	height: 31px;
	line-height: 31px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 5px;
	text-transform: uppercase;
	}
#usp #usp1 {
	height: 28px;
	line-height: 28px;
	background: #00abc4 url('/image/usp-1.gif') no-repeat center bottom;
	}
#usp #usp2 {
	background: #fbba00 url('/image/usp-2.gif') no-repeat center bottom;
	}
#usp #usp3 {
	background: #e52b38 url('/image/usp-3.gif') no-repeat center bottom;
	}

#interview {
	padding: 4px;
	margin-left: 12px;
	margin-right: 5px;
	background: #f1f1f1;
	border: 1px dotted #91acc2;
	}
#interview h3,
#interview .text {
	float: left;
	width: 150px;
	}
#interview .figure {
	width: 125px;
	height: 136px;
	float: right;
	overflow: hidden;
	}
#interview .text {
	height: 105px;
	overflow: hidden;
	}


#map h3 {
	margin-top: 24px;
	margin-left: 10px;
	position: absolute;
	}

#table44,
#home-items {
	overflow: hidden;
	background: #f1f1f1;
	margin: 20px 0px 30px 0px;
	/* padding: 20px 0px 30px 0px; */
	border-top: 1px dotted #91acc2;
	border-bottom: 1px dotted #91acc2;
	}
#table44 .td3,
#home-items .coll {
	border-left: 1px dotted #91acc2;
	}
#table44 .coll {
	padding-top: 20px;
	padding-bottom: 30px;
	}
#table44 .td3_0,
#home-items .coll-first {
	border-left: 0;
	}
#table44 .figure,
#home-items .coll .figure {
	margin-top: 10px;
	}

.tr2_0 {
	padding-bottom:18px;
	}


/** CONTENT - NEWS **/

.news-nav {
	margin-top: 1.4em;
	}
.news-nav a {
	color: #27618f;
	font-weight: bold;
	text-decoration: none;
	}
.news-nav .center {
	margin: 0px 50px;
	}


/** CONTENT - PARTNER **/

#partners {
	margin-top: 20px;
	}

.partner {
	overflow: hidden;
	padding-bottom: 10px;
	}
.partner .content {
	float: left;
	width: 408px;
	}
.partner .figure {
	float: right;
	width: 250px;
	}


/** CONTENT - GENERATOR **/

#sidenav {
	float: left;
	width: 160px;
	padding: 0px 20px;
	}
#sidenav ul,
#sidenav li {
	margin: 0;
	padding: 0;
	list-style: none
	}
#sidenav li {
	margin-bottom: 1px;
	}
#sidenav a {
	height: 23px;
	line-height: 23px;
	display: block;
	color: #00447b;
	font-size: 10pt;
	padding: 0px 10px;
	background: #e3e4e5;
	text-decoration: none;
	}
#sidenav a:hover,
#sidenav .active a {
	color: #ffffff;
	background: #00447b;
	}

#content {
	float: left;
	width: 408px;
	text-align: justify;
	}

.noside #content {
	width: 678px;
	}
/*
#content li {
	list-style-image: url('/image/dot-itemlist.gif');
	}
*/
/** SIDEBAR **/

#sidebar {
	float: right;
	}

#sidebar table,
#sidebar div {
	float: right;
	}

#sidebar table {
	width: 238px !important;
	border-collapse: collapse;
	}
#sidebar th {
	color: #ffffff;
	background: #00447b;
	}
#sidebar th,
#sidebar td {
	padding: 3px 5px;
	border: 1px solid #00447b;
	}

#sidebar .album {
	width: 247px;
	overflow: hidden;
	}
#sidebar .album img {
	float: left;
	margin: 0px 0px 8px 8px;
	}
#sidebar .album .small {
	width: 115px;
	}
#sidebar .album .large {
	width: 237px;
	}

#sidebar .media, .newsItem .media {
	width: 239px;
	overflow: hidden;
	}
#sidebar .media .desc, .newsItem .media .desc {
	color: #00447b;
	font-size: 8pt;
	line-height: 1.2;
	font-style: italic;
	}

#sidebar .text {
	float: left;
	padding: 0px 8px 0px 16px;
	}
#sidebar .text h3,
#sidebar .enter {
	margin-top: 1.4em;
	}


/** FOOTER **/

#footer {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 31px;
	}
#footer ul,
#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer ul {
	overflow: hidden;
	}
#footer ul.left {
	float: left;
	width: 400px;
	padding-left: 20px;
	}
#footer ul.right {
	float: right;
	width: 230px;
	}
#footer li {
	float: left;
	line-height: 1;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #bbbdbe;
	}
#footer li.first {
	margin: 0;
	border: 0;
	padding: 0;
	}
#footer a {
	text-decoration: none;
	}


/** FORM BUILDER **/

p.FormRadioButton input {
	width: auto;
	border: 0;
	}
p.FormRadioButton label {
	margin: 4px auto auto;
	}
form p.FormSubmit label,
form p.msg label {
	display: none;
	}
form .FormSubmit {
	text-align:right;
}
form .FormSubmit button {
	background-color: #00447b;
	color: #FFF;
	border:none;
	border-right:2px solid #012847;
	border-bottom:2px solid #012847;
	}
form p.FormCheckbox label {
	width: auto;
	}
form label.value {
	width: auto;
	}

#slideshow	{
	height: 240px;
	width: 900px;
	float: left;
	padding: 0;
    margin:  0;
	}
#slideshow img {
	display: none;
	top:  0;
	left: 0
	height: 240px;
	width: 900px;
}
#slideshow .active	{
	display: inline;
	}





.gmnoprint p.figure {
	float: left;
	width: auto;
	text-align: left;
	margin-top: 10px;
	margin-right:10px;
	}
.gmnoprint h4,
.gmnoprint p {
	float: left;
	width: 117px;
	text-align: left;
	}
.gmnoprint h4,
.gmnoprint h4 a {
	font-weight: bold;
	text-decoration: none;
	}
.gmnoprint h4 {
	margin-top: 20px;
	}
.popupContent {
	width:450px;
	padding-bottom:20px;
	padding-top:20px;
}
