@CHARSET "UTF-8";

body {
    margin: 0px;
    padding: 0px;
    position: relative;
    background: #6B2222;
    min-width:990px;
}
body, td {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #4E4541;
}
h1,h2,h3,h4,h5,h6,p,form {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}

.logo {
    text-align: center;
    font-family: Georgia, times, serif;
    font-weight: bold;
    font-size: 48px;
    color: #95302F;
    padding-right: 44px;
    padding-left: 5px;
    line-height: 1;
    padding-top: 28px;
}
.logo-bottom {
    padding-top: 18px;
    font-size: 28px;
}
.content-left a {
    color: #526044;
}

.content-left a:hover {
    color: #76372E;
}
img {
    outline: none;
}
a img {
    border: none;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.fixed {
    width: 990px;
}
.wide {
    width: 100%;
}
.center {
    margin: auto;
}
.block {
    display: block;
}

#header {
/*    background: #E5CD8B;*/
    background: #FCE399;

}

#header .wrapper {
    background: 690px 0 url(/img/bg-right.gif) repeat-y;
}

#header .wrapper img {
    margin-top: 10px;
}



.lang {
    position: absolute;
    height: 24px;
    width: 24px;
    text-align: center;
    display: block;
    background: #DDC685;
    right: 0;
    line-height: 24px;
}
a.lang:hover {
    text-decoration: none;
    color: #fff;
}
a.elel, a.enen, a.dede, a.itit {
    background: #95302F;
    color: #FCE399;
}
a.lang.el {
    top: 20px;
}
a.lang.en {
    top: 45px;
}
a.lang.de {
    top: 70px;
}
a.lang.it {
    top: 95px;
}
#menu-top {
    background: #95302F;
}
#menu-top .wrapper {
    background: #95302F;
}
#banner {
    background: #6B2222;
    padding: 1px 0;
}


#content {
/*    background: #F1EACD*/
   background: #f3efd9;
}

#content .wrapper {
    background: 690px 0 url(/img/bg-right.gif) repeat-y;
}

.content-right {
    width: 260px;
    color: #F1EACD;
    padding: 20px ;
}

.content-left {
    width: 660px;
    padding: 20px 20px 20px 0;
}

#header .content-left {
    height: 150px;
    padding: 0;
    width: 690px;
}

#header .content-right {
padding: 15px;
width: 270px;
}

#footer {
    background: #6B2222;
    padding: 20px 0;
    color: #F1EACD;
    font-size: 12px;
}

/* top menu */

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    height: 38px;
    width: 100%;
}

ul.topnav ul ul {
    display: none;
   
}

ul.topnav li {
    float: left;
    margin: 0;
    position: relative; /*--Declare X and Y axis base--*/
    height: 38px;
    width: auto;
    display: block;
    font-size: 12px;
    padding: 0;
}

ul.topnav li.menuli.selected {
    background: top center url(/img/ph-menudot.png) no-repeat;
}

ul.topnav li.menuli:hover {
    cursor: pointer;
}

ul.topnav li a{
    display: block;
    height: 38px;
    line-height: 38px;
    width: auto;
    text-align: center;
    padding: 0 20px;
    color: #F1EACD;
    cursor: pointer;
    text-decoration: none;
}

ul.topnav li a:hover, ul.topnav li a.hover {
    background: #6B2222;
}

ul.topnav li a.menulink.selected { background:  #6B2222;}

ul.topnav li ul li a.selected {
    border-bottom: none;
}

ul.topnav li ul {
    list-style-type: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0;
    top: 37px;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    width: 180px;
    z-index: 2500;
}

ul.topnav li ul li{
    margin: 0 0 0 0;
    padding: 1px 0 0 0;
    clear: both;
    height: auto;
    width: 180px;
    background: url(/img/menu-bg.png);
}

ul.topnav li ul li a {
/*    float: left;*/
    width: 160px;
    padding: 10px;
    display: block;
    margin: 0;
    border: none;
    text-align: left;
    height: auto;
    line-height: 1.5;
}

ul.topnav li ul li a:hover { /*--Hover effect for subnav links--*/
    border: none;
}
/*ul.top-menu {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    list-style-type: none;

}
ul.top-menu li {
    display: block;
    float: left;
    margin: 0;
}
ul.top-menu li a {
    display: block;
    text-decoration: none;
    padding:10px 20px;
    font-size: 12px;
    color: #F1EACD;
}
ul.top-menu li li:hover {
    background: #ddd;
}
ul.top-menu ul {
    background: #fff;
    border: 1px solid #ddd;
}*/

/*  dropdown functionality */
/*ul.dropdown {
    position: relative;
}
ul.dropdown li {
    float: left;
    zoom: 1;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    z-index: 20;
}
ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
}
ul.dropdown ul li {
    float: none;
    margin: 0;
}*/
/* IE 6 & 7 Needs Inline Block */
/*ul.dropdown ul li a {
    width: 100%;
    display: inline-block;
}
ul.dropdown ul ul {
    left: 100%;
    top: 0;
}
ul.dropdown li:hover > ul {
    visibility: visible;
}*/

/*BOTTOM MENU*/
.menu-bottom {
    text-align: center;
    font-size: 11px;
    padding-bottom: 20px;
}
.menu-bottom a {
    color: #F1EACD;
    padding: 0 5px;
}



/*TYPOGRAPHY*/

.content-left h1 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 20px;
    color: #76372E;
    line-height: 1.2;
}

.content-left hr {
/*    border-top: 1px solid #DEDABB;
    border-bottom: 1px solid #FDFBF1;*/
    border-top: 1px solid #E5DBAB;
    border-left: 1px solid #E5DBAB;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background: #E5DBAB;
    color: #E5DBAB;
/*    color: #DEDABB;
    background: #DEDABB;*/
    height: 0px;
    margin: 5px 0 15px 0;

}

.content-right hr {
/*    border-top: 1px solid #4F5D42;
    border-bottom: 1px solid #9CAA8F;
    color: #4F5D42;
    background: #4F5D42;*/
    border-top: 1px solid #576748;
    border-left: 1px solid #576748;
    border-bottom: 1px solid #8B9F78;
    border-right: 1px solid #8B9F78;
    color: #576748;
    background: #576748;
    height: 0px;
    margin: 0 0 10px 0;
}

.content-right a {
    color: #FCE399;
}


.content-right a:hover {
    color: #fff;
}

.index .item a {
/*color: #76372E;*/
}

.index .item h2 {

    font-weight: normal;
    font-size: 15px;
    line-height: 1.3;
}





.index .date {
    font-size: 12px;
    margin-top: 5px;
    font-family: Arial, sans-serif;
    margin-bottom: 4px;

}

.index .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DEDABB;
}

#contents.index .item {
    background: 0 0.32em url(/img/square.png) no-repeat;
    padding-left: 20px;
}
.block-right {
    font-size: 12px;
    padding-bottom: 20px;
}
.menu-right {
    padding-bottom:10px;
}
.menu-right a {
    text-decoration: none;
    font-size: 12px;
}
.menu-right ul ul a {
font-size: 11px;
}
.menu-right ul {
    padding: 0 0 10px 4px;
    margin: 0;
    list-style-type: none;
}

.menu-right li.parent ul {
    display: none;
}
.menu-right li.parent.selected ul {
    display: block;
}
.menu-right a.parent.selected {
    color: #fff;
}

.menu-right li.parent.selected a.selected {
    color: #fff;
}

.menu-right ul li {
    background: 0 0.85em url(/img/yellowdot.png) no-repeat;
    display: block;
    padding: 5px 0 5px 18px;
}
.menu-right ul li li {
    background: 0 0.55em url(/img/arrow2.png) no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
}
.menu-right ul ul {
    padding: 5px 0 0 0;
    
}
.menu-right ul ul li {
/*    background: 0 0.65em url(/img/yellowdot.png) no-repeat;
     padding: 2px 0 2px 18px;*/
}
.block-right.contact {
    line-height: 1.8;
}

.block-right.contact .title {
    font-family: Georgia;
    font-size: 20px;
    line-height: normal;
    padding-bottom: 15px;
}
.block-right.contact .title div {
    font-size: 17px;
    padding-top: 5px;
}
.block-right p {
    margin-bottom: 5px;
}

.block-right .date {
    font-size: 11px;
}

.block-title {
    font-size: 17px;
    line-height: normal;
    font-family: "Trebuchet MS", sans-serif;
    padding-bottom: 2px;
}
.block-right .news-item h4 {
    font-weight: normal;
    font-size: 12px;
    color: #F7F3D0;
    margin-bottom: 5px;
}


.content-right a:hover h4 {
    color: #fff;
    
}
.content-right a:hover .date {
    color: #FCE399;
    
}

.block-right .news-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #9CAA8F;
}

.block-right a {
    text-decoration: none;
}

#content .content-left p {
    margin: 0 0 10px 0;
}

.body-text {
    padding-bottom: 10px;
}

.body-image {
    float: right;
    width: 250px;
    margin-left: 10px;
    margin-bottom: 10px;
    border:1px solid #DEDABB;
}

/*wORLD TIMES TABLE*/

#world-clocks div {
    padding-bottom: 5px;
}
#world-clocks td {
    font-size: 13px;
    vertical-align: top;
    line-height: normal;
    padding-bottom: 8px;
    color: #F1EACD;
}

td.clock-name {
    padding-right: 5px;
}


/*FORMS*/

form {
    width: 500px;
    margin: auto;
    border: 1px solid #ebe3be;
    padding: 20px;
    background: #f1eacd;
}

/*form .wrapper {
    border: 1px solid #fff;
    padding: 20px;
}*/

div.input {
    margin-bottom: 15px;
}

form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.split div.input {
    float: left;
    width: 245px;
/*    padding-right: 10px;*/
}
div.input.left {
    padding-right: 10px;
}

div.input input {
    width: 98%;
}
.split div.input input, div.input textarea {
    width: 98%;
}


div.input label {
    color: #526044;
    display: block;
    font-weight: bold;
/*    font-size: 14px;*/
    padding-bottom: 2px;
}

div.input.radio {
    display: inline;
}

div.input.radio input {
    width: auto;
}

div.radiofield {
    margin-bottom: 15px;
}
div.input.radio label {
    display: inline;
    margin-right: 10px;
}
div.input.radio input {
    display: inline;
    margin: 0 5px 0 0;
}



textarea {
    margin: 0;
}

form legend {
    display: block;
    font-weight: bold;
     padding-bottom: 5px;
/*    display: inline;*/
    color: #526044;
}

div.input.error label {
    color: #6B2222;
}

.error-message {
    color: #6B2222;
    font-size: 11px;
    line-height: 1.3;
}

/*div.input input, div.input textarea {
    width: 98%;
}*/

div.input input, div.input textarea, div.input select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.buttons {
    text-align: right;
}

.button, a.button {
    margin-top: 10px;
    background: #71855E;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
a.button {
    padding: 5px;
    font-size: 12px;
}
a.button:hover {
    color: #fff;
}

a.link {
display: block;
padding: 5px 0 0 20px;
font-size:14px;
font-weight: bold;
background: 0 0.7em url(/img/arrow.png) no-repeat;
text-decoration: none;
}

.slideshow1 {
    width: 689px;
    height: 246px;
    overflow: hidden;
}
.slideshow2 {
    width: 300px;
    height: 246px;
    overflow: hidden;
}
.slideshow1 img, .slideshow2 img {
    background-color: #fff;
}
#content .content-left .summary {
    font-size: 11px;
    margin: 0;
}

.error select  {
    color: red;
    
}


.select .error-message {
    display: none;
}

img.img-left {
    margin-right: 12px;
    margin-bottom: 10px;
    display: block;
    float: left;
}

img.img-right {
    margin-left: 12px;
    margin-bottom: 10px;
    display: block;
    float: right;
}