/* Global styles
----------------------------------------*/

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

body {
  font-size: 13px;
  font-family: "trebuchet MS", sans-serif;
  text-align: justify;
  color: #123;
  background: #ffc;
}

a {
  color: #444;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #f00;
  text-decoration: underline;
}

#title {
  font-weight: bold;
  text-align: left;
  font-size: 2.5em;
  margin-bottom: 1.25em;
  background: #eec;
}

.subtitle {
  font-weight: normal;
  font-size: .5em;
  line-height: 1.5em;
}

.surtitle {
  font-weight: normal;
  font-size: .5em;
  line-height: 1.5em;
}

#navig {
  position: absolute;
  top: 8em;
  left: 0px;
  width: 12em;
  padding: 1em;
  color: #333;
}

.navpage {
  text-align: center;
  border-bottom: solid 1px #333;
  background: #eec;
  width: 12em;
}

.topnavpage {
  border-top: solid 1px #333;
}
.navpage a {
  color: #444;
  font-weight: bold;
  line-height: 2em;
  text-decoration: none;
  display: block;
}

.navpage a:hover {
  background: #333;
  color: #ffc;
  text-decoration: none;
}

#innerMainPart {
  padding: 15px 15px 35px 15em;
}

#mainPart {
  width: 900px;
  max-width: 100%;
}

.block {
  font-size: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.indent {
  padding-left: 2em;
}

#submit {
  background: #cca;
  border: solid 2px #333;
  width: 8em;
  margin: auto;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

#submit a {
  color: red;
  text-decoration: none;
  display: block;
}

#submit a:hover {
  color: #cca;
  background: red;
  text-decoration: none;
}

.box {
  font-size: 1.1em;
  border: solid 2px #333;
  background: #cca;
  width: 22em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.box .fat {
  font-weight: bold;
}

.centered {
  font-size: 1.25em;
  text-align: center;
}

.centered .fat {
  font-weight: bold;
}

.important {
  font-weight: bold;
  color: red;
}

.important a {
  color: red;
}

.important a:hover {
  color: #000;
}

ul {
  list-style-position: inside;
}

ul a {
  color: #644;
  text-decoration: none;
}

#lastmodif {
  margin-left: 18.75em;
  font-size: .8em;
}

.paper {
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.papertitle {
  font-weight: bold
}

.paperauthors {
}
