/***********************************************/
/* Common Content Elements from Typo3          */
/***********************************************/

/************* text/pic ******************/
#content p.csc-caption {
    font-size: 0.9em;
}

/************* Table Styles **************/
/* contenttable-0: formlos                   */
/* contenttable-1: Zebra mit Rubriken        */
/* contenttable-2: Zebra ohne Rubriken       */
/* contenttable-3: Infotabelle mit Rubriken  */
/* contenttable-4: Infotabelle ohne Rubriken */
#content .contenttable {
    margin: 0.5em;
}

#content .contenttable-1, #content .contenttable-2, #content .contenttable-3, #content .contenttable-4 {
    background-color: #ffffff;
}

#content .contenttable-1 .tr-even, #content .contenttable-2 .tr-even {
    background-color: #dddddd;
}

#content .contenttable-1 .tr-0, #content .contenttable-3 .tr-0 {
    font-weight: bold;
}

#content .contenttable p {
    font-size: 1em;
    margin: 0em;
    padding: 0.3em;
}


/************* List Styles **************/
/* unordered list */
#content ul.csc-bulletlist-0 {

}

/* ordered list */
#content ul.csc-bulletlist-1 {
    list-style: decimal;
}

/* linklist */
#content ul.csc-bulletlist-2 {
    list-style-image: url(../images/icon_link.gif);
}

#content ul.csc-bulletlist-2 a {
	color: #000000;
	text-decoration: none;
	text-indent: 0em;
}

#content ul.csc-bulletlist-2 a:hover {
	color: #ff0033;
	text-decoration: underline;
}



/************* Filelink Styles **************/
#content .csc-uploads-0 {

}

#content .csc-uploads-1 {

}

#content .csc-uploads-2 {

}

#content .csc-uploads-3 {

}


/************* Menu Styles **************/
/* csc-def: Menu of these pages */
/* csc-menu-1: Menu of subpage to these pages */
/* csc-menu-2: Sitemap */
/* csc-menu-3: Section Index (pagecontent w/Index checked) */
/* csc-menu-4: Menu of subpage to these pages (with abstracts) */
/* csc-menu-5: Recently updated pages */
/* csc-menu-6: Related Pages (based on keywords) */
/* csc-menu-7: Menu of subpage to these pages + sections */
#content ul.csc-menu {
    list-style-image: url(../images/icon_link.gif);
}

#content ul.csc-menu a {
    color: #000000;
    text-decoration: none;
}

#content ul.csc-menu a:hover {
    color: #ff0033;
    text-decoration: underline;
}

#content ul.csc-menu-7 ul {
    margin-top: 0em;
}

#content .csc-sitemap {
    line-height: 0.3em;
}

#content .csc-sitemap a {
    color: #000000;
    text-decoration: none;
}

#content .csc-sitemap a:hover {
    color: #ff0033;
    text-decoration: underline;
}

#content .csc-sitemap-level1 {
    padding: 0.3em;
    margin: 1em;
    border: 1px solid #D2260E;
    line-height: 1em;
}

#content .csc-sitemap-level2 {
    margin-left: 3em;
}

#content .csc-sitemap-level3 {
    margin-left: 5em;
}

#content .csc-sitemap-level4 {
    margin-left: 7em;
}


#content .csc-mailform p {
    font-size: 1em;
}
