﻿@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: 102px; /*102*/
  right: 6px; /*720*/
  /*width: 220px;*/ /*210*/
}

#socialweb li {
  float: left;
  text-align: center;
  font-size: 10px;
  margin: 0; padding: 0;
  margin-right: 4px;
  /* margin-bottom: 10px; */
}

#socialweb a {
  display: block;
  padding-top: 32px;
  width: 32px; /*42px*/
  color: #888;
  text-decoration: none;
  background: url(../img/socialicons-2011.png) 50% 0 no-repeat;
}

#but-twitter a { background-position: 50% -62px; }
#but-youtube a { background-position: 50% -124px; }
#but-xing a    { background-position: 50% -186px; }
#but-itunes a  { background-position: 50% -248px; }
#but-gplus a   { background-image: url(https://ssl.gstatic.com/images/icons/gplus-32.png); }

#search, #searchTop {
  position: absolute;
  bottom: 4px;
  right: 22px;
  z-index: 8;
  width: 196px;
}

.ie7 #searchTop 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;
  padding-bottom: 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;*/ margin: 0 0 0 0; }

 #content #social-wrap     { width: 100%; margin: 0 0 5px 0; padding: 4px 0; border-top: 1px dotted #AAA; border-bottom: 1px dotted #AAA; line-height: 20px; height: 20px; }
  #content #social-wrap li { padding: 0px; margin: 0; list-style: none !important; float: left; }
/*################################################*/

/* #content .socialbuttons li.fbLike { */
#content .socialbuttons li.twitterBtn {
  margin-right: 10px;
}

#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;
}

div.rss_feed a {
  padding-left: 20px;
  background: url(../img/rss.png) 0 -1px no-repeat;
}

div.rss_feed {
  text-align: right;
}

.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;
}

.powermail-field-error {
	border: 1px solid red;
	margin-bottom:20px;
	color: red;
}

.error { z-index: 9999; color: red; }

#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,
#content .tx-t3blog-pi2 .mailform .formField input.text,
#content .tx-t3blog-pi2 .mailform .formField textarea.text {
  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,
#content .tx-t3blog-pi2 .mailform .formField input.text:focus,
#content .tx-t3blog-pi2 .mailform .formField textarea.text: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_uid22 img,
#powermaildiv_uid4 img {
  margin: 0 159px 0 0;
  padding: 10px 0 0 0;
  float: right;
}


#powermaildiv_uid22 .tx-srfreecap-pi2-cant-read,
#powermaildiv_uid4 .tx-srfreecap-pi2-cant-read {
  float: left;
  width: 140px;
  padding: 10px 0 0 0;
  font-size: 10px;
  line-height: 12px;
}

#content #powermaildiv_uid25 .powermail_submit_uid25,
#content #powermaildiv_uid9 .powermail_submit_uid9 {
  float: right;
  margin-right: 13px;
}

#content #anfrageformular {
  padding-top: 0;
}

#c1076 {
  margin-top: -15px;
}

#c1169 {
  margin-top: -25px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#kontaktformular #uid16, 
#kontaktformular #uid23 {
  width: 70px;
}

/* ----------------------------------------------------- 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;
}

ul#keywords li {
  background: url(../img/list-alt-arrow.gif) no-repeat left center;
  padding-left: 10px;
  list-style: none;
  width: 148px;
  margin-left: 0px;
  margin-right: 2px;
  white-space: nowrap;
  float: left;
  overflow: hidden;
}

.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;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, div.csc-textpic-border div.csc-textpic-single-image img { border: none; }

.csc-textpic-imagewrap dt a {
  display: block;
  position: relative;
}

.csc-textpic-imagewrap dt a span {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 90px;
  display: block!important;
  background: url(../img/play.png) 95% 90% no-repeat;
}



/* ----------------------------------------------------- Sidebox */

.box, .boxL {
  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;
}

.boxL {
  background: #fff;
  border: 1px solid #C8C8C8;
}

.box h2, .boxL 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;
}

.boxL h2 {
  background: #eee;
  color: #000;
  border-bottom-color: #C8C8C8;
}

.box-highlight {
  background: #5fb608;
}

.boxC {
  background-color: transparent;
  padding-bottom: 0;
}

.box-title-cblank {
 background: transparent;
 padding: 0 !important;
}

.box-title-cblank h2 {
  margin: -5px 0 0 0;
  border-bottom-width: 0;
}

.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 object,
.box img {
  display: block;
  margin: -5px -15px 5px -15px;
}

#content .button a,
.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;
}

#content .button a {
  background: url(../img/contentbutton.png) 50% 0 no-repeat;
}

#content .button a:focus,
#content .button a:hover,
.box .button a:focus,
.box .button a:hover,
.box .button a:active {
  background-position: 50% -100px;
  color: #000;
}

#content .button {
 margin-top: 0;
 padding-top: 0;
}

#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 #searchTop 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: 530px;
  background: #CDCDCD 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: #D9D9D9 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: 490px;
  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;
}

#footer #partner li a {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  display: block;
  float: left;
  margin: 5px 5px 0 0;
}

#footer #bloglinks {
  bottom: 35px;
  right: 50%;
  margin-right: -460px;
  position: absolute;
}

#et_image + a {
  height: 0;
  display: block;
  overflow: hidden;
}

/* rte */
.align-left   { text-align: left; }
.align-center { text-align: center; }
.align-right  { text-align: right; }

/* -----------------------------
   tables
   ----------------------------- */

table.contenttable           { border-collapse: collapse; }
 table.contenttable caption  { font-style: italic; text-align: right; }
 table.contenttable th,
 table.contenttable td       { padding: 2px; border: 1px solid #C0C0C0; }
  table.contenttable td.td-4 { padding: 2px 4px; }
 table.contenttable th       { font-weight: bold; background-color: #C0C0C0; }

table.krebsvorsorge tr.tr-1 td  { font-weight: bold; background-color: #F0F0F0; }

table.ts1                    { border-collapse: collapse; width: 100%; }
 table.ts1 th, table.ts1 td  { padding: 5px; border: none; border-bottom: 1px dotted #C0C0C0; }
 table.ts1 tr.tr-odd td      { background-color: #F0F0F0; }

/* -----------------------------
   feedback form
   ----------------------------- */

#feedback a.fb      ,
#feedback a.xing    ,
#feedback a.twitter ,
#feedback a.yt      ,
#feedback a.mail    ,
#feedback a.gf      { background-repeat: no-repeat; background-position: 0 center; padding-left: 18px; }

#feedback a.fb      { background-image: url(../../ratgeberzentrale_media/images/icons/ico-facebook.png); }
#feedback a.xing    { background-image: url(../../ratgeberzentrale_media/images/icons/ico-xing.png); }
#feedback a.twitter { background-image: url(../../ratgeberzentrale_media/images/icons/ico-twitter.png); }
#feedback a.yt      { background-image: url(../../ratgeberzentrale_media/images/icons/ico-youtube.png); }
#feedback a.mail    { background-image: url(../../ratgeberzentrale_media/images/icons/ico-mail.png); }
#feedback a.gf      { background-image: url(../../ratgeberzentrale_media/images/icons/ico-gutefrage.jpg); }

/* -----------------------------
   winter
   ----------------------------- */
.w2011     { /*display: none;*/ }
 .w2011m1  { z-index: 999; position: absolute; top: 30px;  left: -40px; }
 /*.w2011m2  { z-index: 999; position: absolute; top: 110px; right: -75px; }*/
 .w2011m2  { z-index: 999; position: absolute; top: 85px; right: -85px; }
 .w2011m3  { z-index: 999; position: absolute; top: 60px;  right: 15px; }
 .w2011m4  { z-index: 999; position: absolute; top: 125px; left: 200px; }
 .w2011m5  { z-index: 999; position: absolute; top: 30px;  left: 280px; }
 .w2011m6  { z-index: 999; position: absolute; top: 140px; right: 95px; }

 #login, #fancybox-wrap {  z-index: 9999; }
 

/* -----------------------------
   blog
   ----------------------------- */

.tx-t3blog-pi2 .clear { clear: both; }

.tx-t3blog-pi2 #latestPosts h3,
.tx-t3blog-pi2 #categories h3 { font-weight: bold; padding: 2px 0; border-bottom: 1px solid #000 /*#007DDD*/; /*color: #007DDD;*/ }

.tx-t3blog-pi2 #latestPosts dl dt { margin-left: 8px; padding: 2px; }
.tx-t3blog-pi2 #latestPosts dl dd { margin-left: 8px; font-style: italic; }

.tx-t3blog-pi2 #categories li { margin-left: 8px; padding-top: 2px; }

/* bloglist entry header */
.tx-t3blog-pi2 .itemTop { }
.tx-t3blog-pi2 .itemTop div { padding-right: 2px; float: left; padding-bottom: 2px; }
.tx-t3blog-pi2 .itemTop .categories { float: right; }
 .tx-t3blog-pi2 .itemTop .categories a { padding: 5px; }
.tx-t3blog-pi2 .itemTop .date { float: left; padding-right: 10px; }
.tx-t3blog-pi2 .itemTop .time { float: left; }
 /*.tx-t3blog-pi2 .itemTop .categories:after { content: ", "; }*/
 /*.tx-t3blog-pi2 .itemTop .time:after { content: " Uhr"; }*/

/* bloglist entry */
.tx-t3blog-pi2 .blogList .itemBody { clear: left; border-top: 1px dotted #AAA; padding-top: 2px; }
 .tx-t3blog-pi2 .blogList .itemBody h2 { padding: 0; font-size: 24px !important; }
 .tx-t3blog-pi2 .blogList .itemBody h3 { padding: 0; margin-top: 5px; }
.tx-t3blog-pi2 .blogList .item { margin-bottom: 20px; }
.tx-t3blog-pi2 .blogList .title .filtered { border: 1px dotted #AAA; background-color: #FFA; padding: 2px; }

/* bloglist entry footer (list + detail view)  */
.tx-t3blog-pi2 .itemNav { border-top: 1px dotted #AAA; border-bottom: 1px dotted #AAA; padding: 2px; background-color: #F0F0F0; margin: 4px 0; }
.tx-t3blog-pi2 .itemNav img { float: right; }
.tx-t3blog-pi2 .itemNav span { padding: 0 2px; }

/* detail view navigation */
.tx-t3blog-pi2 #singleNavigation { padding-bottom: 4px; margin-bottom: 4px; }
.tx-t3blog-pi2 #singleNavigation .previous { float: left; width: 33.33%; }
.tx-t3blog-pi2 #singleNavigation .backtolist { float: left; width: 33.33%; text-align: center; }
.tx-t3blog-pi2 #singleNavigation .next { float: left; width: 33.33%; text-align: right; }

/* detail view top */
.tx-t3blog-pi2 .single .itemTop { clear: both; border-top: 1px dotted #AAA; }

/* detail view body */
.tx-t3blog-pi2 .single .itemBody { clear: left; padding-top: 10px; }

/* detail view comments */
.tx-t3blog-pi2 #commentList { border: 1px solid #AAA; padding: 2px; margin-bottom: 5px; background-color: #F0F0F0; }
.tx-t3blog-pi2 #commentList ul { /* border-bottom: 1px solid #AAA; padding: 5px 0; */ }
.tx-t3blog-pi2 #commentList ul li { list-style-type: none; margin: 0; padding: 0; }
.tx-t3blog-pi2 #commentList div.author { border: 1px dotted #AAA; float: right; padding: 2px; margin: 2px; background-color: #F0F0F0; }
.tx-t3blog-pi2 #commentList div.author .author { padding: 0 2px; }

.tx-t3blog-pi2 #commentList .commentListListing .item { border: 1px solid #C0C0C0; margin: 2px; padding: 2px; background-color: #FFF; }
.tx-t3blog-pi2 #commentList .commentListListing .item .commentTopNav { border-bottom: 1px dotted #C0C0C0; }
.tx-t3blog-pi2 #commentList .commentListListing .item .commentFooter { border-top: 1px dotted #C0C0C0; }
.tx-t3blog-pi2 #commentList .commentListListing .item .commentBody h5 { font-weight: bold; }

.tx-t3blog-pi2 .blogCommentMessage { padding: 5px; background-color: #FF0; }
.tx-t3blog-pi2 .commentError { color: #F00; border-bottom: 1px solid #F00; margin-top: 5px; padding-bottom: 5px; }

.tx-t3blog-pi2 .mailform label { width: 33%; float: left; }
.tx-t3blog-pi2 .mailform .formElement { clear: both; padding: 5px 0; overflow: hidden; }

.blogBoxLatestPosts .csc-default { margin-bottom: 0; padding-bottom: 2; }

/* -----------------------------
   gf box
   ----------------------------- */
.gfbox { padding-bottom: 0; padding-top: 0; }
#mashbox h3.gfh {font-family: Arial, Helvetica, sans-serif; font-size:13px; background-color: #FFFFFF; font-weight: normal; line-height: 16px; color:#000000; padding: 0; margin: 0; background-image:none; border:none; font-weight: bold;}
#mashbox p.gfp, #mashbox li.gfli {font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight: normal; line-height: 13px; color:#000000; padding: 0; }
#mashbox ul.gful {list-style-type: square; list-style-position:outside; margin:0px; padding:0px; padding-left:10px;}
#mashbox li.gfli {margin:0px; margin-bottom:2px;}
#mashbox a.gfa {text-decoration: none; }
#mashbox a.gfb {text-decoration: underline; }

/* -----------------------------
   facebook
   ----------------------------- */
.facebookLogout { display: none; }
#facebook-login-redirect { display: none; }

/* menus - menu der unterseiten */
 dl.csc-menu-4 dt {  }
   dl.csc-menu-4 dd { padding: 2px 0 10px 15px; /* border-bottom: 1px dotted #C0C0C0; */ }

/* -----------------------------
   facebook / verschiedenes
   ----------------------------- */
.hidden { display: none; visibility: hidden; }
.ytlnk  { position: absolute; right: 260px; top: 105px; padding-right: 55px; color: #000 !important; /*background-color: #FFF;*/ background-image: url(../img/yt-logo-hl.jpg); background-position: right center; background-repeat: no-repeat; line-height: 20px; } /* site: videoratgeber.html */

/* ########################## */
/* -----------------------------
   news2
   ----------------------------- */
div.news2 {
	font-family: verdana, arial, sans-serif;
}

/* news2: list */
div.news2 div.page-navigation p { display: none; }

div.news2 div.page-navigation ul.f3-widget-paginator { 
	float: left; 
	margin-top: 1em;
	position: relative;
}

#content .f3-widget-paginator li {
	margin-left: 0;
	margin-right: 4px;
}

div.news2 div.page-navigation ul.f3-widget-paginator li a {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #666666;
    padding: 0px 8px;
}

div.news2 div.page-navigation ul.f3-widget-paginator li a:focus,
div.news2 div.page-navigation ul.f3-widget-paginator li a:hover,
div.news2 div.page-navigation ul.f3-widget-paginator li a:active {
    background: none repeat scroll 0 0 #BBBBBB;
    color: #444444;
    text-decoration: none;
}

div.news2 div.page-navigation ul.f3-widget-paginator li.current a,
div.news2 div.page-navigation ul.f3-widget-paginator li.current a:focus,
div.news2 div.page-navigation ul.f3-widget-paginator li.current a:hover,
div.news2 div.page-navigation ul.f3-widget-paginator li.current a:active {
	background: none repeat scroll 0 0 #007DDD;
	color: #FFFFFF;
    	padding: 0px 8px;
}

/* news2: detail */
div.news2-single div.article div.teaserpic  {
    width: 200px;
    text-align: right;
}
div.news2-single div.article div.teaserpic p.bu {
    text-align: left;
}
	
div.news2-single div.article h1,
div.news2-single div.article h2 {
    color: #007DDD;
    font: 28px/1.15 georgia,"Times New Roman",serif;
    margin-bottom: 0.2em;
}

div.news2-single div.article div.gallery li,
div.news2-single div.article div.gallery li object {
	width: 135px;
	text-align: center;
}

div.news2-single div.article div.gallery li.audio_video,
div.news2-single div.article div.gallery li.audio_video object {
	width: 450px;
	text-align: center;
}

div.news2-single div.article h3 {
	font-size: 1em;
}

div.news2-single div.article div.comment {
	display: none;
}

/* -----------------------------
   indexed search
   ----------------------------- */
.tx-indexedsearch-whatis {
	text-align: center;
}

.tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
}

.tx-indexedsearch-browsebox p {
	text-align: center;
}
   
.tx-indexedsearch-browsebox ul.browsebox { 
	float: left; 
	margin-top: 1em;
	position: relative;
}

.tx-indexedsearch-browsebox ul.browsebox li {
	margin: 0 4px 0 0 !important;
	list-style: none;
	float: left;
	display: block;
	padding:0 1px;
	background: none;
}

.tx-indexedsearch-browsebox ul.browsebox li a {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #666666;
    display: block;
    padding: 0px 8px;
}

.tx-indexedsearch-browsebox ul.browsebox li a:focus,
.tx-indexedsearch-browsebox ul.browsebox li a:hover,
.tx-indexedsearch-browsebox ul.browsebox li a:active {
    background: none repeat scroll 0 0 #BBBBBB;
    color: #444444;
    text-decoration: none;
}

.tx-indexedsearch-browsebox ul.browsebox li strong a,
.tx-indexedsearch-browsebox ul.browsebox li strong a:focus,
.tx-indexedsearch-browsebox ul.browsebox li strong a:hover,
.tx-indexedsearch-browsebox ul.browsebox li strong a:active {
	background: none repeat scroll 0 0 #007DDD;
	color: #FFFFFF;
    padding: 0px 8px;
}

.tx-indexedsearch-res.res-tmpl-css {
	clear: both;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: -1px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

.tx-indexedsearch-res.res-tmpl-css h2 .tx-indexedsearch-title {
	margin-bottom: 0.3em;
	font-weight: normal;
	font-size: 16px;
}

.tx-indexedsearch-res.res-tmpl-css h2 .tx-indexedsearch-percent {
	font-size: 12px;
	color: #333;
	font-style: italic;
	float: right;
}

.tx-indexedsearch-res.res-tmpl-css .tx-indexedsearch-redMarkup {
	color: #F00;
}

/* -----------------------------
   google site search
   ----------------------------- */
  #searchTop input.gsc-input { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 2px; }
  input.gsc-input { margin-left: -5px; }
  div.gsc-clear-button { display: none; }
  td.gsc-clear-button { width: 0; display: none; }
  table.gsc-completion-container { z-index: 10000 !important; }
  
  /* see search.html for other style */

/* sp custom */
#p982 #sidebar { width: 0px; float: none; }
#p982 #content { width: 720px; padding-right: 0px; margin-right: 0px; }

