@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,greek);

body,html{
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	height:100%;	
}
#container{
	min-height:100%;
}
#header{
	width:100%;
	height:100px;
}
.container{
	width:1000px;
	margin:0 auto;
}
#header h2{
	margin:0;
	padding:0;
	line-height:100px;
	font-size:25px;
	color:#5182a6;	
}
#slider{
	width:100%;
	height:430px;
	background:url(/images/slide.jpg) center no-repeat;
	background-size:cover;
}
#slider p{
	padding:0;
	margin:30px 0 0 0;
	width:100%;
	float:left;
	line-height:35px;
	color:#fefefe;
	text-shadow:0 0 2px #000;
	font-weight:700;
}
#isologismoi{
	width:1000px;
	margin:40px auto 20px auto;
	height:auto;
}
#isologismoi h3{
	line-height:40px;
	font-size:20px;
	color:#5182a6;
}
#isologismoi a{
	color:#333;
	text-decoration:none;	
}
#isologismoi ul{
	width:100%;
	list-style:none;
	padding:0;
	margin:30px 0 0 0;	
	clear:both;
}
#isologismoi ul li{
	width:100%;
	height:32px;
	line-height:32px;
	text-indent:8px;
	font-size:14px;
	transition:ease 0.3s;
}
#isologismoi ul li:hover{
	background:#5182a6;
	color:#fefefe;	
}
.odd{
	background:#c6e2ff;	
}
#footer-clear{
	width:100%;
	height:36px;	
}
footer{
	width:1000px;
	height:35px;
	border-top:1px solid #cecece;
	line-height:35px;
	margin:-36px auto 0 auto;
	font-size:13px;
	color:#555;	
}
footer h3{
	float:right;
	padding:0;
	margin:0;
	font-weight:normal;	
	font-size:13px;
}
footer a{
	text-decoration:none;
	color:#555;
	transition:ease 0.3s;	
}
footer a:hover{
	color:#000;
}