﻿@charset "utf-8";
body {
	/*background-color: #22313F;*/
	background-color: #999;

	background-attachment: scroll;
	/*background-image:url("../Images/SiteImages/baground_body.jpg");
	background-repeat: repeat;*/
	font-size: 62.5%;
	margin-top: 25px;
	padding: 0;
}
body * {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	margin-bottom: 1.1em;
	margin-top: 0;
}
#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main {
	margin: 0 auto;
	width: 1040px;
}
#wrapper {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #FFF;
	width: 1036px;
	padding-top: 0px;
    //height: 1489px;
	border: 2px solid #FFF;
	border-radius: 20px;
}
html > body #wrapper {
	height: auto;
	min-height: 1490px;
	background-color: #FFF;
    bo
}
#cont_logo_header {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 7px;
	background-color: #fff;
	width: 1032px;
	padding-top: 0px;
 //height: 151px;
	border: 2px solid #fff;
	border-radius: 20px;
}
html > body #cont_logo_header {
	height: auto;
	min-height: 145px;
}
#colwrap3 {
	float: left;
	width: 217px;
}
#contlogo {
	margin-left: 20px;
	margin-top: 23px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 197px;
	padding-top: 0px;
	height: 121px;
}
html > body #contlogo {
	height: auto;
	min-height: 122px;
}
#Ellipse {
	margin-left: 71px;
	margin-top: 32px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 44px;
	padding-top: 0px;
	height: 48px;
}
html > body #Ellipse {
	height: auto;
	min-height: 49px;
}
#contheader {
	margin-left: 15px;
	margin-top: 3px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 789px;
	padding-top: 11px;
 //height: 135px;
}
html > body #contheader {
	height: auto;
	min-height: 130px;
}
#content_bar {
	margin-left: 0px;
	margin-top: -10px;
	margin-right: 10px;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 217;
	padding-top: 0px;
	height: auto;
	min-height: 1194px;
}
#contnews {
	width: 193px;
	height: auto;
	min-height: 26em;
	margin-left: 20px;
	margin-top: 10px;
	display: inline;
	float: left;
	margin-bottom: 0px;
	padding-top: 20px;
	border-color: rgb(136,136,136);
	border-width: 1px; 
	/* Firefox v1.0+ */
	-moz-border-radius: 21px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 21px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 21px;
	border-style: solid;
	/* Firefox v3.5+ */
	-moz-box-shadow: 4px 5px 4px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 4px 5px 4px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 4px 5px 4px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#80000000,Positive=true)";
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#80000000, Positive=true);

}
html > body #contnews {
	background-image: url("../Images/SiteImages/background_body22301.jpg");
	background-repeat: repeat-x;
}
#contnews a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #fff;
	line-height: 120%;
	display: block;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	padding: 6px 0px 6px 15px;
	text-align: left;
	float: left;
	border-bottom: #57311a solid 1px;
	width: 160px;
	margin-left: 10px;
	/* Firefox v3.6+ */
	background-image: -moz-linear-gradient(rgba(187,187,187,0.15) 0%, rgba(119,119,119,0.15) 54%, rgba(119,119,119,0.15) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(linear, color-stop(0, rgba(187,187,187,0.15)), color-stop(0.54, rgba(119,119,119,0.15)), color-stop(1, rgba(119,119,119,0.15)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image: -webkit-linear-gradient(rgba(187,187,187,0.15) 0%, rgba(119,119,119,0.15) 54%, rgba(119,119,119,0.15) 100%);
	/* Opera v11.10+ */
	background-image: -o-linear-gradient(rgba(187,187,187,0.15) 0%, rgba(119,119,119,0.15) 54%, rgba(119,119,119,0.15) 100%);
	/* IE v10+ */
	background-image: -ms-linear-gradient(rgba(187,187,187,0.15) 0%, rgba(119,119,119,0.15) 54%, rgba(119,119,119,0.15) 100%);
	background-image: linear-gradient(rgba(187,187,187,0.15) 0%, rgba(119,119,119,0.15) 54%, rgba(119,119,119,0.15) 100%);
	border-color: rgba(79,45,23,0.15);
	border-width: 1px;
	border-style: solid;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#26bbbbbb,endColorstr=#26777777)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26bbbbbb, endColorstr=#26777777);
}
#contnews a:hover {
	color: #000;
	background-color: #f9eef6;
}
body #main #wrapper #contnews a.drastirio {
	color: #000;
 background-color:#f9eef6;
	//background-color: #F00;
}
.text_news_first_item {
	border-top: #57311a  solid 1px;
}
.facebook {
	color: #6EB1DE;
	font-weight: bold;
}
.text_news_1 {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	line-height: 120%;
	margin-top: 4px;
	display: block;
	background-color: #422902;
	box-shadow: 5px 5px 7px #444;
	border-radius: 5px 5px 5px 5px;
	padding: 5px 15px 5px 15px;
	margin-left: 15px;
	text-align: center;
	float: left;
	margin-bottom: 5px;
	width: 130px;
}
#rect_bar2 {
	margin-top: 10px;
	margin-left: 20px;
	padding-top: 0.8em;
	display: inline;
	float: left;
	background-color: #EAEAEA;
	width: 193px;
	height: 336px;
	border-color: rgb(136,136,136);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 21px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 21px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 21px;
	border-style: solid;
	/* Firefox v3.5+ */
	-moz-box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#80000000,Positive=true)";
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#80000000, Positive=true);
}
.text_bar2_titlos a {
	padding-left: 7px;
	margin-left: 0px;
	margin-top: 5px;
	display: inline;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #006;
	text-align: left;
}
.text_bar2_titlos a:hover {
	color: #00D;
}
.text_bar2 {
	height: 300px;
	color: #666;
	display: block;
	float: left;
	width: 187px;
	overflow: auto;
}


.text_bar2 a {
	background-color: #dfe2e7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	font-weight: bold;
	text-align: left;
	color: #006;
	line-height: 150%;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	display: inline;
	float: left;
	border: 1px solid #CCC;
}
.text_bar2 a:before {
	content: "";
	display: block;
	background: url("../Images/SiteImages/simadi_blue1.jpg") no-repeat;
	width: 10px;
	height: 10px;
	float: left;
	margin: 6px 5px 0 -10px;
}
.text_bar2 a:hover {
	color: #00D;
	font-weight: bold;
}

.menu_15{
	height:70px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom:10px;
	padding-top: 0.8em;
	display: inline;
	float: left;
	background-color:#512910;
	width: 193px;
	border-color: rgb(136,136,136);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 21px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 21px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 21px;
	border-style: solid;
	/* Firefox v3.5+ */
	-moz-box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#80000000,Positive=true)";
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#80000000, Positive=true);
}

.menu_15_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width:150px;
	font-size: 1.30em;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	line-height: 150%;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	float: left;
}
.menu_15_p a {
	color:#FFF;
	text-decoration:none;
}

#rect_album2 {
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 0.8em;
    margin-bottom:15px;
	display: inline;
	float: left;
	background-color: #EAEAEA;
	width: 193px;
	height: 436px;
	border-color: rgb(136,136,136);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 21px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 21px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 21px;
	border-style: solid;
	/* Firefox v3.5+ */
	-moz-box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#80000000,Positive=true)";
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#80000000, Positive=true);
}
.text_album2 {
	height: 390px;
	color: #006;
	display: block;
	float: left;
	width: 187px;
	overflow: auto;
}
.text_album2_titlos a {
	padding-left: 7px;
	margin-left: 0px;
	margin-top: 5px;
	display: inline;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #006;
	text-align: left;/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
}
.text_album2_titlos a:hover {
	color: #00D;
}
.text_album2 a {
	background-color: #dfe2e7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	font-weight: bold;
	text-align: left;
	color: #006;
	line-height: 150%;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	display: inline;
	float: left;
	border: 1px solid #CCC;
}
.text_album2 a:hover {
	color: #00D;
}
.text_album2 a.selected {
	color: #00D;
}
.text_album2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	color: #000;
	line-height: 0%;
	margin-top: 8px;
	margin-bottom: 10px;
	padding-left: 100px;
	padding-right: 15px;
	display: block;
	float: left;
}
.neo {
	/* Firefox v3.6+ */
	background-image: -moz-linear-gradient(-20% 50% 0deg, rgb(255,255,255) 0%, rgb(255,255,255) 2%, rgb(231,237,237) 15%, rgb(219,227,227) 37%, rgb(183,199,199
) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(linear, -20% 50%, 111% 49%, color-stop(0, rgb(255,255,255)), color-stop(0.02, rgb(255,255,255)), color-stop(0.15, rgb(231,237,237)), color-stop(0.37, rgb(219,227,227)), color-stop(1, rgb(183,199,199
)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image: -webkit-linear-gradient(0deg, rgb(255,255,255) 0%, rgb(255,255,255) 2%, rgb(231,237,237) 15%, rgb(219,227,227) 37%, rgb(183,199,199
) 100%);
	/* Opera v11.10+ */
	background-image: -o-linear-gradient(0deg, rgb(255,255,255) 0%, rgb(255,255,255) 2%, rgb(231,237,237) 15%, rgb(219,227,227) 37%, rgb(183,199,199
) 100%);
	/* IE v10+ */
	background-image: -ms-linear-gradient(0deg, rgb(255,255,255) 0%, rgb(255,255,255) 2%, rgb(231,237,237) 15%, rgb(219,227,227) 37%, rgb(183,199,199) 100%);
	background-image: linear-gradient(0deg, rgb(255,255,255) 0%, rgb(255,255,255) 2%, rgb(231,237,237) 15%, rgb(219,227,227) 37%, rgb(183,199,199
) 100%);
	border-color: rgb(231,237,237);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 21px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 21px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 21px;
	border-style: solid;
	/* Firefox v3.5+ */
	-moz-box-shadow: 5px 5px 4px rgba(0,0,0,0.65);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 5px 5px 4px rgba(0,0,0,0.65);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 5px 5px 4px rgba(0,0,0,0.65);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffb7c7c7, GradientType=1)  progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#a5000000, Positive=true)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffb7c7c7, GradientType=1)  progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#a5000000, Positive=true);
}
.text_bar3_titlos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-left: 31px;
	margin-top: 1px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 167px;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow: 1px 1px 2px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a6110000,Positive=true)";
	zoom: 1;
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#a6110000, Positive=true);
}
.text_bar3_titlos_drastirio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-left: 20px;
	margin-top: 1px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 157px;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow: 1px 1px 2px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a6110000,Positive=true)";
	zoom: 1;
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#a6110000, Positive=true);
}
#contphoto1 {
	margin-left: 20px;
	margin-top: 3px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 195px;
	padding-top: 0px;
	height: 274px;
 //background-image: url("../Images/SiteImages/lef_bar_3.jpg");
	background-repeat: no-repeat;
}
html > body #contphoto1 {
 //height: auto;
 //min-height: 275px;
}
.text_bar4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding-bottom: 2px;
	padding-top: 13px;
	margin-left: 25px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow: 1px 1px 2px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a6110000,Positive=true)";
	zoom: 1;
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#a6110000, Positive=true);
}
#contphoto2 {
	margin-left: 20px;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 198px;
	padding-top: 0px;
	height: 259px;
}
html > body #contphoto2 {
	height: auto;
	min-height: 260px;
 //background-image: url("../Images/SiteImages/left_bar_4.jpg");
}
#colwrap4 {
	float: left;
	margin-left: 12px;
	margin-top: -10px;
	width: 790px;
}
#context_istoriko_news_fagito {
	margin-left:0px;	
	//margin-top: 8px;
	float: left;
	margin-bottom: 0;
	width: 760px;
	min-height:1130px;
	margin-top: 10px;
	//margin-left: 20px;
	margin-bottom:10px;
	padding-top: 0.8em;
	padding-left:20px;
	float: left;
	background-color:#EAEDF2;
	border-color: rgb(136,136,136);
	border-width: 1px;
	/* Firefox v1.0+ */
	-moz-border-radius: 21px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 21px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 21px;
	border-style: solid;
	/* Firefox v3.5+ */
	-moz-box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 5px 5px 4px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5,OffY=5,Color=#80000000,Positive=true)";
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#80000000, Positive=true);
}

#context_istoriko_news_fagito p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	text-indent:20px;
	color: #202020;
	line-height: 130%;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:15px;
	display:block;
	float:left;
}
#contmenugallerytext {
	margin-left: 0px;
	margin-top: -15px;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 790px;
	padding-top: 0px;
}
html > body #contmenugallerytext {
	height: auto;
}
#contalbum {
	margin-left:0px;
	margin-top: 1px;
	display: inline;
	float: left;
	margin-bottom:20px;
	background-color: #fff;
	width: 780px;
	padding-top: 0px;
	//margin-right: 20px;
	height: 1180px;
	overflow-y: scroll;
	overflow-x:hidden;
	border-bottom:#CCC solid 1px ;
}
#contalbum_vasi {
	width: 775px;
	min-height: 2px;
	margin-left: 0px;
	//margin-bottom:20px;
	border-top: solid thin #666;
}
#rect_menu {
	padding-left: 0px;
	padding-top: 11px;
	height: 52px;
	background-color: #fff;
}
#contgallery {
	margin-left: 0px;
	margin-top: 15px;
	//display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 779px;
	padding-top: 0px;
	height: 500px;
}

#contgallery table {
    /*width: 795px;
	font-size:15px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #666;
    padding:8px;*/
}
    #contgallery table td {
        /*padding-left: 5px;*/
    }
#contgallery1 {
	margin-left: 0px;
	margin-top: 15px;
	width: 789px;
	padding-top: 0px;
	
}
#contgallery1 p {
    position:absolute;
    /*top:38%;*/
    margin-top:38%;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 120%;
	display: block;
	width: 380px;
    background-color:rgba(0, 0, 0, 0.00);
    border-radius:25px;
	padding: 9px 15px 8px 17px;
    margin-left:27px;
	text-align: justify;
	float: left;
	margin-bottom: 0;
}
#contgallery2 {
	background-image: url("../Images/SiteImages/stathmos_a1.jpg");
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 15px;
	width: 789px;
	padding-top: 0px;
	height: 500px;
}

#contgallery2 p {
    position:absolute;
    top: 653px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 120%;
	display: block;
	width: 380px;
    background-color:rgba(0, 0, 0, 0.00);
    border-radius:25px;
	padding: 7px 15px 8px 15px;
    margin-left:27px;
	text-align: justify;
	float: left;
	margin-bottom: 0;
}
#contgallery_merimnas {
	margin-left: 0px;
	margin-top: 15px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-image: url("../Images/SiteImages/background_gallery.jpg");
	background-repeat: no-repeat;
	width: 789px;
	padding-top: 0px;
	height: 500px;
	font-size: 12px;
}
#contgallery_merimnas_drastirio {
	//margin-left: 20px;
	margin-top: 15px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-image: url("../Images/SiteImages/background_drastirio.jpg");
	background-repeat: no-repeat;
	width: 789px;
	padding-top: 0px;
	min-height: 580px;
	font-size: 12px;
}
#contgallery_merimnas_inform {
	//margin-left: 20px;
	margin-top: 15px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-image: url("../Images/SiteImages/background_inform.jpg");
	background-repeat: no-repeat;
	width: 789px;
	padding-top: 0px;
	min-height: 745px;
	font-size: 12px;
}
#contgallery_drastirio {
	width: 779px;
    margin-top:15px;
    margin-bottom:10px;
	padding-left: 0px;
    padding-bottom:20px;
	padding-right: 2px;
    font-size:13px;
    min-height: 580px;
	font-size: 12px;
    border:solid 1px;
    border-color:#999;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #666;
    overflow:auto;    
}
#contgallery_drastirio_weekmenu {
	width: 779px;
    margin-top:10px;
    margin-bottom:10px;
	padding-left: 0px;
    padding-bottom:20px;
	padding-right: 2px;
    font-size:13px;
     min-height: 480px;
	font-size: 12px;
    border:solid 1px;
    border-color:#999;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #666;
    overflow:auto;    
}
#contgallery_drastirio_double_text {
    /*background-image: url(/Images/SiteImages/text_cont_background_uper.jpg),url(/Images/Siteimages/text_cont_background_midle.jpg);
    background-repeat:no-repeat,repeat-y;*/
	width: auto;
    margin-top:15px;
    margin-bottom:20px;
	padding-left: 0px;
    padding-bottom:20px;
	padding-right: 2px;
    font-size:13px;
    min-height: 580px;
	font-size: 12px;
    border:solid 1px;
    border-color:#999;
    /*border-radius: 20px;
    box-shadow: 5px 5px 5px #666;*/
    overflow:auto;    
}
#contgallery_merimnas_map_sponsor {
	margin-left: 20px;
	margin-top: 15px;
	display: inline;
	float: left;
	margin-bottom: 0;
     background-image: url("../Images/SiteImages/map_merimnas1.jpg");
	background-repeat: no-repeat;
	width: 789px;
	padding-top: 0px;
	min-height: 500px;
 height: 500px;
	font-size: 12px;
}
#contgallery_merimnas_map {
	//margin-left: 20px;
	margin-top: 15px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-image: url("../Images/SiteImages/map_merimnas123.jpg");
	background-repeat: no-repeat;
	width: 789px;
	padding-top: 0px;
	min-height: 500px;
 //height: 500px;
	font-size: 12px;
}
#contgallery_map {
 //padding 100px 10px 20px 150px;
}
.map_titlos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding: 10px 20px 10px 65px;
	display: inline;
	float: left;
	margin-bottom: 0;
 //width: 167px;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow: 1px 1px 2px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a6110000,Positive=true)";
	zoom: 1;
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#a6110000, Positive=true);
}
.map_titlos_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #000;
	line-height: 100%;
	padding: 5px 0px 5px 65px;
	display: inline;
	float: left;
	margin-bottom: 0;
 //width: 167px;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow: 1px 1px 2px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a6110000,Positive=true)";
	zoom: 1;
 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#a6110000, Positive=true);
}
#contgallery_map h1 {
	font-size: 17px;
	font-weight: bold;
	padding-left: 80px;
	color: #036;
}
#contgallery_map h2 {
	font-size: 15px;
	font-weight: bold;
	padding-left: 70px;
	color: #036;
}
#contgallery_map h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 50px;
	color: #036;
}
html > body #contgallery {
	height: auto;
	min-height: 497px;
}
#conttext {
	margin-left: 0px;
	margin-top: 14px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 790px;
	padding-top: 0px;
	min-height: 642px;
	background-image: url("../Images/SiteImages/text_cont_background.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
}
#conttext p {
	text-align: justify;
}
#conttext_istoriko {
	margin-left: 0px;
	margin-top: 14px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 800px;
	padding-top: 0px;
	height: 1150px;
	background-image: url("../Images/SiteImages/text_cont_background_istoriko2.jpg");
	background-repeat: no-repeat;
}
#conttext_istoriko img {
	padding-top: 15px;
	padding-bottom: 15px;
}
#conttext_istoriko p {
	text-align: justify;
}
#conttext_vafidou {
	margin-left: 0px;
	margin-top: 14px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 800px;
	padding-top: 0px;
	height: 1150px;
	background-image: url("../Images/SiteImages/text_cont_background_istoriko2.jpg");
	background-repeat: no-repeat;
}
#conttext_laga {
	margin-left: 0px;
	margin-top: 14px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 800px;
	padding-top: 0px;
	height: 1200px;
	background-image: url("../Images/SiteImages/text_cont_background_laga.jpg");
	background-repeat: no-repeat;
}
#conttext_laga p {
	text-align: justify;
}
html > body #conttext {
	height: auto;
	min-height: 643px;
}
#colwrap8 {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 365px;
}
.text_titlos_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: justify;
	color: #202020;
	line-height: 120%;
	padding-bottom: 2px;
	padding-top: 10px;
	margin-left: 20px;
	margin-top: 9px;
	display: inline;
	float: left;
	margin-bottom: 0;
}
.text_titlos_left_vafidou {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: justify;
	color: #202020;
	line-height: 120%;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-left: 20px;
	margin-top: 9px;
	display: inline;
	float: left;
	margin-bottom: 0;
}
.text_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 135%;
	text-align: left;
	color: #202020;
	line-height: 150%;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 23px;
	margin-right: 30px;
	margin-top: 35px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 342px;
}
.text_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 135%;
	text-align: left;
	color: #1f1f1f;
	line-height: 150%;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-right: 20px;
 //margin-right: 20px;
	margin-top: 21px;
	display: inline;
	float: left;
	margin-bottom: 0;
 //width: 365px;
	margin-left: 48px;
}
.text_right p {
	width: 340px;
}
.text_left_sponsor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #202020;
	line-height: 150%;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 23px;
	margin-right: 30px;
	margin-top: 10px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 342px;
}
.text_right_sponsor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #1f1f1f;
	line-height: 149%;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-right: 0px;
    padding-left:25px;
	margin-top: 11px;
	display: block;
	float: left;
	margin-bottom: 0;
	width: 355px;
    margin-right:-20px;
	margin-left: -5px;
    border-left:solid 1px;
    border-color:darkgrey;
}
#cont_footer {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #fff;
	width: 1036px;
	padding-top: 0px;
	height: 106px;
	border-radius: 20px;
}
html > body #cont_footer {
	height: auto;
	min-height: 100px;
}
#contfooter {
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 18px;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 1014px;
	padding-top: 0px;
	height: 73px;
	background-image: url("../Images/SiteImages/footer_background.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
	color: #FFF;
}
html > body #contfooter {
	height: auto;
	min-height: 74px;
}
.text_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: justify;
	color: #fff;
	line-height: 120%;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 145px;
	margin-top: 24px;
	display: inline;
	float: left;
	margin-bottom: 0;
}
.nea_enime p a {
	margin-bottom: 0;
	text-decoration: none;
	text-shadow: 1px 1px #bbb;
	font-size: 100%;
	font-weight: 700;
	color: #000054;
	line-height: 170%;
}
.nea_enime p a:hover {
	display: block;
	color: #000;
	text-shadow: 0px 0px #bbb; /*σταματάμε τη σκιά*/
	background-color: #eee;
	border-radius: 5px 5px 5px 5px;
}
#main #wrapper #colwrap4 #contmenugallerytext #contgallery_merimnas p strong {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
}
#main #wrapper #colwrap4 #contmenugallerytext #contgallery_merimnas p {
	font-size: 100%;
}
#main #wrapper #colwrap4 #contmenugallerytext #contgallery_merimnas p {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	font-size: 120%;
}
#main #wrapper #colwrap4 #contmenugallerytext #contgallery_merimnas .text_titlos_left u {
	font-size: 120%;
}
#main #wrapper #colwrap4 #contmenugallerytext #contgallery_merimnas .text_titlos_left {
	font-size: 12px;
}
#drastirio {
	padding-left: 30px;
	font-family: verdana;
	font-size: 12px;
	padding-right: 40px;
}
#contgallery_drastirio p img {
	padding-left: 3px;
}
#main #wrapper #colwrap4 #contmenugallerytext #contgallery_merimnas_map #contgallery_map {
	padding-top: 350px;
	padding-left: 400px;
}
#main #wrapper #colwrap4 #contmenugallerytext #contgallery_merimnas_map_sponsor #contgallery_map_titlos table tr td {
	font-size: 12px;
}
iframe {
	overflow-x: hidden;
	overflow-y: scroll;
	border: 2px solid #ccc;
	-moz-border-radius: 25px;
	border-radius: 25px;
	box-shadow: 3px 3px 10px #333;
}
.hidden textarea{
   width:0px;
   height:0px;
}

.content1 {
	padding: 10px 0px;
}
.container1 .content1 h3 {
	background-color:#fff;
	margin-top:-5px;
	margin-bottom:-5px;
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
}

#gallerywrapper {
    background-color: #EAEDF2;
    border-radius: 5px;
    margin: 10px 12px 0px 2px;
	//margin-bottom:20px;
	padding-top:7px;
	padding-bottom:1px;
    padding-left:15px;
    /*padding-right:15px;*/
	//το 753  τακτοποιεί ακριβώς την gallery 
    width: 738px;
    font-size:13px;

}

#gallerywrapper p {
	display:block;
	width:720px;
	margin-left:0px;
	text-indent:hanging;
	line-height:140%;
	font-family:Verdana, Geneva, sans-serif;
    /*font-size:13px;*/
}
.somatio p{
    color:aqua;
}
