/**
* CSS
* 

*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Courier New;
	color: #ffffff;
	background: #000000;
	background-position: 0 0 0 0;
	background-repeat: no;

}

body.section-1 {
background-repeat: no;
background-position: 0 0; }
body.section-2 { 
background-repeat: no;
background-position: 0 0;}
body.section-3 {
background-repeat: no;
background-position: 0 0; }


a:link {
	text-decoration: none;
	font-family: Courier New;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
}
a:active {
	text-decoration: none;
	font-family: Courier New;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
}
a:visited {
	text-decoration: none;
	font-family: Courier New;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 6px;
}
a:hover {
	text-decoration: none;
	font-family: Courier New;
font-weight: bold;
	font-size: 13px;
	color: #F1DFA1;
	text-indent: 6px;
	
}


a img { border: none; }

#menu {
	width: 165px;
	overflow: visible;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	margin-left: 30px;
	background-image: url(http://www.sovaro-asteio.gr/files/gimgs/admsa.png);
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D2D2D2;
	border-left-color: #D2D2D2;
}

#menu ul {
	list-style: square;
	margin: 0 0 0px 0;
	padding-left: 15px;
 	background-image:url(http://www.sovaro-asteio.gr/backmenu.png); 
	background-repeat:repeat;
	

	}
	
	#menu li {
	list-style: square;
	margin: 0 0 0px 0;
	padding-left: 15px;
	

	}

#menu ul li.section-title {
	font-family: Georgia;
	font-size: 17px;
        font-weight: none;
	color: #ffffff;
	margin: 30px 0 7px 0;
	padding-left: 0px;
	font-weight: strong;
	
}

#content {
    height: 100%;
    margin: 0 0 0 225px;
    top: 0;
}

.container {
	padding-top: 30px;
	padding-right: 1px;
	padding-bottom: 25px;
	padding-left: 0px;

}

#content p {
	width: 90%;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 5px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0;  }
#img-container p	{ width: 100px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#content div.container p fecha{
	font-family: Courier New;
	font-size: 9px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: normal;
}
