/* CSS Document fuer den Ehrenamt Bereich */

td.ehrenamt {
  color:            #1D57A7;
  font:             10px verdana,arial,sans;
  margin:           0px;
}

.ea_headline {
  font-size:        14px;
  font-weight:       bold;
}

hr {
  border:           0;
  width:            80%;
}

td.forum_caption {
  background-color: #034ea2;
  font-size:        12px;
  color:            #ffffff;
  font-weight:      bold;
}

td.forum_post {
  background-color: #d3e2f0;
  font-size:        11px;
  color:            #034ea2;
  font-weight:      normal;
  font-family:      Courier,sans serif;
}

td.forum_body {
  background-color: #d3e2f0;
  font-size:        12px;
  color:            #034ea2;
  font-weight:      normal;
}

input.ehrenamt {
  background-color: #f3f3ef;
  border:           1px solid #00509f;
  color:            #00509f;
  font-weight:      normal;
  font-size:        10px;
  font-family:      Verdana,sans serif;
  padding:          2px;
  width:            400px;
}

textarea.ehrenamt {
  background-color: #f3f3ef;
  border:           1px solid #00509f;
  color:            #00509f;
  font-weight:      normal;
  font-size:        10px;
  font-family:      Verdana,sans serif;
  padding:          2px;
  width:            400px;
}

input.details {
  border:           1px solid #00509f;
  color:            #00509f;
  font-size:        10px;
  font-family:      Verdana,sans serif;
  font-weight:      normal;
  padding:          2px;
  width:            20px;
}

select.details {
  border:           1px solid #d8e7fe; 
  color:            #00509f; 
  font-size:        10px;
  font-family:      Verdana,sans serif;
  font-weight:      normal;
  padding:          2px;
  width:            120px;
}

input.suche {
  border:           1px solid #00509f; 
  color:            #00509f; 
  font-size:        10px; 
  font-family:      Verdana,sans serif; 
  font-weight:      normal;
  padding:          2px;
  width:            120px;
}

select.suche {
  border:           1px solid #d8e7fe;
  color:            #00509f;
  font-size:        10px; 
  font-family:      Verdana,sans serif;
  font-weight:      normal;
  padding:          2px;
  width:            120px;
}

input.login {
  background-color: #ffffff;
  border:           1px solid #00509f;
  color:            #00509f;
  font-size:        10px;
  font-family:      Verdana,sans serif;
  font-weight:      normal;
  padding:          2px;
  width:            120px;
}

input.daten {
  background-color: #ffffff;
  border:           1px solid #00509f;
  color:            #00509f;
  font-size:        10px;
  font-family:      Verdana,sans serif;
  font-weight:      normal;
  padding:          2px;
  width:            120px;
}

hr.ehrenamt {
  background-color: #d8e7fe;
  color:            #d8e7fe;
  height:           1px;
}

.linie_links {
  border-left:      #d8e7fe 1px solid;
  padding:          10px;
}


a.forum:link, a.forum:visited {
  color:            #EEEEEE;
  text-decoration:none;
  font-weight:      normal;
  font-size:        11px;
}

a.forum:hover {
  color:            #FFFFFF;
  text-decoration:  underline;
  font-weight:      normal;
  font-size:        11px;
}

.ea_download_1 {
  background-color: #cbc9c9;
  padding-top:    4px;
  padding-bottom: 0px;
}

.ea_download_2 {
/*  background-color: #8baed8;*/
  background-color: #d3e2f0;
  padding-top: 4px;
  padding-bottom: 0px;
}


