/***** 1. RESET ******/
@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


body, html {
    height: 100%;
    font-size:small;
    font-family:  Tahoma, Arial, Helvetica, sans-serif;
    line-height:1.3em;
   	background:#000;
}

*{
	margin:0;
	padding:0;
}

a:visited, a:link {color : #ce0510;text-decoration : none;background:none;}
a:hover { color : #ffffff; text-decoration : underline; background:none; }
#slidecounter{
	float:left;
	color:#4F4F4F;
	font:50px "Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	margin:18px 20px;
}
#slidecaption{
	overflow: hidden;
	float:left;
	color:#FFF;
	font:26px "Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	margin:33px 0;
}
/*Supersized Stamp*/
.stamp{
	float: right;
	margin: 25px 20px 0 0;
}
/*Supersize Plugin Styles*/
#navigation{
	background: url('../images/navbg.gif') no-repeat;
	float: right;
	margin:22px 20px 0 0;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 24px;
	height: 24px;
	text-indent: -999em;
	background-image: url(../images/progress.gif);
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}

/* End of Supersized */

#content{
	margin:0px auto;
	width:100%;
	top:150px;
	z-index: 2;
	background:#000000 no-repeat 90%;
	border-top:1px solid #000;
	border-bottom:1px solid #4F4F4F;
	position:absolute;
    /* for IE */
    filter:alpha(opacity=20);
    -moz-opacity:.2;
    /* CSS3 standard */
    opacity:.2;
    min-height: 400px;
    height: 500px;
    color:white;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}

#content_old{
	margin:0px auto;
	width:100%;
	top:150px;
	z-index: 2;
	background:#555555 no-repeat 90%;
	border-top:1px solid #000;
	border-bottom:1px solid #4F4F4F;
	position:absolute;
    /* for IE */
    filter:alpha(opacity=40);
    -moz-opacity:.4;
    /* CSS3 standard */
    opacity:.4;
    min-height: 400px;
    height: 500px;
    color:white;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}


#contentTRANS{
	margin:0px auto;
	width:100%;
	top:150px;
	z-index: 3;
	position:absolute;
    /* for IE */
    color:white;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    height: 500px;
}

#nav {
    text-align:left;
    float:left;
    width:200px;
    padding-top:10px;
    font-weight:bold;
}
#nav ul{
	padding:0;
	margin:0;
	list-style:none;
}

#nav  li{
    width:200px;
    line-height: 3em;
}

#nav2 {
    text-align:left;
    float:left;
	min-height: 450px;
    padding-top:10px;
    border-left: 1px solid #4F4F4F;
        font-weight:bold;
}
#nav2 ul{
	padding:0;
	margin:0;
	list-style:none;
}

#nav2  ul li{
    margin-left: 10px;
    line-height: 3em;
    display: block;
}


#nav ul li a  {
    line-height: 3em;
    margin-left: 50px;
    width:130px;
}

#nav2 ul li a  {
    line-height: 3em;
    width:260px;
}
#nav ul li a:link, #nav  ul li a:visited  { color:white; text-decoration:none; }
#nav2 ul li a:link, #nav2 ul li a:visited  { color:white; text-decoration:none; }

#nav  ul li  a:hover, #nav ul li.selected a:hover, #nav ul li.selected a, #nav ul li.selected a:visited{
     color:#ffffff;
     text-decoration:none;
     background: url(../images/linkhover.png) no-repeat left 90%;
     display: inline-block;
}

#nav2 ul li  a:hover, #nav2 ul li.selected a:hover, #nav2 ul li.selected a, #nav2 ul li.selected a:visited{
     color:#ffffff;
     text-decoration:none;
     background: url(../images/linkhover.png) no-repeat left 90%;
     display: inline-block;
}

#nav  a:active            { color:#ce020e; text-decoration:none; }
#nav2 a:active            { color:#ce020e; text-decoration:none; }

#nav2 h1{
	    color: #000044;
        background: none;
        font-weight: bold;
}

#nav2  ul li.news{
    width:230px;
    line-height: 1.2em;
    padding-left:20px;
    font-weight: normal;
}

#nav2 ul li.news  a:hover{
     color:#000044;
     text-decoration:underline;
     background: none;
     display: inline-block;
}

#nav2 ul li.news  a{
     color: #000044;
     padding:0;
     margin:0;
}

div#mainBody {
    float:left;
    color:#fff;
    padding:20px;
    width: 500px;
}

.contentframe{
	overflow: hidden;
	border-top:solid 1px #4F4F4F;
	border-bottom:1px solid #000;
	height: 100%;
	text-align:left;
	z-index: 3;
}

/* jCarousel wrapper */
#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 0px 0px;
    display: block;
}

h1 {
    font-size: medium;
    color: #ffffff;
    background: url(../images/linkhover.png) no-repeat left bottom;
    display: block;
    padding-bottom: 10px;
    margin-bottom:10px;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
    z-index: 4;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
    z-index: 4;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
    z-index: 4;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
    z-index: 4;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
    z-index: 4;
}

.scroll-pane {
	width: 500px;
	height: 250px;
	overflow: auto;
	float: left;
    z-index: 4;
}


.news-pane {
	width: 500px;
	height: 320px;
	overflow: auto;
	float: left;
    z-index: 4;
}


/*     ----------------------------------------  locale ------------------------------------------------    */
.locale-bar{ float:left; text-align:right; width:276px; }

.flag.locale-gr{float:left;margin-left: 5px;}
.flag.locale-en{float:left;margin-left: 5px;}
.flag.locale-de{float:left;margin-left: 5px;}
.flag.locale-it{float:left;margin-left: 5px;}
.locale-bar a.flag.locale-en{background-image:url(../images/en.png); background-repeat:no-repeat; padding-left: 18px; height:16px; color: black;}
.locale-bar a.flag.locale-gr{background-image:url(../images/gr.png); background-repeat:no-repeat; padding-left: 18px; height:16px;
 color: black;}
.locale-bar a.flag.locale-de{background-image:url(../images/de.png); background-repeat:no-repeat; padding-left: 18px; height:16px;
 color: black;}
.locale-bar a.flag.locale-it{background-image:url(../images/it.png); background-repeat:no-repeat; padding-left: 18px; height:16px;
 color: black;}

.flag {
    float: left;
	background-position:center left;
	background-repeat: no-repeat;
}


#footer{
    top:630px;
	width:100%;
	z-index: 7;
    font-size: 10px;
	position:absolute;
    /* for IE */
    filter:alpha(opacity=80);
    -moz-opacity:.80;
    /* CSS3 standard */
    opacity:.8;
    font-weight:bold;
    color:white;
    text-align:right;

}


#news h1{
	    color: #ffffff;
        background: none;
        font-weight: normal;
        display: inline;
}

#news  ul li{
    list-style: none;
    line-height: 1.2em;
    padding:10px;

    font-weight: normal;
     border-bottom:solid 1px #4F4F4F;
}

#news ul li  a:hover{
     color:#000044;
     text-decoration:underline;
     background: none;
     display: inline-block;
}

#news ul li a{
     color:#ce0510;
     padding:0;
     margin:0;

}

#news  ul.pages li {background:  #000044; float: left; padding: 5px; margin: 2px;}

#news  ul.pages li a {color: #fff;}
#news  ul.pages li a:hover {text-decoration:underline;}

div#pane1 ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div#pane1 ol li {
    background: url(../images/03.png) no-repeat 0 4px;
    display: list-item;
    list-style-type:decimal;
    display: block;
    margin: 5px;
    padding: 0px;
    padding-left:15px;
}