/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++ STYLESHEET +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html {
  font-family: Verdana;
}

body {
  background: #FFFFFF;
  padding: 0px;
  margin: 0px;
  
  padding-bottom: 50px;
}

img { border: 0px; }

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++ PAGE +++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#page {
  width: 955px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++ HEADER ++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {
  width: 900px;
}

#newsticker {
  padding-left: 53px;
  width: 847px;
  
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++ NAVIGATION ++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#navigation {
  padding: 0 0 0 0;
  margin-bottom: 0;
  
  padding-left: 10px;
}

#navigation ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
}

#navigation li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#navigation li a {
  display: block;
  height: 14px;
  
  margin-top: 4px;
  
  text-decoration: none;
  font-size: 12px;
  color: #4E4E4E;
}

#navigation li a:hover {
  text-decoration: underline;
  color: #2958DA;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++ CONTENT +++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#contentpart {
  width: 857px;
  
  margin-left: 43px;
  
  background: url(images/con_bg.jpg);
}

#con_top {
  width: 857px;
  height: 14px;
  
  background: url(images/con_top.jpg);
}

#left {
  float: left;
  width: 170px;
  
  margin-left: 8px;
}

#left .headline {
  height: 17px;
  
  background: #E5E5E5;
  
  padding-top: 2px;
  padding-left: 10px;
  
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #4E4E4E;
}

#left .content {
  padding-top: 5px;
  
  text-align: center;
  
  font-size: 12px;
  color: #4E4E4E;
}

#content {
  float: right;
  width: 615px;
  
  padding-right: 40px; 
  
  font-size: 12px;
  color: #4E4E4E;
}

#content h1 {
  font-size: 13px;
}

#con_bottom {
  width: 857px;
  height: 29px;
  
  background: url(images/con_bottom.jpg);
}

.aktlinks a {
  display: block;
  width: 300px;
  
  background: #73C7EE;
  
  padding-top: 10px;
  padding-bottom: 10px;
  
  margin-top: 15px;
  
  border: 2px solid #FFFFFF;
  
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #222222;
}

.aktlinks a:hover {
  background: #1A79E5;
  color: #FFFFFF;
}

.aktbutton {
  width: 300px;
  
  background: #CBEBF9;
  
  padding-top: 10px;
  padding-bottom: 10px;
  
  margin-top: 15px;
  
  border: 2px solid #FFFFFF;
  
  text-align: center;
  font-weight: bold;
  color: #222222;
}


.daenischerbanner {
  display: block;
  width: 142px;
  height: 170px;
  
  background: url(images/banner_daenischer_kinderlad.gif);
}

.daenischerbanner:hover {
  background: url(images/banner_daenischer_hover.gif);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ TERMINE ++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.termine {
  width: 100%;
}

.termine td {
  height: 25px;

  border-bottom: 2px solid #E5E5E5;
  
  padding-left: 5px;
  
  background: #73C7EE;
  color: #2A2A2A;
}

.termine tr {

}

.termine .nobg {
  border: none;
  background: none;
  color: #4E4E4E;
}

.termine a {
  display: block;
  width: 70px;
  
  background: #D4EFFB;
  
  padding-top: 2px;
  padding-bottom: 2px;
  
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  color: #343434;
}

.termine a:hover {
  background: #FFFFFF;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++ ABSTIMMEN +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.thumbnail {
  width: 130px;
  
  margin: 7px;
  
  border: 2px solid #343434;
}

.alertbox {
  padding: 15px;
  
  margin-bottom: 25px;
  
  border: 2px solid #343434;
}

.link_bestaetigung {
  display: block;
  width: 60px;
  
  background: #0E9CF2;
  
  border: 2px solid white;
  
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: white;
}

.link_bestaetigung:hover {
  text-decoration: underline;
  border: 2px solid #343434;
}

.aktionsuebersicht a {
  display: block;
  width: 250px;
  
  text-decoration: none;
  
  padding-top: 3px;
  padding-left: 20px;
  padding-bottom: 3px;
  
  border-left: 4px solid #343434;
  
  background: #1A79E5;
  
  color: white;
}

.aktionsuebersicht a:hover {
  background: #2757DF; 
}

.abstimm_button {
  color: #343434;
  font-family: Verdana;
  
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;
  
  border: 1px solid #343434;
}

.abstimm_input {
  width: 160px;
  
  padding-top: 1px;
  padding-bottom: 1px;
  
  border: 1px solid #343434;
  
  font-size: 12px;
  font-family: Verdana;
  color: #343434;
}