/*Jiggys
**************************/
.jiggy .title {

}

.jiggy .content {

}
/*Template 1-spaltig, Standard
**************************/
.oneColumn{
  
}
/*Template 2-spaltig / 3 Bilder
**************************/
.twoColumns .col1{
  float: left;
  width: 451px;
  margin: 0 14px 0 0;
}
.twoColumns .trenner{
  float: left;
  height: 255px;
  width: 0px;
  border-right:1px dotted #c8d200;
  margin: 17px 0 0 0;
}
.twoColumns .col2{
  float: left;
  width: 180px;
  margin: 0 0 0 15px;
}
/* Artikel Standard
**************************/
.article{
  margin: 0 0 25px 0;
}
.article .image{
  float: left;
  margin: 0 40px 0 0px;
  padding: 0 0 0 10px;
}
.article .text{
  float: left;
  width: 455px;
}
.col1 .article .text{
  width: 245px;
}
/* Forms allgemein
************************************/
.row {
  clear:both;
  margin:0 0 5px 0;
}
label {
  font-size:11px;
}
label.indent {
  display:block;
  width:80px;
  float:left;
}
label.block {
  display:block;
}
input.text,
textarea {
  border:solid #9EA523 1px;
  font-size: 11px;
  width:200px;
  padding:3px;
}
input.text:focus,
textarea:focus {
  border:solid #000 1px;
}
input.text:hover,
textarea:hover{
   border: 1px solid #C8D200;
}
input.button {
  background: #9EA523;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 11px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
input.button:hover{
  background: #C8D200;
  color: #000;
}
/* Kontakt-Form
************************************/
.contactForm{
  margin: 20px 0;
}
.contactForm legend{
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.contactForm fieldset{
  border: none;
  padding: 10px 0 0 0;
}
form .row {
  clear:both;
  margin:0 0 5px 0;
}
.contactForm label{
  display: block;
}
.contactForm input.text,
.contactForm textarea{
  width: 75%;
}
.sendmail_emptyfield1 input,
.sendmail_emptyfield1 textarea {
  border:solid #f00 1px;
}
.sendmail_emptyfield1 label {
  color:#f00;
}
.contactForm input.button{
  margin: 10px 0 0 0;
}
.contactForm .email{
  display: none;
}
.contactForm .check{
  float: left;
  margin: 2px 5px 0 0;
}
