/****
 - 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;
}
	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;
	}

	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;
		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;
		}
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;
		}
	div.main-footer div.logos {
		position: absolute;
		top: -262px;
		left: 717px;
		width: 236px;
		height: 336px;
		padding: 1px;
	}
	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;
}

