﻿@charset "utf-8";
/* CSS Document for ΚΙΛΚΙΣ*/




/* Basic Layout Formatting */


html {
	margin-bottom: 1px;
	height: 100%!important; /*For Firefox*/
	height: auto;
	background-image:url(images/bg.gif);

}


body {
		margin-left:auto;
		margin-right: auto;
		width: 950px;
        padding:0;
        font: 11px "Tahoma", Arial, Helvetica, sans-serif;
		color:#626466;
		line-height: 20px;
		text-align:justify;
		border-left:  5px solid #7f95a8;
		border-right:  5px solid #7f95a8;
		border-top: 5px solid #6f889e;
		border-bottom: 5px solid #62819d;


}


ul {}

li {}

img {
    border: none;
}

a {
	text-decoration: none;
	color: #809eb6;
	}


a:hover {
	color: #3d6381;
	text-decoration:underline;
	}


table {
	border: none;
}




.title {

		margin: 0 0 10px 0;
		padding: 5px 10px;
		background: url(images/img_t.gif) repeat-x;
		border: 1px solid #e9edf1;
		color:#939598;
		font-size: 12px;
		font-weight:bold;
}

.subtitle {
	    font-family: "Tahoma", Arial, Helvetica, sans-serif;
		color:#294965;
		font-size: 13px;
		font-weight:bold;
		border-bottom: 1px solid #6f8ea8;
		/*background-image:url(images/title_bg.gif);*/
		padding: 6px;
}

.other {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: url(images/img_t.gif) repeat-x;
	border: 1px solid #F2F2F2;
	font-size: 12px;
}

.info{
		border-left: 3px solid #f6a33a;
		background-color: #fffde9;
		padding: 10px;
		margin: 0 50px 0 50px;
}

.field {
		font-size:10px;
		background-image:url(images/form_bg.gif);
		background-repeat:repeat-x;
		border: 1px solid #54920e;
		color: #899b31;
	}
.button{
		font-size:11px;
		color: #ffffff;
		font-weight: bold;
		background-image:url(images/button_bg.gif);
		border: 1px solid #7e6d4c;

	}

/* Top Elements */

#top {
	background-image:url(images/top_bg.gif);
	height: 35px;
	color: #5b83a3;
	}

	#topmenu {
	margin-top: 5px;
	margin-right: 25px;
	float: right;
	
	}

	#topmenu ul {
	margin: 0;
	padding: 0;
	}

	#topmenu li {
	margin: 0 2px 0 2px;
	padding: 0;
	display:inline;
	border-right: 1px solid #5b83a3;
	list-style:none;
	}

	#topmenu a {
	color: #FFFFFF;
	text-decoration:none;
	}
	#topmenu a:hover {
	color: #5b83a3;
	text-decoration:none;	}

#lang {
	margin-top: 5px;
	margin-left: 15px;
	float: left;

	}

#lang a {
		color: #FFFFFF;
		text-decoration:none;
	}

#lang a:hover {
		color: #5b83a3;
		text-decoration:none;	}


/* Banner */

#banner {
	background-image:url(images/banner_bg.gif);
	background-repeat:repeat-x;
	height: 100px;
}

.r_img {
	right:100px;}

.logo {
background-color: #000000;
}

.logo a {
background-color: #000000;
}

.logo a:hover {
background-color: #000000;

}


/* Top Tabs */

#topnav {

        height: 26px;
		overflow:hidden;
		border-bottom: 5px solid #ceab51;
		background-color:#ffffff;
}

#topnav ul {

        margin: 0 0 0 10px;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#topnav ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 2px;
        margin: 0;
}

#topnav ul li a {
        background-image:url(images/tab.jpg);
		width: 120px;
		height: 26px;
		background-repeat: no-repeat;
        margin: 0;
		padding-top: 8px;
		padding-right: 5px;
        color: #ffffff;
        text-decoration: none;
        display: block;
        text-align: center;
		font: 12px "Tahoma", Arial, Helvetica, sans-serif;
		letter-spacing: 2px;}

#topnav ul li a:hover {
		background-image:url(images/tab_.jpg);
		width: 120px;
		height: 26px;
		background-repeat: no-repeat;
}

#topnav #current a{
		background-image:url(images/tab_.jpg);
		width: 180px;
		height: 24px;
		background-repeat: no-repeat;
}



/* 3 Columns */

#main1 {
		margin:0; padding:0;
				background-color:#FFFFFF;



		}
	#main2 {
		margin:0; padding:0;
				background-color:#FFFFFF;

		}
	#left {
		float:left;
		width:220px;
		margin:0; padding:0;
		background-color:#FFFFFF;
		}
	#right {
		float:right;
		width:200px;
		margin:0; padding:0;
		background-color:#FFFFFF;

		}

	#right a {
	text-decoration: none;
	color: #809eb6;
	}

	#right a:hover {
	color: #ffffff;
	background-color: #3d6381;

	}

	#news {
    background-color:#dfe5eb;
            padding: 5px;
          color: #294965;
          text-align: left;
          height: 250px;
          overflow: scroll;
          width: 170px;
	}

	#news ul {margin:2px; padding:0 0 0 15px;}
	#news li {
	list-style-image:url(images/plus.png);
	}


	.blue {
	padding-bottom: 5px;
	border-bottom: 1px solid #809eb6;
	font-weight:bold;
	}

	#middle {
		margin:0 200px 0 235px;
		width:500px;
		border-left: 1px solid #ceab51;
		border-right: 1px solid #ceab51;
		border-bottom: 1px solid #ceab51;
		background-color: #ffffff;
		line-height: 22px;
		}


	#middle a {
	text-decoration: none;
	color: #6283a0;
	}

	#middle a:hover {
	color: #ffffff;
	background-color: #6283a0;

	}

	#middle li {
	list-style-image: url(images/img04.gif);
	margin-left: 15px;
	
	}




	.column-in {
		margin:0; padding:5px;
		}

	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}

/* Menu */


ul#nav, ul {
 margin: 0;
 padding: 0;
 list-style: none;
 /*width:198px;*/
 font: 11px "Tahoma", Arial, Helvetica, sans-serif;

}

ul#nav li {
 position: relative;
 width:198px;
 float:left;
 clear:left;
}

#nav li ul {
 position: absolute;
 top: 0;
 margin-left:-999em;
 min-height:0;
}

 ul#nav ul li {
 position: relative;
 width:198px;
 float:left;
 clear:left;
}

#nav ul li ul li {
 position: relative;
 top: 0;
 margin-left:-999em;
}

/* Styles for Menu Items */
ul#nav li a {
 display:block;
 text-decoration: none;
 color: #ffffff;
 background-image:url(images/menu_bg.gif); /* IE6 Bug */
 line-height:14px;
 height:14px; 
 padding:5px;
 width:188px;
 border-bottom: 2px solid #ffffff;
 border-top:none;
 list-style-image:none;
}
* html ul#nav a {
 width:198px; 
 w\idth:188px;
}


/* hovered lists*/
#nav li:hover a,#nav li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover {
   color: #5e7f9c;
   background-image:url(images/submenu_bg.gif);
   list-style-image:none;
}



/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
    color: #426381; 
   background-color: #ffffff;
}

#nav li:hover li ul li a,#nav li.over li ul li a {
   color: #426381; 
   background-color: #ffffff;
   list-style-image:none
}

#nav li ul li a {  } 
#nav li ul li ul li a {  }


/* Sub Menu Styles */
#nav li:hover ul,#nav li.over ul { margin-left:197px; } 
#nav ul li:hover ul li,#nav ul li.over ul li { margin-left:0px;}


/* Modules */

#module1 {
        margin: 10px;
        border: 2px solid #6283a0;
		background-image:url(images/module_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;

}

#module2 {
        margin: 10px;
        border: 2px solid #6283a0;
		background-image:url(images/module_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;

}


#module3 {
        margin: 10px;
        border: 2px solid #6283a0;
		background-image:url(images/module_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;

}

#module4 {
        margin: 10px;
        border: 2px solid #6283a0;
		background-image:url(images/module_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;

}

#module5 {
        margin: 10px;
        border: 2px solid #6283a0;
		background-image:url(images/module_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;

}
.moduletitle {
background-color: #bbc9d6;
color:#6283a0;
border-bottom: 1px solid #6283a0;
margin:0px;
padding: 5px;
font-family: "Georgia", Times New Roman, Times, serif;
font-size: 12px;
font-weight:bold;

}

/* Footer */
#footer {
	background-image:url(images/footer_bg2.gif);
	height: 35px;
	color: #ffffff;
    bottom: 0 !important;
    bottom: -1px;
	clear: both;

}

#footermenu {
	padding-top: 12px;
	margin-left: 15px;
color: #000000;


	}

	#footer a {
		color: #FFFFFF;
		text-decoration:none;
	}

	#footer a:hover {
		color: #c0b1ea;
		text-decoration:none;
	}

	.copyrights {
	float:left;
	padding-top: 8px;
	margin-left: 20px;
	color: #ffffff;}


	.ImageInline {
		padding-right:10px;
		padding-left:10px;
	}
.ImageStart {
		padding-right:10px;
		padding-left:10px;
}


dt a {
color:white; !important
text-decoration:none;
}


/* Modules */

#module1 {
        margin: 10px;
        border: 2px solid #6283a0;
		background-image:url(images/module_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;

}

#module2 {
        margin: 10px;
        border: 2px solid #6283a0;
		background-image:url(images/module_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;

}


#module3 {
        margin: 10px;
        border: 2px solid #6283a0;
		background-image:url(images/module_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;

}

#module4 {
        margin: 10px;
        border: 2px solid #6283a0;
		background-image:url(images/module_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;

}

#module5 {
        margin: 10px;
        border: 2px solid #6283a0;
		background-image:url(images/module_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;

}
.moduletitle {
background-color: #bbc9d6;
color:#6283a0;
border-bottom: 1px solid #6283a0;
margin:0px;
padding: 5px;
font-family: "Georgia", Times New Roman, Times, serif;
font-size: 12px;
font-weight:bold;

}

