#header
{
	background-color: #6FAAB2;
	background-image: url(../images/template/banner.jpg);
	background-repeat: repeat-x;
	height: 103px;
}

#europalogo
{
	position: absolute;
}

#title
{
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	line-height: 103px;
	margin-left: 145px;
	white-space: nowrap;
}

#legalnotice
{
	position: absolute;
	right: 0;
	top: 0;
}

.ajaxloader
{
	background-image: url(../images/template/ajax.gif);
	background-repeat: no-repeat;
	display: none;
	height: 32px;
	margin-top: 10px;
	width: 32px;
}

.yellowline
{
	background-color: #FFDB00;
	font-size: 0;
	height: 6px;
}

#navigationbar
{
	background-color: #1B859B;
	color: #FFF;
	height: 20px;
	line-height: 20px;
}

#breadcrumbs
{
	float: left;
	margin-left: 15px;
}

#breadcrumbs a
{
	color: #FFF !important;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}

#homelink
{
	background-image: url(../images/template/home.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
}

#links
{
	float: right;
	margin-right: 10px;
}

#links a
{
	color: #FFF !important;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

#links a:hover
{
	text-decoration: underline;
}

#links span.separator
{
	border-left-color: #FFF;
	border-left-style: solid;
	border-left-width: 1px;
	height: 20px;
	line-height: 20px;
	margin: 0 1px 0 4px;
}

#subheader
{
	clear: both;
	height: 50px;
}

#subheaderleft
{
	background-image: url(../images/template/subheaderleft.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 768px;
}

#subheaderright
{
	background-image: url(../images/template/subheaderright.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 50px;
}

#columnstable
{
	width: 100%;
}

#columnstable td
{
	vertical-align: top;
}

#menu
{
	width: 190px;
}

#contentheader
{
	background-color: #D9EFEC;
	color: #19869D;
	height: 26px;
	line-height: 26px;
	padding-right: 10px;
	text-align: right;
}
	
#content
{
	padding: 10px 25px;
}

#content p,
#content table
{
	padding-left: 20px;
}

#sidebar
{
	width: 205px;
}

#sidebar input[type=text]
{
	width: 162px;
}

.sidebaritem
{
	background-color: #4AAEA4;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #FFF !important;
	padding: 7px;
}

.sidebaritem a
{
	color: #FFF !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

.sidebaritem a:hover
{
	text-decoration: underline !important;
}

div#newsletterbox
{
	background-color: #FFF;
	color: #4AAEA4 !important;
	padding: 5px;
}

div#newsletterbox input[type=text]
{
	width: 152px;
}

div#newsletterbox h4
{
	margin: 0 0 5px 0;
}

div#newsletterbox h4 a
{
	color: #4AAEA4 !important;
	font-weight: bold !important;
}

div#newsletterbox h5
{
	color: #4AAEA4 !important;
	margin: 0 0 5px 0;
}

#footer
{
	clear: both;
	padding: 5px;
	text-align: center;
}

#copyright
{
	border-top-color: #4AAEA4;
	border-top-style: dotted;
	border-width: 1px;
	display: none;
	font-size: smaller;
	margin-top: 20px;
	padding: 10px;
}

#printheader
{
	display: none;
	padding: 20px;
}

@media print
{
	#header, #yellowline, #navigationbar, #subheader, #menu, #sidebar, #footer
	{
		display: none;
	}
	
	#contentheader
	{
		height: auto !important;
		line-height: normal !important;
	}
	
	#copyright, #printheader
	{
		display: block;
	}

	h2
	{
		margin-top: 0 !important;
	}
}
