/****
 - main elements
****/
html {
	min-height: 100%;
}
body {
	background-color: #d7d7dc;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Serif, Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #4c4c4d;
}

a {
	color: #134a7d;
}
a:hover {
	color: #1d68af;
}
p {
	padding: 0 20px 16px 28px;
	margin: 0;
}
h1 {
	border-left: 4px solid #fff51f;
	margin: 0 0 8px 10px;
	padding: 2px 20px 6px 14px;
	font-size: 18px;
	color: #1d68af;
	font-weight: bold;
	line-height: 20px;
}
	h1 a {
		font-size: 12px;
		font-weight: normal;
		float: right;
		margin: 0 0 0 6px;
	}
h2 {
	border-left: 4px solid #fff51f;
	margin: 0 0 8px 10px;
	padding: 2px 20px 4px 14px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
h3 {
	margin: 0 0 8px 10px;
	padding: 2px 20px 4px 18px;
	font-size: 14px;
	color: #1d68af;
	font-weight: bold;
	line-height: 18px;
}
	h3 span {
		font-size: 11px;
		font-weight: normal;
		color: #4c4c4d;
	}
h4 {
	margin: 0 0 8px 10px;
	padding: 2px 20px 4px 18px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
h5 {
	margin: 0 0 8px 10px;
	padding: 2px 20px 4px 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
ul {
	padding: 0 20px 14px 26px;
	margin: 0;
}
	ul li {
		list-style-type: none;
		background: transparent url(../gfx/bg-li.gif) no-repeat 2px 7px;
		padding: 0 0 3px 18px;
		margin: 0 0 0 6px;
	}
ol {
	padding: 0 20px 14px 26px;
	margin: 0;
}
	ol li {
		padding: 0 0 3px 4px;
		margin: 0 0 0 28px;
	}
ul.downloads {
	list-style-type: none;
	padding: 0 0 0 30px;
	margin: 0px;
}
	ul.downloads li {
		margin: 0px;
		padding: 0 0 10px 30px;
		background-repeat: no-repeat;
	}
img {
	border: 0;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
	border: 0;
}

/****
 - form elements
****/

label {
	cursor: pointer;
}
input, select, textarea {
	font-family: Arial, Serif, Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #4c4c4d;
	margin: 0;
	padding: 0;
}
input.text-short {
	border: 1px solid #979799;
	background-color: #d7d7dc;
	padding: 3px 3px 3px 3px;
	width: 142px;
}
input.text150 {
	border: 1px solid #979799;
	background-color: #d7d7dc;
	padding: 3px 3px 3px 3px;
	width: 172px;
}
input.text160 {
	border: 1px solid #979799;
	background-color: #d7d7dc;
	padding: 3px 3px 3px 3px;
	width: 92px;
}
input.text210 {
	border: 1px solid #979799;
	background-color: #d7d7dc;
	padding: 3px 3px 3px 3px;
	width: 162px;
}
input.text250 {
	border: 1px solid #979799;
	background-color: #d7d7dc;
	padding: 3px 3px 3px 3px;
	width: 272px;
}
textarea.text250 {
	border: 1px solid #979799;
	background-color: #d7d7dc;
	padding: 3px 3px 3px 3px;
	width: 272px;
	height: 80px;
	overflow: auto;
}
input.submit {
	border: 1px solid #1e68af;
	background-color: #1e68af;
	color: #ffffff;
	cursor: pointer;
	padding: 2px 3px 2px 3px;
}
select.text250 {
	border: 1px solid #979799;
	background-color: #d7d7dc;
	padding: 3px 3px 3px 3px;
	width: 252px;
}
/****
 - layout
****/
div.main-container {
	position: relative;
}
td.main-left {
	background: transparent url(../gfx/bg-main-left.jpg) no-repeat right top;
}
	td.main-left div {
		background: transparent url(../gfx/bg-main-left-inner.gif) no-repeat right top;
		height: 223px;
	}

td.main-right {
	background: transparent url(../gfx/bg-main-right.jpg) no-repeat left top;
}
td.main-center {
	width: 980px;
}
div.main-header {
	background: #ffffff url(../gfx/bg-main-header.jpg) no-repeat left top;
	width: 980px;
	height: 316px;
	position: relative;
}
	div.main-menu {
		background: transparent url(../gfx/bg-main-menu.gif) no-repeat left bottom;
		position: absolute;
		top: 260px;
		left: 0px;
/*
		padding: 146px 0 0 8px;
*/
		padding: 7px 0 0 8px;
		width: 690px;
		height: 29px;
	}
		div.main-menu a.item {
			float: left;
			height: 29px;
			color: #4c4c4d;
			text-decoration: none;
			margin: 0 5px 0 0;
		}
		div.main-menu a.item span {
			float: left;
			height: 23px;
			cursor: pointer;
			padding: 6px 8px 0 8px;
		}
			div.main-menu a.active,
			div.main-menu a.item:hover {
				background: #588ac8 url(../gfx/bg-menu-left.gif) no-repeat left top;
				color: #ffffff;
			}
			div.main-menu a.active span,
			div.main-menu a.item:hover span {
				background: transparent url(../gfx/bg-menu-right.gif) no-repeat right top;
			}
	div.main-header div.main-languages {
		position: absolute;
		top: 6px;
		left: 446px;
		width: 540px;
		text-align: right;
		color: #ffffff;
	}
		div.main-header div.main-languages a {
			color: #ffffff;
			text-decoration: none;
			padding: 0 4px 0 4px;
		}
		div.main-header div.main-languages span {
			color: #134a7d;
			padding: 0 4px 0 4px;
		}
	div.main-header div.main-partnersearch {
		position: absolute;
		top: 26px;
		left: 446px;
		width: 540px;
		text-align: right;
		color: #ffffff;
	}
		div.main-header div.main-partnersearch a {
			text-decoration: none;
			color: #ffffff;
			font-weight: bold;
		}
	div.main-header div.main-slogen {
		position: absolute;
		top: 36px;
		left: 421px;
		font-size: 24px;
		width: 280px;
		height: 100px;
		font-weight: bold;
		color: #ffffff;
		line-height: 26px;
	}

	div.news-title {
		position: absolute;
		top: 278px;
		left: 728px;
		color: #ffffff;
		font-weight: bold;
		font-size:20px;
	}
		div.news-title a:hover {
			color: #5993d2;
		}
		div.news-title a {
			color: #ffffff;
			text-decoration: none;
		}
table.main-data {
	clear: both;
	background: #ffffff url(../gfx/bg-main-data.gif) repeat-y left bottom;
	width: 980px;
	position: relative;
}

table.projectspage {
	background: #ffffff url(../gfx/bg-main-data-projects.png) repeat-y left bottom;
}
	td.main-data-left {
		width: 181px;
		background: transparent url(../gfx/bg-main-data-left.gif) no-repeat left bottom;
		padding: 0 0 100px 0;
	}
		td.main-data-left div.title {
			border-left: 4px solid #fff51f;
			margin: 0 0 8px 10px;
			padding: 0 0 0 14px;
			font-size: 18px;
			color: #1d68af;
			line-height: 20px;
		}
		td.main-data-left div.title span {
			font-size: 12px;
			color: #4c4c4d;
		}
		td.main-data-left form {
			padding: 4px 0 0 16px;
			width: 150px;
		}
		td.main-data-left form input {
			margin: 0 0 6px 0;
		}
		td.main-data-left form input.submit {
			float: right;
		}
	td.main-data-center {
		width: 519px;
	}
	table.projectspage td.main-data-center{
		width:700px;
	}
	td.main-data-center table {
		margin: 0 20px 16px 28px;
		border-top: 1px solid #adadad;
		border-left: 1px solid #adadad;
		/*max-width: 470px;*/
	}
		td.main-data-center table th {
			text-align: left;
			padding: 3px 4px 3px 4px;
			border-bottom: 1px solid #134a7d;
			border-right: 1px solid #adadad;
			background-color: #134a7d;
			color: #ffffff;
			font-weight: normal;
		}
		td.main-data-center table td {
			padding: 2px 3px 2px 3px;
			border-bottom: 1px solid #adadad;
			border-right: 1px solid #adadad;
			vertical-align: top;
		}

		td.main-data-center table table {
			margin: 0;
			border: 0;
		}
		td.main-data-center table table td {
			margin: 0;
			border: 0;
		}

		td.main-data-center table.form,
		td.main-data-center table.form td,
		td.main-data-center table.form th {
			border: 0;
		}

	td.main-data-right {
		width: 280px;
		max-width: 280px;
		padding: 10px 0 270px 0;
	}
		td.main-data-right a {
			font-weight: bold;
			color: #134a7d;
			text-decoration: none;
		}
		td.main-data-right a.title {
			clear: both;
			display: block;
			background: transparent url(../gfx/bg-title.gif) no-repeat 10px 2px;
			padding: 0 40px 10px 23px;
		}
		td.main-data-right p {
			clear: both;
			padding: 0 30px 20px 23px;
			word-wrap: break-word;
		}
div.main-footer {
	clear: both;
	background: transparent url(../gfx/bg-main-footer.gif) no-repeat left top;
	height: 188px;
	position: relative;
}
	div.main-footer img.across-logo {
		position: absolute;
		top: 102px;
		left: 0px;
	}
	div.main-footer img.eu-logo {
		position: absolute;
		top: 0px;
		left: 77px;
	}
	div.main-footer div.vati {
		position: absolute;
		top: 81px;
		left: 231px;
		width: 450px;
		height: 60px;
		padding: 0 0 0 16px;
		line-height: 13px;
		font-size: 11px;
	}
		div.main-footer div.vati a {
			color: #4c4c4d;
			text-decoration: none;
		}
		div.main-footer div.vati a:hover {
			text-decoration: underline;
		}
	td.main-data-right div.logos {
		width: 236px;
		height: 483px;
		padding: 1px 0px 0px 10px;
	}
	div.main-footer div.logos img {
		float: left;
	}
/****
 - layout
****/

	div.sub-menu {
		position: absolute;
		width: 220px;
		top: 23px;
		left: 0px;
		padding: 7px 0 0 0;
		display: none;
		z-index: 9999;
	}
	div.menuHeader {
		position: relative;
		float: left;
	}
	div.ShowItems div.sub-menu {
		display: block;
		z-index: 9999;
	}
		div.sub-menu a {
			text-decoration: none;
			color: #ffffff;
			background-color: #498BD7;
			border-bottom: 1px solid #ffffff;
			width: 210px;
			float: left;
			font-weight: normal;
			padding: 3px 5px 3px 5px;
			z-index: 10000;
		}
			div.sub-menu a:hover {
				background-color: #124A7D;
				color: #ffffff;
			}

/* calendar */
div.calendar {
	padding: 10px 0 14px 10px;
}
table.calendar td {
	background-color: #e9e9e9;
}
table.calendar span,
table.calendar  a {
	display: block;
	text-align: center;
	width: 14px;
	height: 16px;
	padding: 1px 4px 2px 4px;
	font-size: 11px;
}
table.calendar span {
	color: #ffffff;
	background-color: #548dd0;
}
table.calendar  a {
	background-color: #134b7e;
	text-decoration: none;
	color: #ffffff;
}

table.calendar a.projectevent {
	background-color:#FFF51F;
	color:#134B7E;
}

div.months td {
	background-color: #134b7e;
	color: #ffffff;
	padding: 3px;
}
	div.months td a {
		color: #ffffff;
		text-decoration: none;
	}

div.downcounter {
	padding: 10px 14px 10px 14px;
	background-color: #134b7e;
	margin: 0 0 20px 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}
div.downcounter strong {
	font-size: 18px;
	font-weight: bold;
	color: #fff51f;
}

/*
 * Backoffice
 */
div.backoffice {
	padding: 20px;
}
div.backoffice div {
	clear: both;
	padding: 0 10px 0 20px;
	margin: 0;
	display: none;
}

div.backoffice strong,
div.backoffice a {
	display: block;
	float: left;
	clear: both;
	height: 24px;
	padding: 2px 3px 2px 3px;
	margin: 1px 3px 1px 3px;
	color: #343434;
	cursor: pointer;
}

div.backoffice strong img,
div.backoffice a img {
	margin: 3px;	
	float: left;
	cursor: pointer;
	border: 0;
}
div.backoffice strong span,
div.backoffice a span {
	padding: 5px 3px 3px 3px;	
	display: block;
	float: left;
}

div.backoffice a span {

	cursor: pointer;
}

/*
 * Small Table
 */
table.small-table {
	width: 530px;
}
/*
table.small-table {
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	width: 530px;
}
table.small-table td {
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 5px 4px 5px 4px;
	vertical-align: top;
}
table.small-table th {
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background-color: #f68c1e;
	text-align: left;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	background-color: red;
}
*/

table.calendar a.userevent {
	background-color:#fff51f;
	color:#000000;
}

div.event-blue {
	background:url(/layout/gfx/event_blue.png) no-repeat left 4px;
	padding-left:20px;
	margin-left:10px;
}

div.event-yellow {
	background:url(/layout/gfx/event_yellow.png) no-repeat left 4px;
	padding-left:20px;
	margin-left:10px;
}

div.gallery {
	padding:0px 20px 16px 28px;	
}

h2 span {
	font-size:11px;
	font-weight:normal;
}

div.gallerylist-item {
	padding:0px 20px 16px 28px;	
}


div.galleryitem {
    float: left;
    margin: 0 12px 12px 0;
    min-height: 116px;
    width: 149px;
}

div.galleryitem.rowlast {
	margin-right:0px;
}

div.clearer {
	clear:both;
}

div.checkelement {
	float:left;
	margin:0px 10px 10px 0px;
	width:120px;
}

/**/

.container {
	padding:0 10px;
}

.gmap {
	width:670px;
	height:380px;
	border:5px solid #e7e7e7;
	margin:0 0 20px;
	}

.projects-markers {
	background:#eee;
	padding:5px;
	margin:-10px 10px 20px;
	}

.projects-markers table {
	margin:0;
	padding:0;
	border:none;
	width:100%;
	}

.projects-markers table.helper { border-bottom:1px dashed #CCC; }

.projects-markers table td {
	color:#0973ba;
	font-weight:bold;
	}

.projects-markers table img { }

/**/

.field-wrapper {
	margin:0 0 10px;
	}

.field-wrapper .legend {
	color:#0F639D;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
	}

.field-wrapper select,
.field-wrapper input[type=text] {
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}

.field-wrapper .greenbox {
	background:#D7D7DC;
	height:25px;
	line-height:25px;
	padding:0 5px;
	margin:0;
	display:block;
	}

.field-wrapper .chb-wrapper {
	float:left;
	width:157px;
	margin:0 10px 10px 0;
	}

.field-wrapper .chb-wrapper input {
	float:left;
	margin:0 5px 0 0;
	}

.field-wrapper .chb-wrapper label {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:137px;
	float:left;
	}

.field-wrapper .chb-wrapper:after{
	content:'';
	display:block;
	clear:both;
	}

.button,
input.button {
	height:25px;
	line-height:25px;
	color:#fff;
	text-align:center;
	padding:0 15px !important;
	border:none;
	font-weight:bold;
	border-radius:5px;
	cursor:pointer;
	background: rgb(11,108,175); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(11,108,175,1) 0%, rgba(21,88,135,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,108,175,1)), color-stop(100%,rgba(21,88,135,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(11,108,175,1) 0%,rgba(21,88,135,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(11,108,175,1) 0%,rgba(21,88,135,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(11,108,175,1) 0%,rgba(21,88,135,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(11,108,175,1) 0%,rgba(21,88,135,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6caf', endColorstr='#155887',GradientType=0 ); /* IE6-9 */
	}

.button:hover {
	background: rgb(39,166,211); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(39,166,211,1) 0%, rgba(66,150,186,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,166,211,1)), color-stop(100%,rgba(66,150,186,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(39,166,211,1) 0%,rgba(66,150,186,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(39,166,211,1) 0%,rgba(66,150,186,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(39,166,211,1) 0%,rgba(66,150,186,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(39,166,211,1) 0%,rgba(66,150,186,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a6d3', endColorstr='#4296ba',GradientType=0 ); /* IE6-9 */
}

.field-wrapper input,
.field-wrapper select,
.field-wrapper textarea {
	border: 1px solid #dcdcdc;
    border-width: 1px 0 0 1px;
	padding: 3px 3px 3px 3px;
	background-color:#f5f5f5;
}
.field-wrapper input:hover,
.field-wrapper select:hover,
.field-wrapper textarea:hover {
	border: 1px solid #dcdcdc;
    border-width: 1px 0 0 1px;
	background-color: #f5f5f5;
	padding: 3px 3px 3px 3px;
}

/**/

.project-partnership{
	width:100%;
}

/**/

table.project-list{
	max-width:680px !important;
	width:auto !important;
	margin:0 10px !important;
	border-collapse:collapse;
	margin:0 0 15px;
}

.container table.project-list{
	margin:0 !important;
}

table.project-list a {
	font-weight: normal;
	color: #0F639D;
	font-size:12px;
}

table.project-list p {
	padding:0;
}

table.project-list td {
	padding: 7px 10px 7px 13px;
	border-bottom: 2px solid #ffffff;
	vertical-align: top;
	background-color: #f4f7f1;
}
	table.project-list tr.row1 td {
		background-color: #f4f7f1;
	}
	table.project-list tr.row2 td {
		background-color: #dedede;
	}
	table.project-list tr.header td {
		background-color: #0071bc;
		color: #ffffff;
		font-weight: bold;
		padding: 14px 10px 14px 13px;
		font-size: 13px;
	}
	table.project-list tr.sub-header td {
		background-color: #ddd;
		color: #1D68AF;
		font-weight: bold;
		padding: 14px 10px 14px 13px;
		font-size: 13px;
	}
	table.project-list tr.partner td {
		border-bottom: 1px dashed #c6ccbe;
		background-color: #ffffff;
		padding:10px;
	}
	table.project-list strong.blue {
		color: #0071bc;
	}

/* pager */
div.pager {
    clear: both;
    padding: 20px 4px 4px 4px;
    text-align: left;
}

div.pager table,
div.pager table td,
div.pager table th{
	border:none;
	margin:0 auto;
}

    div.pager span {
    	display:inline-block;
        margin: 0 3px;
        padding: 3px 5px 3px 6px;
        color: #1172ba;
        background-color: #dbdbdb;
        border: 1px solid #ffffff;   

    }
    div.pager a {
	    display:inline-block;
		text-decoration:none;
        margin: 0 3px;
        padding: 3px 5px 3px 6px;
        border: 1px solid #ffffff;   
    }
    div.pager a:hover {
        background-color: #FFF51F;
    }

table.noborder td {
		border: 0px solid #ffffff;
	}