.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  float: left; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right; /* LTR */
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left; /* LTR */
  margin: 0 auto;
  display: table;
}
.poll .vote-form .choices .title {
  font-weight: bold;
}
.node-form #edit-poll-more {
  margin: 0;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}



/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

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

/* $Id: system.css,v 1.48 2008/01/09 09:56:39 goba Exp $ */

/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(../images/misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(../images/misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(../images/misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right; /* LTR */
  padding-left: 0.25em; /* LTR */
  clear: right; /* LTR */
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right; /* LTR */
}
.more-help-link {
  font-size: 0.85em;
  text-align: right; /* LTR */
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc; /* LTR */
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../images/misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px; /* LTR */
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../images/misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(../images/misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../images/misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../images/misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../images/misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right; /* LTR */
}
.progress-disabled {
  float: left; /* LTR */
}
.ahah-progress {
  float: left; /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../images/misc/throbber.gif) no-repeat 0px -18px;
  float: left; /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}

/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
  font-weight: bold;
}

/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
  font-weight: bold;
}

/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px; /* LTR */
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px; /* LTR */
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}

/* $Id: system-menus.css,v 1.1 2007/10/05 14:50:25 goba Exp $ */

ul.menu {
  list-style: none;
  border: none;
  text-align:left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../images/misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../images/misc/menu-collapsed.png); /* LTR */
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../images/menu-leaf.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  /*color: #000;*/
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}

/* Veränderte Blöcke -------------------------------------------------------- */


/* block mit grauem titel */
.sidebar .block-block.gray-hd .content,
#wrapper #container .sidebar .block-block.gray-hd .content
{
	background-image: url(../images/block-head-g.png);
}

/* block mit blauem titel */
.sidebar .block-block.blue-hd h2,
#wrapper #container .sidebar .block-block.blue-hd h2
{
	background-image: url('../images/bock-head-b.png');
}

/*block mit grauem inhalt und eselsohr*/

.sidebar .block-block.gray-bg .content,
#wrapper #container .sidebar .block-block.gray-bg .content
{
	background: url('../images/block-bottom.png') bottom right no-repeat rgb(243, 243, 243);
	border: none;
}

.sidebar #block-block-11 .content,
.sidebar #block-block-26 .content
{
	border-top-width: 1px;
}

.block .poll {
	padding: .1em .2em;
}


/* newsauflistung */
.block .views-field-created-1 {
	font-size: .8em;
	color: #888;
	margin-top: .8em;
}

/* neue kommentare */
#block-comment-0 li {
	color: #888;
	font-size: .8em;
}

#block-comment-0 li a {
	font-size: 1.2em;
}

/* Werbung in Blöcken */

.block .werbung {
	text-align: center;
	margin-left: -2px;
	margin-right: -2px;
}

.block .werbung table {
	margin-left: auto;
	margin-right: auto;
}

/* $Id: style.css,v 1.38.2.1 2008/02/05 09:27:26 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #edf5fa;
  font: 12px/170% Verdana, sans-serif;
  color: #494949;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active /*, a.active*/ {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(../images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../images/misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

/*
th a:link, th a:visited {
  color: #6f9dbd;
}
*/

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  background: #edf5fa url(images/body.png) repeat-x 50% 0;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1270px;
}

#wrapper #container #header {
  height: 80px;
}

#wrapper #container #header #logo-floater {
  position: absolute;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header #logo {
  padding-top: 16px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 60px 0 5em;
  width: 210px;
  float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
  position: relative;
}

#wrapper #container #center .right-corner {
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -26px 1.5em;
  padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
  height: 10px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
  height: 10px;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/* $Id: nice_menus.css,v 1.28 2008/07/11 16:04:44 add1sun Exp $ */
/*
  This file contains the basic logic for nice menus, and should not be
  edited.  To customize the menus, it's recommended to create a custom CSS
  file using nice_menus_default.css as a template, then configure the module
  to use your custom CSS file (this is done in the global settings tab of
  the theme administration.)
*/

/* Below should fix menu being a few pixels away in some themes, and menus disappearing behind other stuff. */
.block-nice_menus {
  line-height: normal;
  z-index: 10;
}

ul.nice-menu,
ul.nice-menu ul {
  z-index: 5;
  position: relative;
}

ul.nice-menu li {
  position: relative;
}

ul.nice-menu a {
  display: block;
}

ul.nice-menu ul,
/* For Garland header. */
#header-region ul.nice-menu ul {
  position: absolute;
  visibility: hidden;
}

ul.nice-menu li.over ul {
  visibility: visible;
}

ul.nice-menu ul li {
  display: block;
}

ul.nice-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Show submenus when over their parents. */
ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul,
#header-region ul.nice-menu li.menuparent li:hover ul,
#header-region ul.nice-menu li.menuparent li.menuparent li:hover ul,
#header-region ul.nice-menu li.over ul,
#header-region ul.nice-menu li.menuparent li.over ul,
#header-region ul.nice-menu li.menuparent li.menuparent li.over ul {
  visibility: visible;
}

/* Hide sub-menus initially. */
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover ul ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul,
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li.over li.over ul ul ul,
ul.nice-menu li.over li.over li.over ul ul,
ul.nice-menu li.over li.over li.over ul ul ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul ul,
#header-region ul.nice-menu li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul ul,
#header-region ul.nice-menu li.over ul ul,
#header-region ul.nice-menu li.over ul ul ul,
#header-region ul.nice-menu li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over ul ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul ul {
  visibility: hidden;
}

/***************
 IE 6 Fixes
***************/

/* Iframe to fix z-index bug when menu hovers over <select> fields. */
ul.nice-menu li.menuparent ul,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul {
	overflow: visible !important;
	/* overflow: hidden; */
}

ul.nice-menu li.menuparent ul iframe,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul iframe {
	display: none;
	display/**/: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 20px;
	height: 20px;
}
/* $Id: nice_menus_default.css,v 1.7 2009/02/09 00:19:36 add1sun Exp $ */
/*
  This is the default layout template for nice menus, and will provide
  a starting point for the look of your menus. To customize, it's
  recommended to create a custom CSS file using this file as a template,
  then configure the module to use your custom CSS file
  (this is done in the global settings tab of the theme administration.)

  To help understand the CSS, the HTML looks like this, where
    x is a number;
    TYPE is down/left/right;
    PATH is the menu path such as node/343;
    MID is the menu id such as 33):
  <ul id='nice-menu-x' class='nice-menu nice-menu-TYPE'>
    <li id='menu-MID' class='menu-path-PATH'><a href='#'>This is a menu item</a></li>
    <li class='menuparent menu-path-PATH'><a href='#'>A submenu</a>
      <ul...><li...>...</li>
      </ul>
    </li>
    ...
  </ul>

  If you have more than one nice-menu and want to target a particular one,
  use its id (e.g. ul#nice-menu-2).

  See README.txt and the handbook page (http://drupal.org/node/185543)
  for some CSS customization examples.
*/

/******************************
 Global CSS for ALL menu types
******************************/

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

ul.nice-menu li {
  border: 1px solid #ccc;
  border-top: 0;
  float: left; /* LTR */
  background-color: #eee;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding-left: 0; /* LTR */
  background-image: none;
}

/* Overrides for Garland header. */
#header-region ul.nice-menu li {
  margin: 0;
  /* Padding rules are needed to deal with Garland's header line-height. */
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background: #eee;
}

ul.nice-menu a {
  padding: 0.3em 5px 0.3em 5px;
}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  border-top: 1px solid #ccc;
  margin-right: 0; /* LTR */
}

/* Override for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.7em;
}

ul.nice-menu ul li {
  width: 15.5em;
}

/******************************
 VERTICAL (left/right) menus
******************************/

/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
  width: 12.5em;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background: #eee url(arrow-right.png) right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li.over,
ul.nice-menu-right li li.menuparent:hover,
ul.nice-menu-right li li.over {
  background: #ccc url(arrow-right.png) right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li ul li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: #eee url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li.over,
ul.nice-menu-left li li.menuparent:hover,
ul.nice-menu-left li li.over {
  background: #ccc url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left a, ul.nice-menu-left ul a {
  padding-left: 14px;
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
}

ul.nice-menu-down li {
  border-top: 1px solid #ccc;
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  left: 0; /* LTR */
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  padding-right: 15px; /* LTR */
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  background: #eee url(../images/arrow-down.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
  background: #ccc url(../images/arrow-down.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
  background: #eee url(../images/arrow-right.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
  background: #ccc url(../images/arrow-right.png) right center no-repeat; /* LTR */
}

.tipsy {
	font-size: 10px;
	/*opacity: 0.8;*/
	/*filter: alpha(opacity=80);*/
	background-repeat: no-repeat;
}
.tipsy-inner {
	padding: 4px 5px;
	background-color: #c1eaad;
	color: #000;
	width: auto !important;
	width: 280px;
	max-width: 280px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tipsy-north {
	background-image: url(../images/tipsy/north-green.gif);
	background-position: top center;
	margin-top: 4px;
	padding-top: 5px;
}
.tipsy-south {
	background-image: url(../images/tipsy/south-green.gif);
	background-position: bottom center;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
.tipsy-east {
	background-image: url(../images/tipsy/east-green.gif);
	background-position: right center;
	margin-right: 4px;
	padding-right: 5px;
}
.tipsy-west {
	background-image: url(../images/tipsy/west-green.gif);
	background-position: left center;
	margin-left: 4px;
	padding-left: 5px;
}

.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  float: left; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right; /* LTR */
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left; /* LTR */
  margin: 0 auto;
  display: table;
}
.poll .vote-form .choices .title {
  font-weight: bold;
}
.node-form #edit-poll-more {
  margin: 0;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}



/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

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

/* $Id: system.css,v 1.48 2008/01/09 09:56:39 goba Exp $ */

/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(../images/misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(../images/misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(../images/misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right; /* LTR */
  padding-left: 0.25em; /* LTR */
  clear: right; /* LTR */
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right; /* LTR */
}
.more-help-link {
  font-size: 0.85em;
  text-align: right; /* LTR */
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc; /* LTR */
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../images/misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px; /* LTR */
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../images/misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(../images/misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../images/misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../images/misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../images/misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right; /* LTR */
}
.progress-disabled {
  float: left; /* LTR */
}
.ahah-progress {
  float: left; /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../images/misc/throbber.gif) no-repeat 0px -18px;
  float: left; /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}

/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
  font-weight: bold;
}

/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
  font-weight: bold;
}

/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px; /* LTR */
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px; /* LTR */
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}

/* $Id: system-menus.css,v 1.1 2007/10/05 14:50:25 goba Exp $ */

ul.menu {
  list-style: none;
  border: none;
  text-align:left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../images/misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../images/misc/menu-collapsed.png); /* LTR */
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../images/menu-leaf.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  /*color: #000;*/
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}

/* Veränderte Blöcke -------------------------------------------------------- */


/* block mit grauem titel */
.sidebar .block-block.gray-hd .content,
#wrapper #container .sidebar .block-block.gray-hd .content
{
	background-image: url(../images/block-head-g.png);
}

/* block mit blauem titel */
.sidebar .block-block.blue-hd h2,
#wrapper #container .sidebar .block-block.blue-hd h2
{
	background-image: url('../images/bock-head-b.png');
}

/*block mit grauem inhalt und eselsohr*/

.sidebar .block-block.gray-bg .content,
#wrapper #container .sidebar .block-block.gray-bg .content
{
	background: url('../images/block-bottom.png') bottom right no-repeat rgb(243, 243, 243);
	border: none;
}

.sidebar #block-block-11 .content,
.sidebar #block-block-26 .content
{
	border-top-width: 1px;
}

.block .poll {
	padding: .1em .2em;
}


/* newsauflistung */
.block .views-field-created-1 {
	font-size: .8em;
	color: #888;
	margin-top: .8em;
}

/* neue kommentare */
#block-comment-0 li {
	color: #888;
	font-size: .8em;
}

#block-comment-0 li a {
	font-size: 1.2em;
}

/* Werbung in Blöcken */

.block .werbung {
	text-align: center;
	margin-left: -2px;
	margin-right: -2px;
}

.block .werbung table {
	margin-left: auto;
	margin-right: auto;
}

/* $Id: style.css,v 1.38.2.1 2008/02/05 09:27:26 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #edf5fa;
  font: 12px/170% Verdana, sans-serif;
  color: #494949;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active /*, a.active*/ {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(../images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../images/misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

/*
th a:link, th a:visited {
  color: #6f9dbd;
}
*/

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  background: #edf5fa url(images/body.png) repeat-x 50% 0;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1270px;
}

#wrapper #container #header {
  height: 80px;
}

#wrapper #container #header #logo-floater {
  position: absolute;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header #logo {
  padding-top: 16px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 60px 0 5em;
  width: 210px;
  float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
  position: relative;
}

#wrapper #container #center .right-corner {
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(images/bg-content-left.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -26px 1.5em;
  padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
  height: 10px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
  height: 10px;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/* $Id: nice_menus.css,v 1.28 2008/07/11 16:04:44 add1sun Exp $ */
/*
  This file contains the basic logic for nice menus, and should not be
  edited.  To customize the menus, it's recommended to create a custom CSS
  file using nice_menus_default.css as a template, then configure the module
  to use your custom CSS file (this is done in the global settings tab of
  the theme administration.)
*/

/* Below should fix menu being a few pixels away in some themes, and menus disappearing behind other stuff. */
.block-nice_menus {
  line-height: normal;
  z-index: 10;
}

ul.nice-menu,
ul.nice-menu ul {
  z-index: 5;
  position: relative;
}

ul.nice-menu li {
  position: relative;
}

ul.nice-menu a {
  display: block;
}

ul.nice-menu ul,
/* For Garland header. */
#header-region ul.nice-menu ul {
  position: absolute;
  visibility: hidden;
}

ul.nice-menu li.over ul {
  visibility: visible;
}

ul.nice-menu ul li {
  display: block;
}

ul.nice-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Show submenus when over their parents. */
ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul,
#header-region ul.nice-menu li.menuparent li:hover ul,
#header-region ul.nice-menu li.menuparent li.menuparent li:hover ul,
#header-region ul.nice-menu li.over ul,
#header-region ul.nice-menu li.menuparent li.over ul,
#header-region ul.nice-menu li.menuparent li.menuparent li.over ul {
  visibility: visible;
}

/* Hide sub-menus initially. */
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover ul ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul,
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li.over li.over ul ul ul,
ul.nice-menu li.over li.over li.over ul ul,
ul.nice-menu li.over li.over li.over ul ul ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul ul,
#header-region ul.nice-menu li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul ul,
#header-region ul.nice-menu li.over ul ul,
#header-region ul.nice-menu li.over ul ul ul,
#header-region ul.nice-menu li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over ul ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul ul {
  visibility: hidden;
}

/***************
 IE 6 Fixes
***************/

/* Iframe to fix z-index bug when menu hovers over <select> fields. */
ul.nice-menu li.menuparent ul,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul {
	overflow: visible !important;
	/* overflow: hidden; */
}

ul.nice-menu li.menuparent ul iframe,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul iframe {
	display: none;
	display/**/: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 20px;
	height: 20px;
}
/* $Id: nice_menus_default.css,v 1.7 2009/02/09 00:19:36 add1sun Exp $ */
/*
  This is the default layout template for nice menus, and will provide
  a starting point for the look of your menus. To customize, it's
  recommended to create a custom CSS file using this file as a template,
  then configure the module to use your custom CSS file
  (this is done in the global settings tab of the theme administration.)

  To help understand the CSS, the HTML looks like this, where
    x is a number;
    TYPE is down/left/right;
    PATH is the menu path such as node/343;
    MID is the menu id such as 33):
  <ul id='nice-menu-x' class='nice-menu nice-menu-TYPE'>
    <li id='menu-MID' class='menu-path-PATH'><a href='#'>This is a menu item</a></li>
    <li class='menuparent menu-path-PATH'><a href='#'>A submenu</a>
      <ul...><li...>...</li>
      </ul>
    </li>
    ...
  </ul>

  If you have more than one nice-menu and want to target a particular one,
  use its id (e.g. ul#nice-menu-2).

  See README.txt and the handbook page (http://drupal.org/node/185543)
  for some CSS customization examples.
*/

/******************************
 Global CSS for ALL menu types
******************************/

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

ul.nice-menu li {
  border: 1px solid #ccc;
  border-top: 0;
  float: left; /* LTR */
  background-color: #eee;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding-left: 0; /* LTR */
  background-image: none;
}

/* Overrides for Garland header. */
#header-region ul.nice-menu li {
  margin: 0;
  /* Padding rules are needed to deal with Garland's header line-height. */
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background: #eee;
}

ul.nice-menu a {
  padding: 0.3em 5px 0.3em 5px;
}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  border-top: 1px solid #ccc;
  margin-right: 0; /* LTR */
}

/* Override for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.7em;
}

ul.nice-menu ul li {
  width: 15.5em;
}

/******************************
 VERTICAL (left/right) menus
******************************/

/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
  width: 12.5em;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background: #eee url(arrow-right.png) right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li.over,
ul.nice-menu-right li li.menuparent:hover,
ul.nice-menu-right li li.over {
  background: #ccc url(arrow-right.png) right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li ul li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: #eee url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li.over,
ul.nice-menu-left li li.menuparent:hover,
ul.nice-menu-left li li.over {
  background: #ccc url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left a, ul.nice-menu-left ul a {
  padding-left: 14px;
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
}

ul.nice-menu-down li {
  border-top: 1px solid #ccc;
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  left: 0; /* LTR */
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  padding-right: 15px; /* LTR */
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  background: #eee url(../images/arrow-down.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
  background: #ccc url(../images/arrow-down.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
  background: #eee url(../images/arrow-right.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
  background: #ccc url(../images/arrow-right.png) right center no-repeat; /* LTR */
}

.tipsy {
	font-size: 10px;
	/*opacity: 0.8;*/
	/*filter: alpha(opacity=80);*/
	background-repeat: no-repeat;
}
.tipsy-inner {
	padding: 4px 5px;
	background-color: #c1eaad;
	color: #000;
	width: auto !important;
	width: 280px;
	max-width: 280px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tipsy-north {
	background-image: url(../images/tipsy/north-green.gif);
	background-position: top center;
	margin-top: 4px;
	padding-top: 5px;
}
.tipsy-south {
	background-image: url(../images/tipsy/south-green.gif);
	background-position: bottom center;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
.tipsy-east {
	background-image: url(../images/tipsy/east-green.gif);
	background-position: right center;
	margin-right: 4px;
	padding-right: 5px;
}
.tipsy-west {
	background-image: url(../images/tipsy/west-green.gif);
	background-position: left center;
	margin-left: 4px;
	padding-left: 5px;
}

@charset "UTF-8";

/* Änderungen aus style.css, diff zu Garland */

body {
    font: 12px/1.7 Verdana, sans-serif;
}

input {
    font: 12px/1 Verdana, sans-serif;
}

h2 {
    line-height: normal;
}

.description {
    line-height: normal;
}

.form-button, .form-submit {
    margin: inherit; /* LTR */
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
    line-height: normal;
}

#wrapper #container .breadcrumb {
    position: static;
}

#wrapper #container .breadcrumb {
    font-size: 1em;
}

#aggregator .feed-item-title {
    line-height: normal;
}

/* Eigentliches dkamera-Style */

body {
    margin: 0 0 0 6px;
    font-family: arial, verdana, helvetica, sans serif;
    font-size: 12px;
    line-height: 1.7;
    color: #223;
    background-color: #fff;
}

/* Fix Google DFP setting oberflow:hidden on body for HTML5 banners */
body {
    margin: 0 0 0 6px !important;
    /* overflow: auto !important; */
}

a {
    color: #0066CC;
    text-decoration: none;
}

a:hover {
    color: #0066CC;
    text-decoration: underline;
}


a + sup {
    color: #0066CC;
}


#title {
  line-height: 1.3;
  font-size: 160%;
}

#title a {
  font-size: inherit;
}

h2,
h2 a,
h3,
h3 a {
    color: #027AC6;
}

h2 {
    margin-top: 0;
    line-height: 1.3;
}

h3 {
    /*line-height: 1.2;*/
}

.with-title h2.with-tabs {
    float: none;
}

/* struktur ------------------------------------------------------------------- */

#header-region {
    background: none;
    display: none;
}

#wrapper {
    background: none;
    position: relative;
    /*max-width: 950px;
    width: auto !important;*/
    width: 1212px;
    padding: 1px;
    background-color: #fff;
}

.cc_banner-wrapper + #header-region + #wrapper {
    padding-bottom: 100px;
}

#wrapper #container {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    max-width: none;
    position: relative;
}

#wrapper #container .sidebar {
    margin: 0;
    position: relative;
    z-index: 0; /*nice menus*/
}

#wrapper #container #center #squeeze {
    background: none;
    margin: 0;
    padding-top: 1px;
    margin-top: -1px;
}

#wrapper #container #center {
    float: none;
    overflow: hidden;
    width: auto;
    margin: 0;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 20px;
}

#wrapper #container #sidebar-left {
    width: 300px;
    margin-right: 16px;
}

#wrapper #container #sidebar-right {
    width: 300px;
    margin-left: 16px;
    float: right;
}

#lswitch {
    position: absolute;
    top: 7px;
    right: 20px;
}

#lswitch img {
    vertical-align: text-top;
}

#header-banner {
    position: absolute;
    top: 5px;
    right: -10px;
    border: 0px;
    text-align: right;
    height: 90px;
    width: 728px;
}

#header-banner table {
    margin: 0;
}

/*
.contains-ad.start-cad {
	margin-bottom: 20px;
}
*/

.start-cad {
    background: #f8f8f6 url(../images/teaser_box/background.png) left bottom repeat-x;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

.node.start-cad {
    padding: 0px;
}

.start-cad .start-cad-column {
    float: left;
    border-right: 1px solid #c9c9c7;
    padding-bottom: 200px;
    margin-bottom: -200px;
}

.start-cad .newsletter-registration {
    width: 235px;
}

.start-cad .social-media {
    width: 130px;
}

.start-cad .youtube-channel {
    width: 205px;
    margin-right: -20px;
    border-right: 0px none;
}

.start-cad .content {
    padding: 5px 8px;
    margin: 0;
}

.start-cad .content h5 {
    margin-top: 0;
    color: #0066CC;
    font-size: 1.3em;
}

.start-cad .content p {
    margin: 0.3em 0;
}

.start-cad .newsletter-registration .content table,
.start-cad .newsletter-registration .content td,
.start-cad .newsletter-registration .content th {
    padding: 0;
    margin: 0;
}

.start-cad .social-media .content {
    padding-top: 15px;
    text-align: center;
}

.start-cad .social-media .content .facebook-icon {
    padding-right: 12px;
}

.start-cad .youtube-channel .content .youtube-button {
    display: inline-block;
    padding-left: 26px;
    height: 24px;
    line-height: 24px;
    background: transparent url(../images/teaser_box/youtube_button_left.png) left top no-repeat;
    color: #323232;
    font-weight: bold;
}

.start-cad .youtube-channel .content .youtube-button span {
    display: inline-block;
    padding: 0px 7px;
    height: 24px;
    line-height: 24px;
    background: transparent url(../images/teaser_box/youtube_button_right.png) right top no-repeat;
}

.start-cad .youtube-channel .content .youtube-subscribers {
    padding-left: 4px;
    position: relative;
}

.start-cad .youtube-channel .content .youtube-subscribers span {
    display: inline-block;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
}

.start-cad .youtube-channel .content .youtube-subscribers:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    background: transparent url(../images/teaser_box/youtube_button_subscribers_arrow.png) left top no-repeat;
    left: 0px;
    top: 50%;
    margin-top: -5px;
}

.contains-ad.cad {
    margin: 20px 0px;
    position: relative;
    z-index: 1;
}

.node .contains-ad.cad {
    margin: 10px 0px;
}

#datenblatt_container .contains-ad.cad {
    margin: 20px 0px 0px;
}

#sidebar-right .halfpage-ad {
    display: none;
}

#sidebar-right .halfpage-ad .ad-marker {
    text-align: right;
    margin-bottom: 1px;
}

#sidebar-right .contains-ad.halfpage-ad {
    display: block;
    margin: 0px 0px 1.5em;
}

#sidebar-left .medium-rectangle-ad {
    display: none;
}

#sidebar-left .medium-rectangle-ad .ad-marker {
    text-align: left;
    margin-bottom: 1px;
}

#sidebar-left .contains-ad.medium-rectangle-ad {
    display: block;
    margin: 0px 0px 1.5em;
}

.banner {
    position: absolute;
    bottom: 0px;
    right: 10px;
    /* border: 1px solid rgb(208, 208, 208); */
    border: 0px;
    /* background: rgb(242, 242, 242); */
    /*width: 468px;
    height: 60px;*/
    text-align: right;
    background-color: #fff;
}

.banner img,
.banner object,
.banner embed,
.banner iframe,
.banner {
    vertical-align: middle;
}

.banner_anzeige {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 0px;
    width: 9px;
    height: 60px;
}

.superbanner {
    position: absolute;
    top: 15px;
    right: 0;
    /* border: 1px solid rgb(208, 208, 208); */
    border: 0px;
    /* background: rgb(242, 242, 242); */
    width: 468px;
    height: 60px;
}

.superbanner_anzeige {
    position: absolute;
    top: 12px;
    right: 468px;
    border: 0px;
    width: 9px;
    height: 60px;
}

.ad-marker {
    display: none;
}

.contains-ad .ad-marker {
    display: block;
}

.contains-ad img.ad-marker {
    display: inline;
}

.skyscraper {
    /* position: fixed !important; */
    position: absolute;
    top: 154px;
    left: 1220px;
    /*
    border: 1px solid rgb(208, 208, 208);
    background: rgb(242, 242, 242);
    */
    width: auto;
    height: auto;
    padding-right: 3px;
    padding-bottom: 10px;
    background-image: url(../images/anzeige.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.billboard {
    /* padding-left: 75px; */
    display: flex;
    align-items: center;
    justify-content: center;
   /* padding-top: 20px;*/

}

.billboard a,
.billboard object,
.billboard iframe {
    position: relative;
    top: -7px;
}

#dkamera_Billboard_ad_container {
    margin-bottom: 15px;
    padding-top: 10px;
    background: transparent url(../images/anzeige.jpg) no-repeat left top;
}

.billboard #dkamera_Billboard_ad_container a,
.billboard #dkamera_Billboard_ad_container object,
.billboard #dkamera_Billboard_ad_container iframe {
    top: 0;
}

/* Wallpaper */

body.wallpaper {
    padding-top: 110px;
}

body.wallpaper #header-banner {
    right: -18px;
    top: -108px;
    height: 100px;
    width: auto;
}

body.wallpaper #header-banner-anzeige {
    display: none;
}

body.wallpaper .skyscraper {
    top: -108px;
}

#wallpaper-link {
    display: none;
}

body.wallpaper #wallpaper-link {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

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

#header {
    margin-bottom: 1em;
}

#logo-floater a {
    display: block;
}

#logo-floater span {
    display: none;
}

/* Navbar ------------------------------------------------------------------- */

.navbar {
    background: url(../images/navbar.png) repeat-x left top;
    height: 38px;
    padding: 1px;
    margin-bottom: 1px;
    padding-bottom: 11px;
    clear: both;
    position: relative;
    z-index: 5;
    border: none;
}

.navbar .bgl {
    background: url(../images/navbar-l.png) no-repeat left top;
    height: 40px;
    position: absolute;
    width: 10px;
    top: 0;
    left: 0;
}

.navbar .bgr {
    background: url(../images/navbar-r.png) no-repeat right top;
    height: 40px;
    position: absolute;
    width: 10px;
    top: 0;
    right: 0;
}

#testberichtmenu {
}

#testberichtmenu .selections {
    background-color: #f0f0f0;
    margin: -2px;
    padding: 10px 7px 8px 7px;
}

#testberichtmenu .selections .select {
    width: 262px;
    margin-bottom: 4px;
}

#testberichtmenu .selections .select select {
    width: 250px;
    border: 1px solid #a8a8a8;
}

#testberichtmenu .selections .select .goto-selection {
    display: inline-block;
    cursor: pointer;
    width: 7px;
    height: 0.95em;
    background-image: url(../images/arr-b.png);
    background-repeat: no-repeat;
    background-position: left center;
}

/* Blocks ------------------------------------------------------------------- */

#container .sidebar .block {
    padding: 0;
}

#container #sidebar-left .block {
    width: 300px;
}

#container #sidebar-right .block {
    border: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 10px;
    width: 278px;
}

#wrapper #container #sidebar-left .block h2 {
    background-image: url(../images/block-head.png?v20130610);
    background-repeat: no-repeat;
    height: 22px;
    margin: 0;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}

#container #sidebar-left .block .content {
    margin: 0;

    border: 1px solid #CCCCCC;
    border-top-width: 0;
    overflow: hidden;

    padding: 2px;
}

#wrapper #container #sidebar-right .block h2 {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}

.block p {
    margin: 0.6em 1em 1.2em;
}

#sidebar-right .block p {
    margin: 0.6em 0em;
}

.block .more-link {
    text-align: left;
}

.block .more-link a {
    display: block;
    background: url('../images/arr-b.png') left 5px no-repeat;
    padding-left: 1em;
    margin-left: 1em;
}

#sidebar-right .block .more-link {
    text-align: right;
}

#sidebar-right .block .more-link a {
    display: inline-block;
}

.block table {
    margin: 0;
}

.block.buch .content,
.block.buch .content .cover {
    text-align: center;
}

.block.buch .content .score {
    padding: 5px 0px;
}

.block .content .social-row {
    overflow: hidden;
    margin-top: 8px;
}

.block .content .social-row .icon {
    float: left;
    margin-right: 10px;
}

#sidebar-right .block .content .social-row p,
.block .content .social-row p {
    margin: 0;
    overflow: hidden;
    line-height: 1.4;
}

/* Breadcrumb --------------------------------------------------------------- */

#wrapper #container .breadcrumb {
    padding: 0;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: .5em;
    font-size: 11px;
}

/* Nice-Menu ---------------------------------------------------------------- */

#navbar ul.nice-menu {
    line-height: normal;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0.5em;
}

#navbar ul.nice-menu li {
    border: none;
    background: none;
    font-weight: bold;
    margin-left: 0.5em;
    /* COPY FROM body FOR FORUM */
    font-size: 12px;
    font-family: arial, verdana, helvetica, sans serif;
}

#navbar ul.nice-menu li a {
    color: #fff;
    padding-top: 9px;
    padding-bottom: 15px;
    padding-left: 13px;
    padding-right: 13px;
}

#navbar ul.nice-menu li.separator {
    margin: 6px 0px 5px;
}

#navbar ul.nice-menu li.separator span {
    display: block;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    border-bottom: 1px solid #0075D8;
}

body #navbar ul.nice-menu li.menuparent > ul {
    display: none;
}

body #navbar ul.nice-menu li.menuparent:hover > ul,
body #navbar ul.nice-menu li.menuparent.ie-over > ul {
    display: block;
}

body.section-wizard #navbar ul.nice-menu li.section-wizard,
body.section-news #navbar ul.nice-menu li.section-news,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen,
body.section-buch #navbar ul.nice-menu li.section-buch,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum {
    margin-top: 3px;
    background: url(../images/navbar-m-l.png) left top no-repeat;
    height: 30px;
    /* overflow: hidden; */
}

body.section-wizard #navbar ul.nice-menu li.section-wizard a,
body.section-news #navbar ul.nice-menu li.section-news a,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt a,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht a,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest a,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet a,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen a,
body.section-buch #navbar ul.nice-menu li.section-buch a,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte a,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum a {
    padding-bottom: 9px;
    background: url(../images/navbar-m-r.png) right top no-repeat;
}

body.section-wizard #navbar ul.nice-menu li.section-wizard:hover,
body.section-wizard #navbar ul.nice-menu li.section-wizard.ie-over,
body.section-news #navbar ul.nice-menu li.section-news:hover,
body.section-news #navbar ul.nice-menu li.section-news.ie-hover,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt:hover,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt.ie-over,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest:hover,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest.ie-hover,

body.section-testbericht #navbar ul.nice-menu li.section-testbericht:hover,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht.ie-over,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet:hover,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet.ie-over,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen:hover,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen.ie-over,
body.section-buch #navbar ul.nice-menu li.section-buch:hover,
body.section-buch #navbar ul.nice-menu li.section-buch.ie-over,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte:hover,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte.ie-over,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum:hover,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum.ie-over,
#navbar ul.nice-menu li:hover,
#navbar ul.nice-menu li.ie-over {
    /*margin-top: 0px;*/
    background: url(../images/navbar-m-l.png) left -39px no-repeat;
    height: auto;
    overflow: visible;
}

body.section-wizard #navbar ul.nice-menu li.section-wizard:hover a,
body.section-wizard #navbar ul.nice-menu li.section-wizard.ie-over a,
body.section-news #navbar ul.nice-menu li.section-news:hover a,
body.section-news #navbar ul.nice-menu li.section-news.ie-over a,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt:hover a,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt.ie-over a,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht:hover a,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht.ie-over a,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet:hover a,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet.ie-over a,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen:hover a,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen.ie-over a,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest:hover a,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest.ie-hover a,
body.section-buch #navbar ul.nice-menu li.section-buch:hover a,
body.section-buch #navbar ul.nice-menu li.section-buch.ie-over a,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte:hover a,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte.ie-over a,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum:hover a,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum.ie-over a,
#navbar ul.nice-menu li:hover a,
#navbar ul.nice-menu li.ie-over a {
    background: url(../images/navbar-m-r.png) right -39px no-repeat;
    color: #000;
    text-decoration: none;
}

body.section-wizard #navbar ul.nice-menu li.section-wizard:hover a,
body.section-wizard #navbar ul.nice-menu li.section-wizard.ie-over a,
body.section-news #navbar ul.nice-menu li.section-news:hover a,
body.section-news #navbar ul.nice-menu li.section-news.ie-over a,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt:hover a,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt.ie-over a,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht:hover a,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht.ie-over a,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet:hover a,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet.ie-over a,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest:hover a,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest.ie-hover a,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen:hover a,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen.ie-over a,
body.section-buch #navbar ul.nice-menu li.section-buch:hover a,
body.section-buch #navbar ul.nice-menu li.section-buch.ie-over a,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte:hover a,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte.ie-over a,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum:hover a,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum.ie-over a {
    /*padding-top: 12px;*/
}

/*level 1*/

#navbar ul.nice-menu ul {
    position: absolute;
    top: 34px;
    border: 1px solid rgb(0, 117, 216);
    border-top-style: none;
    background: #fff;
    margin: 0;
    padding: .5em;
    padding-left: 1em;
    z-index: 100;
    width: 200px;
}

body.section-wizard #navbar ul.nice-menu li.section-wizard ul,
body.section-news #navbar ul.nice-menu li.section-news ul,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt ul,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht ul,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet ul,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen ul,
body.section-buch #navbar ul.nice-menu li.section-buch ul,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte ul,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest ul,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum ul {
    top: 31px;
}

#navbar ul.nice-menu li li {
    font-weight: normal;
    color: rgb(0, 117, 216);
    margin: 0;
    padding: 0;
    position: static;
    z-index: 150;
}

#navbar ul.nice-menu li li.ie-over,
#navbar ul.nice-menu li li:hover {
    position: relative;
}

body.section-wizard #navbar ul.nice-menu li.section-wizard li a,
body.section-news #navbar ul.nice-menu li.section-news li a,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt li a,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht li a,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet li a,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen li a,
body.section-buch #navbar ul.nice-menu li.section-buch li a,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte li a,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest li a,

#wrapper.section-forum #navbar ul.nice-menu li.section-forum li a,
#navbar ul.nice-menu li li a {
    color: rgb(0, 117, 216) !important;
    margin: .1em;
    padding: 0;
    background: transparent;
}

body.section-wizard #navbar ul.nice-menu li.section-wizard li a:hover,
body.section-news #navbar ul.nice-menu li.section-news li a:hover,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt li a:hover,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht li a:hover,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet li a:hover,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen li a:hover,
body.section-buch #navbar ul.nice-menu li.section-buch li a:hover,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte li a:hover,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest  li a:hover,

#wrapper.section-forum #navbar ul.nice-menu li.section-forum li a:hover,
#navbar ul.nice-menu li li a:hover {
    color: rgb(0, 117, 216);
    text-decoration: underline;
}

body.section-wizard #navbar ul.nice-menu li.section-wizard:hover li a,
body.section-wizard #navbar ul.nice-menu li.section-wizard.ie-over li a,
body.section-news #navbar ul.nice-menu li.section-news:hover li a,
body.section-news #navbar ul.nice-menu li.section-news.ie-over li a,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt:hover li a,
body.section-datenblatt #navbar ul.nice-menu li.section-datenblatt.ie-over li a,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht:hover li a,
body.section-testbericht #navbar ul.nice-menu li.section-testbericht.ie-over li a,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet:hover li a,
body.section-bildqualitaet #navbar ul.nice-menu li.section-bildqualitaet.ie-over li a,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen:hover li a,
body.section-beispielaufnahmen #navbar ul.nice-menu li.section-beispielaufnahmen.ie-over li a,
body.section-buch #navbar ul.nice-menu li.section-buch:hover li a,
body.section-buch #navbar ul.nice-menu li.section-buch.ie-over li a,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte:hover li a,
body.section-speicherkarte #navbar ul.nice-menu li.section-speicherkarte.ie-over li a,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum:hover li a,
#wrapper.section-forum #navbar ul.nice-menu li.section-forum.ie-over li a,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest:hover li a,
body.section-vergleichstest #navbar ul.nice-menu li.section-vergleichstest.ie-over li a,
#navbar ul.nice-menu li:hover li a,
#navbar ul.nice-menu li.ie-over li a {
    background: transparent;
}

#navbar ul.nice-menu li li,
#navbar ul.nice-menu li li:hover,
#navbar ul.nice-menu li li a,
#navbar ul.nice-menu li li.ie-over {
    background: transparent;
}

#navbar ul.nice-menu li li.menuparent,
#navbar ul.nice-menu li li.menuparent:hover {
    background: url(../images/navbar-m-arrow.png) right center no-repeat transparent;
}

.menu li a.active {
    font-weight: bold;
}

/*level 2*/

#navbar ul.nice-menu li li ul {
    top: 5px;
    left: 100px;
    border-top-style: solid;
    z-index: 500;
    padding: .5em;
}

#navbar ul.nice-menu li li li,
#navbar ul.nice-menu li li li a,
#navbar ul.nice-menu li li li a.ie-over,
#navbar ul.nice-menu li li li a:hover {
    position: static;
}

/* Block-Menu ---------------------------------------------------------------- */

.sidebar  ul {
    margin: 0;
    margin-top: .3em;
    margin-bottom: .3em;
    padding: 0;
}

.sidebar ul li {
    margin: 0;
    margin-left: .5em;
    padding: 0;
    padding-left: 14px;
    background-image: url('../images/dot.png');
    background-position: left 6px;
}

.sidebar#sidebar-right ul li {
    margin-left: 0;
    background-image: url('../images/boxarr.png');
    background-position: -3px 0px;
    padding-left: 20px;
    line-height: 20px;
}

.sidebar#sidebar-right .poll-vote ul li {
    background-image: none;
    padding-left: 0;
}

.sidebar ul li li {
    margin-left: 0em;
}

.sidebar ul li.collapsed,
.sidebar ul li.expanded {
    background-image: url('../images/arr.png');
}

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

#footer2 {
    text-align: center;
    color: rgb(52, 115, 0);
    margin-top: 1em;
    clear: both;
}

#footer2 a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#footer-tips,
#footer2 p {
    margin: 0;
    margin-top: 8px;
}

#wrapper #container #footer {
    margin: 1em;
}

#footer {
    text-align: center;
    margin: .2em;
}

#footer .content,
#footer p {
    margin: 0;
}

.copyright {
    margin: .2em;
    color: #777;
}

/* diverses ------------------------------------------------------------------- */

#searchbox {
    float: right;
    margin-right: 1em;
    margin-top: 6px;
    color: #fff;
}

#searchbox label {
    display: none;
}

#searchbox .form-item,
#searchbox .roundbutton {
    position: absolute;
    display: block;
    right: 70px;
    top: 5px;
    margin: 0;
}

#searchbox .roundbutton {
    right: 5px;
}

#searchbox input.form-text {
    font-size: 13px;
    width: 150px;
    border: 1px solid rgb(50, 153, 10);
    color: rgb(143, 152, 151);
    background: rgb(235, 255, 204) repeat-x left top url('../images/searchbox.png');
    padding: 2px;
}

#searchbox input {
    margin: 0;
    vertical-align: bottom;
}

#searchbox .roundbutton {
    background-image: url('../images/button-s-l.png');
    height: 22px;
}

#searchbox .roundbutton input {
    background-image: url('../images/button-s-r.png');
    height: 22px;
    width: 60px;
}

.search-snippet .highlighted {
    background-color: #fff60d;
}

.pager .pager-current {
    background-color: #e4e4e4;
    font-weight: bold;
}

.testbericht-teaser-icons {
    height: 104px;
    overflow: hidden;
}

.testbericht-teaser-icons .testbericht-teaser-icon {
    float: left;
    height: 100px;
    width: 140px;
    overflow: hidden;
    margin-right: 4px;
    margin-bottom: 10px;
}

.content-tabs {
    margin: 10px 0;
    position: relative;
    z-index: 0;
}

.content-tabs ul,
.content-tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
    background-image: none;
}

.content-tabs ul {
    border-top: 1px solid #fff; /* IE7 Fix */
}

.content-tabs li {
    float: left;
    margin-left: 10px;
    background-repeat: no-repeat;
    padding-left: 5px;
}

.content-tabs li a {
    display: block;
    /*height: 1.5em;*/
    padding: 1px 7px;
    padding-left: 2px;
    background-repeat: no-repeat;
    font-size: 1.05em;
}

.content-tabs li a,
.content-tabs li.active a,
.content-tabs li a:hover,
.content-tabs li.active a:hover {
    color: #fff;
}

.content-tabs li.empty a:hover {
    text-decoration: none;
}

.content-tabs-top li {
    background-image: url(../images/block-head-l.png);
    background-position: left top;
    margin-top: 4px;
}

.content-tabs-top li a {
    background-image: url(../images/block-head-r.png);
    background-position: right top;
}

.content-tabs-top li.empty {
    background-image: url(../images/block-head-g-l.png);
}

.content-tabs-top li.empty a {
    background-image: url(../images/block-head-g-r.png);
}

.content-tabs-top li.active {
    background-image: url(../images/bock-head-b-l.png);
    margin-top: 0px;
}

.content-tabs-top li.active a {
    background-image: url(../images/bock-head-b-r.png);
    padding: 3px 7px;
    padding-left: 2px;
}

.content-tabs-bottom {
    padding-bottom: 20px;
}

.content-tabs-bottom li {
    background-image: url(../images/block-head-l_bottom.png);
    background-position: left bottom;
    margin-bottom: 4px;
}

.content-tabs-bottom li a {
    background-image: url(../images/block-head-r_bottom.png);
    background-position: right bottom;
}

.content-tabs-bottom li.empty {
    background-image: url(../images/block-head-g-l_bottom.png);
}

.content-tabs-bottom li.empty a {
    background-image: url(../images/block-head-g-r_bottom.png);
}

.content-tabs-bottom li.active {
    background-image: url(../images/bock-head-b-l_bottom.png);
    margin-bottom: 0px;
}

.content-tabs-bottom li.active a {
    background-image: url(../images/bock-head-b-r_bottom.png);
    padding: 3px 7px;
    padding-left: 2px;
}

.content-tabs .content-tabs-icon {
    position: absolute;
    right: 7px;
    height: 25px;
    line-height: 23px;
}

.content-tabs-top .content-tabs-icon {
    top: 2px;
}

.content-tabs-bottom .content-tabs-icon {
    bottom: 19px;
}

.content-tabs .content-tabs-icon img {
    vertical-align: bottom;
}

.content-tabs .content-tabs-icon .multiple {
    display: block;
    height: 25px;
    width: 45px;
}

.content-tabs .content-tabs-icon .multiple span {
    position: absolute;
    bottom: -1px;
    right: 27px;
    font-weight: bold;
    font-size: 1.1em;
    color: #444;
}

.content-tabs .content-tabs-icon .multiple img {
    position: absolute;
    bottom: 2px;
    right: 0px;
}

.content-tabs .content-tabs-content {
    clear: both;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

.content-tabs-top .content-tabs-content {
    background-position: left top;
    border-top: 1px solid #ccc;
}

.content-tabs-top-empty .content-tabs-content {
    background-image: url(../images/content_tabs_empty_content.png);
    height: 15px;
}

.content-tabs-top-testbericht .content-tabs-content {
    background-image: url(../images/content_tabs_testbericht_content.png);
    height: 40px;
    font-weight: bold;
}

.content-tabs-top-testbericht .content-tabs-content select {
    font-weight: normal;
}

.content-tabs-bottom .content-tabs-content {
    background-position: left bottom;
    border-bottom: 1px solid #ccc;
}

.content-tabs-bottom-empty {
    padding-top: 15px;
}

.content-tabs-bottom-empty .content-tabs-content {
    background-image: url(../images/content_tabs_empty_content_bottom.png);
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.content-tabs-bottom-testbericht {
    padding-top: 40px;
}

.content-tabs-bottom-testbericht .content-tabs-content {
    background-image: url(../images/content_tabs_testbericht_content_bottom.png);
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
}

.content-tabs-bottom-testbericht .content-tabs-content select {
    font-weight: normal;
}

.content-tabs-top-testbericht .content-tabs-content .next-page,
.content-tabs-top-testbericht .content-tabs-content .previous-page,
.content-tabs-top-testbericht .content-tabs-content .select-page {
    position: absolute;
    top: 5px;
    background-repeat: no-repeat;
}

.content-tabs-bottom-testbericht .content-tabs-content .next-page,
.content-tabs-bottom-testbericht .content-tabs-content .previous-page,
.content-tabs-bottom-testbericht .content-tabs-content .select-page {
    position: absolute;
    bottom: 5px;
    background-repeat: no-repeat;
}

.content-tabs-top-testbericht .content-tabs-content .previous-page,
.content-tabs-bottom-testbericht .content-tabs-content .previous-page {
    left: 213px;
    padding-left: 18px;
    background-image: url(../images/previous_page.png);
    background-position: left center;
    /* anders ausgerichtet */
    left: 7px;
}

.content-tabs-top-testbericht .content-tabs-content .select-page,
.content-tabs-bottom-testbericht .content-tabs-content .select-page {
    left: 7px;
    border: 1px solid #abdd65;
    width: 210px;
    /* anders ausgerichtet */
    left: 50%;
    margin-left: -105px;
}

.content-tabs-top-testbericht .content-tabs-content .next-page,
.content-tabs-bottom-testbericht .content-tabs-content .next-page {
    right: 7px;
    padding-right: 18px;
    background-image: url(../images/next_page.png);
    background-position: right center;
}

body.section-news .dkamera-funktionen .news a,
body.section-wizard .dkamera-funktionen .wizard a,
body.section-bildqualitaet .dkamera-funktionen .bildqualitaet a,
body.section-beispielaufnahmen .dkamera-funktionen .beispielaufnahmen a,
body.section-datenblatt .dkamera-funktionen .datenblatt a,
body.section-testbericht .dkamera-funktionen .testbericht a {
    font-weight: bold;
}

/* buttons --------------------------------------------------------------- */
.roundbutton {
    background: left 0px url('../images/button-l.png') no-repeat;
    height: 26px;
}

span.roundbutton {
    display: -moz-inline-box;
    display: inline-block;
}

* html span.roundbutton {
    display: inline;
}

/* IE 6 */
* + html span.roundbutton {
    display: inline;
}

/* IE 7 */

.roundbutton input,
.roundbutton a {
    background: right 0px url('../images/button-r.png') no-repeat;
    display: inline-block;
    border: none 0px #fff;
    width: auto;
    text-align: center;

    color: #fff;
    font-weight: normal;

    height: 26px;
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    margin: 0;
    margin-right: 0;
}

.roundbutton a {
    padding: 3px;
    height: 20px;
}

.roundbutton a,
.roundbutton a:hover,
.roundbutton a:visited,
.roundbutton a:active,
.roundbutton a:link {
    color: #fff;
    text-decoration: none;
}

.roundbutton.amazonbutton {
    background: transparent url('../images/amazon-button-r.png') right 0px no-repeat;
    padding-right: 9px;
}

.roundbutton.amazonbutton input,
.roundbutton.amazonbutton a {
    background: transparent url('../images/amazon-button-l.png') left 0px no-repeat;
    padding-left: 27px;
}

.roundbutton.amazonbutton a {
    white-space: nowrap;
    line-height: 18px;
    font-size: 11px;
}

.roundbutton.amazonbutton a,
.roundbutton.amazonbutton a:hover,
.roundbutton.amazonbutton a:visited,
.roundbutton.amazonbutton a:active,
.roundbutton.amazonbutton a:link {
    color: #010166;
}

#center .form-button,
#center .form-submit {
    margin: 0;
}

/* content --------------------------------------------------------------- */

.node {
    border-bottom: 1px solid rgb(209, 209, 209);
    margin: 0;
    margin-bottom: 3em;
    padding: 0;
    padding-top: 1px;
    position: relative;
    z-index: 1; /*nice menus*/
    zoom: 1;
}

.node .meta {
    position: absolute;
    right: 0;
    top: 0;
}

.node .meta .terms {
    float: none;
}

.node .meta .terms a {
    background: left center url('../images/button-small.png') no-repeat;
    width: 100px;
    padding: 1px;
    padding-left: 15px;
    color: #fff;
    font-size: 10px;

    display: block;
    float: right;
}

.nodefoot {
    position: absolute;
    width: 100%;
    bottom: -20px;
    height: 20px;
    left: 0;
}

.nodefoot .node_read_more {
    position: absolute;
    top: -23px;
    right: 2px;
}

.nodefoot .node_read_more a {
    background: left center url('../images/boxarr.png') no-repeat;
    padding: 1px;
    padding-left: 21px;
}

.sticky .nodefoot {
    bottom: 3px;
}

.sticky .nodefoot .node_read_more {
    top: 0;
}

.node .submitted {
    color: rgb(97, 97, 97);
    font-size: 10px;
}

table {
    border: 0;
}

td {
    vertical-align: top;
}

th,
tr,
tbody {
    border-style: none;
}

.uebersicht_head {
    border-bottom: 1px solid #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
}

/*------ Die Abbildungen können durch Anklicken vergrößert werden. ----*/
.zoomimg,
.node strong sub {
    padding: 2px;
    text-align: center;
    color: rgb(0, 127, 235);
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.hersteller {
    border: 0;
}

.hersteller tbody {
    border: 0;
}

.hersteller td {
    vertical-align: middle;
    text-align: center;
    height: 90px;
}

.hersteller td a {
    display: block;
    color: #888;
}

.hersteller td span {
    display: block;
}

/* Datenblätter */

.dbl h3 {
    margin-top: 1.3em;
    margin-bottom: .2em;
    border-bottom: 1px #000 solid;
    padding-bottom: 3px;
    font-weight: bold;
    color: rgb(0, 127, 240);
}

.dbl table {
    border: 0;
    margin: 0;
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

.split-l {
    width: 48%;
    float: left;
}

.split-r {
    width: 48%;
    float: right;
}

.clr {
    clear: both;
}

.dbl td,
.dbl th {
    padding: 0;
    vertical-align: top;
}

.dbl th {
    font-weight: bold;
    text-align: left;
    padding-right: .5em;
    width: 38%;
}

.split-l .dbl th,
.split-r .dbl th {
    width: auto;
}

.dbl tr:hover td,
.dbl tr:hover th {
    background-color: #efefef;
}

.dbl th,
.dbl tr,
.dbl tbody {
    border-style: none;
}

.dbl .prices th {
    width: auto;
    min-width: 85%;
}

.price {
    white-space: nowrap;
    /*width: 3em;*/
}

#testbericht-uebersicht {
    float: left;
}

.testbericht-urteil img {
    display: block;
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: 0px;
}

#testbericht-sidebar select {
    width: 99%;
}

#testbericht-sidebar .link {
    display: block;
    text-align: center;
    padding: 0.3em 0;
}

#testbericht-sidebar-details .left {
    float: left;
    width: 48%;
}

#testbericht-sidebar-details .right {
    float: right;
    width: 50%;
}

#testbericht-sidebar-details .roundbutton {
    margin-bottom: 4px;
}

#testbericht-sidebar-details .roundbutton a {
    width: 120px;
}

.holder {
    width: 95%;
    margin: 1px;
    padding: 1em;
    border: 1px solid #222;
    float: left;
}

.holder h2 {
    text-align: left;
}

a.hid {
    color: #000;
    text-decoration: none;
    outline-style: none;
}

a.hid em {
    display: none;
}

a.hid:hover {
    text-decoration: none;
}

a.hid:active, a.hid:focus {
    background: #fff;
}

a.hid:active span, a.hid:focus span {
    display: none;
}

a.hid:active em, a.hid:focus em {
    display: block;
    color: #000;
    width: 100%;
    font-style: normal;
    cursor: default;
}

.clear {
    clear: both;
}

.datenblatt_testbericht {
    margin: 1em 0;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    background-color: #DEFEE0;
    padding: 10px;
    text-align: center;
    font-size: 16px
}

.datenblatt_testbericht:hover {
    background-color: #CBFECD;
}

.datenblatt_testbericht a {
    color: #000000;
}

.uebersicht_table {
    width: auto;
    font-size: 12px;
}

.uebersicht_table td {
    width: 188px;
    padding: 0px 0px 6px 0px;
    border-right: 3px solid #fff;
    border-bottom: 5px solid #fff;
    background-image: url(../images/kamera-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.uebersicht_table td.highlight {
    background-image: url(../images/kamera-highlight-bg.png);
}

.uebersicht_table td.empty {
    background-image: none;
}

.uebersicht_table td .kamera-teaser {
    text-align: center;
    padding: 6px 6px 0px 6px;
    background-image: url(../images/kamera-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}


.uebersicht_table .kamera-teaser .vorderansicht .button-center {
    margin-top: 5px;
    text-align: center;
}

.uebersicht_table .kamera-teaser .vorderansicht .button-center .call-to-action{
    float: none;
}

.uebersicht_table td.highlight .kamera-teaser {
    background-image: url(../images/kamera-highlight-bg.png);
}

.uebersicht_table .kamera-teaser .vorderansicht {
    position: relative;
    min-height: 20px;
}

.uebersicht_table .kamera-teaser .vorderansicht .roundbutton {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.uebersicht_table td .kamera-teaser .prices,
.uebersicht_table td .kamera-teaser .links {
    text-align: left;
    padding-top: 10px;
}

.uebersicht_table td .kamera-teaser .prices-headline {
    color: #757575;
    font-weight: bold;
    border-bottom: 1px solid #cbcbcb;
}

.uebersicht_table tr td {
    /*border-bottom: 1px dashed #CCC;*/
}

.uebersicht_table tr:last-child td {
    border-bottom: 0px none;
}

.errorlist {
    background-color: red;
    color: #fff;
}

.initials {
    /*text-align: right;*/
    color: #aaa;
}

.staff-profile img {
    float: left;
    margin-right: 10px;
}

.staff-profile p {
    margin-top: 0;
    overflow: hidden;
}

/* eCommerce / Preisinformationen */

.price-infos {
    border: 2px solid #339aef;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px;
    margin: 1em 0;
    text-align: left;
}

.price-infos table,
table.price-infos {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto !important;
    width: 100% !important;
    table-layout: auto;
    width: 100%;
}

.price-infos table {
    margin: 0;
    font-size: 1em !important;
    font-size: 1em;
}

.price-infos table th,
table.price-infos th,
.price-infos table td,
table.price-infos td {
    vertical-align: middle;
    border: 0 none;
    padding: 0;
    padding-right: 5px;
    width: auto !important;
    width: auto;
    min-width: 0;
}

#ecommerce #ec-image {
    text-align: center;
    width: 120px;
}

#ecommerce #ec-links {

}

.price-infos h4 {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.price-infos h5 {
    font-weight: bold;
    margin: 0;
    margin-bottom: 1px;
}

.price-infos h5 a,
.price-infos h4 a {
    color: #000 !important;
    color: #000;
    text-decoration: none;
}

.price-disclaimer {
    font-size: 0.95em;
    color: #555;
}

.price-infos .infos {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

.price-infos .infos .roundbutton {
    position: absolute;
    bottom: 4px;
    right: 0px;
    font-size: 12px;
}

.price-infos .prices a {
    display: block;
}

.price-infos .prices .price {
    text-align: right !important;
    text-align: right;
}

#center .price-infos form,
.price-infos form {
    margin: 0;
}

.price-amazon,
.price-amazon td {
    font-weight: bold;
}

.price-number {
    text-decoration: underline;
}

.price-infos.price-full-width .infos {
    float: left;
    width: 200px;
}

.price-infos.price-full-width .prices {
    float: right;
    width: 350px;
}

.price-infos.price-half-width {
    width: 263px;
    font-size: 0.9em;
}

.price-infos.price-half-width .infos {
    text-align: center;
    margin-bottom: 10px;
}

.price-infos.price-half-width .infos .roundbutton {
    right: 25px;
}

.price-infos.price-third-width {
    width: 155px;
    font-size: 0.85em;
}

.price-infos.price-quarter-width {
    width: 125px;
    font-size: 0.85em;
}

/* Kommentare */

#comment-form .tips {
    float: right;
    width: 250px;
    padding-top: 1.5em;
}

#comment-form .required-star {
    line-height: 0.5;
    vertical-align: super;
    color: red;
}

#comment-form .field-name,
#comment-form .field-email,
#comment-form .field-url {
    float: left;
}

#comment-form .field-name,
#comment-form .field-email {
    width: 160px;
}

#comment-form .field-name input,
#comment-form .field-email input {
    width: 150px;
}

#comment-form .field-url {
    width: 235px;
    padding-left: 15px;
}

#comment-form .field-url label {
    width: auto;
}

#comment-form .field-url input {
    width: 230px;
}

#comment-form .field-comment textarea {
    width: 310px;
}

/* News Datenblatt Teaser */

.kamera-datasheet-teaser {
    border: 1px solid #017fc9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2em;
    padding: 16px 16px 1px 16px;
    background: #f3f3f3 url(../images/kamera-news-teaser-bg.png) repeat-x left top;
}

.kamera-datasheet-teaser .kamera .teaser-icon {
    float: left;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    max-width: 50px;
    margin-right: 15px;
}

.kamera-datasheet-teaser .kamera {
    margin-bottom: 15px;
}

.kamera-datasheet-teaser .kamera h2,
.kamera-datasheet-teaser .kamera p {
    margin: 0;
    margin-left: 75px;
}

.kamera-datasheet-teaser .kamera h2 {
    font-weight: bold;
    font-size: 1.4em;
}

.kamera-datasheet-teaser .kamera p {
    font-weight: bold;
    color: #585858;
    font-size: 0.95em;
}

.kamera-datasheet-teaser .kamera .to-datasheet {
    float: right;
    background: url("../images/boxarr.png") no-repeat scroll left center transparent;
    padding: 1px 1px 1px 21px;
}

/* Allgemeine Textformatierung */

p.header-image {
    margin-bottom: 0;
}

p.header-image + p.teaser-images {
    margin-top: 0;
}

.teaser-images .zoom-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.teaser-images .zoom-wrapper .zoom-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background: transparent url(../images/zoom_icon.png) no-repeat center center;
}

.teaser-images-content-full .zoom-wrapper .zoom-icon {
    /* TODO: Change to bigger image? */
}

/* FOOTNOTE */

sup.footnote {
    line-height: 1;
    font-size: 0.9em;
    vertical-align: text-top;
}

div.footnote {
    line-height: 1;
    font-size: 0.9em;
    color: #aaa;
    text-align: center;
}

/* YOUTUBE */

.youtube-wrapper {
    margin: 1em 0;
}




/* Single Price Line */
.price-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 176px;
    overflow: hidden;
    color: #0066CC;
}

.buy-teaser-small .price-line {
    width: 231px
}


/* New Stuff guenster.de */


.uebersicht_table td .kamera-teaser .vorderansicht .label {
    float: left;
    margin-left: 40px;
    margin-right: 5px;
}

.buy-teaser .content .buy-teaser-guenstiger .label{
    float: left;
    margin-left: 9px;
    margin-right: 5px;
    margin-top: 5px;
    width: auto!important;
}

.uebersicht_table td .kamera-teaser .vorderansicht .price,
.buy-teaser .content .buy-teaser-guenstiger  .price{
    text-align: left;
    float: left;
    color: black;
    font-size: 16px;
}

.uebersicht_table td .kamera-teaser .vorderansicht .price:hover,
.buy-teaser .content .buy-teaser-guenstiger .price:hover{
    text-decoration: none;
}

.uebersicht_table td .kamera-teaser .vorderansicht .call-to-action,
.buy-teaser .content .buy-teaser-guenstiger  .call-to-action {
    text-align: left;
    float: left;
}

.uebersicht_table td .kamera-teaser .seller-logo,
.buy-teaser .content .buy-teaser-guenstiger  .seller-logo {
    display: inline-block;
    margin-top: 1px;
    width: 80px;
}

.article_ahd img {
    max-width: 100%;
}

.prize-game-box {
    padding: 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
}

.prize-game-box p {
    margin: 4px 0 4px 0;
}

.prize-game-box input[type=text], input[type=email] {
    width: 100%;
    height: 20px;
    background-color: #fcfcfc;
    border:1px solid #cccccc
}

.prize-game-box button {
    height: 30px;
    background-color: #fcfcfc;
    border:1px solid #cccccc;
    font-size: 14px;
}

.prize-code-box {
    padding: 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
}

.prize-code-box button {
    height: 30px;
    background-color: #fcfcfc;
    border:1px solid #cccccc;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
}

.prize-code-box-p {
    margin-top: 0;
    margin-bottom: 0;
}

.prize-code-success {
    margin-top: 20px;
    margin-bottom: 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.columns .col-1 {
    width: 93px;
}
.columns .col-2 {
    width: 190px;
}
.columns .col-3 {
    width: 287px;
}
.columns .col-4 {
    width: 384px;
}
.columns .col-5 {
    width: 481px;
}
.columns .col-6 {
    width: 578px;
}

.columns .col-1,
.columns .col-2,
.columns .col-3,
.columns .col-4,
.columns .col-5,
.columns .col-6  {
    float: left;
    margin-right: 4px;
}

.columns .col-1.last,
.columns .col-2.last,
.columns .col-3.last,
.columns .col-4.last,
.columns .col-5.last,
.columns .col-6.last {
    margin-right: -5px; /* Fix for Zoom bugs */
}

#slider-wrapper {
    position: relative;
    margin-bottom: 25px;
    margin-left: 2px;
    margin-right: 5px;
}

#slider a:hover {
    text-decoration: none!important;
}

#slider {
    position: relative;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

#slider .slider-slides {
    position: relative;
    overflow: hidden;
    height: 177px;
}

#slider .slider-slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

#slider .slide-title {
    background-image: url(/static/images/block-head-full.png);
    padding-top: 1px;
    padding-left: 8px;
    padding-bottom: 0px;
    font-size: 1.5em;
    font-weight: normal;
    color: #fff;
    margin-bottom: 3px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
}

#slider .slide-title a {
    color: #fff;
}

#slider .slide-image img {
    width: 100%;
}

#slider .slide-image-title {
    color: #027AC6;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.5;
}

#slider-wrapper .slider-pagination ul {
    position: relative;
    float: left;
    left: 50%;
    margin: 0 auto;
    padding: 0;
}

#slider-wrapper .slider-pagination .slider-bullet {
    position: relative;
    float: left;
    right: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
    width: 12px;
    height: 16px;
    background-image: url(/static/images/slider/bullet-inactive.png);
    padding: 0px;
    margin: 0px;
}

#slider-wrapper .slider-pagination .slider-bullet.active {
    background-image: url(/static/images/slider/bullet-active.png);
}

#slider .slider-navigation {
    position: absolute;
    top: 80px;
    width: 37px;
    height: 41px;
    z-index: 100;
    cursor: pointer;
}

#slider .slider-navigation.slider-prev {
    background-image: url(/static/images/slider/prev.png);
    left: 0px;
}

#slider .slider-navigation.slider-next {
    background-image: url(/static/images/slider/next.png);
    right: 0px;
}

#slider-wrapper .slider-pagination {
    position: relative;
}

#slider-wrapper a.slider-link {
    position: absolute;
    color: #c6c6c6;
    font-size: 0.9em;
    top: 0px;
}

#slider-wrapper a.slider-link.einzeltests {
    left: 2px;
}

#slider-wrapper a.slider-link.vergleichstests {
    right: 2px;
}

.clear {
    clear:both;
}

.benchmark table td{
    padding: 0;
}


.benchmark a{
    display: block;
}

.benchmark-row {
    padding-top: 3px;
}

.benchmark-row a:hover {
    background-color: #f4ffe1;
    text-decoration: none!important;
}

.benchmark-row .submitted {
    float: right;
    margin-top: 4px;
    font-size: 100%;
    color: #000000;
}


.benchmark-row:hover h2 {
    text-decoration: none;
}


.benchmark-row h2 {
    margin-bottom: 5px;
    font-size: 127%;
}

.benchmark-row .camera {
    width: 33%;
    float: left;
}

.benchmark-row .camera .camera-image{
    float: left;
    width: 71px;
}

.benchmark-row .camera .camera-name{
    float: left;
    width: 100px;
}

.benchmark-uebersicht-table .tab {
    position: relative;
    padding: 0em;
}

.benchmark-uebersicht-table .top-options {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #e4fbc4;
    padding: 3px 0px;
}

.benchmark-uebersicht-table .top-options .search {
    padding-left: 10px;
}

.benchmark-uebersicht-table .top-options .search input {
    padding-left: 20px;
    background-image: url(../images/testbericht/search.png);
    background-position: 2px center;
    background-repeat: no-repeat;
    border: 1px solid #abdd65;
}

.benchmark-uebersicht-table .top-options .kategorie-select {
    position: absolute;
    top: 2px;
    right: 10px;
}

.benchmark-uebersicht-table table {
    margin: 10px;
    margin-top: 3.2em;
    width: 555px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.benchmark-uebersicht-table table th div.title,
.benchmark-uebersicht-table table th div.sort {
    float: left;
    height: 3.3em;
}

.benchmark-uebersicht-table table th div.sort {
    width: 12px;
    margin-left: 1em;
    background-image: url(../images/testbericht/table_sort.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.benchmark-uebersicht-table table th.headerSortUp div.sort {
    background-position: -12px center;
}

.benchmark-uebersicht-table table th.headerSortDown div.sort {
    background-position: -24px center;
}

.benchmark-uebersicht-table table th div.clear {
    clear: left;
}

.benchmark-uebersicht-table table td {
    border-top: 1px solid #D3E7F4;
    height: 3.3em;
}

.benchmark-uebersicht-table table td .infos {
    display: none;
}

.benchmark-uebersicht-table table td.camera a {
    display: block;
    float: left;
}

.benchmark-uebersicht-table table td.camera .clear {
    clear: left;
}

.benchmark-uebersicht-table table td.score {
    width: 7em;
}

.benchmark-uebersicht-table table td.date {
    width: 5.5em;
}

.benchmark-uebersicht-table table td.image {
    width: 65px;
    overflow: hidden;
    text-align: center;
}

.benchmark-uebersicht-table table td.price {
    font-size: 0.88em;
    white-space: normal;
    width: 25%;
    overflow: hidden;
}

.benchmark-uebersicht-table table tr.none-available td {
    text-align: center;
}


.buy-teaser {
    border: 2px solid #329bee;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    margin: 1em 0;
}

.buy-teaser .max-100 {
    max-width: 100%;
}

.buy-teaser hr.gray {
    background: #CCCCCC;
    margin-top: 10px;
}

.buy-teaser.borderless {
    border: 0px none;
}

.buy-teaser .header {
    font-size: 17px;
    height: 44px;
    line-height: 44px;
    background: transparent url(../images/buy_header.png) repeat-x left bottom;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    padding: 0 15px;
}

.buy-teaser .header,
.buy-teaser .header a {
    color: #fff;
    font-weight: bold;
}

.buy-teaser .header a {
    text-decoration: underline;
}

.buy-teaser .content {
    padding: 12px 9px;
}

.buy-teaser .content .columns {
    position: relative;
    background: transparent url(../images/buy_background.png) repeat-y left top;
}


.buy-teaser .content.more-prices  {
    padding-bottom: 0;
}

.buy-teaser .content.more-prices .columns {
    background: transparent url(../images/buy_background_more.png) repeat-y left top!important;
}

.buy-teaser .content .columns .col-2.vorderansicht {
    width: 178px;
    margin-right: 10px;
}

.buy-teaser .content .col-25-percent {
    width: 128px;
    padding:0 5px;
    float: left;
    border-right: 1px solid #cccccc;
}

.buy-teaser .content .col-25-percent:last-child {
    border-right: none;
}


.buy-teaser .content .col-33-percent {
    width: 177px;
    float: left;
    border-right: 1px solid #cccccc;
    padding:0 5px;
}

.buy-teaser .content .vorderansicht {
    position: relative;
    overflow: hidden;
    padding-bottom: 7px;
}

.buy-teaser .content .vorderansicht .roundbutton {
    position: absolute;
    bottom: 0px;
    right: 5px;
}

.buy-teaser .content .columns .col-2.rueckansicht,
.buy-teaser .content .columns .col-2.bewertung {
    width: 199px;
    margin-right: 14px;
}

.buy-teaser .content.more-prices .columns .col-2.rueckansicht {
    width: 160px!important;
    margin-right: 23px;
}

.buy-teaser table {
    margin: 0;
}

.buy-teaser .content.more-prices .columns .col-2.bewertung {
    width: 185px;
    margin-right: 0px;
}

.buy-teaser .content.more-prices .guenstiger {
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.buy-teaser .content.more-prices .col-25-percent{
    padding: 0 4px;
}

.buy-teaser .content.more-prices-3 .pricecolumns.without-amazon,
.buy-teaser .content.more-prices-2 .pricecolumns.without-amazon {

    background: transparent url(../images/buy_background_more.png) repeat-y left top;
}

.buy-teaser .content .pricecolumns {
    margin-top: 10px;
}




.buy-teaser .content.more-prices .content .items-3 {
    float: left;
}

.buy-teaser .content.more-prices .items-3{
    float: left;
    width: 182px;
}

.buy-teaser .content.more-prices .first{
    padding-left: 0;
}

.buy-teaser .content.more-prices .last{
    border-right: 0;
    padding-right: 0;
}


.buy-teaser .content .columns .col-2.last {
    width: 154px;
    font-size: 16px;
}

.buy-teaser .content .amazon {
    padding-bottom: 50px;
    line-height: 1.3;
}

.buy-teaser .content .amazon,
.buy-teaser .content .amazon a {
    color: #000;
    text-decoration: none;
}


.buy-teaser .content.guenstiger  {
    padding: 6px 0;
}

.buy-teaser .content .buy-teaser-guenstiger  .price,
.kamera-teaser  .price{
    font-size: 16px;
    font-weight: bold;
    color: #0066CC
}

.buy-teaser .content .buy-teaser-guenstiger  .label,
.kamera-teaser  .label{
    width: 30px;
    color: black;
}

.buy-teaser.buy-teaser-small .content .buy-teaser-guenstiger .amazon-search .label {
    padding-left: 43px;
    margin-top: 5px;
}

.buy-teaser .content .buy-teaser-guenstiger .amazon-search .center-button {
    text-align: center;

}

.buy-teaser .content .buy-teaser-guenstiger .amazon-search .center-button .call-to-action {
    float: none;

}

.buy-teaser.buy-teaser-tiny .content .buy-teaser-guenstiger .amazon-search .amazon-info,
.buy-teaser.buy-teaser-small .content .buy-teaser-guenstiger .amazon-search .amazon-info {
    margin-bottom: 5px;
}

.buy-teaser.buy-teaser-tiny .content .buy-teaser-guenstiger .amazon-search .label {
    padding-left: 5px;
    margin-top: 5px;
}




.buy-teaser .content .buy-teaser-guenstiger  .label.price-label {
    margin-top: 5px;
}


.buy-teaser .content .buy-teaser-guenstiger  .seller-logo {
    width: 97px;
}

.buy-teaser .content .amazon .price {
    font-size: 18px;
    font-weight: bold;
}

.buy-teaser .content .amazon .amazon-logo {
    vertical-align: baseline;
    display: inline-block;
    margin-bottom: -11px;
}

.buy-teaser .content .amazon-info {
    margin-top: 0.5em;
    font-size: 9px;
    color: #bfbfbf;
    text-decoration: underline;
    display: block;
    text-align: center;
}

.buy-teaser .content.one-price .buy-teaser-horizontal .call-to-action,
.buy-teaser .content.no-price .buy-teaser-horizontal .call-to-action {
    position: absolute;
    bottom: -4px;
}

/* SMALL/TINY */

.buy-teaser-small,
.buy-teaser-tiny {
    text-align: center;
}

.buy-teaser-tiny .price-line {
    width: 134px;
}


.buy-teaser-small .header,
.buy-teaser-tiny .header {
    padding: 3px 5px;
    height: 38px;
    font-size: 16px;
    line-height: 18px;
}

.buy-teaser-small .content,
.buy-teaser-tiny .content {
    padding: 12px 6px;
}

.buy-teaser-small .content .amazon,
.buy-teaser-tiny .content .amazon {
    position: relative;
}

.buy-teaser-small .content .amazon .call-to-action {
    left: 50%;
    margin-left: -74px;
}

.buy-teaser-tiny .content .amazon .call-to-action {
    left: 50%;
    margin-left: -64px;
}

#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .more-prices-1 .columns {
    background: transparent url(../images/buy_background.png) repeat-y left top!important
}

#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .more-prices-1 .columns .col-2.last{
    margin-right: 5px!important;
}

.nur-bei {
    text-align: center;
}

.nur-bei table {
    width: auto!important;
    text-align: right;
    margin: 0px auto;
    border: none!important;
}

.nur-bei table tr:hover td {
    background-color: transparent;
}

.nur-bei table td {
    vertical-align: middle!important;
    text-align: left!important;
    width: auto!important;
    border: none!important;
    background-image: none!important;
    padding:0;
}

.nur-bei table td.nur {
    width: 25px!important;
}

.nur-bei table td.nur-bei-button {
    text-align: center;
    padding-top: 5px;
}


.nur-bei table td.nur-bei-price {
    font-size: 16px!important;
    font-weight: bold;
}

.pricecolumns.with-amazon .amazon-column,
.pricecolumns.with-amazon .weitere-column {
    float: left;

}

.pricecolumns.with-amazon .amazon-column strong,
.pricecolumns.with-amazon .weitere-column strong{
    text-decoration: underline;
}

.pricecolumns.with-amazon .amazon-column {
    border-right: 1px solid #cccccc;
    margin-right: 5px;
}





.pricecolumns .with-amazon.amazon-column .col-25-percent {
    width: 123px;
}


.more-prices-3 .pricecolumns.with-amazon  .amazon-column .item-1 {
    width: 178px;
}



.more-prices-3 .pricecolumns.with-amazon  .weitere-column .first {
    border-right: 1px solid #cccccc;
    width: 175px;
}




.image-captcha {
    clear: left;
}

.image-captcha img {
    vertical-align: middle;
}


.columns .col-1 { 
    width: 93px;
}
.columns .col-2 { 
    width: 190px;
}
.columns .col-3 { 
    width: 287px;
}
.columns .col-4 { 
    width: 384px;
}
.columns .col-5 { 
    width: 481px;
}
.columns .col-6 { 
    width: 578px;
}

.columns .col-1,
.columns .col-2,
.columns .col-3,
.columns .col-4,
.columns .col-5,
.columns .col-6  { 
    float: left;
    margin-right: 4px;
}

.columns .col-1.last,
.columns .col-2.last,
.columns .col-3.last,
.columns .col-4.last,
.columns .col-5.last,
.columns .col-6.last { 
    margin-right: -5px; /* Fix for Zoom bugs */
}

#slider-wrapper {
    position: relative;
    margin-bottom: 25px;
    margin-left: 2px;
    margin-right: 5px;
}

#slider a:hover {
    text-decoration: none!important;
}

#slider {
    position: relative;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

#slider .slider-slides {
    position: relative;
    overflow: hidden;
    height: 177px;
}

#slider .slider-slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

#slider .slide-title {
    background-image: url(/static/images/block-head-full.png);
    padding-top: 1px;
    padding-left: 8px;
    padding-bottom: 0px;
    font-size: 1.5em;
    font-weight: normal;
    color: #fff;
    margin-bottom: 3px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
}

#slider .slide-title a {
    color: #fff;
}

#slider .slide-image img {
    width: 100%;
}

#slider .slide-image-title {
    color: #027AC6;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.5;
}

#slider-wrapper .slider-pagination ul {
    position: relative;
    float: left;
    left: 50%;
    margin: 0 auto;
    padding: 0;
}

#slider-wrapper .slider-pagination .slider-bullet {
    position: relative;
    float: left;
    right: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
    width: 12px;
    height: 16px;
    background-image: url(/static/images/slider/bullet-inactive.png);
    padding: 0px;
    margin: 0px;
}

#slider-wrapper .slider-pagination .slider-bullet.active {
    background-image: url(/static/images/slider/bullet-active.png);
}

#slider .slider-navigation {
    position: absolute;
    top: 80px;
    width: 37px;
    height: 41px;
    z-index: 100;
    cursor: pointer;
}

#slider .slider-navigation.slider-prev {
    background-image: url(/static/images/slider/prev.png);
    left: 0px;
}

#slider .slider-navigation.slider-next {
    background-image: url(/static/images/slider/next.png);
    right: 0px;
}

#slider-wrapper .slider-pagination {
    position: relative;
}

#slider-wrapper a.slider-link {
    position: absolute;
    color: #c6c6c6;
    font-size: 0.9em;
    top: 0px;
}

#slider-wrapper a.slider-link.einzeltests {
    left: 2px;
}

#slider-wrapper a.slider-link.vergleichstests {
    right: 2px;
}

.clear {
    clear:both;
}

.benchmark table td{
    padding: 0;
}


.benchmark a{
    display: block;
}

.benchmark-row {
    padding-top: 3px;
}

.benchmark-row a:hover {
    background-color: #f4ffe1;
    text-decoration: none!important;
}

.benchmark-row .submitted {
    float: right;
    margin-top: 4px;
    font-size: 100%;
    color: #000000;
}


.benchmark-row:hover h2 {
    text-decoration: none;
}


.benchmark-row h2 {
    margin-bottom: 5px;
    font-size: 127%;
}

.benchmark-row .camera {
    width: 33%;
    float: left;
}

.benchmark-row .camera .camera-image{
    float: left;
    width: 71px;
}

.benchmark-row .camera .camera-name{
    float: left;
    width: 100px;
}

.benchmark-uebersicht-table .tab {
    position: relative;
    padding: 0em;
}

.benchmark-uebersicht-table .top-options {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #e4fbc4;
    padding: 3px 0px;
}

.benchmark-uebersicht-table .top-options .search {
    padding-left: 10px;
}

.benchmark-uebersicht-table .top-options .search input {
    padding-left: 20px;
    background-image: url(../images/testbericht/search.png);
    background-position: 2px center;
    background-repeat: no-repeat;
    border: 1px solid #abdd65;
}

.benchmark-uebersicht-table .top-options .kategorie-select {
    position: absolute;
    top: 2px;
    right: 10px;
}

.benchmark-uebersicht-table table {
    margin: 10px;
    margin-top: 3.2em;
    width: 555px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.benchmark-uebersicht-table table th div.title,
.benchmark-uebersicht-table table th div.sort {
    float: left;
    height: 3.3em;
}

.benchmark-uebersicht-table table th div.sort {
    width: 12px;
    margin-left: 1em;
    background-image: url(../images/testbericht/table_sort.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.benchmark-uebersicht-table table th.headerSortUp div.sort {
    background-position: -12px center;
}

.benchmark-uebersicht-table table th.headerSortDown div.sort {
    background-position: -24px center;
}

.benchmark-uebersicht-table table th div.clear {
    clear: left;
}

.benchmark-uebersicht-table table td {
    border-top: 1px solid #D3E7F4;
    height: 3.3em;
}

.benchmark-uebersicht-table table td .infos {
    display: none;
}

.benchmark-uebersicht-table table td.camera a {
    display: block;
    float: left;
}

.benchmark-uebersicht-table table td.camera .clear {
    clear: left;
}

.benchmark-uebersicht-table table td.score {
    width: 7em;
}

.benchmark-uebersicht-table table td.date {
    width: 5.5em;
}

.benchmark-uebersicht-table table td.image {
    width: 65px;
    overflow: hidden;
    text-align: center;
}

.benchmark-uebersicht-table table td.price {
    font-size: 0.88em;
    white-space: normal;
    width: 25%;
    overflow: hidden;
}

.benchmark-uebersicht-table table tr.none-available td {
    text-align: center;
}


.buy-teaser {
    border: 2px solid #329bee;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    margin: 1em 0;
}

.buy-teaser .max-100 {
    max-width: 100%;
}

.buy-teaser hr.gray {
    background: #CCCCCC;
    margin-top: 10px;
}

.buy-teaser.borderless {
    border: 0px none;
}

.buy-teaser .header {
    font-size: 17px;
    height: 44px;
    line-height: 44px;
    background: transparent url(../images/buy_header.png) repeat-x left bottom;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    padding: 0 15px;
}

.buy-teaser .header,
.buy-teaser .header a {
    color: #fff;
    font-weight: bold;
}

.buy-teaser .header a {
    text-decoration: underline;
}

.buy-teaser .content {
    padding: 12px 0px;
}

.buy-teaser .content .columns {
    position: relative;
    padding-left:18px;
    background: transparent url(../images/buy_background.png) repeat-y left top;
}


.buy-teaser .content.more-prices  {
    padding-bottom: 0;
}

.buy-teaser .content.more-prices .columns {
    background: transparent url(../images/buy_background_more.png) repeat-y left top!important;
}

.buy-teaser .content .columns .col-2.vorderansicht {
    width: 178px;
    margin-right: 10px;
}

.buy-teaser .content .col-25-percent {
    width: 128px;
    padding:0 5px;
    float: left;
    border-right: 1px solid #cccccc;
}

.buy-teaser .content .col-25-percent:last-child {
    border-right: none;
}


.buy-teaser .content .col-33-percent {
    width: 177px;
    float: left;
    border-right: 1px solid #cccccc;
    padding:0 5px;
}

.buy-teaser .content .vorderansicht {
    position: relative;
    overflow: hidden;
    padding-bottom: 7px;
}

.buy-teaser .content .vorderansicht .roundbutton {
    position: absolute;
    bottom: 0px;
    right: 5px;
}

.buy-teaser .content .columns .col-2.rueckansicht,
.buy-teaser .content .columns .col-2.bewertung {
    width: 178px;
    margin-right: 7px;
}

.buy-teaser .content.more-prices .columns .col-2.rueckansicht {
    width: 160px!important;
    margin-right: 23px;
}

.buy-teaser table {
    margin: 0;
}

.buy-teaser .content.more-prices .columns .col-2.bewertung {
    width: 185px;
    margin-right: 0px;
}

.buy-teaser .content.more-prices .guenstiger {
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.buy-teaser .content.more-prices .col-25-percent{
    padding: 0 4px;
}

.buy-teaser .content.more-prices-3 .pricecolumns.without-amazon,
.buy-teaser .content.more-prices-2 .pricecolumns.without-amazon {

    background: transparent url(../images/buy_background_more.png) repeat-y left top;
}

.buy-teaser .content .pricecolumns {
    margin-top: 10px;
}




.buy-teaser .content.more-prices .content .items-3 {
    float: left;
}

.buy-teaser .content.more-prices .items-3{
    float: left;
    width: 182px;
}

.buy-teaser .content.more-prices .first{
    padding-left: 0;
}

.buy-teaser .content.more-prices .last{
    border-right: 0;
    padding-right: 0;
}


.buy-teaser .content .columns .col-2.last {
    width: 154px;
    font-size: 16px;
}

.buy-teaser .content .amazon {
    padding-bottom: 50px;
    line-height: 1.3;
}

.buy-teaser .content .amazon,
.buy-teaser .content .amazon a {
    color: #000;
    text-decoration: none;
}


.buy-teaser .content.guenstiger  {
    padding: 6px 0;
}

.buy-teaser .content .buy-teaser-guenstiger  .price,
.kamera-teaser  .price{
    font-size: 16px;
    font-weight: bold;
    color: #0066CC
}

.buy-teaser .content .buy-teaser-guenstiger  .label,
.kamera-teaser  .label{
    width: 30px;
    color: black;
}

.buy-teaser.buy-teaser-small .content .buy-teaser-guenstiger .amazon-search .label {
    padding-left: 43px;
    margin-top: 5px;
}

.buy-teaser .content .buy-teaser-guenstiger .amazon-search .center-button {
    text-align: center;

}

.buy-teaser .content .buy-teaser-guenstiger .amazon-search .center-button .call-to-action {
    float: none;

}

.buy-teaser.buy-teaser-tiny .content .buy-teaser-guenstiger .amazon-search .amazon-info,
.buy-teaser.buy-teaser-small .content .buy-teaser-guenstiger .amazon-search .amazon-info {
    margin-bottom: 5px;
}

.buy-teaser.buy-teaser-tiny .content .buy-teaser-guenstiger .amazon-search .label {
    padding-left: 5px;
    margin-top: 5px;
}




.buy-teaser .content .buy-teaser-guenstiger  .label.price-label {
    margin-top: 5px;
}


.buy-teaser .content .buy-teaser-guenstiger  .seller-logo {
    width: 97px;
}

.buy-teaser .content .amazon .price {
    font-size: 18px;
    font-weight: bold;
}

.buy-teaser .content .amazon .amazon-logo {
    vertical-align: baseline;
    display: inline-block;
    margin-bottom: -11px;
}

.buy-teaser .content .amazon-info {
    margin-top: 0.5em;
    font-size: 9px;
    color: #bfbfbf;
    text-decoration: underline;
    display: block;
    text-align: center;
}

.buy-teaser .content.one-price .buy-teaser-horizontal .call-to-action,
.buy-teaser .content.no-price .buy-teaser-horizontal .call-to-action {
    position: absolute;
    bottom: -4px;
}

/* SMALL/TINY */

.buy-teaser-small,
.buy-teaser-tiny {
    text-align: center;
}

.buy-teaser-tiny .price-line {
    width: 134px;
}


.buy-teaser-small .header,
.buy-teaser-tiny .header {
    padding: 3px 5px;
    height: 38px;
    font-size: 16px;
    line-height: 18px;
}

.buy-teaser-small .content,
.buy-teaser-tiny .content {
    padding: 12px 6px;
}

.buy-teaser-small .content .amazon,
.buy-teaser-tiny .content .amazon {
    position: relative;
}

.buy-teaser-small .content .amazon .call-to-action {
    left: 50%;
    margin-left: -74px;
}

.buy-teaser-tiny .content .amazon .call-to-action {
    left: 50%;
    margin-left: -64px;
}

#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .more-prices-1 .columns {
    background: transparent url(../images/buy_background.png) repeat-y left top!important
}

#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .more-prices-1 .columns .col-2.last{
    margin-right: 5px!important;
}

.nur-bei {
    text-align: center;
}

.nur-bei table {
    width: auto!important;
    text-align: right;
    margin: 0px auto;
    border: none!important;
}

.nur-bei table tr:hover td {
    background-color: transparent;
}

.nur-bei table td {
    vertical-align: middle!important;
    text-align: left!important;
    width: auto!important;
    border: none!important;
    background-image: none!important;
    padding:0;
}

.nur-bei table td.nur {
    width: 25px!important;
}

.nur-bei table td.nur-bei-button {
    text-align: center;
    padding-top: 5px;
}


.nur-bei table td.nur-bei-price {
    font-size: 16px!important;
    font-weight: bold;
}

.pricecolumns.with-amazon .amazon-column,
.pricecolumns.with-amazon .weitere-column {
    float: left;

}

.pricecolumns.with-amazon .amazon-column strong,
.pricecolumns.with-amazon .weitere-column strong{
    text-decoration: underline;
}

.pricecolumns.with-amazon .amazon-column {
    border-right: 1px solid #cccccc;
    margin-right: 5px;
}





.pricecolumns .with-amazon.amazon-column .col-25-percent {
    width: 123px;
}


.more-prices-3 .pricecolumns.with-amazon  .amazon-column .item-1 {
    width: 178px;
}



.more-prices-3 .pricecolumns.with-amazon  .weitere-column .first {
    border-right: 1px solid #cccccc;
    width: 175px;
}




.image-captcha {
    clear: left;
}

.image-captcha img {
    vertical-align: middle;
}

div.cookie-bar {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    overflow: scroll;
    top: 0;
    left: 0;
    z-index: 8;
}

div.cookie-bar > .popup {
    position: absolute;
    top: calc(50vh - 300px);
    width: 420px;
    max-width: 80vw;
    display: block;
    left: calc(50vw - 210px);
    height: auto;
    background: white;
    padding: 40px
}

.cc-cookie-accept.roundbutton, .cc-cookie-decline.roundbutton, .cc-cookie.roundbutton {
    display: block;
    color: white;
    padding: 5px;
    border: none;
}

.cc-cookie-decline.roundbutton, .cc-cookie.roundbutton {
    color: black;
    font-weight: bold;
    display: inline-block;
    float: left;
    background: inherit;
    text-decoration: underline;
    line-height: 26px;

}

.cc-cookie.roundbutton {
    border: 2px solid;
    text-decoration: none;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    height: auto;
    line-height: 26px;
}

.cc-cookie-accept.roundbutton, form.cookie-consent-accept > .cc-cookie.roundbutton {
    border: none;
    float: right;
    background: #7dcb09;
    color: white;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    height: auto;
    line-height: 30px;
}

.cookie-consent-declined, .cookie-consent-accepted {
    font-weight: bold;
    height: auto;
    line-height: 26px;
}

