﻿@charset "utf-8";/*character set used for the page*/
.design #sidebar1 a{
	color: #FFF;
	font-weight: bold;
}
.design #sidebar1About a{
	color: #FFF;
	font-weight: bold;
	}
body  {/* general webpage body appearance */
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #EEEDEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(images/eu_flag.gif);
	background-repeat: no-repeat;
}
.design a{
	color: #28126B;
	text-decoration: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
.design a:hover{
	color: #00C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#partners img{
	border-style: none}
#header img{
	border-style: none}

.underlinemenu{
	font-weight: bold;
	width: 100%;
	background-color: #EEEDEE;
}

.underlinemenu ul{
	padding: 10px 0 7px 0px;
	margin: 0;
	text-align: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #2A1873;
	border-right-color: #2A1873;
	border-bottom-color: #2A1873;
	border-left-color: #2A1873;
	border-bottom-style: solid;
}

.underlinemenu ul li{
	display: inline;
}


.underlinemenu ul li a{/*the look of the menu*/ 
	color: #2A1873;
	margin-right: 0px;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 17px;
	padding-bottom: 3px;
	padding-left: 17px;
}

.underlinemenu ul li a:hover{ /*the look of the menu when the mouse is over a button*/
	border-bottom-color: #FF0;
	background-color: #28126B;
	color: #FF0;
	text-align: right;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 17px;
	padding-bottom: 3px;
	padding-left: 17px;
	margin-top: 1px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
		}
.underlinemenu ul li a:active{ /*the menu when the user click the button when the buttons turn transparent*/
	color: #FFF;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #EFE709;
}

.design #container {
	position: relative;
	width: 900px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.design #header {
	height: 200px;
	padding: 0 0px 0 0px;
	
} 
#header h1  {/*characteristics of the header*/
	margin: 0;
	padding: 40px 0;
	font-size: 36px;
}
.design #txt {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #28126B;
}

.design #sidebar1 {
	align:center;
	position: absolute;
	top: 250px;
	left: 7px;
	width: 254px;
	background-color: #28126B;
	color:#FF0;
	border: thin solid #FF0;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.design #sidebar1About {
	align:left;
	position: absolute;
	top: 248px;
	left: 7px;
	width: 156px;
	background-color: #28126B;
	color:#EFE709;
	border: thin solid #EFE709;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-position: inside;
	
}
.design #sidebar2 {
	position: absolute;
	top: 238px;
	right: 4px;
	width: 160px;
	padding: 15px 10px 15px 20px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #28156F;
	border-right-color: #28156F;
	border-bottom-color: #28156F;
	border-left-color: #28156F;
	background-color: #FFF;
}
.design #mainContent {
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 300px;
	border: thin solid #28126B;
	padding: 15px;
	color: #000;
	background-color: #EEEDEE;
}
.design #mainContentAbout {
	background-color: #EEEDEE;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 200px;
	border: thin solid #28126B;
	padding: 15px;
}

.design #footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD;
	padding: 15px;
} 
.design #mainContentContact {
	background-color: #DDD;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 12px;
	border: thin solid #28126B;
	padding: 15px;
}

.design #footer p {
	margin: 0; 
	padding: 10px 0; 
}
#footer { /*characteristics of the footer*/
	font-size: 12px;
	}

.gallery a{ 
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=70)”;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
}

.gallery a:hover{ 
        -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=100)”;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;	
	border-color: #28126B;
        color: #FF0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	
		}
.gallery a:active{ 
	color: #FFF;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

