@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: normal;
  src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url('/static/fonts/DroidSerif.woff') format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: bold;
  src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url('/static/fonts/DroidSerif-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Serif'), local('DroidSerif'), url('/static/fonts/DroidSerif-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url('/static/fonts/DroidSerif-Bold.woff') format('woff');
}
.grid_1 {
  width: 55px;
}
.grid_2 {
  width: 130px;
}
.grid_3 {
  width: 205px;
}
.grid_4 {
  width: 280px;
}
.grid_5 {
  width: 355px;
}
.grid_6 {
  width: 430px;
}
.grid_7 {
  width: 505px;
}
.grid_8 {
  width: 580px;
}
.grid_9 {
  width: 655px;
}
.grid_10 {
  width: 730px;
}
.grid_11 {
  width: 805px;
}
.grid_12 {
  width: 880px;
}
.column {
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
}
.inner_left, .inner_right {
  overflow: hidden;
  float: left;
  display: inline;
}
.inner_left {
  width: 270px;
  margin: 10px 0 10px 20px;
  padding-right: 10px;
}
.inner_right {
  width: 270px;
  border-left: 1px solid #c8c8c8;
  padding: 0 10px 0 18px;
  margin: 10px 0;
}
.row {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.row .row {
  margin: 0 -10px;
  width: auto;
  display: inline-block;
}
.mixinPlainList {
  list-style: none outside !important;
  padding: 0!important;
  margin: 0!important;
}
.mixinHideText {
  text-indent: -9999px;
  display: block;
}
a {
  outline: 0;
}
body {
  margin: 0;
  background: #ffffff url(/static/images/bg-page.png) no-repeat scroll top center;
  font-family: verdana, sans-serif;
}
#wrapper {
  margin: 0 auto;
  width: 1060px;
}
#page {
  width: 900px;
  border: 1px solid #c8c8c8;
  background: #ffffff url(/static/images/bg-header.png) no-repeat scroll top center;
}
.do-overflow {
  overflow: visible;
}
.align-right {
  text-align: right;
}
#header {
  height: 85px;
  position: relative;
}
#logo {
  float: left;
  margin: 24px 0 0
30px;
  text-indent: -9999px;
  display: block;
  width: 300px;
  height: 72px;
  background: url(/static/images/lets-family-logo.png) no-repeat scroll left top;
}
#meta {
  float: right;
  list-style: none outside !important;
  padding: 0!important;
  margin: 0!important;
}
#meta li {
  float: left;
  font-size: 11px;
  padding: 10px 0 0 20px;
}
#timeline {
  width: 593px;
  float: left;
  height: 60px;
}
#meta-navigation {
  height: 60px;
  margin-bottom: 6px;
  top: -24px;
}
#searchbox {
  width: 280px;
  float: right;
  position: relative;
  margin-top: 34px;
}
#searchbox input[type=text] {
  margin: 2px 0 0 0;
  padding: 0 0 0 5px;
  border: 1px solid #c8c8c8;
  width: 224px;
  height: 20px;
  font: normal 11px/20px;
  color: #575757;
  font-family: verdana, sans-serif;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
* + html #searchbox input[type=text] {
  margin-top: 1px;
}
#button-search {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 26px;
  background: url(/static/images/bg-button-search.jpg) no-repeat scroll left top;
  text-transform: uppercase;
  font: italic bold 12px/26px Georgia, serif;
  text-align: center;
  color: #575757;
  z-index: 51;
}
#button-search:hover {
  color: #c83c82;
  text-decoration: none;
}
#primary-navigation {
  list-style: none outside;
  margin: 0;
  padding: 0;
  z-index: 9000;
}
#primary-navigation > li {
  float: left;
  margin: 0 5px 0 0;
  position: relative;
}
.tab {
  display: block;
  color: #575757 !important;
  background: url(/static/images/bg-gradient.jpg) repeat-x 0 0;
  height: 28px;
  font: italic 13px/14px 'Droid Serif', Georgia, serif;
  padding: 4px 15px 2px 5px;
  border: 1px solid #c8c8c8;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
a.tab:hover {
  text-decoration: none;
}
.selected a.tab, .active-menu a.tab {
  background-position: 0 -35px;
  color: #fff !important;
  text-decoration: none;
  border-color: #9a9a91;
}
#primary-navigation li.selected, #primary-navigation li.active-menu {
  margin-top: 3px;
  margin-bottom: -3px;
}
.pulldown {
  font-size: 11px;
  list-style: none outside;
  line-height: 16px;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  left: 0;
  float: none !important;
  top: 39px;
  background-color: #eeeadf;
  border: 1px solid #c8c8c8;
  z-index: 10;
  display: none;
}
.pulldown a, .pulldown a:visited {
  display: block;
  padding: 0 20px 0 6px !important;
  white-space: nowrap;
}
#secondary-navigation {
  list-style: none outside !important;
  padding: 0!important;
  margin: 0!important;
  margin-top: 8px;
}
#secondary-navigation li {
  float: right;
  margin-left: 5px;
}
.button {
  display: block;
  color: #fff !important;
  background: url(/static/images/bg-gradient.jpg) repeat-x;
  height: 24px;
  font: italic 13px/24px 'Droid Serif', Georgia, serif;
  padding: 0 16px 0 12px;
  border: 1px solid;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.button span {
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 14px;
  background: url(/static/images/bg-ico.png) no-repeat;
  position: absolute;
  left: -1px;
  top: 6px;
  z-index: 10;
}
.button:hover {
  text-decoration: none;
}
#shops {
  background-position: 0 -70px;
  border-color: #7aa23b;
}
#fotowelt {
  background-position: 0 -140px;
  border-color: #bd52ac;
}
#fotowelt span {
  background-position: 0 -28px;
}
#community {
  background-position: 0 -210px;
  border-color: #cc9e00;
}
#community span {
  background-position: 0 -56px;
}
#shops:hover {
  background-position: 0 -105px;
}
#shops:hover span {
  background-position: 0 -14px;
}
#fotowelt:hover {
  background-position: 0 -175px;
}
#fotowelt:hover span {
  background-position: 0 -42px;
}
#community:hover {
  background-position: 0 -245px;
}
#community:hover span {
  background-position: 0 -70px;
}
.subnav-container {
  background-color: #79796c;
  margin-top: 2px;
  color: #fff;
  border: 1px solid #c8c8c8;
  width: 878px;
  height: 20px;
  position: relative;
  font-size: 12px;
}
#subnav {
  list-style: none outside !important;
  padding: 0!important;
  margin: 0!important;
  position: absolute;
  z-index: 1;
}
#subnav li {
  float: left;
  position: relative;
}
#subnav li a, .subnav-container span {
  padding: 3px 10px 3px 6px;
  display: block;
}
#subnav a, #subnav a:visited {
  color: #fff;
}
#subnav a:hover, #subnav li.selected a {
  text-decoration: none;
  color: #000;
}
#subnav li.selected a {
  background-color: #fff;
}
#subnav a:hover, #subnav li.selected a:hover {
  background-color: #eeeadf;
}
#subnav .pulldown {
  top: 20px;
  left: -1px;
  border-top: none;
}
.breadcrumb-container, .social-container {
  font-size: 11px;
  color: #575757;
  padding: 4px 10px 8px 10px;
}
.breadcrumb-container {
  width: 635px;
}
#breadcrumb, #social {
  list-style: none outside !important;
  padding: 0!important;
  margin: 0!important;
}
#breadcrumb strong {
  float: left;
}
#breadcrumb li {
  float: left;
  padding-right: 5px;
}
.social-container {
  text-align: right;
  width: 185px;
}
#social li {
  float: right;
  margin-left: 5px;
}
#social li a {
  text-indent: 9999px;
  display: block;
  width: 16px;
  height: 16px;
}
#twitter {
  background: url(/static/images/ico-twitter.png);
}
#facebook {
  background: url(/static/images/ico-facebook.png);
}
#main, #sidebar {
  position: relative;
  z-index: 0;
}
.slider-image-container {
  position: relative;
  z-index: 0;
}
.slider-image {
  position: absolute;
  z-index: 1;
  width: 900px;
  height: 320px;
  overflow: hidden;
}
#slider {
  background-color: #fff;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  opacity: 0.92;
}
.sliderlink {
  display: block;
  height: 262px;
  text-indent: -9999px;
  display: block;
}
.slider-content {
  height: 136px;
  overflow: hidden;
}
.slide p {
  padding-bottom: 6px;
}
.tag {
  padding: 5px 0 0 0;
}
#slider-menu {
  padding: 10px 0 0 0;
  position: relative;
  overflow: hidden;
  height: 154px;
  margin: 6px 0 0 -2px;
}
#thumb-container {
  list-style: none outside !important;
  padding: 0!important;
  margin: 0!important;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 2000px;
  background-color: #eeeadf;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 4px 0;
}
#thumb-container li {
  float: left;
}
ul.thumb-row {
  list-style: none outside;
  margin: 0;
  padding: 0 4px;
}
ul.thumb-row li {
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  border: 1px solid #c8c8c8;
  padding: 4px 3px;
  background-color: #fff;
  width: 120px;
  height: 134px ;
  margin: 4px;
}
ul.thumb-row img {
  border: 1px solid #c8c8c8;
}
ul.thumb-row h3 {
  font: bold italic 11px/13px 'droid serif', serif;
  padding: 0;
}
ul.thumb-row li.selected {
  border-color: #c83c82;
  background-color: #dfb3d7;
}
ul.thumb-row li:hover {
  border-color: #c83c82;
}
ul.thumb-row .selected img {
  border-color: #fff;
}
.slider-next, .slider-prev {
  display: block;
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 36px;
  position: absolute;
  border: 1px solid #fff;
  top: 32px;
  z-index: 20;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #c83c82 url(/static/images/bg-ico.png) no-repeat;
}
a.slider-next {
  right: -2px;
  border-right: 0;
  background-position: -14px 0;
}
a.slider-next:hover {
  background-position: -14px -36px;
}
a.slider-prev {
  left: -2px;
  border-left: 0;
  background-position: -14px -72px;
}
a.slider-prev:hover {
  background-position: -14px -108px;
}
#slider .slider-item-image, #slider .slider-item-detail {
  display: none;
}
.primary-item {
  border: 10px solid #dde8f4;
}
.image-container {
  position: relative;
}
.timer {
  float: right;
  position: absolute;
  top: 20px;
  right: 15px;
  padding: 18px 20px 0 0;
  text-align: center;
  display: inline;
  width: 110px;
  height: 140px;
  font: normal 20px/26px 'Droid Serif', Georgia, serif;
  color: #fff;
  background: url(/static/images/bg-illu-big.jpg) no-repeat;
}
.timer span {
  display: block;
  font-size: 15px;
}
.days {
  font-size: 40px !important;
  color: #ac5066;
}
.item-list, .item-meta {
  list-style: none outside !important;
  padding: 0!important;
  margin: 0!important;
}
.item-meta {
  overflow: hidden;
}
.medium .item-meta {
  margin-bottom: 5px;
}
li.list-row {
  border-bottom: 1px solid #c8c8c8;
}
.item-meta, #sidebar ol span {
  font-size: 12px;
  color: #575757;
}
.item-meta li {
  float: left;
  padding-right: 6px;
}
li.list-row .call-to-action {
  float: right;
}
.listheader {
  position: relative;
  margin-top: 21px;
}
#sort-by {
  position: absolute;
  top: 20px;
  right: 0;
}
#sort-by select {
  border: 1px solid #c83c82;
  font: normal 11px/13px;
  color: #575757;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: verdana, sans-serif;
}
#comments {
  margin-bottom: 20px;
}
.comment-list {
  display: none;
}
.expanded .comment-list {
  display: block;
}
.comment-list, .comment-list ul {
  list-style: none outside;
}
.comment-list {
  padding: 0 0 10px 0;
  margin: 0;
}
.comment-list ul {
  padding: 0 0 0 58px;
  margin: 0;
}
.comment-container {
  border-top: 1px solid #575757;
  padding: 8px 0;
}
.comment-container:hover {
  background-color: #f0f5fa;
}
.comment-list .image-container {
  float: left;
  display: inline;
  padding-top: 5px;
}
.comment-list .container-inner {
  margin: 0 0 0 58px;
}
.comment-meta {
  font-size: 11px;
  color: #575757;
  height: 30px;
}
.comment-own {
  border-right: 5px solid #0088da;
  background-color: #dde8f4;
}
.comment-top {
  border-right: 5px solid #3f8400;
  background-color: #c5e1b3;
}
.comment-abuse {
  border-right: 5px solid #c83c82;
  background-color: #dfb3d7;
}
.comment-deleted {
  font-style: italic;
  color: #c83c82;
}
.feedback {
  padding: 0 16px 0 5px;
  background: url(/static/images/ico-feedback.png) no-repeat;
  height: 14px;
}
.positive {
  background-position: top right;
  color: #309100;
}
.negative {
  background-position: bottom right;
  color: #ff0000;
}
.comment-functions, .comment-actions {
  display: none;
}
.comment-functions {
  padding-top: 3px;
}
.comment-functions a, .comment-functions a:visited {
  color: #575757;
}
.comment-list ul.comment-actions {
  float: right;
  padding: 0;
  width: 130px;
}
.comment-actions li {
  float: right;
  padding-right: 6px;
}
.comment-actions a {
  border: 1px solid #999;
}
.comment-container:hover .comment-functions, .comment-container:hover .comment-actions {
  display: block;
}
.pointer {
  text-indent: -9999px;
  display: block;
  position: absolute;
  background: url(/static/images/bg-pointer.png) no-repeat;
  display: none;
  width: 17px;
}
#primary-navigation .pointer {
  height: 8px;
  right: 10px;
  top: 35px;
}
.selected .pointer {
  display: block;
  z-index: 9;
}
#primary-navigation .selected .pointer {
  background-position: 0 -8px;
}
#thumb-container .pointer {
  background-position: 0 -16px;
  top: -12px;
  left: 58px;
  height: 12px;
}
#article {
  padding: 0 10px;
}
.primary-tag, #modification-date, .postmeta {
  font-size: 10px;
  text-transform: uppercase;
  color: #575757;
}
#modification-date {
  float: right;
  padding-right: 10px;
}
h1 {
  margin: 0;
  padding: 6px 0;
}
.box-title {
  padding: 20px 0 2px 10px;
  border-bottom: 1px solid #3f8400;
  margin: 0;
}
.primary-image {
  background-color: #f5f2eb;
  position: relative;
}
#article-map-canvas {
  width: 100%;
  height: 350px;
}
.sponsor {
  font-size: 9px;
  font-style: italic;
  border-left: 1px solid #c8c8c8;
  padding-left: 5px;
  color: #575757;
}
.sponsor-message {
  display: block;
  margin-bottom: 3px;
}
.primary-image .sponsor {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.primary-item .sponsor {
  position: absolute;
  bottom: 0;
  right: 10px;
}
#slider .sponsor {
  float: right;
}
.list-row .sponsor {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #c8c8c8;
}
.social-bar {
  padding-top: 10px;
  border-top: 1px solid #c8c8c8;
}
.list-bar {
  background-color: #eeeadf;
  border-top: 1px solid #c8c8c8;
}
#article .list-bar {
  margin-top: 20px !important;
}
.functions {
  list-style: none outside !important;
  padding: 0!important;
  margin: 0!important;
  display: block;
  overflow: hidden;
  font-size: 12px;
}
.functions li {
  float: left;
  padding: 4px 10px 4px 4px;
}
.functions li a span {
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  margin: 4px 4px 0 0;
  background: url(/static/images/bg-ico.png) no-repeat;
}
a.comments span {
  background-position: 0 -112px !important;
}
a.recommend span {
  background-position: 0 -126px !important;
}
a.print span {
  background-position: 0 -140px !important;
}
.horizontal-bar {
  overflow: hidden;
  text-align: right;
  padding: 4px;
}
.floater {
  float: left;
  display: inline;
  text-align: left;
}
.pager {
  font-weight: bold;
  font-size: 12px;
  border-top: 1px solid #c8c8c8;
  background-color: #e1dad0;
  margin-bottom: 10px;
}
.pager-info {
  text-align: center;
}
.pager a span {
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ac5066;
  display: block;
  width: 24px;
  height: 14px;
  background: url(/static/images/bg-ico.png) no-repeat;
  text-indent: 9999px;
  overflow: hidden;
}
.prev {
  width: 50%;
}
.prev span {
  float: left;
  background-position: -14px -144px !important;
  margin-right: 5px;
}
.next span {
  float: right;
  background-position: -14px -180px !important;
  margin-left: 5px;
}
h3 {
  padding: 6px 0 2px 0;
  margin: 0;
}
.introduction img {
  float: left;
  margin: 4px 10px 0 0;
}
.list-row {
  padding: 10px 0 10px 10px;
  overflow: hidden;
}
.list-row .image-container {
  float: left;
  display: inline;
  padding-top: 2px;
}
.inner-container {
  padding: 10px;
  overflow: hidden;
}
.list-row .inner-container {
  margin: 0 0 0 120px;
  padding: 0 0 10px 10px;
}
.medium .inner-container {
  margin: 0 0 0 195px;
}
.related-articles {
  list-style: none outside;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.related-articles li {
  padding: 4px 0 4px 18px;
}
.list-row .related-articles {
  border-top: 1px solid #575757;
  margin-top: 10px;
  padding-top: 10px;
}
.articles .image-container {
  margin-top: 6px;
}
.articles .list-row {
  padding-right: 10px;
}
h4.related {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #3f8400;
  padding: 15px 0 5px 0;
  margin: 0;
  clear: left;
}
#sidebar .inner-container img, .inner_left img, .inner_right img {
  float: left;
  margin: 4px 10px 0 0;
}
img.medium-size {
  margin: 4px 0 10px 0;
  float: none;
}
#sidebar {
  font-size: 12px;
}
.sidebar_2 {
  width: 108px;
}
#sidebar .column {
  margin-top: 10px;
}
#sidebar .box-title {
  padding-top: 10px;
}
.box-container {
  border: 1px solid #c8c8c8;
  position: relative;
  margin: 30px 0 10px 0;
  background-color: #fff;
}
.box-container .box-title {
  background-color: #eeeadf;
}
.box-container h3 {
  margin-top: -4px;
}
h3.divider {
  border-top: 1px solid #c8c8c8;
  padding-top: 10px;
  margin-top: 10px;
}
.box-container h4 {
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.narrow .box-container {
  margin-right: 10px;
}
.narrow .sidebar_2 {
  width: 113px;
}
.wrapper-inner {
  overflow: hidden;
}
.teaser-multi {
  line-height: 15px;
  padding: 2px 0 6px 0;
  margin-bottom: 6px;
  border-bottom: 1px solid #c8c8c8;
  overflow: hidden;
}
.teaser-multi p {
  padding: 0;
}
.box-illu {
  background: url(/static/images/box-illu.png) no-repeat;
  position: absolute;
  top: -20px;
  right: 0;
  display: block;
  width: 80px;
  height: 50px;
}
#chartoffirstnames .box-illu {
  background-position: 0 -50px;
}
#bloginfo .box-illu {
  background-position: 0 -200px;
}
#sidebar ol, #sidebar ul {
  margin: 0;
  padding: 5px 0 5px 20px;
  font-size: 12px;
}
#most-read .box-illu {
  background-position: 0 -250px;
}
#kalender .box-illu {
  background-position: 0 -300px;
}
#pregnancy-week .box-illu {
  background-position: 0 -300px;
}
#pregnancy-week .inner-container {
  background-color: #dfb3d7;
}
#pregnancy-week input {
  width: 64px;
  margin: 5px 0;
  padding: 0 0 0 5px;
  border: 1px solid #ac5066;
  height: 30px;
  font: normal 13px/30px;
  color: #575757;
  font-family: verdana, sans-serif;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pregnancy-week .teaser-multi {
  border-bottom: 1px solid #c83c82;
}
#xabab-lucky-number .box-illu {
  background-position: 0 -100px;
}
#xabab-lucky-number .box-title, #kalender .box-title, #pregnancy-week .box-title {
  background-color: #c83c82;
  color: #fff;
  border-bottom: 1px solid #c83c82;
}
#xabab-lucky-number .inner-container {
  background-color: #dfb3d7;
}
#xabab-lucky-number input[type='text'], #kalender input[type='text'] {
  width: 250px;
  margin: 6px 0;
  padding: 0 0 0 5px;
  border: 1px solid #ac5066;
  height: 30px;
  font: normal 13px/30px;
  color: #575757;
  font-family: verdana, sans-serif;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#kalender input[type='text'] {
  background: #ffffff url(/static/images/bg-ico.png) no-repeat -14px -288px;
  text-indent: 25px;
}
.narrow #xabab-lucky-number input[type='text'] {
  width: 240px;
}
.inner-container ul {
  padding: 0;
  margin: 0;
}
#partner .box-illu {
  background-position: 0 -150px;
}
#partner ul {
  list-style: none outside !important;
  padding: 0!important;
  margin: 0!important;
  overflow: hidden;
}
#partner li {
  float: left;
  padding: 0;
  margin: 0;
}
#partner li img {
  border: 0;
  margin: 0 !important;
}
.points {
  float: right;
  display: inline;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  background-color: #439e00;
  padding: 2px;
  border: 1px solid #c5e1b3;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#footer {
  background-color: #eeeadf;
  color: #575757;
}
#footer h4 {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 0 6px 15px;
  margin: 0;
}
#footer ul {
  list-style: none outside;
  font-size: 12px;
  padding: 0 0 10px 5px;
  margin: 0;
  line-height: 16px;
}
#footer li {
  padding: 0 0 0 10px;
  margin: 0;
  background: url(/static/images/bullet-footer.png) no-repeat 0 6px;
}
#disclosure {
  font-size: 11px;
  text-align: center;
  padding: 20px 0 10px 0;
  clear: left;
}
#banner {
  position: relative;
  margin: 0 auto;
  width: 1060px;
}
#banner-hor {
  margin-left: 172px;
  top: 0;
}
#banner-ver {
  position: absolute;
  left: 900px;
  top: 0;
}
a, a:visited {
  color: #c83c82;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.pulldown a:hover {
  text-decoration: underline !important;
}
a.call-to-action,
a.call-to-action:visited,
#footer a,
a.grey,
#footer a:visited,
a.grey:visited,
a.primary-tag,
a.primary-tag:visited,
.related-articles a,
.related-articles a:visited,
.list-bar a,
.list-bar a:visited,
.horizontal-bar a,
.horizontal-bar a:visited {
  color: #575757;
}
.pulldown a, .pulldown a:visited {
  color: #575757 !important;
}
a.call-to-action, a.icon-link {
  font-weight: bold;
  font-size: 12px;
}
.call-to-action span, .icon-bar span, .icon-link span {
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  margin: 4px 4px 0 0;
  background: url(/static/images/bg-ico.png) no-repeat;
}
.call-to-action span {
  background-position: 0 -84px;
}
.call-to-action:hover span {
  background-position: 0 -98px;
}
.expanded .toggle-comments span {
  text-indent: 9999px;
  background-position: 0 -224px;
}
.expanded .toggle-comments:hover span {
  background-position: 0 -238px;
}
.toggle-comments span {
  text-indent: 9999px;
  background-position: 0 -196px;
}
.toggle-comments:hover span {
  background-position: 0 -210px;
}
.item-meta .icon-bar, .recommendations {
  font-size: 11px;
}
.time-left span {
  background-position: 0 -154px;
}
.price span {
  background-position: 0 -168px;
}
.get-points span {
  background-position: 0 -182px;
}
.recommendations span {
  text-indent: -9999px;
  display: block;
  width: 70px;
  height: 14px;
  float: left;
  margin: 4px 4px 0 0;
  background: url(/static/images/bg-ico.png) no-repeat;
}
.comment-count span {
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  margin: 4px 4px 0 0;
  background: url(/static/images/bg-ico.png) no-repeat;
  background-position: 0 -252px !important;
}
.stars_0 span {
  background-position: -38px -70px !important;
}
.stars_1 span {
  background-position: -38px -56px !important;
}
.stars_2 span {
  background-position: -38px -42px !important;
}
.stars_3 span {
  background-position: -38px -28px !important;
}
.stars_4 span {
  background-position: -38px -14px !important;
}
.stars_5 span {
  background-position: -38px 0px !important;
}
.related-articles a {
  font-weight: bold;
}
.related-articles a span {
  padding-right: 4px;
  color: #c83c82;
  margin-left: -18px;
}
.icon {
  padding-left: 20px !important;
  position: relative;
  float: right;
}
.icon span {
  text-indent: 9999px;
  display: block;
  width: 32px;
  height: 30px;
  background: url(/static/images/bg-bigbutton.png) no-repeat;
  position: absolute;
  left: -15px;
  top: -7px;
}
.icon:hover span {
  background-position: 0 -30px;
}
.button-container {
  overflow: hidden;
  padding: 8px 0;
  position: relative;
  text-align: right;
}
.button-container span {
  padding-right: 20px;
}
.bar-gradient {
  padding: 0 5px;
  height: 16px;
  background: url(/static/images/bg-gradient.jpg) repeat-x;
  border: 1px solid;
  font: italic 11px/16px georgia, serif;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
}
.full-width span {
  width: 80%;
  float: left;
  text-align: left;
}
.full-width .icon {
  position: absolute;
  right: 0;
}
a.bar-gradient:hover {
  text-decoration: none;
}
.comment-actions a:hover {
  border-color: #ac5066;
}
.light-pink {
  background-position: -14px -350px;
  border-color: #ac5066;
}
a.light-pink:hover, a.light-pink:focus {
  background-position: -14px -385px;
}
a.dark-pink {
  background-position: -14px -280px;
  border-color: #ac5066;
  color: #fff !important;
}
a.dark-pink:hover, a.dark-pink:focus {
  background-position: -14px -315px;
}
a.light-blue, a.light-blue:visited {
  color: #0088da;
}
.light-blue {
  background-position: -14px -490px;
  border-color: #0088da;
  color: #0088da;
}
a.light-blue:hover, a.light-blue:focus {
  background-position: -14px -525px;
}
a.dark-blue, a.dark-blue:visited {
  color: #fff;
}
.dark-blue {
  background-position: -14px -420px;
  border-color: #0088da;
  color: #fff;
}
a.dark-blue:hover, a.dark-blue:focus {
  background-position: -14px -455px;
}
.button-icon {
  text-indent: -9999px;
  display: block;
  background: url(/static/images/bg-ico.png) no-repeat;
  width: 16px;
  height: 16px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.button-icon.positive {
  background-position: -14px -216px;
}
.button-icon.negative {
  background-position: -14px -252px;
}
h1, h2 {
  font: italic normal 22px/25px 'Droid Serif', Georgia, serif;
  color: #3f8400;
}
h3, .tag {
  font: normal 17px/19px 'Droid Serif', Georgia, serif;
  color: #3f8400;
}
#intro {
  font: italic normal 14px/20px Georgia, serif;
  color: #575757;
  margin: 0;
  padding: 14px 0;
}
#article, p {
  font-size: 12px;
  line-height: 18px;
}
p {
  margin: 0;
  padding: 0 0 9px 0;
}
#article h2 {
  padding: 16px 0 8px;
  margin: 0;
}
#article ul, #article ol {
  margin: 0;
  padding: 0 0 9px 55px;
}
#article ul {
  list-style: disc outside;
}
#article ul li, #article ol li {
  padding-bottom: 5px;
}
#article table, .table {
  background-color: #f0f5fa;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-collapse: collapse;
  margin-bottom: 9px;
}
#article tr, .table tr {
  border-bottom: 1px solid #c8c8c8;
}
#article td, .table td {
  vertical-align: top;
  padding: 6px 20px 6px 1px;
}
#article table ul,
#article table ol,
.table ul,
.table ol {
  padding-left: 20px;
}
p.tip,
p.comment,
p.important,
p.info,
p.quotation,
p.reference {
  font: italic normal 14px/20px Georgia, serif;
  color: #575757;
  margin: 0;
  padding: 0 0 12px 55px;
  background: url(/static/images/ico-artikel.png) no-repeat;
}
p.tip {
  background-position: 0 0;
}
p.comment {
  background-position: -600px 0;
}
p.important {
  background-position: -1200px 0;
}
p.info {
  background-position: -1800px 0;
}
p.quotation {
  background-position: -2400px 0;
}
p.reference {
  background-position: -3000px 0;
}
.form {
  font-size: 12px;
}
#overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: #000;
  opacity: 0.8;
}
a.closebox {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  text-indent: -9999px;
  display: block;
  background: url(/static/images/bg-bigbutton.png) no-repeat 0px -60px;
}
a.closebox:hover {
  background-position: 0px -90px;
}
.login-wrapper {
  position: absolute;
  z-index: 101;
  top: 50%;
  left: 50%;
}
.login-container {
  width: 360px;
  padding: 10px;
  background-color: #fff;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: -50%;
  position: relative;
}
.login-container .bar-gradient {
  margin-left: 5px;
}
.login-container label {
  padding: 6px 0 0 0;
}
.form h1, .form h2, .form h3 {
  color: #c83c82;
}
.login-container h3 {
  margin-bottom: 10px;
}
.form textarea, .form input[type=text], .form input[type=password] {
  border: 1px solid #c8c8c8;
  padding: 5px 0;
  margin: 5px 0;
  text-indent: 3px;
  font-size: 12px;
  color: #575757;
  width: 278px;
  font-family: verdana, sans-serif;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form select {
  padding: 5px 0;
  margin: 5px 0;
}
.login_left {
  width: 190px;
  display: inline;
  float: left;
}
.login_right {
  margin-left: 190px;
  text-align: right;
}
.form div.divider {
  display: block;
  border-top: 1px solid #c8c8c8;
  padding-top: 10px;
  margin-top: 10px;
  text-align: right;
  font: italic normal 1em Georgia, serif;
  color: #575757;
}
#login label {
  display: block;
  text-align: left;
  width: 100%;
}
#login input[type=text], #login input[type=password] {
  width: 168px;
}
* + html #login input[type=password] {
  width: 165px;
}
/*ie7*/
.form label {
  float: left;
  display: inline;
  padding-top: 10px;
  width: 130px;
}
.login-container label {
  width: 100px;
}
.form-confirm {
  border: 1px solid #3f8400;
  background-color: #c5e1b3;
  padding: 10px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-confirm h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #3f8400;
}
#register input[type=submit] {
  height: 18px;
  font-size: 12px !important;
}
#register input[type=text], #register input[type=password] {
  width: 258px;
}
#register input:focus {
  background-color: #c5e1b3;
}
label.error {
  background-color: #f0be00;
  padding: 5px 2px !important;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 6px 130px;
  width: 276px;
  display: block;
  overflow: hidden;
}
.login-container label.error {
  width: 356px;
  margin-left: 0;
}
input.error {
  background-color: #ffe78a !important;
}
.form-row {
  overflow: hidden;
  margin-top: 6px;
}
.form-row-small {
  margin-top: 0px !important;
  margin-bottom: -10px !important;
}
.form-row-required label {
  font-weight: 900;
}
.terms {
  border: 1px solid #c8c8c8;
  overflow: auto;
  width: 338px;
  padding: 10px;
  margin-top: 5px;
  height: 100px;
  background-color: #f5f2eb;
}
.login-container input[type=checkbox] {
  margin-left: 0;
  float: left;
  margin: 10px 4px 5px 0;
}
.form label.label-checkbox {
  width: auto !important;
  margin: 10px 0 10px 0;
  padding: 0;
}
.small {
  width: 80px !important;
}
.form-sidebar .form-row * {
  vertical-align: middle;
}
.form-row.divider {
  border-top: 1px solid #c8c8c8;
  padding-top: 6px;
  margin-top: 20px;
}
#profile-image {
  padding: 10px;
  vertical-align: middle;
  overflow: hidden;
  font-size: 12px;
  background-color: #f5f2eb;
  margin-bottom: 10px;
}
#profile-image img {
  margin-right: 10px;
  float: left;
  border: 1px solid #c8c8c8;
}
#profile-navigation {
  list-style: none outside !important;
  padding: 0!important;
  margin: 0!important;
  margin-bottom: 10px !important;
}
#profile-navigation li {
  padding: 6px 0 0 10px;
  color: #575757;
}
#profile-navigation li a {
  font: italic 13px/14px 'Droid Serif', Georgia, serif;
}
#profile-navigation li.selected {
  background-color: #f5f2eb;
  border: 1px solid #c8c8c8;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#profile-navigation li.selected a, #profile-navigation li.selected a:visited {
  color: #000;
}
#profile-navigation p {
  padding-bottom: 6px;
}
ul.ui-autocomplete {
  position: absolute;
  display: block;
  left: 0;
  top: 23px;
  z-index: 50;
  list-style: none outside ;
  padding: 0;
  margin: 0;
  font-size: 12px;
  background-color: #eeeadf;
  border: 1px solid #c8c8c8;
  width: 278px;
  font-weight: bold;
}
ul.ui-autocomplete em {
  font-weight: normal;
  font-style: normal;
}
ul.ui-autocomplete a {
  display: block;
  padding: 6px;
}
ul.ui-autocomplete a:hover {
  background: #fff;
  text-decoration: none;
}
#bubble {
  position: absolute;
  right: 0;
  top: 31px;
  height: 72px;
  background: url(/static/images/bg-gradient.jpg) repeat-x #fec6ec;
  background-position: 0 -560px;
  width: 258px;
  padding: 0 10px;
  border: 1px solid #c83c82;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 10;
}
#bubble .call-to-action, #bubble p {
  font-size: 11px;
  color: #000;
}
#bubble h2 {
  font-size: 15px;
  font-style: italic;
  color: #000;
  margin: 5px 0 2px 0;
  padding: 0;
  line-height: 15px;
}
#bubble p {
  padding: 0;
  line-height: 14px;
  min-height: 28px;
  margin: 0;
}
#bubble .call-to-action {
  line-height: 18px;
}
#bubble div {
  top: 26px;
  left: -19px;
  display: block;
  position: absolute;
  width: 19px;
  height: 21px;
  background: url(/static/images/bg-ico.png) no-repeat;
  text-indent: -9999px;
  display: block;
  background-position: -38px -108px;
}
#bubble .call-to-action span {
  background-position: 0 -266px;
}
#bubble .call-to-action:hover span {
  background-position: 0 -280px;
}
.login-container {
  margin-left: 0px;
}
.ui-dialog .ui-dialog-title {
  color: #C83C82 !important;
  margin-bottom: 10px !important;
  font: 17px/19px 'Droid Serif', Georgia, serif !important;
  padding: 10px 10px 3px 10px !important;
  margin: 0px !important;
}
.ui-dialog-titlebar {
  padding: 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
  background: none !important;
}
a.ui-dialog-titlebar-close {
  padding: 0px !important;
  top: 0px !important;
  right: 0px !important;
  margin: 0px !important;
}
/*
 * HINWEIS: bg-bigbutton.png habe ich gemerged mit selbiger Datei von
 * http://ulfharr.com/babilu/produkt.html ("X" jedoch ohne Schatten)
 * Da ich nicht wusste, ob dies mehrfach verwendet wird, habe ich
 * das Sprite dementsprechend erweitert
 */
a.ui-dialog-titlebar-close span {
  background: url("/static/images/bg-bigbutton.png") no-repeat scroll 0 -120px transparent !important;
  display: block !important;
  position: absolute !important;
  text-indent: -9999px !important;
  right: -15px !important;
  top: -15px !important;
  height: 30px !important;
  width: 30px !important;
  margin: 0px !important;
  padding: 0px !important;
}
a.ui-dialog-titlebar-close:hover {
  border: 0px !important;
  background-image: none !important;
  background: none !important;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: #000;
  opacity: 0.8;
}
.ui-dialog {
  position: absolute;
  padding: 0px;
  width: 300px;
  background-color: #fff;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0px;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0px;
  padding: 0px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
a img {
  border: 0px;
}
a.ui-dialog-titlebar-close:hover span {
  background-position: 0px -150px !important;
}
.banner-container {
  position: relative;
  text-align: center;
  padding: 12px 0 10px 0;
}
.floating-banner {
  float: right;
  margin-left: 10px !important;
}
#main .banner-container {
  border-top: 1px dotted #c8c8c8;
  border-bottom: 1px dotted #c8c8c8;
  margin: 10px 0 10px 0;
}
.banner-label {
  text-transform: uppercase;
  font-size: 10px;
  color: #c8c8c8;
  height: 12px;
  line-height: 12px;
  padding: 0 4px;
  position: absolute;
  top: -6px;
  right: 10px;
  background-color: #fff;
}
#sidebar .banner-container {
  border: 1px dotted #c8c8c8;
  margin: 30px 0 10px 0;
}
#searchbox {
  overflow: hidden;
  z-index: 11;
}
html {
  overflow: -moz-scrollbars-vertical;
}
html {
  overflow-x: auto;
}
#profile-navigation li {
  border: 1px solid #fff;
  cursor: pointer;
}
#profile-navigation li.hover {
  border: 1px solid #f5f2eb;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.error_message {
  display: block;
  background-color: #f0be00;
  padding: 5px 2px !important;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.error_message A {
  text-decoration: underline;
}
/*!
 * jQuery UI Stars v3.0.1
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2010 Marek "Orkan" Zajac (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 164 $
 * $Date:: 2010-05-01 #$
 * $Build: 35 (2010-05-01)
 *
 */
.ui-stars-star, .ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a, .ui-stars-cancel a {
  width: 14px;
  height: 14px;
  display: block;
  background: url("/static/images/bg-ico.png") no-repeat -39px -56px;
}
.ui-stars-star a {
  background-position: -39px -70px;
}
.ui-stars-star-on a {
  background-position: -39px -56px;
}
.ui-stars-star-hover a {
  background-position: -39px -84px;
}
.ui-stars-cancel-hover a {
  background-position: -39px -70px;
}
.ui-stars-star-disabled, .ui-stars-star-disabled a, .ui-stars-cancel-disabled a {
  cursor: default !important;
}
.ui-widget-content {
  border: 0px !important;
}
.ui-dialog {
  overflow: visible !important;
}
.ui-dialog .ui-dialog-content {
  padding: 0px !important;
}
.ui-widget-overlay {
  background: none !important;
  background: #000 !important;
  opacity: 0.8 !important;
}
.xs-form fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.xs-form label {
  display: inline;
  float: left;
  padding-top: 10px;
  width: 100px;
  padding: 6px 0px 0px 0px;
  font-size: 12px;
}
.xs-form input[type="text"], .xs-form input[type="password"], .xs-form textarea {
  width: 350px;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  color: #575757;
  font-size: 12px;
  margin: 5px 0px;
  padding: 5px 0px;
  text-indent: 3px;
}
.xs-form input[type="submit"] {
  margin: 5px 0px 10px 103px;
  color: #FFFFFF !important;
  background: #ac5066 url("/static/images/bg-gradient.jpg") repeat-x scroll -14px -280px;
  border: 0px solid;
  display: inline-block;
  font: italic 11px/16px georgia, serif;
  height: 16px;
  padding: 1px 6px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
input[type="submit"] {
  padding: 0 5px;
  height: 16px;
  background: url(/static/images/bg-gradient.jpg) repeat-x;
  border: 1px solid;
  font: italic 11px/16px georgia, serif;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  background-position: -14px -280px;
  border-color: #ac5066;
  color: #fff !important;
  cursor: pointer;
}
.form-row input[type="submit"] {
  margin: 10px 0px 0px 130px;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus,
.ui-dialog .ui-dialog-titlebar-close:link {
  background: none !important;
  border: 0px !important;
}
#profile-navigation li a {
  text-decoration: none;
}
.ui-menu-item {
  background: #ccc;
}
#loading, #profile-loading {
  position: absolute;
  top: 5px;
  right: 16px;
  width: 16px;
  height: 16px;
  z-index: 99;
  background: url('/static/images/ajax-loader-grey-small.gif') no-repeat;
  overflow: hidden;
  text-indent: -999px;
  display: none;
}
#profile-image {
  position: relative;
}
#profile-loading {
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: url('/static/images/ajax-loader.gif') no-repeat;
}
.jcrop-holder {
  text-align: left;
}
.jcrop-vline, .jcrop-hline {
  font-size: 0px;
  position: absolute;
  background: #ffffff url('/static/ext/css/images/jcrop.gif') top left repeat;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-hline {
  width: 100%;
  height: 1px !important;
}
.jcrop-vline.right {
  right: 0px;
}
.jcrop-hline.bottom {
  bottom: 0px;
}
.jcrop-handle {
  font-size: 1px;
  width: 7px !important;
  height: 7px !important;
  border: 1px #eee solid;
  background-color: #333;
}
.jcrop-tracker {
  width: 100%;
  height: 100%;
}
.custom .jcrop-vline, .custom .jcrop-hline {
  background: yellow;
}
.custom .jcrop-handle {
  border-color: black;
  background-color: #C7BB00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

