/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #7f7f7f; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #7f7f7f; }
a:hover { text-decoration: underline; }

a img { margin-left: 4px; margin-bottom: -5px; margin-right: 0px; margin-top: -10px; border: none; }

#menu {
    width: 195px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    padding-left: 25px;
    padding-top: 0px;
    height: 100%;
	background-color: #fff;
	background-image: url(http://www.dimiourgikakimata.gr/images/bgcolorbar.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0;
}

#menu ul {
	list-style: none;
	margin: 20px 0 15px 10px;
}

#menu ul li.section-title { background-color: #fff200; color: black; font-size: 11.5px; }

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

.container {
    padding: 0px 5px 25px 10px;
}

#content p { width: 400px; margin-bottom: 20px; margin-top: 25px; }

#content p .title {
	font-size: 16px;
	font-weight:bold;
	color: #2f292b;
	}
	
#content span .title {margin-bottom: 5px;}	

p {
    margin: 0 0 0px 0;
}

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

h3 { font-size: 16px; }
#img-container	{ margin: 0px; padding: 0; }
#img-container p	{ margin-left: 0px; margin-bottom: 0; margin-right: 0; margin-top: 0; width: 400px; padding: 20px 0 12px 0; }

#once { clear: left; }
