/* 
#90B5E4 - hell
#739DD4
#638BC0
#4974AC
#395983 - dunkel

#BE291C - rot
*/

*{
  padding: 0;
  margin: 0;
}

html{
  background: #F0F0F0;
  color: #444;
  font: 100.1% Georgia, Times, "Times New Roman", serif;
}

#Countdown{
  position: absolute; 
  top: 45px;
  left: 50px;
  background: transparent;
  color: #BE291C;
  font-size: 0.8em;
  width: 158px;
  padding: 5px;
  border: 1px solid #BE291C;
}

#Box{
  background: #FFF;
  margin: 10px 30px;
  border: 1px solid #CCC;
}

#Titel{
  margin: 0px 40px 0px 220px;
  padding-top: 10px;
}

#Titel h1{
  color: #4974AC;
  font-size: 2.5em;
}

#Titel h2{
  color: #90B5E4;
  font: 1.5em Georgia, Times, "Times New Roman", serif;
  margin: -5px auto 5px 60px;
}

#Inhalt{
  min-height: 500px;
  font-size: 0.8em;
  margin: 30px 40px 20px 230px;
  padding-top: 20px;
  border-top: 5px solid #BE291C;
}

#Inhalt h3{
  color: #395983;
  font-size: 2em;
  text-align: left;
  text-decoration: none;
  margin: 10px 0px 10px;
}

#Inhalt h3 a{
  color: #395983;
}

#Inhalt h4{
  color: #BE291C;
  font: 1.2em Verdana, sans-serif;
  text-decoration: none;
  margin: 0px 0px 10px;
  font-weight: bold;
}

#Inhalt a{
  color: #739DD4;
  text-decoration: none;
}

#Inhalt a:hover{
  color: #638BC0;
  border-bottom: 1px solid #739DD4;
}

#Inhalt p{
  line-height: 18px;
  margin-bottom: 15px;
}

#Inhalt strong{
  font-weight: bold;
}

#Inhalt em{
  font-weight: italic;
}

#Inhalt img{
  margin: 0px auto;
}

#Inhalt table{
  background: #4974AC;
  color: #FFF;
  line-height: 18px;
  padding: 10px;
  margin: 0px auto 15px;
}

#Inhalt td{
  padding: 0px 5px;
}

#Inhalt tr{
  margin: 10px 0px;
}

#Inhalt ul{
  line-height: 18px;
  list-style: square;
  margin: 0px 0px 15px 25px;
}

#Inhalt li{
  margin-bottom: 5px;
}

#Copyright{
  clear: left;
  height: 100px;
  color: #999;
  padding: 10px 10px;
  margin: 60px 0px 0px 0px;
  font-size: 0.8em;
  line-height: 20px;
  border-top: 1px solid #CCC;
}

#Copyright a{
  color: #739DD4;
  text-decoration: none;
}

#Copyright a:hover{
  color: #638BC0;
  border-bottom: 1px dotted #999;
}

#Copyright p{
  margin: -102px auto auto 110px;
}

#Copyright form{
  float: right;
  margin-top: -100px;
}

#Logo{
  width: 100px;
  border: none;
}

#Navigation{
  float: left;
  width: 180px;
  font-size: 0.9em;
  padding: 0px 10px 13px;
  margin: 50px auto 20px;
}

#Navigation ul{
  list-style: none;
}

#Navigation h4{
  color: #4974AC;
  font-size: 1.1em;
  margin: 15px 0px 5px;
  border-bottom: 1px dotted #395983;
}

#Navigation li a{
  display: block;
  width: 150px;
  height: 16px;
  color: #222;
  padding: 2px 10px;
  text-decoration: none;
}

#Navigation li a:hover{
  color: #BE291C;
  text-decoration: none;
  border-left: 30px solid #BE291C;
  margin-left: -40px;
  padding-left: 20px;
}

input{
  background: #FFF;
  color: #739DD4;
  padding: 1px;
  margin: 2px 0px;
  border: 1px solid #638BC0;
}

textarea{
  padding: 1px;
  margin: 2px 0px;
  border: 1px solid #739DD4;
}

.comment-number{
  font: 2em Georgia, Times, "Times New Roman", serif;
  margin: 0px 0px 0px -25px;
}