.jiggy {
  margin:0 0 20px 0;
  font-size:11px;
  clear:both;
}
.jiggy h4 {
  background:#E4E4E4;
  border:solid #C9C9C9 1px;
  line-height:20px;
  padding:0 9px;
  margin:0 0 10px 0;
}
.jiggy .image {
  width:50px;
  float:left;
  margin:0 10px 5px 0;
}
.jiggy .content {
  padding:0 10px;
}

/* Galerie
*************************/
.gallery-thumbs {
  background:#ddd;
  padding:10px;
  height:35px;
  overflow:hidden;
}
.gallery-thumbs .gallery-thumb {
  float:left;
  width:35px;
  height:35px;
  margin:0 5px 5px 0;
}
.gallery-thumbs .gallery-thumb a img {
  border:solid #ddd 1px;
}
.gallery-thumbs .gallery-thumb a:hover img {
  border:solid #fff 1px;
}
.gallery-thumbs .flexboxhidden {
  display:none;
}

/* Imagebox
*************************/
dl.imagebox {
  margin:0 0 10px 10px;
  padding:0;
  width:160px;
  float:right;
}
dl.imagebox dt {
  margin:0;
  padding:0;
}
dl.imagebox dt img {
  border:solid #ccc 1px;
}

/* Videos
*************************/
#player {
  width:440px;
  height:354px;
  display:block;
  margin:0 0 20px 0;
  background:#e4e4e4 url(/assets/flowplayer/play.png) 50% 50% no-repeat;
}

/* 2-spaltig
*************************/
.two-columns .col-1 {
  width:210px;
  margin:0 20px 0 0;
  float:left;
}
.two-columns .col-2 {
  width:210px;
  float:left;
}

/* 2-spaltig (2/1)
*************************/
.two-columns-21 .col-1 {
  width:255px;
  margin:0 10px 0 0;
  float:left;
}
.two-columns-21 .col-2 {
  width:175px;
  float:left;
}
/* 2-spaltig (1/2)
*************************/
.two-columns-12 .col-1 {
  width:175px;
  margin:0 10px 0 0;
  float:left;
}
.two-columns-12 .col-2 {
  width:225px;
  float:left;
}

/* Artikel, Standard
*************************/
.article {
  clear:both;
  border-top:dotted #ccc 1px;
  padding:15px 0 5px 0;
}
.article .image {
  float:left;
  width:100px;
  margin:0 10px 5px 0;
  padding:1px;
  border:solid #ccc 1px;
}
.article .date,
.article-detail .date {
  font-weight:bold;
}
.article .intro-heading {
  font-weight:bold;
  margin:0;
  color:#003B6A;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article p {
  margin:0 0 8px 0;
}
.more {
  text-align:right;
}
.back {
  clear:both;
  border-top:dotted #ccc 1px;
  padding:10px 0 0 0;
}
.more a,
.back a {
  background:#D5E5F4;
  padding:2px 4px;
  color:#003B6A;
}

.article-detail h1 {
  font-size:14px;
}
.article-detail .intro {
  font-style:italic;
}
.article-detail .imagebox {
  float:right;
  margin:0 0 5px 10px;
}

.pagenavig {
  text-align:right;
}
.pagenavig a.a1 {
  font-weight:bold;
  border:solid #ccc 1px;
  padding:0 3px;
}

/* Imagebox
*************************/
.imagebox {
  margin:0 0 15px 0;
  padding:0;
}
.imagebox dt {
  margin:0;
  padding:0;
  border:solid #fff 1px;
  line-height:0;
}
.imagebox dt img {
  display:block;
}
.imagebox dd {
  margin:0;
  padding:0;
  font-size:11px;
  color:#333;
}


/* Formulare
*************************/
form .row {
  margin:0 0 8px 0;
  clear:both;
}
fieldset {
  margin:0 0 20px 0;
  padding:0;
  border:0;
}
fieldset legend {
  padding:0;
  margin:0 0 10px 0;
  font-weight:bold;
}
input.text,
textarea {
  border:solid #bbb 1px;
  padding:3px;
  width:200px;
}
input.short {
  width:20px;
}
input.medium {
  width:60px;
}
textarea {
  width:300px;
  height:120px;
}
input.text:focus,
textarea:focus {
  border-color:#1B3483;
}
input.button,
button {
  padding:3px 10px;
  background:#004391 url(/assets/images/button-bg.jpg) no-repeat 50% 0;
  color:#fff;
  border:solid #fff 1px;
  cursor:pointer;
}
select {
  padding:2px;
  border:solid #bbb 1px;
}
input.button:hover {
  background:#003674 url(/assets/images/button-bg.jpg) no-repeat 50% -30px;
}
label {
  font-size:11px;
}
label.indent {
  display:block;
  float:left;
  width:100px;
}
label.block {
  display:block;
}
.sendmail_emptyfield1 input.text,
.sendmail_emptyfield1 textarea {
  border-color:#9e121b;
}
.sendmail_emptyfield1 label {
  color:#9e121b;
}

