/*
 * spitta-dentimages: CSS-Datei fuer den Content-Bereich
 * cvs.cron-it.de $Id: content.css,v 1.19 2007-06-08 08:33:49 ernst Exp $
 */

/* Plugin: Indexed Search */

div.content .tx-indexedsearch .tx-indexedsearch-res h2 { margin: .4em; letter-spacing: .1em; font-size: 98%; }
div.content .tx-indexedsearch .tx-indexedsearch-res td { vertical-align: middle; }
div.content .tx-indexedsearch .tx-indexedsearch-searchbox td { vertical-align: middle; }
div.content .tx-indexedsearch .tx-indexedsearch-searchbox input,div.content .tx-indexedsearch .tx-indexedsearch-searchbox select { margin: .2em; font-size: .8em; }
div.content .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
div.content .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
div.content .tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
div.content .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
div.content .tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
div.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#fff; }
div.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
div.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
div.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
div.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
div.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
div.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
div.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#eee; }
div.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; }

/* CSC defaults */

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }

/* Header date */
P.csc-header-date { font-size: 10px; color: #186900; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }

/* RTE / Table styling */
TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: #EDEBF1; }



/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 10px; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }



/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}
 
TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }
				
/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 10px; }
DIV.csc-menu P { font-size: 11px; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; background-color: #EDEBF1; }
DIV.csc-menu P A { color: #000000; text-decoration: none; }
DIV.csc-menu P A:hover { color: #660000; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #186900; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #186900; }



/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/* Customizations */

/*
 * 007DC5 = text blue (Suche/Anschauen...)
 * 22506A = text dark blue (Menu not selected)
 * A8A9AD = bg grey dark (Verlag in logo)
 * BDD5E2 = bg blue light (Warenkorb Leiste)
 * E6E6E6 = bg gray light (Links unten)
 * FFE199 = bg yellow (Menu links)
 * A5A5A5 = borders gray
 * 8E8E8E = text content gray
 */

/* General Content */

IMG { border: 0 none; }
div.content fieldset { margin: 0 0 1em 0; }
div.content div.rootline { margin: 0 0 1em 0; }

/* div.content { color: #8E8E8E; } */
div.content { color: black; }
div.content p { margin: 0 0 1em 0; }
div.content a { text-decoration: underline; color: #007DC5; }
div.content a:hover { text-decoration: none; color: #007DC5; } /*jvk*/
div.content H1 { font-size: 1.4em; }
div.content H2 { color: #007DC5; font-size: 1.3em; }
div.content H2 A { text-decoration: none; }
div.content H3 { color: #22506A; font-size: 1.3em; }
div.content H4 { color: #22506A; font-size: 1.2em; }
H1, H2, H3, H4, H5, H6 { margin: .8em 0; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { text-decoration: none; }
H2 A { color: #007DC5; }
H3 A { color: #22506A; }
H4 A { color: #22506A; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* DentImages Styles */

/* Generic */
span.error { color: #f00; }
div.content div.blueboxed { border: 2px solid #BDD5E2; }
div.content div.blueboxed h2 { background-color: #BDD5E2; font-weight: bold; color: #006DB5; margin: 0; padding: 2px; }
div.content div.blueboxed .inner { margin: 5px; }
div.content div.hidden { display: none; }
div.content tr.hidden { display: none; }


/* DI: Gallery */
div.content div.anzeige_browselist_box { padding: 10px 0; }
div.content div.anzeige p { margin: 0;  }
div.content div.anzeige { float: right; }

div.content div.browselist { margin-top: 3px; }

div.content div.browselist span.zurueck { padding-left: 8px; background: url('browselist-arrow-left.gif') no-repeat 0 center; }
div.content div.browselist span.naechste { padding-right: 8px; background: url('browselist-arrow-right.gif') no-repeat right center; }
div.content div.browselist span.mitte { padding: 0 3px; }
div.content div.browselist span.mitte a { padding: 0 2px; color: #8E8E8E; }
div.content div.browselist span.mitte a:hover { color: #007DC5; }
div.content div.browselist span.mitte a.act { font-weight: bold; color: #007DC5; }
div.content div.browselist a { text-decoration: underline; } /*jvk: von none: hinzu underline:*/
div.content div.browselist a:hover { text-decoration: none; } /*jvk: hinzugefügt*/

div.content table.gallerie { width: 100%; font-size: 80%; }

div.content table.gallerie td { width: 33%; vertical-align: top; }

div.content table.gallerie div.gallerie-box { width: 159px; }

div.content table.gallerie p { margin: 0; }


div.content table.gallerie td.gallerie-mitte div.gallerie-box { margin: 0 auto; }
div.content table.gallerie td.gallerie-rechts div.gallerie-box { margin-left: auto; }

div.content table.gallerie div.desc { margin: 5px; padding-left: 15px; background-image: url('gallerie-icon-default.gif'); background-repeat: no-repeat; background-position: 0 1px; }
div.content table.gallerie div.paket div.desc { background-image: url('gallerie-icon-paket.gif'); }
div.content table.gallerie div.bildserie div.desc { background-image: url('gallerie-icon-bildserie.gif'); }

/* Höhe + Länge + 2 Pixel */
div.content table.gallerie table.img { width: 100%; }
div.content table.gallerie div.img {  }
div.content table.gallerie div.img img { border: 1px solid #A5A5A5; margin: 0 auto; display: block;  }
div.content table.gallerie div.bildserie div.img img { border: none; }

div.content table.gallerie div.gallerie-icons { margin-top: 5px; }
div.content table.gallerie div.gallerie-icons img { border: 0 none; }

div.content div.gallerie-box span.price { font-style: italic; color: red; }
div.content div.gallerie-box span.free { color: green; }

div.content div.gallerie-box table.img { border: 1px solid #A5A5A5; }
div.content div.gallerie-box table.img td.img { vertical-align: middle; height: 137px; }

/* DI: Output from other cron_di plugins */

div.content table tr td.field { font-style: italic; }

div.content table.inputtable { border-collapse: collapse; }

div.content table.layouttable { border-collapse: collapse; padding: 0; margin: 0; }
div.content table.layouttable tr { vertical-align: top; }
div.content table.layouttable tr td { padding-right: 10px; }

div.content table.listtable-spaced tr td,
div.content table.listtable-spaced tr th { padding: 5px; }
div.content table.listtable { border-collapse: collapse; }
div.content table.listtable tr { vertical-align: middle; }
div.content table.listtable tr.header th { border: 2px solid #BDD5E2; }
div.content table.listtable tr.odd,
div.content div.odd { background-color: #E6E6E6; padding: 0.5em 0; }
div.content table.listtable tr.even,
div.content div.even { background-color: #BDD5E2; padding: 0.5em 0; }

div.content ul.cattree-level1 { margin: 0; padding: 0 0 1em 1.5em; }
div.content ul.cattree-level1 li { margin: 0 0 1em 0; }
div.content ul.cattree-level2 { list-style: none; margin: 0; padding: 0; }
div.content ul.cattree-level2 li { margin: 0 0 0 0; }
div.content span.small { font-size: 80%; }
div.content div.block { margin: 0 0 1em 0; }

div.content a.pfeil { padding-left: 9px; background: url('form-pfeil.gif') no-repeat; }

/* DI: Blue box (start page) */

div.bluebox { background-color: #EAF3F8; margin-bottom: 5px; }
div.bluebox h2 { margin: 0; margin-bottom: 10px; background-color: #007DC5; color: #fff; text-transform: uppercase; padding: 3px 0 3px 3px; font-size: 1.2em; }
div.bluebox h2.search { padding-left: 45px; background: #1e46aa url('form-startpage-luppe.gif') no-repeat 20px center; }

/* JvK: neues Style eingefügt - für die Startseite */
div.bluebox h2.anschauen { padding-left: 45px; background: #1e46aa url('form-startpage-anschauen.gif') no-repeat 20px center; }

div.bluebox h3 { padding: 5px 5px 5px 30px; margin: 0; text-transform: uppercase; font-size: 1.2em; }
div.bluebox div.tx-crondi-pi p { margin: 1em 0; }
div.bluebox div.tx-crondi-pi form { padding: 3px 5px 0px 30px; }
div.bluebox div.tx-crondi-pi span.gross { padding-right: 5px; font-size: 1.3em; font-weight: bold; }
div.bluebox div.tx-crondi-pi td.label { padding-right: 5px; }
div.bluebox div.tx-newloginbox-pi1 { padding: 3px 5px 3px 30px; }

/* Login-Box in der Navi links */
div.tx-newloginbox-pi1 p { margin: 1em 0; }
div.tx-newloginbox-pi1 table p { margin: 0; }

/* Warenkorb */

table.basket { width: 100%; border-collapse: collapse; }
table.basket tr { vertical-align: top; }
table.basket tr td { padding: 3px; border-top: 1px solid #BDD5E2; }
table.basket-serie { border: 2px solid #BDD5E2; margin-bottom: 5px; }
table.basket-serie tr.basket-serie-title td { font-weight: bold; background-color: #BDD5E2; color: #007DC5; }
table.basket-others { border: 2px solid #BDD5E2; margin-bottom: 5px; }

//table.basket td { border: 1px solid red; }
table.basket td.basket-cell-thumbnail { width: 110px; text-align: center; }
table.basket td.basket-cell-title { width: 300px; }
table.basket td.basket-cell-price { width: 60px; text-align: right; white-space: nowrap; }
table.basket td.basket-cell-price .negative { color: #ff0000; }
table.basket td.basket-cell-links { width: 80px; text-align: right; }

table.basket-summary { margin-top: 10px; }
table.basket tr.basket-total { background-color: #BDD5E2; }
table.basket tr.basket-total td.basket-cell-title { text-align: right; }

/* Leuchtkasten Add in Icon-Bar */

div.content div.lkadd { border: 2px solid #BDD5E2; }
div.content div.lkadd h2 { position: relative; background-color: #BDD5E2; font-weight: bold; color: #006DB5; margin: 0; padding: 2px; }
div.content div.lkadd h2 span.close { position:absolute; right:8px; top:1px; }
div.content div.lkadd .inner { margin: 5px; }
div.content div.lkadd ul { margin: 0; padding: 0; list-style: none; }
div.content div.lkadd .border { border-top: 1px solid #BDD5E2; margin: 5px 0; }
div.content div.lkadd_hidden { display: none; }

div.content div.dl { border: 2px solid #BDD5E2; }
div.content div.dl h2 { position: relative; background-color: #BDD5E2; font-weight: bold; color: #006DB5; margin: 0; padding: 2px; }
div.content div.dl h2 span.close { position:absolute; right:8px; top:1px; }
div.content div.dl .inner { margin: 5px; }
div.content div.dl .border { border-top: 1px solid #BDD5E2; margin: 5px 0; }
div.content div.dl_hidden { display: none; }

/* BildserieScroller */
div.content iframe { margin: 0; }
div.bildseriescroller { border-left: 1px solid #BDD5E2; height:110px; border-top: 1px solid #BDD5E2; border-bottom: 1px solid #BDD5E2; }
div.bildseriescroller-box { float:left; text-align:center; height:110px; border-right:1px solid #BDD5E2; }
div.bildseriescroller-image { padding-top: 5px; }

/* Bildbewertungen und Kommentare */
hr.tx_crondi_divider { border: 0 none; background-color: #6d6d6d; height: 1px;}
.tx_crondi_rating label { display: block; }
div.tx_crondi_voteselect label {display: inline; margin: 0ex 4em;}
div.tx_crondi_stars {width: 281px; height: 90px; float: left;}
.tx_crondi_stars label { margin-bottom: 1px; height: 17px; }
.tx_crondi_stars img { vertical-align: middle; margin: 0px; }
.tx_crondi_stars span { vertical-align: middle; }
.tx_crondi_stars input { vertical-align: middle; margin-top: 0px; height: 13px; width: 13px; border: 0 none; margin-right: 0px; margin-left: 0px; padding: 2px;}
.tx_crondi_hint {color: #818085; }
#tx_crondi_ratinghint { padding-top: 2px; height: 70px; }
.tx_crondi_abbrechen img { background-color: #ffffff;}
.tx_crondi_comments hr { height: 1px; border: 0px; background-color: #d7dbde; }
.tx_crondi_comments .tx_crondi_hint { padding-left: 5em; }
.tx_crondi_liststars { padding-left: 15px; margin: 5px;}
.tx_crondi_participate, .tx_crondi_votes { margin-left: 10px;}
.tx_crondi_votes {  vertical-align: top; }
.tx_crondi_comment { margin-top: 1ex; margin-bottom: 1ex; padding-left: 1em;}
#tx_crondi_commentform {background-color: #E6E6E6; padding: 10px 10px; margin-bottom: 15px;}
#tx_crondi_commentform textarea { width: 512px; font-family: Verdana, Arial, Helvetica; font-size: 1em; }
#tx_crondi_commentform fieldset { border: 0 none; margin: 6px 0ex 0ex 0ex; padding: 0; width: 250px; float: left;}
#tx_crondi_commentform fieldset legend { color: #000000; font-weight: bold; margin-left: -6px; margin-top: 0px; margin-bottom: 0px; padding-left: 22px; height: 13px; }
.tx_crondi_name,
#tx_crondi_commentform fieldset label {display: block; margin-top: 2px; padding-top: 4px; }
#tx_crondi_commentform fieldset label {height: 15px; }
.tx_crondi_name { margin-left: 22px; font-weight: bold; }
#tx_crondi_commentform fieldset label input { margin-top: 0px; height: 13px; margin-left: 2px; margin-right: 7px; width: 13px; }
#tx_crondi_commentform input { vertical-align: middle; }
#tx_crondi_commentform .tx_crondi_hint {width: 12em; float: right; margin-top: 6px; height: 103px; border: 0 none; }

/* Buttons für die Formulare */
/* .tx_crondi_buttons { position: absolute; right: 305px; } */
.tx_crondi_buttons { float: right; }
.tx_crondi_buttons button { vertical-align: bottom; padding: 0px; border: 0 none;background-color: #ffffff; margin:0px; display: inline;}
#tx_crondi_commentform .tx_crondi_buttons { clear: right; float: right; margin-top: 0px; width: 250px; position: relative; }
#tx_crondi_ratingform .tx_crondi_buttons { position: relative; right: 10px; } 
.tx_crondi_save { width: 150px; height: 17px; }
button.tx_crondi_abbrechen { width: 96px; height: 17px; }
#tx_crondi_commentform button { background-color: #E6E6E6; }
#tx_crondi_nickinput { width: 220px; display: block; margin-top: 0px; font-family: Verdana, Arial, Helvetica; padding-top: 1px; padding-bottom:1px;}
/* Icons unter den Bildern */
div#iconBar { margin-top: 5px; width: 250px; }
.tx_crondi_votes { color: #6e6e6e; font-weight: bold; margin-right: 0px; float: right; }
.tx_crondi_votecount{ vertical-align: top; }

/* Überschriften der Module */
.tx_crondi_module_disabled img,
.tx_crondi_module img { margin-bottom: 0px; vertical-align: bottom;}
h3.tx_crondi_module a:hover,
h3.tx_crondi_module a { text-decoration: none; color: #22506A; }
div.content h3.tx_crondi_module_disabled { color: #aeafb3; }
