/* CSS Document */

body {
background: #d6e9fe;
padding: 0;
margin: 0px;
}
a:hover {
text-decoration: none;
}

#title {
position: absolute;
top: 10px;
left: 10px;
padding: 0;
margin: 0px;
z-index: 3000;
}
    #title p {
    margin: 0;
    padding: 0;
    }

#europe {
position: absolute;
top: 10px;
left: 210px;
padding: 0;
margin: 0px;
z-index: 2000;
}
    #europe p {
    margin: 0;
    padding: 0;
    }

#language {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #0061A6;
}
#language a {
background: transparent;
color: #0061A6;
}
#language span {
text-align: center;
font-size: 12px;
}
#language .en {
	position: absolute;
	top: 93px;
	left: 323px;
	text-align: center;
	z-index: 4000;
}
#language .de {
	position: absolute;
	top: 186px;
	left: 544px;
	text-align: center;
	z-index: 5000;
}
#language .nl {
	position: absolute;
	top: 163px;
	left: 406px;
	text-align: center;
	z-index: 6000;
}
#language .fr {
position: absolute;
top: 250px;
left: 400px;
text-align: center;
z-index: 7000;
}
#language .es {
	position: absolute;
	top: 418px;
	left: 287px;
	text-align: center;
	z-index: 8000;
}
#language .pl {
	position: absolute;
	top: 148px;
	left: 657px;
	text-align: center;
	z-index: 8000;
}
#language .it {
	position: absolute;
	top: 356px;
	left: 561px;
	text-align: center;
	z-index: 8000;
}
#language .gr {
	position: absolute;
	top: 444px;
	left: 683px;
	text-align: center;
	z-index: 8000;
}

    #copyright {
    position: absolute;
    top: 470px;
    left: 14px;
    font-size: 11px;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 25px 5px 5px 5px;
    border-top: 1px solid #FFF;
    padding: 2px 0 4px 0;
    z-index: 9000;
    }
    #copyright p {
    color: #FFF;
    padding: 0;
    margin: 0;
    }
    #copyright a {
    color: #FFF;
    text-decoration: none;
    }
