body {
  color: black;
  background-color: white;

  /* Πλαίσιο γύρω από τη σελίδα */
  margin: 0;
  padding: 0;
  border-width: 0em 2em 2em;
  border-color: #FFA858; /* ανοιχτό πορτοκαλί */
  border-style: solid;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

div > p:first-child {
  font-size: 1.2em;
  font-weight: bold;
}

div.header {
  background-color: #0000C0; /* σκούρο μπλε */
  padding: 0.1em 1em;
  color: white;
}

div.header p.title {
  margin: 0;
  padding-top: 0.5em;
  font-size: 2em;
}

div.header p.subtitle {
  margin: 0;
  padding-bottom: 1em;
  font-size: 1em;
}

div.menu {
  float: left;
  width: 25%;
  margin-top: 0.5em;
  padding: 0;
}

div.menu p.menu-title {
  background: #0000C0;
  margin: 0 0.5em 0;
  padding: 0.3em;
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  border-bottom: thin solid white;
}

div.menu ul {
  list-style: none;
  margin: 0 0.5em 2em 0.5em;
  padding: 0;
  font-weight: normal;
}

div.menu ul li {
  display: block;
  border-bottom: thin solid white;
}

div.menu ul li a {
  display: block;
  background-color: #FFA858; /* ανοιχτό πορτοκαλί */
  border-left: 1em solid #0000C0;
  padding: 0.2em 0.5em;
  margin: 0;
  color: black;
  text-decoration: none;
}

div.menu ul li a:hover {
  color: white;
  /* Αντιστροφή των χρωμάτων */
  background-color: #0000C0;
  border-left-color: #FFA858; /* ανοιχτό πορτοκαλί */
  text-decoration: none;
}

div.menu ul li a.current {
  color: white;
  background-color: #0000C0;
  border-left-color: #FFA858; /* ανοιχτό πορτοκαλί */
}

/* ΙΕ 6.0 */
div.periexomena {
  padding-left: 0%; /* Η σειρά παίζει ρόλο! */
  width: 100%;
}

/* Όλοι οι άλλοι περιηγητές */
html>body div.periexomena {
  width: 75%;
  padding-left: 25%; /* το ίδιο με το πλάτος (width) του μενού */
}

div.periexomena span.quote {
  font-style: italic;
}

div.periexomena div.quote {
  font-style: italic;
}

div.quote > p:first-child {
  font-size: 1em;
  font-weight: normal;
}

/* ΙΕ 6.0 */
div.xartis img {
  padding-left: 0%; /* Η σειρά παίζει ρόλο! */
  width: 100%;
}

/* Όλοι οι άλλοι περιηγητές */
html>body div.xartis img {
  padding-left: 0%;
  max-width: 100%;
}

div.nea ul {
  padding-right: 0.3em;
  list-style-type: disc;
  list-style-image: url(../_themes/pixel/apixbul1.gif);
}

html>body div.nea ul {
  margin: 0;
  padding-right: 0.3em;
  list-style-type: disc;
  list-style-image: url(../_themes/pixel/apixbul1.gif);
}

div.nea li {
  margin: 0;
  padding-bottom: 0.7em;
}

.syggrafeas {
  font-weight: bold;
  font-size: 1.1em;
  text-align: right;
  margin: 0;
  padding: 1em 0;
}

dl {
  clear: both;
}

dt {
  float: left;
  text-align: left;
  font-weight: bold;
  margin:0;
  padding: 0.5em 0;
}

dd {
  text-align: left;
  margin:0;
  padding: 0.5em 0;
}

.bibliographia dt {
  width: 25%;
  border-top: thin solid black;
}

.bibliographia dd {
  width: 75%;
  padding-left: 25%;
  border-top: thin solid black;
  padding-bottom: 2em;
}

.simeioseis dt {
  width: 10%;
}

.simeioseis dd {
  width: 90%;
  padding-left: 10%;
}

div.yposelido {
  clear: both;
  background-color: #0000C0; /* σκούρο μπλε */
  padding: 0.5em;
  font-size: 0.9em;
  color: white;
}

div.yposelido a {
  color: yellow;
}

div.yposelido div.email {
  float: left;
  text-align: left;
}

div.yposelido div.enimerosi {
  text-align: right;
}

table.sig {
  /*font-size: large;*/
  vertical-align: top;
  width: 100%;
  text-align: center;
}

th.sig {
  padding-bottom: 5%
}

td.sig {
  padding-bottom: 5%
}

/*
 * vim: tw=80 sw=2 sts=2
 */


