body {
  font:15px Georgia, "Times New Roman", Times, serif;
}
a {
  color: #9a0000;
}
a:hover {
  color: #aaaaaa;
}


#main_center {
  width: 650px;
  align: center;
  margin: 0 auto;
} 


#form_login form {
  width:350px;
   height:162px;
   background:url(img/formarea.jpg) 0 100% no-repeat;
   padding:0px;
   margin:30px 0 50px 30px;
}
form h2 {
  display:block;
   width:310px;
   height:45px;
   background:url(img/formtop.gif) 0 0 no-repeat #F9F9F9;
   color:#fff;
   font:20px/44px Georgia, "Times New Roman", Times, serif;
   margin:0;
   padding:0 0 0 40px;
}
form p {
  text-align:right;
   margin:0;
}
input {
  width:165px;
   height:18px;
   margin:0 30px 10px 20px;
}
input.paddingtop {
  margin-top:16px;
}
select {
  width:165px;
   height:18px;
   margin:0 30px 10px 20px;
}
input.button {
  width:120px;
  height:25px;
  display:block;
  background: 0 0 no-repeat #EBEBEB;
  border:none;
   color:#9a0000;
  font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin:0 0 0 195px;
  text-align:right;
}



#form_register form {
  width:350px;
   height:198px;
   background:url(img/formareareg.jpg) 0 100% no-repeat;
   padding:0px;
   margin:30px 0 50px 30px;
}



#form_termin form {
  width:350px;
   height:300px;
   background:url(img/formareareg.jpg) 0 100% no-repeat;
   padding:0px;
   margin:30px 0 50px 30px;
}



h3.month {
  font-size: 20px;
  margin-top: 50px;
  border-top: #eeeeee solid 2px;
}
p.timeline {
  font-size: 18px;
  margin: 25px 0 0 25px;
}
p.reminder {
  font-size: 12px;
  margin: 5px 0 0 35px;
  color: #888888;
}
p.description {
  font-size: 14px;
  margin: 5px 0 0 35px;
}
.ics {
  font-family: courier;
  text-decoration: none;
}



#footer {
  border-bottom: #eeeeee solid 2px;
  margin-top: 100px;
}
p.footer {
  color:#bbbbbb;
  margin: 20px;
}
a.footer {
  color: #aaaaaa;
}
a.footer:hover {
  color: #9a0000;
}