/** CSS RESET**/

ul,li
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body,h1,h2,h3,h4 
{
  margin: 0;
  padding: 0;
}


/** Typo **/

body 
{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

h2 
{
  font-size: 21px;
  font-weight: bold;
  color:#FFF;
  text-shadow: #000 1px 1px 1px;

}

label
{
  font-weight: bold;
}


.mini
{
  font-size: 12px;
}

.error
{
  color: red;
  font-weight: bold;
}


table td,
table th 
{
  font-size: 13px;
}

table th
{
  color: #FFF;
}


#wrapper 
{
  width: 787px;
  margin: 0 auto;
  position: relative;  
}

h1#header
{
  width: 700px;
  height: 476px;
  background: url(../img/grafik/banner.jpg) no-repeat;
  text-indent: -9999px;
}

#linkPetition, #linkSteffi {
  display: block;
  position: absolute;
  text-indent: -9999px;
}

#linkPetition
{
  width: 243px;
  height: 155px;
  background: url(../img/grafik/buttonepetition.jpg) no-repeat;
  left: 80px;
  top: 420px;
}

#linkSteffi
{
  width: 245px;
  height: 164px;
  background: url(../img/grafik/buttonerststimme.jpg) no-repeat;
  left: 380px;
  top: 411px;
}

#contentblock1
{
  margin-top: 130px;
}

.block {
  margin: 0 0 50px 0;
  position: relative;
  width: 634px;
  padding: 15px;
  border: 18px solid #25408d;
  border-top-width: 40px;
}

.block h2
{
  position: absolute;
  top: -28px;
}

label
{
  display: block;
  margin-top: 8px;
}

input,select
{
  width: 70%;
}

input.checkbox
{
  width: auto;
}


#feKuerzen input.checkbox
{
  margin-top:10px;
}

fieldset
{
  margin-top: 20px;
}

table
{
  width: 100%;
}

table th
{
  background-color: #CC0000;
  padding: 2px 6px;
  cursor: pointer;
}

table tr td 
{
  border-bottom: 1px solid #EEE;
}


