@charset "utf-8";
/* CSS Document */

body {
background: #ACDAE7;
margin: 0px;
font-family: Arial;
font-size: 11px;
color: #3f3f3f;
}

#container {
width: 715px;
height: 578px;
background: url(../images/background.jpg);
}

#logo {
position: absolute;
top: 21px;
left: 19px;
}

#menuRight {
position: absolute;
width: 235px;
top: 60px;
left: 513px;
}

#menuRight h1 {
font-size: 19px;
font-weight: bold;
color: #053c4c;
padding-top: 20px;
}

#menuRight a {
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #315b68;
}

.reduced {
font-size: 12px;
}

#languages {
width: 310px;
position: absolute;
top: 168px;
left: 93px;
text-align: center;
}

#languages a {
font-size: 17px;
font-weight: bold;
color: #315b68;
text-decoration: none;
}

#content {
width: 470px;
height: 348px;
position: absolute;
top: 218px;
left: 18px;
}

#content iframe {
width: 470px;
height: 348px;
border: none;
}

.news {
font-size: 12px;
}

.news a {
font-size: 12px !important;
}