@charset 'utf-8';

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}


/* 
based on Stefan Nitzsche’s work
http://nitzsche.info
*/

html {
  height: 100%;
}

body {
  height: 101%;
  background-color: #fff;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.hideme {
  position: absolute;
  left: -999em;
  top: -999em;
}

label, 
input[type=button],
input[type=submit], 
button {
  cursor: pointer;
}

q:lang(de) {
  quotes: '„' '“' '‚' '‘';
}

q:lang(en) {
  quotes: '“' '”' "‘" "’";
}

abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.ie7 address {
  font-style: normal;
}

img { 
  -ms-interpolation-mode: bicubic; 
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/ 
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
/* End hide from IE-mac */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

* html #fancybox-loading {  /* IE6 */
  position: absolute;
  margin-top: 0;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1100;
  display: none;
}

* html #fancybox-overlay {  /* IE6 */
  position: absolute;
  width: 100%;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 1101;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
}

#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox_error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 7px;
  margin: 0;
}

#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333;
}

.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.fancybox-title-over {
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('../img/fancybox/fancy_title_over.png');
  display: block;
}

#fancybox-title-wrap {
  display: inline-block;
}

#fancybox-title-wrap span {
  height: 32px;
  float: left;
}

#fancybox-title-left {
  padding-left: 15px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -90px;
  background-repeat: no-repeat;
}

#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background-image: url('../img/fancybox/fancybox-x.png');
  background-position: 0px -40px;
  color: #FFF;
}

#fancybox-title-right {
  padding-left: 15px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -55px -90px;
  background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background-image: url('../img/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancy-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancy-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../img/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -162px;
}

#fancy-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../img/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}

#fancy-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -182px; 
}

#fancy-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../img/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}

#fancy-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -142px;
}

#fancy-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../img/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../img/fancybox/fancybox.png');
  background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close    { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico   { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n  { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e  { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s  { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w  { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* ----------------------------------------------------- Start individual styles */

.wrapper {
  width: 960px;
  margin: 0 auto;
}

body {
  background: #fff url(../img/back.png) 0 0 repeat-x;
  font: normal 0.75em/1.5 verdana, arial, sans-serif;
}

a:link, a:visited {
  color: #007ddd;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  color: #000;
  text-decoration: underline;
}

/* ----------------------------------------------------- Header */


#header {
  border-bottom: 1px solid #7c7c7c;
  height: 183px;
}

#header .wrapper {
  background: #fff url(../img/back2.png) 0 30px repeat-x;
  position: relative;
  padding-top: 30px;
  top: -30px;
  -moz-box-shadow: 0 0 35px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.3);
  box-shadow: 0 0 35px rgba(0,0,0,0.3);
  height: 183px;
}

.site {
  display: block;
  z-index: 2;
  width: 277px;
  height: 75px;
  text-indent: -100em;
  margin: 0 0 0 -12px;
  position: relative;
  top: 28px;
  border: 1px solid #cacaca;
  background: #fff url(../img/logo.png) 50% 50% no-repeat;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  border-top-right-radius: 12px;
  -moz-box-shadow: 8px 8px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow: 8px 8px 20px rgba(0,0,0,0.2);
  box-shadow: 8px 8px 20px rgba(0,0,0,0.2);
  float: left;
}

.claim {
  margin-top: 31px;
  float: left;
  width: 110px;
  padding: 0 13px;
  font: normal 1.25em georgia, serif;
}


#images {
  float: left;
  border: 1px solid #e9e9e9;
  border-top: none;
  display:block;
  width: 316px;
  height: 104px;
  overflow: hidden;
  position: relative;
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}

#images img {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
}

#images img.active {
  z-index: 5;
}


#socialweb, #login, #logincorner, #globalnav {
  position: absolute;
}

#login {
  z-index: 9;
  right: -10px;
  top: 56px;
  height: 135px;
  width: 300px;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #5fb608;
  font-size: 11px;
  line-height: 1.2;
}

.loginfooter {
  clear: both;
  text-align: center;
  padding-top: 7px;
}

#login .left {
  width: 140px;
  float: left;
}

#login input[type=text] {
  width: 140px;
  margin: 2px 0 6px 0;
}

#login .right {
  width: 118px;
  padding: 7px 10px;
  float: right;
  border: 1px solid #aaa;
}
#login .right p {
  margin-bottom: 10px;
}

#login input[type=submit] {
  border: 1px solid #fff;
  width: 146px;
  text-indent: 0;
  color: #000;
  font-size: 12px;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(1, #ccc));
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc')";
}

#socialweb {
  top: 92px;
  padding: 0 30px;
  left: 720px;
  width: 195px;
  height: 64px;
  background: url(../img/socialshadow.png) 50% 50% no-repeat;
}

#socialweb li {
  float: left;
  text-align: center;
  font-size: 10px;
}

#socialweb a {
  display: block;
  padding-top: 30px;
  width: 65px;
  color: #888;
  text-decoration: none;
  background: url(../img/socialicons.png) 50% 0 no-repeat;
}

#but-twitter a { background-position: 50% -100px; }
#but-youtube a { background-position: 50% -200px; }

#socialweb a:focus,
#socialweb a:hover,
#socialweb a:active {
  color: #000;
}

#search {
  position: absolute;
  bottom: 5px;
  right: 18px;
  z-index: 8;
}

.ie7 #search input[type=submit] {
  font-size: 999em;
}

#logincorner {
  left: auto;
  top: 30px;
  background: #5fb608;
  padding: 3px 15px 5px 12px;
  right: 0;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}

#logincorner a {
  color: #fff;
  background: url(../img/icon-login.png) 0 0 no-repeat;
  padding-left: 30px;
}

#globalnav {
  left: 30px;
  z-index: 3;
  top: 33px;
}

#globalnav li {
  display: inline;
  font-size: 11px;
  margin-right: 13px;
}

#globalnav a {
  color: #aaa;
  text-decoration: none;
}

#globalnav a:focus,
#globalnav a:hover,
#globalnav a:active {
  color: #000;
}

#header .h1,
#header h1 {
  position: absolute;
  left: 30px;
  bottom: 5px;
  height: 46px;
  width: 690px;
  display: table-cell;
  vertical-align: bottom;
  font-size: 15px;
  line-height: 1.25;
  font-family: georgia, serif;
  padding-top: 8px;
  color: #888;
  border-top: 1px solid #fff;
}

/* ----------------------------------------------------- Navi left */

.leftcol {
  width: 210px;
  float: left;
}

.leftcol h3 {
  margin-bottom: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.navleft {
  margin-bottom: 3em;
}

.navleft li {
  margin-bottom: -1px;
  line-height: 14px;
}

.navleft a {
  text-decoration: none;
  color: #575757;
  display: block;
  padding: 4px 0 5px 12px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

#navmain a {
  border-top-color: #333;
  border-bottom-color: #333;
}


.navleft > .active > a {
  color: #fff!important;
  background: #007ddd;
  background-image: -moz-linear-gradient(top, #007ddd, #0063af);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #007ddd),color-stop(1, #0063af));
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#007ddd', EndColorStr='#0063af');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#007ddd', EndColorStr='#0063af')";
}

.navleft .active ul a {
  color: #575757;
  background: none;
}

#main .navleft a:focus,
#main .navleft a:hover,
#main .navleft a:active {
  background-color: #eee;
}

#main .navleft ul {
  margin: -1px 0 0 15px;
  padding: 4px 0 6px 0;
  background: none;
}

.navleft ul li {
  font-size: 11px;
}

.navleft ul a {
  border: none;
  padding: 2px 0 3px 10px;
}

.navleft ul .active a {
  color: #1186df;
  font-weight: bold;
}

.navleft ul .active ul a {
  font-weight: normal;
  color: #777;
}

.navleft ul .active ul .active a {
  font-weight: bold;
  color: #1186df;
}


/* ----------------------------------------------------- Main */

#main {
  padding: 30px 20px;
  position: relative;
  z-index: 100;
  background: #fff;
/*  overflow: hidden; */
}

/* ----------------------------------------------------- Sidebar */

#sidebar {
  width: 210px;
  float: right;
}

/* ----------------------------------------------------- Content */

#content {
  margin: -20px 20px 0 30px;
  width: 480px;
  padding-top: 15px;
  padding-right: 10px;
  float: left;
/*  overflow: hidden;*/
}

a.external {
  padding-left: 18px;
  background-image: url(../img/external.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.articlefooter {
  clear: both;
  padding-top: 15px;
/*  overflow: hidden;*/
  height: 85px;
  
}

.fbShare {
  padding: 0;
}

.fbShare a {
  padding: 0;
}

#content .socialbuttons {
  list-style: none;
}

#content .socialbuttons li {
  list-style: none;
  float: left;
  margin: 0 20px 0 0;
}

#content .connect_widget_interactive_area {
  width: 200px;
}

#breadcrumb {
  margin-top: -5px;
  position: relative;
  z-index: 10;
}

#content #breadcrumb li {
  font-size: 10px;
  display: inline;
  list-style: none;
  margin: 0;
  margin-right: 0;
}

#content #breadcrumb li a {
  padding-right: .2em;
  margin-left: .3em;
  margin-right: 0;
}
#content #breadcrumb li:before {
  content: " » ";
}

#content #breadcrumb li:first-child:before {
  content: "";
}


#content #breadcrumb strong {
  font-weight: normal;
  color: #888;
}

.twocol #content {
   margin-left: 0;
  width: 720px;
}

/*
#content h2 + h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
*/

#content ol,
#content ul,
#content p {
  margin-bottom: 1em;
}

#content .dhonishow p {
  margin: 0;
}

#content .dhonishow .dhonishow-paging {
 margin-top: -2px; 
 margin-right: -4px;
}

#content .csc-default > h3,
#content p + h3,
#content ul + h3 {
  font: normal 16px/1.2 georgia, "Times New Roman", serif;
  color: #007ddd;
  margin: 1em 0;
}

#content ul li {
  list-style: outside square;
  margin-left: 1.2em;
}

#content ol li {
  list-style: outside decimal;
  margin-left: 2em;
  margin-bottom: 1em;
}

#content .ns ul li {
  list-style: none;
}

.h-shift #content h1,
#content h2 {
  font: normal 28px/1.15 georgia, "Times New Roman", serif;
  color: #007ddd;
  margin-bottom: 0.2em;
}

.h-shift #content h2 a,
#content h3 a {
  text-decoration: none;
}

.h-shift #content h2,
#content h3 {
  font-weight: bold;
  margin-bottom: 1em;
}

.subscribe a {
  float: right;
  padding-left: 20px;
  margin-top: 4px;
  background: url(../img/rss.png) 0 1px no-repeat;
}

.articlelist + .subscribe a {
  margin-top: -2px;
}

.indent {
  margin-left: 25px;
}

/* ----------------------------------------------------- Pager */

.pager {
  position: relative;
  float: left;
}

#content .pager li {
  display: inline;
  margin-left: 0;
  margin-right: 5px;
}

.pager a {
  background: #ddd;
  color: #666;
  padding: 2px 8px;
}

.pager a:focus,
.pager a:hover,
.pager a:active {
  background: #bbb;
  color: #444;
  text-decoration: none;
}

.pager span {
  padding: 2px 8px;
  color: #fff;
  background: #007ddd;
}

/* ----------------------------------------------------- Formular */

#content form {
  padding-top: 1em;
}

#content .tx-crongewinnspiel-pi form {
  padding-top: 0;
}

#content form fieldset {
  border-top: 1px solid #aaa;
  background: #eee;
  margin: 1em 0;
  padding: 1em 2%;
}

fieldset.left {
  width: 44.5%;
  float: left;
}

fieldset.right {
  width: 44.5%;
  float: right;
}

#content form legend {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 1em;
}

#content form .tx_powermail_pi1_fieldwrap_html,
#content form .field {
  clear: both;
  padding: 5px 0;
  overflow: hidden;
}

#content form .tx_powermail_pi1_fieldwrap_html label,
#content form .field label {
  width: 33%;
  float: left;
}

#content form .tx_powermail_pi1_fieldwrap_html label.longlabel,
#content form .field label.longlabel {
  float: right;
  display: inline;
  font-size: 11px;
  line-height: 1.273;
  width: 62%;
}

#content form .option {
  margin-left: 33%;
}

#content form .field-check input,
#content form .option input {
  float: none;
  margin-left: 0;
  vertical-align: middle;
}

#content form .option label {
  float: none;
  vertical-align: middle;
  margin-right: 1em;
}

#content form .required label {
  font-weight: bold;
}

#content form label:after {
  content: ":";
}

#content form .ns label:after {
  content: "";
}

#content form label.longlabel:after {
  content: "";
}

#content form .required label:after {
  content: ": *";
}

#content form .option label:after {
  content: "";
}

#content form .field-text select {
  width: 64.8%;
}



#content form .tx_powermail_pi1_fieldwrap_html textarea,
#content form .tx_powermail_pi1_fieldwrap_html input,
#content form .field-text textarea,
#content form .field-text input {
  width: 64%;
  border: 1px solid #888;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 0 2px 2px;
  margin-top: -2px;
  font-size: 13px;
  color: #555;
  font-family: consolas, menlo, "Courier New", monospace;
  background-image: -moz-linear-gradient(top, #eee, #fff);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(1, #fff));
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff')";
}

#content form .field-text textarea:focus,
#content form .field-text input:focus {
 border-color: #000; 
}

#content form .field-text textarea {
  margin-top: 7px;
  width: 97%;
}

#content form input[type=submit] {
  float: left;
  clear: both;
  font-family: verdana, sans-serif;
  margin: 1em 0;
  font-size: 16px;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 20px;
  border: none;
  background: #007ddd;
  background-image: -moz-linear-gradient(top, #007ddd, #0063af);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #007ddd),color-stop(1, #0063af));
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#007ddd', EndColorStr='#0063af');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#007ddd', EndColorStr='#0063af')";
  -moz-box-shadow: 2px 2px 5px #aaa;
  -webkit-box-shadow: 2px 2px 5px #aaa;
  box-shadow: 2px 2px 5px #aaa;
}

#main #content form .gewinnspiel_submit {
  margin-top: 0;
}

#content form input[type=submit]:active {
  position: relative;
  top: 1px;
}

#powermaildiv_uid4 img {
  margin: 0 159px 0 0;
  padding: 10px 0 0 0;
  float: right;
}

#powermaildiv_uid4 .tx-srfreecap-pi2-cant-read {
  float: left;
  width: 140px;
  padding: 10px 0 0 0;
  font-size: 10px;
  line-height: 12px;
}

#content #powermaildiv_uid9 .powermail_submit_uid9 {
  float: right;
  margin-right: 13px;
}

#content #anfrageformular {
  padding-top: 0;
}

#c1076 {
  margin-top: -15px;
}


/* ----------------------------------------------------- Start- und Themenseite */

.smallteaser h3,
#content .prehead {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  color: #999;
}

#content .smallteaser h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  font-weight: normal;
}

.smallteaser h4 {
  font-family: georgia, serif;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 0.3em;
}

.smallteaser h4 a:focus,
.smallteaser h4 a:hover,
.smallteaser h4 a:active {
  text-decoration: none;
}

.smallteaser p {
  line-height: 1.25;
  color: #777;
}

.fullteaser {
  margin-bottom: 1.5em;
  padding-bottom: 0.6em;
  overflow: hidden;
}

.teaserleft {
  width: 345px;
  float: left;
  margin-bottom: 20px;
}

.teaserright {
  width: 345px;
  float: right;
  margin-bottom: 20px;
}

.highlightbox {
  background: #5fb608;
  margin: 0 0 20px 0;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  padding: 0 15px 1px 15px;
}

.highlightbox * {
  -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
 -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
 text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

#content .highlightbox a {
  color: #fff;
  text-decoration: underline;
}

#content .highlightbox a:focus,
#content .highlightbox a:hover,
#content .highlightbox a:active {
  text-decoration: none;
  color: #eee;
}

#content .highlightbox h2 {
 color: #fff;
 font-style: italic;
 font-family: georgia, serif;
 font-weight: normal;
 font-size: 21px;
 margin: 0;
 padding: 0.3em 0 0.5em 0;
 
}

#content .highlightbox p {
  color: #fff;
  font-size: 16px;
  font-family: georgia, serif;
  line-height: 1.25;
}

.left {
  float: left;
}

.right {
  float: right;
}

.galleryteaser {
  margin: 0 0 2em 0;
}

#content .galleryteaser li {
  margin: 0;
}

.themenpic {
  margin: 5px 0 10px 0;
}

.themenpic.right {
  margin: 5px 0 10px 20px;
}

.teaserpic.right {
  margin: 5px 0 0 20px;
}

.csc-textpic-caption,
.teaserpic .bu {
  font-size: 10px;
  color: #999;
  line-height: 1.4;
  margin-top: 4px;
}

#fancybox-title {
  text-align: left;
}

.smallteaser {
  overflow: hidden;
  margin-bottom: 2px;
  clear: both;
}

.smallteaser img {
  float: left;
  margin: 3px 15px 12px 0;
  
}

.moreteasers {
  clear: both;
  padding-top: 5px;
}

hr {
  clear: both;
  margin: 10px 0 20px 0;
  border: none;
  border-top: 1px solid #999;
}

.galleryteaser {
  margin: 0 0 2em 0;
}


/* ----------------------------------------------------- Artikelliste */

.articlelist {
  padding: 2em 0 1em 0;
}

.articlelist .art {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-bottom: -1px;
  padding: 0.7em 0;
  overflow: hidden;
}

.articlelist .art img {
  float: right;
  padding: 4px;
  margin-left: 15px;
  -moz-box-shadow: 2px 2px 5px #ccc;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
  border: 1px solid #bbb;
  margin-top: 4px;
}

.articlelist .art img:hover {
  border-color: #000;
}

.articlelist .art p {
  font-size: 11px;
  line-height: 1.273;
}

#content .articlelist .art h2 {
  margin-bottom: 0.3em;
  font-family: georgia, serif;
  font-weight: normal;
  font-size: 16px;
}

/* ----------------------------------------------------- Infoboxen */

.infobox {
  margin: 2em 0;
  clear: both;
}

.infotext {
  border: 2px solid #007ddd;
  background: #dfeaf3;
  padding: 0.8em 1em 0.2em 1em;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  border-top-right-radius: 12px;
}

.infotext * {
  line-height: 1.273;
  font-size: 11px;
}

#content .infobox h2 {
  font-size: 16px;
  margin: 0 0 0.5em 0;
  font-weight: normal;
  font-family: georgia, serif;
}

.gallery {
  padding-bottom: 1em;
/*  overflow: hidden;*/
}

#content .mediagallery object,
#content .mediagallery img,
#content .gallery li {
  list-style: none;
  padding: 4px 4px 0 4px;
  margin: 0 15px 15px 0;
  -moz-box-shadow: 3px 3px 7px #bbb;
  -webkit-box-shadow: 3px 3px 7px #bbb;
  box-shadow: 3px 3px 7px #bbb;
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.ie7 #content .mediagallery object,
.ie7 #content .mediagallery img,
.ie7 #content .gallery li {
  float: left;
}

#content .mediagallery img,
#content .mediagallery object,
#content .mediagallery embed {
  padding-bottom: 4px;
  float: left;
}

#content .mediagallery li {
  padding: 0;
  position: relative;
  margin: 0;
  float: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  display: block;
}

.mediaCredits {
  font-size: 10px;
  color: #aaa;
  position: relative;
  top: -1px;
  margin-bottom: 2px;
  line-height: 1.2em;
}

.gallery .mediaCredits {
  font-size: 10px;
  color: #aaa;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  line-height: 1.2em;
  padding: 2px 0;
}

.mediaPopup {
  position: absolute;
  bottom: -22px;
  right: 0;
}


.gallery li:hover {
  border-color: #000;
}

.gallery .media {
  margin-bottom: 3px;
}

#feedback,
#archive-text {
  clear: both;
  padding: 6px 10px 8px 10px;
  border: 1px solid #bbb;
  -moz-box-shadow: 2px 2px 3px #ddd;
  -webkit-box-shadow: 2px 2px 3px #ddd;
  box-shadow: 2px 2px 3px #ddd;
  margin: 5px 0 15px 0;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}

#archive-text {
  border-color: #900;
  color: #900;
}

#pdate {
  font-style: italic;
  color: #888;
}

.csc-default {
  clear: both;
  overflow: hidden;
  float: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.csc-textpic-intext-left .csc-textpic-imagewrap {
  margin-right: 20px;
}

.csc-textpic-imagewrap dl {
  position: relative;
}

.csc-textpic-imagewrap dt a {
  display: block;
}

.csc-textpic-imagewrap dt a span {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 90px;
  display: block!important;
  background: url(../img/play.png) 95% 90% no-repeat;
}



/* ----------------------------------------------------- Sidebox */

.box {
  margin-bottom: 20px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  padding: 5px 15px 6px 15px;
  background: #eee;
  font-size: 11px;
  line-height: 1.27;
}

.box-highlight {
  background: #5fb608;
}

.box-highlight a {
  color: #fff; 
  text-decoration: none;
}

.box-highlight a:focus,
.box-highlight a:hover,
.box-highlight a:active {
  text-decoration: underline;
}

.box small {
  font-size: 10px;
  color: #999;
}

.box h2 {
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
  background: #5fb608;
  color: #fff;
  margin: -5px -15px 5px -15px;
  padding: 3px 0 4px 15px;
  border-bottom: 1px solid #fff;
}

.box object,
.box img {
  display: block;
  margin: -5px -15px 5px -15px;
}

.box .button a {
  margin: 7px -15px 5px -15px;
  padding-top: 5px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
  height: 30px;
  background: url(../img/boxbutton.png) 50% 0 no-repeat;
  color: #5fb608;
}

.box .button a:focus,
.box .button a:hover,
.box .button a:active {
  background-position: 50% -100px;
  color: #000;
}

#api {
  padding-bottom: 0;
  
}

#api li {
  padding: 0 0 0 14px;
 margin: 5px 0;
}

#api li:first-child {
  padding: 0 0 0 18px;
  background: url(../img/icons.png) 0 1px no-repeat;
  margin-bottom: 10px;
  
}


.box form {
  padding: 8px 0 3px 0;
}

input {
  vertical-align: middle;
}

input[type=text] {
  width: 140px;
}

#header #search input[type=submit],
#sidebar input[type=submit] {
  width: 26px;
  height: 22px;
  background: url(../img/button.png) 0 0 no-repeat;
  border: none;
  font-size: 6px;
  color: #fff;
  text-indent: -999em;
}

/* -------------------------------- Footer */

#footer {
  border-top: 1px solid #7c7c7c;
  height: 160px;
  background: #fff url(../img/back2.png) 0 0 repeat-x;
  overflow: hidden;
  position: relative;
  z-index: 1;
  clear: both;
}

#footer h2 {
  margin: 2.2em 0 10px 15px;
  clear: both;
  font-weight: bold;
}



#footer .wrapper {
  background: #fff url(../img/back.png) 0 0 repeat-x;
  -moz-box-shadow: 0 0 35px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.3);
  box-shadow: 0 0 35px rgba(0,0,0,0.3);
  height: 145px;
  padding-top: 15px;
}

#footer p {
  margin-left: 15px;
  float: left;
}

#footer ul {
  float: right;
}

#footer li {
  float: left;
  margin-right: 15px;
}

#footer #partner {
  float: none;
  clear: both;
  margin-left: 20px;
}
#footer #partner li {
  display: inline;
  float: none;
  
}

#et_image + a {
  height: 0;
  display: block;
  overflow: hidden;
}