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

body {
  background-color: #4f4f4f;
  font-family: 'Arial', 'sans serif';
  font-size: 1em;
  color: #333333;
}

#title{
  background-color: black;
}

#title_left{
  width: 30em;
  height: 200px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center right;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  float: left;
}

#title_string{
  color: #49708a;
  font-family: sans;
  margin-top: 1.5em;
  margin-left: 1.5em;
  font-size: 2.5em;
}

#title_right{
  width: 30em;
  height: 200px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center 20px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  float: right;
}

#title_language {
    position: absolute;
    background-color: black;
    text-align: right;
    width: 29em;
    color: white;
    word-spacing: 0.5em;
    margin-top: 0.5em;
    font-weight: bold;
}
#title_language a {
    color: white;
}

.green {
  color: #caff42;
}
.blue {
  color: #49708a;
}

.low {
  top: 0.2em;
  position:relative;
}

.subtitle {
  font-size: 20px;
  letter-spacing: 0em;
  color: #2c4353;
}

#body {
  background-color: white;
  width: 60em;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin-top: 1em;
  margin-bottom: 1em;

}

#content {
  padding: 3em;
  margin-top: 1em;
  clear: both;
  padding-top: 1em;
  padding-bottom: 1em;
}

#header {
  display: none;
}

.floatright {
  float: right;
  clear: both;
  margin: 1em 0em 1em 1em;
  padding: 1em 1em 1em 1em;
  width: 10em;
  background-color: #ffeebb;
  border: 1px solid #ff5500;
  list-style-type: none;
  -moz-border-radius: 10px;
  -moz-border-radius-topright: 0px;
}

.floatleft {
  float: left;
  clear: both;
  margin: 1em 1em 1em -1em;
  padding: 1em 1em 1em 1em;
  width: 10em;
  background-color: #ffeebb;
  border: 1px solid #ff5500;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0px;
}

.floatcenter {
  margin-top: 2em;
  margin-bottom: 0em;
  margin-left: auto;
  margin-right: auto;
  width: 30em;
  padding: 1em 1em 1em 1em;
  text-align:center; 
  background-color: #EFEFEF;
  border: 1px solid #CFCFCF;
}

#content blockquote, ul, p{
  padding-left: 2em;
}

#content li{
  padding-bottom: 0.2em;
}

p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-left: 1em;
}

p, dd, dt, blockquote {
  color: #333333;
}

h1 {
  font-family: 'Georgia', serif;
  margin-top: 1em;
  margin-bottom: 0.4em;
  font-size: 2em;
}

h2 {
  font-family: 'Georgia', serif;
  font-size: 1.4em;
  margin-top: 1em;
}


h3 {
  font-family: 'Georgia', serif;
  margin-top: 1em;
  font-size: 1em;
}

h4 {
  font-family: 'Georgia', serif;
  margin-top: 1em;
  font-size: 1em;
}

a img{
  border:0em;
}

a, a:link {
  color: #0000AA;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

#navlist ul {
  padding-left: 0;
  margin-left: 0;
  background-color: black;
  background-image: url(img/degrade.png);
  background-repeat: repeat-x;
  color: white;
  float: left;
  width: 100%;
}

#navlist ul li {
  display: inline;
}

#navlist ul li a {
  padding: 0.75em 0.75em;
  background-color: black;
  color: white;
  background-image: url(img/degrade.png);
  background-repeat: repeat-x;
  text-decoration: none;
  float: left;
  font-size: 0.9em;
}

#navlist ul li a.home {
  padding-left: 7em;
}

#navlist ul li a:hover {
  background-image: url(img/degradeinv.png);
  background-repeat: repeat-x;
}

#navlist ul li a.active {
  background-image: url(img/degradeinv.png);
  background-repeat: repeat-x;
}

#footer {
  text-align: center;
  color: black;
  padding: 2em;
  padding-top: 8em;
  clear: both;
  font-size: 0.6em;
}

#rss {
  position: relative;
  top: -1em;
  float: right;
  color: black;
  background-color: transparent;
  font-size: 1em;
}

