html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #EEEEEE;
	height: 100%;
}
#body {
	padding-bottom: 110px; /* Height of the footer */
}
body.intro {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #263464;
	height: 100%;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

li.link {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	background: url('../images/icons/webpage.png') left center no-repeat;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 25px;
}

h1 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 200%;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 150%;
	text-transform: uppercase;
}

a:link,a:visited {
	color: black;
	text-decoration: none;
	border: none;
}

a:hover,a:active {
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#EU_banner a:link,a:visited {
	color: black;
}

#intro_navigation a:link,a:visited {
	color: white;
}

#header {
	width: 100%;
	height: 100px;
	background-color: #263464;
	padding-top:10px;
}
#background {
	position:absolute;
		left:0;
	width: 100%;
	height: 100px;
	background-color: #263464;
	padding-top:10px;	
}
#container {
	min-height: 100%;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left-color: darkgray;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: darkgray;
	border-right-style: solid;
	border-right-width: 1px;
	background-color:white;
}

#menubackground {
	position:absolute;
	top:110px;
	left:0;
	width: 100%;
	height: 25px;
	background-color: lightgrey;
	border-bottom: solid 1px darkgray;
}



#headercontent {
	height: 100px;
	color: white;
	font-size: 248%;
	font-weight: bold;
	letter-spacing: -3px;
	text-indent: 10px;
	
}

#subheadercontent {
	color: white;
	font-size: 40%;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
	text-transform: uppercase;
}

#logo {
	margin-top: -42px;
	background-image: url('../images/logos/plugIT_Logo_Small.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 70px;
	margin-right: 5px;
}

#home_link {
	position: relative;
	margin-top: -42px;
	height: 90px;
	display: block;
}

#menu {
	width: 100%;
	height: 25px;
	background-color: lightgrey;
	border-bottom: darkgray 1px solid;
}

#menucontent {
	height: 25px;
	text-align: left;
	background-color: lightgrey;
}

#submenu {
	width: 100%;
	height: 20px;
}

#submenucontent {
	line-height: 20px;
	background-color: white;
	text-align: right;
}

#content {
	
}

#contentarea {
	position:relative;
	min-height: 100%;
	height:100%;
	background-color: white;
	padding-bottom: 100px;
}



.search {
	color: white;
	float: right;
	line-height: 20px;
	text-align: center;
	padding: 0px;
	padding-top: 2px;
	padding-left: 5px;
	margin: 0px;
	height: 22px;
	background-color: lightgrey;
}

.item a {
	background-color:lightgrey;
	color: black;
	float: left;
	line-height: 25px;
	text-align: center;
	width: 100px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	border-right: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-weight: bold;
	text-transform: uppercase;
}

.item a:hover {
	background-color: #263464;
	color: white;
}

.item .selected {
	background-color: #263464;
	color: white;
}

.submenuitem {
	
	text-transform: uppercase;
}

#submenucontent a {
	color: black;
	padding: 5px;
}

#submenucontent a:hover {
	font-weight: normal;
	font-style: italic;
}

#submenucontent .selected {
	font-weight: normal;
	font-style: italic;
}

.text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}

#footer {
    position: absolute;
	bottom: 0;
	width: 100%;
	height: 110px; /* Height of the footer */
	background: #fffff;
}

#footercontent {
	height:109px;
	border-collapse:collapse;
	background-color: white;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	border-bottom: darkgray 1px solid;
	text-transform: none;
}

#admincontent {
	position: relative;
	left: 5px;
	width: 300px;
	text-align: left;
	clear: left;
}

img {
	border: 0;
}

#intro_logo_middle {
	display: block;
	position: absolute;
	width: 469px;
	height: 122px;
	top: 50%;
	left: 50%;
	margin-top: -61px; /* half the height */
	margin-left: -234px; /* half the width */
}

#intro_EU_banner {
	font-size: 12px;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: white;
	text-align: center;
	position: absolute;
	width: 330px;
	padding: 10px;
}

#intro_EU_logo {
	float: left;
	position: relative;
	margin-bottom: 10px;
	margin-left: 30px;
	background-image: url("../images/logos/eu/EU.jpg");
	background-repeat: no-repeat;
	width: 100px;
	height: 67px;
}

#EU_logo {
	float: left;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 80px;
	background-image: url("../images/logos/eu/EU_small.jpg");
	background-repeat: no-repeat;
	width: 60px;
	height: 40px;
}

#intro_BOC_logo {
	float: left;
	position: relative;
	margin-left: 10px;
	background-image: url("../images/logos/partner/BOC/BOC.jpg");
	background-repeat: no-repeat;
	width: 52px;
	height: 67px;
}

#intro_ED_logo {
	float: left;
	position: relative;
	background-image: url("../images/logos/partner/ED/ED.jpg");
	background-repeat: no-repeat;
	width: 260px;
	height: 67px;
}

#intro_FP7_logo {
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-right: 30px;
	background-image: url("../images/logos/eu/FP7-coo-RGB.gif");
	background-repeat: no-repeat;
	width: 82px;
	height: 67px;
}

#FP7_logo {
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 80px;
	background-image: url("../images/logos/eu/FP7-coo-RGB_small.gif");
	background-repeat: no-repeat;
	width: 49px;
	height: 40px;
}

#intro_EU_banner_text {
	position: relative;
	width: 100%;
	clear: both;
}

#EU_banner {
	left: 505px;
	position: relative;
	width: 300px;
}

#EU_banner_text {
	position: relative;
	width: 300px;
	clear: both;
	text-align: center;
}

#intro_slogan {
	color: white;
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: bolder;
	font-variant: small-caps;
	position: absolute;
	width: 469px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -102px; /* half the height */
	margin-left: -234px;
	position: absolute;
	font-weight: bolder; /* half the width */
}

#intro_akronym {
	color: white;
	text-transform: uppercase;
	text-align: right;
	font-size: 20px;
	position: absolute;
	width: 469px;
	height: 22px;
	top: 50%;
	left: 50%;
	margin-top: 70px; /* half the height */
	margin-left: -234px; /* half the width */
	position: absolute;
	font-weight: bolder;
}

#intro_navigation {
	color: white;
	text-align: right;
	font-size: 12px;
	position: absolute;
	width: 610px;
	height: 22px;
	top: 50%;
	left: 50%;
	margin-top: 150px; /* half the height */
	margin-left: -305px; /* half the width */
	position: absolute;
}

div.intro_navigation_item {
	float: left;
	width: 90px;
	text-align: center;
}

div.intro_navigation_separator {
	float: left;
	width: 10px;
}

#intro_copyright {
	bottom: 0px;
	left: 0px;
	position: absolute;
}

#intro_copyright_text {
	color: white;
	font-size: 12px;
	padding: 10px;
	clear: both;
	display: block;
}

div.img_l {
	float: left;
	display: block;
	margin: 10px;
}

img.img_l {
	clear: both;
	display: inline;
	align: center;
}

div.img_r {
	float: right;
	display: block;
	margin: 10px;
}

img.img_r {
	clear: both;
	display: inline;
}

.image_legend {
	font-size: 10px;
	color: darkgray;
	text-align: center;
	clear: both;
	width:inherit;
}

.contentitem {
	display: block;
	clear: both;
}

.sitemap_webpage {
	line-height: 20px;
	vertical-align: middle;
}

a.sitemap_item {
	color: black;
}

a.link_item {
	color: black;
}

a.black {
	color: black;
}

a.introlinks {
	color: white;
}

.text a {
	color: black;
}
