/* styles for extension "cssstyledcontent" */

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop {}
P.csc-linkToTop A {}

DIV.csc-frame {}
DIV.csc-frame-invisible { display: none; }
DIV.csc-frame-rulerBefore { margin-top: 20px; border-top: 2px solid #E6E6E9; }
DIV.csc-frame-rulerAfter { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #E6E6E9; }
DIV.csc-frame-indent {}
DIV.csc-frame-indent3366 {}
DIV.csc-frame-indent6633 {}
DIV.csc-frame-frame1 {}
DIV.csc-frame-frame2 {}

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 {}
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 {}


/******************/
/* Headers, plain */
/******************/
H1 {}
H2 {}
H3 {}
H4 {}
H1, H2, H3, H4, H5, H6 {}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {}
@media screen {
	H2, H3, H4, H5, H6 { margin: 20px 0; font-size: 12px; }
	H3 { margin-bottom: 10px; }
	H4 { margin-bottom: 0; }
	H5, H6 { margin: 0; }
}

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A {}
H2 A {}
H3 A {}
H4 A {}
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover {}

/* Header date */
P.csc-header-date {}

/* Subheader, general */
P.csc-subheader {}

/* Subheader, specific */
P.csc-subheader-0 {}
P.csc-subheader-1 {}
P.csc-subheader-2 {}
P.csc-subheader-3 {}


/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { margin-top: 0; }
P.bodytext A {}

/* RTE / Bulletlists */
UL {}
UL UL LI {}
OL {}
LI {}

/* RTE / Table styling */
TABLE.contenttable {}
TABLE.contenttable TR TD {}
TABLE.contenttable TR TD P.bodytext {}
TABLE.contenttable TR {}


/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption {}
DD.csc-textpic-caption { font-size: 11px; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: none; }

/* 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 { margin-left: 0; padding-left: 16px; }
UL.csc-bulletlist LI {}

/* Bulletlists, specifically */
UL.csc-bulletlist-0 {}
UL.csc-bulletlist-1 {}
UL.csc-bulletlist-2 {}
UL.csc-bulletlist-3 {}


/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable { margin-bottom: 20px; border-collapse: collapse; }
TABLE.contenttable P {}
TABLE.contenttable CAPTION { padding-bottom: 10px; text-align: left; }
TABLE.contenttable TR { vertical-align: top; }
TABLE.contenttable TR TH { padding: 5px; border: 2px solid #E6E6E9; background-color: #F3F4F5; }
TABLE.contenttable TR TD { padding: 5px; border: 2px solid #E6E6E9; }

/* Tables, specifically */
TABLE.contenttable-0 P {}

TABLE.contenttable-1 P {}
TABLE.contenttable-1 TR.tr-0 TD P {}
TABLE.contenttable-1 TR.tr-0 TD {}

TABLE.contenttable-2 P {}
TABLE.contenttable-2 TR TD.td-0 {}
TABLE.contenttable-2 TR TD.td-0 P {}

TABLE.contenttable-3 P {}
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD {}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P {}

TABLE.contenttable-shop { width: 100%; }
TABLE.contenttable-shop IMG { float: left; padding: 0 10px 10px 0; }
TABLE.contenttable-shop FORM { clear: left; }
TABLE.contenttable-shop INPUT.submit { font-weight: bold; text-align: center; background-color: #FFFFFF; border: none; cursor: pointer; }
TABLE.contenttable-shop INPUT.submit:HOVER { color: #DA0032; }
TABLE.contenttable-shop TR TD.td-0 { width: 99%; }
TABLE.contenttable-shop TR TD.td-1 { width: 1%; text-align: right; white-space: nowrap;}


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { width: 100%; border-collapse: collapse; }
TABLE.csc-uploads TR TD P { margin: 0; }
TABLE.csc-uploads TR TD { padding: 5px 10px; vertical-align: top; }
TABLE.csc-uploads TR.tr-even {}
TABLE.csc-uploads TR.tr-odd { background-color: #F3F4F5; }
TABLE.csc-uploads TR TD.csc-uploads-icon { width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 98%; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A {}
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { margin-top: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { width: 1%; text-align: right; vertical-align: middle; white-space: nowrap; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 {}

TABLE.csc-uploads-2 {}

TABLE.csc-uploads-3 {}
TABLE.csc-uploads-3 TR TD {}
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG {}
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG {}


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD {}
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell {}
FORM TABLE TR TD.csc-form-fieldcell {}
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req {}

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  {}
FORM FIELDSET.csc-mailform { margin: 0; padding: 0; border: none; }
FORM FIELDSET.csc-mailform DIV.csc-mailform-field { clear: left; }
FORM FIELDSET.csc-mailform DIV.csc-mailform-field LABEL { float: left; width: 60px; }
FORM FIELDSET.csc-mailform DIV.csc-mailform-field INPUT, FORM FIELDSET.csc-mailform DIV.csc-mailform-field TEXTAREA { width: 440px; }
FORM FIELDSET.csc-mailform DIV.csc-mailform-field INPUT.csc-mailform-captcha { width: 345px; }
FORM FIELDSET.csc-mailform DIV.csc-mailform-field INPUT.csc-mailform-submit { display: block; width: auto; margin: 10px auto 0 auto; padding: 0; font-weight: bold; text-align: center; background-color: #FFFFFF; border: none; cursor: pointer; }
FORM FIELDSET.csc-mailform DIV.csc-mailform-field INPUT.csc-mailform-submit:HOVER { color: #DA0032; }

/* Search form, specifically */
FORM TABLE.csc-searchform {}
FORM TABLE.csc-searchform TR TD {}
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell {}
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {}

/* Login form, specifically */
FORM TABLE.csc-loginform {}


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo {}
TABLE.csc-searchResultInfo TR {}
TABLE.csc-searchResultInfo TR TD P {}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P {}
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext {}

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A {}
H3.csc-searchResultHeader {}
P.csc-searchResult {}

/* Search word markup */
SPAN.csc-sword {}


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu {}
DIV.csc-menu P {}
DIV.csc-menu P A {}
DIV.csc-menu P A:hover {}
DIV.csc-menu P.csc-section {}

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {}
UL.csc-menu-def { list-style-type: none; margin: 0; padding: 0; }
UL.csc-menu-def SPAN { display: none; }
UL.csc-menu-def A { display: block; }
UL.csc-menu-def LI { float: left; }
UL.csc-menu-def LI.software-grafik, UL.csc-menu-def LI.software-graphics { margin-right: 40px; background: url(../img/background_startmenu_software-und-grafik.jpg) no-repeat; }
UL.csc-menu-def LI.software-grafik A { width: 350px; height: 126px; background: url(../img/startmenu_software-und-grafik.gif) no-repeat center bottom; }
UL.csc-menu-def LI.software-grafik A:HOVER { background-image: url(../img/startmenu_software-und-grafik_o.gif); }
UL.csc-menu-def LI.software-graphics A { width: 350px; height: 126px; background: url(../img/startmenu_software-and-graphics.gif) no-repeat center bottom; }
UL.csc-menu-def LI.software-graphics A:HOVER { background-image: url(../img/startmenu_software-and-graphics_o.gif); }
UL.csc-menu-def LI.lernen-neue-medien, UL.csc-menu-def LI.learning-new-media { margin-bottom: 49px; background: url(../img/background_startmenu_lernen-mit-neuen-medien.jpg) no-repeat; }
UL.csc-menu-def LI.lernen-neue-medien A { width: 350px; height: 126px; background: url(../img/startmenu_lernen-mit-neuen-medien.gif) no-repeat center bottom; }
UL.csc-menu-def LI.lernen-neue-medien A:HOVER { background-image: url(../img/startmenu_lernen-mit-neuen-medien_o.gif); }
UL.csc-menu-def LI.learning-new-media A { width: 350px; height: 126px; background: url(../img/startmenu_learning-with-new-media.gif) no-repeat center bottom; }
UL.csc-menu-def LI.learning-new-media A:HOVER { background-image: url(../img/startmenu_learning-with-new-media_o.gif); }
UL.csc-menu-def LI.software-gesundheitswirtschaft, UL.csc-menu-def LI.software-health-care-industry { margin-right: 40px; background: url(../img/background_startmenu_software-fuer-die-gesundheitswirtschaft.jpg) no-repeat; }
UL.csc-menu-def LI.software-gesundheitswirtschaft A { width: 350px; height: 126px; background: url(../img/startmenu_software-fuer-die-gesundheitswirtschaft.gif) no-repeat center bottom; }
UL.csc-menu-def LI.software-gesundheitswirtschaft A:HOVER { background-image: url(../img/startmenu_software-fuer-die-gesundheitswirtschaft_o.gif); }
UL.csc-menu-def LI.software-health-care-industry A { width: 350px; height: 126px; background: url(../img/startmenu_software-for-the-health-care-industry.gif) no-repeat center bottom; }
UL.csc-menu-def LI.software-health-care-industry A:HOVER { background-image: url(../img/startmenu_software-for-the-health-care-industry_o.gif); }
UL.csc-menu-def LI.software-heimtex, UL.csc-menu-def LI.software-hometextiles { background: url(../img/background_startmenu_heimtex-software.jpg) no-repeat; }
UL.csc-menu-def LI.software-heimtex A { width: 350px; height: 126px; background: url(../img/startmenu_heimtex-software.gif) no-repeat center bottom; }
UL.csc-menu-def LI.software-heimtex A:HOVER { background-image: url(../img/startmenu_heimtex-software_o.gif); }
UL.csc-menu-def LI.software-hometextiles A { width: 350px; height: 126px; background: url(../img/startmenu_hometextiles-software.gif) no-repeat center bottom; }
UL.csc-menu-def LI.software-hometextiles A:HOVER { background-image: url(../img/startmenu_hometextiles-software_o.gif); }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 {}
UL.csc-menu-1 { list-style-type: none; margin: 30px 0 0 0; padding: 0; }
UL.csc-menu-1 SPAN { display: none; }
UL.csc-menu-1 A { display: block; }
UL.csc-menu-1 LI { float: left; }
UL.csc-menu-1 LI.entwicklung-digitale-lerninhalte A { width: 250px; height: 120px; margin-right: 10px; background-image: url(../img/teaser_entwicklung-digitaler-lerninhalte.gif); }
UL.csc-menu-1 LI.entwicklung-digitale-lerninhalte A:HOVER { background-image: url(../img/teaser_entwicklung-digitaler-lerninhalte_o.gif); }
UL.csc-menu-1 LI.develop-digital-learning-content A { width: 250px; height: 120px; margin-right: 10px; background-image: url(../img/teaser_development-of-digital-learning-content.gif); }
UL.csc-menu-1 LI.develop-digital-learning-content A:HOVER { background-image: url(../img/teaser_development-of-digital-learning-content_o.gif); }
UL.csc-menu-1 LI.autor-werkzeuge-anleitungen A { width: 250px; height: 120px; margin-bottom: 10px; background-image: url(../img/teaser_autorenwerkzeuge-und-anleitungen.gif); }
UL.csc-menu-1 LI.autor-werkzeuge-anleitungen A:HOVER { background-image: url(../img/teaser_autorenwerkzeuge-und-anleitungen_o.gif); }
UL.csc-menu-1 LI.authoring-tools-instructions A { width: 250px; height: 120px; margin-bottom: 10px; background-image: url(../img/teaser_authoring-tools-and-instructions.gif); }
UL.csc-menu-1 LI.authoring-tools-instructions A:HOVER { background-image: url(../img/teaser_authoring-tools-and-instructions_o.gif); }
UL.csc-menu-1 LI.lernmanagementsysteme A { width: 250px; height: 120px; margin-right: 10px; background-image: url(../img/teaser_lernmanagementsysteme.gif); }
UL.csc-menu-1 LI.lernmanagementsysteme A:HOVER { background-image: url(../img/teaser_lernmanagementsysteme_o.gif); }
UL.csc-menu-1 LI.learning-management-systems A { width: 250px; height: 120px; margin-right: 10px; background-image: url(../img/teaser_learning-management-systems.gif); }
UL.csc-menu-1 LI.learning-management-systems A:HOVER { background-image: url(../img/teaser_learning-management-systems_o.gif); }
UL.csc-menu-1 LI.beratung-schulung-neue-medien A { width: 250px; height: 120px; background-image: url(../img/teaser_beratung-und-schulung.gif); }
UL.csc-menu-1 LI.beratung-schulung-neue-medien A:HOVER { background-image: url(../img/teaser_beratung-und-schulung_o.gif); }
UL.csc-menu-1 LI.consulting-training-new-media A { width: 250px; height: 120px; background-image: url(../img/teaser_consulting-and-training.gif); }
UL.csc-menu-1 LI.consulting-training-new-media A:HOVER { background-image: url(../img/teaser_consulting-and-training_o.gif); }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 {}
DIV.csc-menu-2 P.csc-sitemap {}
DIV.csc-menu-2 P.csc-sitemap-level1 {}
DIV.csc-menu-2 P.csc-sitemap-level2 {}
DIV.csc-menu-2 P.csc-sitemap-level3 {}
DIV.csc-menu-2 P.csc-sitemap-level4 {}
DIV.csc-menu-2 P.csc-sitemap-level1 A {}
DIV.csc-menu-2 P.csc-sitemap-level2 A {}
DIV.csc-menu-2 P.csc-sitemap-level3 A {}
DIV.csc-menu-2 P.csc-sitemap-level4 A {}
DIV.csc-sitemap UL { list-style-type: none; margin: 0; padding: 0; }
DIV.csc-sitemap UL UL { margin: 2px 0 0 30px; }
DIV.csc-sitemap LI { padding: 2px 0; }
DIV.csc-sitemap A { font-weight: bold; text-decoration: none; }
DIV.csc-sitemap UL UL A { font-weight: normal; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 {}
DIV.csc-menu-3 P.csc-section {}
DIV.csc-menu-3 P.csc-section A {}
UL.csc-menu-3 { list-style-type: none; margin-left: 0; padding-left: 0; }
UL.csc-menu-3 LI.csc-section A { font-weight: bold; text-decoration: none; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 {}
DIV.csc-menu-4 P {}
DIV.csc-menu-4 P.csc-abstract {}

/* 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 {}
DIV.csc-menu-7 P.csc-section A {}


/****************************************/
/* 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; }


/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/
