

/***************************/
/* General element styles: */
/***************************/
body, H1, H2, H3, H4, H5, P, TH, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #4d5782;
	text-decoration: none;
}

#imageArea, #contentAreaTeaser, #menuArea, #contentAreaSearch, #contentAreaRightBottom, #contentAreaRightFolgeBottom
{ display: none }

PRE { font-family: monospace; }
A { color: #4d5782; text-decoration: underline; }
A:hover { text-decoration: underline; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 10px 0px; }
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding: 0; font-size: 11px; }

/******************/
/* Headers, plain */
/******************/
H1 { font-size: 14px; font-weight: bold; margin: 6px 0px 8px 0px; border-bottom: 1px solid #4d5782; padding-bottom: 4px; }
H2 { font-size: 14px; font-weight: bold; margin: 6px 0px 8px 0px; }
H3 { font-size: 12px; font-weight: bold; margin: 6px 0px 8px 0px; border-bottom: 1px solid #4d5782; padding-bottom: 4px; }
H4 { font-size: 12px; font-weight: bold; margin: 6px 0px 8px 0px; }
H5 { font-size: 11px; font-weight: bold; }


/******************
csc-firstHeader
******************/
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 { color: #4d5782; text-decoration: none; }
H2 A {  }
H3 A {  }
H4 A {  }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* 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; }

.csc-frame { border-bottom: 1px solid #4d5782; }




/**********/
/* 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: #4d5782; margin-left: 20px;}
UL.csc-bulletlist-1 { color: #4d5782; list-style-type : decimal; margin-left: 28px;}
UL.csc-bulletlist-2 { color: #4d5782; list-style-position : inside; margin-left: 10px;}
UL.csc-bulletlist-3 { color: #4d5782; list-style-image: url(../gfx/icons/Bullet.gif); margin-left: 20px;}



/*********************/
/* Tables, generally */
/*********************/
TABLE 						{ border-collapse: collapse; font-size: 11px;}
TABLE.contenttable TR TH	{ text-align: left; font-weight: normal; padding: 2px;}
TABLE.contenttable TR TD	{ vertical-align: top; padding: 2px;}


/* Tables, specifically */
TABLE.contenttable-0 TR TH { font-weight: normal; }

TABLE.contenttable-1 .tr-0 { background-color: #e6f1ff; font-weight: bold;}

TABLE.contenttable-2 .td-0 { background-color: #e6f1ff; font-weight: bold; }

TABLE.contenttable-3 TR TH.td-0,
TABLE.contenttable-3 .td-0,
TABLE.contenttable-3 .tr-0 { background-color: #e6f1ff; font-weight: bold; }

TABLE CAPTION { display: none; }

/************************/
/* 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; padding: 3px; }
TABLE.csc-uploads TR.tr-even {  }
TABLE.csc-uploads TR.tr-odd { background-color: #e6f1ff; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: top; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; vertical-align: top; }
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: 4px solid transparent; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 4px solid transparent; }



/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell {  }
FORM TABLE TR TD.csc-form-commentcell { background-color: #D8D7DC; }
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 { border: 1px solid #333333; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

FORM TABLE.csc-mailform TD{ vertical-align: top; padding: 5px; }
FORM TABLE.csc-mailform TD INPUT { width: 270px; }
FORM TABLE.csc-mailform TD.csc-form-fieldcell { text-align: left; }
FORM TABLE.csc-mailform TD.csc-form-fieldcell INPUT,
FORM TABLE.csc-mailform TD.csc-form-fieldcell TEXTAREA,
FORM TABLE.csc-mailform TD.csc-form-fieldcell SELECT {
	width:300px;
	border: 1px solid #dddddd;
	background: #e6f1ff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:10px;
	padding:1px;
}

FORM TABLE.csc-mailform TD.csc-form-fieldcell INPUT.np-check,
FORM TABLE.csc-mailform TD.csc-form-fieldcell INPUT.np-radio { width: auto; border: none; background-color: #fff; }
FORM TABLE.csc-mailform TD.csc-form-fieldcell INPUT.csc-mailform-submit { width: auto; padding: 2px 5px; }
FORM TABLE.csc-mailform TD.csc-form-fieldcell INPUT.np-file { }
FORM TABLE.csc-mailform TD.csc-form-fieldcell SELECT.np-select { width: auto; }

.csc-form-radio { float: left; margin-left: 5px; }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 0px; }
DIV.csc-menu P { font-size: 11px; font-weight: normal; margin: 0px; padding: 2px 2px 2px 10px; }
DIV.csc-menu P A { text-decoration: none; }
DIV.csc-menu P A:hover { text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P { background-image: url("../gfx/icons/grain.gif"); background-repeat: no-repeat; background-position: 0px 5px; margin-left: 10px; }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 P {  background-image: url("../gfx/icons/grain.gif"); background-repeat: no-repeat; background-position: 0px 5px; margin-left: 10px;  }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-top: 5px; background-color: #e6f1ff; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 10px; background-image: url("../gfx/icons/grain.gif"); background-repeat: no-repeat; background-position: 0px 5px; margin-left: 10px;  }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 15px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 20px; }
/*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: #4d5782; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 {  }
DIV.csc-menu-4 P { background-image: url("../gfx/icons/grain.gif"); background-repeat: no-repeat; background-position: 0px 5px; margin-left: 10px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic;  }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 P { background-image: url("../gfx/icons/grain.gif"); background-repeat: no-repeat; background-position: 0px 5px; margin-left: 10px;  }
DIV.csc-menu-5 P.csc-section A { color: #4d5782; }

/* 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 { border: none; margin: -1px 0px 0px 10px; background-image: url("../gfx/icons/grain.gif"); background-repeat: no-repeat; background-position: 0px 5px; margin-left: 15px; }
DIV.csc-menu-7 P.csc-section A { color: #4d5782; font-weight: normal; }


/********************************
MenuListe allgemein
*********************************/
#menuArea UL  { list-style-type: none; margin: 0px; font-size: 12px;}

/********************************
MenuListe_Left ListItem Level 1
*********************************/
#menuArea UL LI { background: #fff; border-top: 1px solid #98aac5; background-image: url("../gfx/bullet_viereck.gif"); background-repeat: no-repeat; background-position: 11px 7px; }

#menuArea UL LI:hover {  }

#menuArea UL LI.act { }

#menuArea UL LI.act A,#menuArea UL LI A:hover {  }

#menuArea UL LI.last-item { }

#menuArea UL LI:hover.last-item {  }

#menuArea UL LI.last-item-act {  }

#menuArea UL LI.last-item-act A { color: #4d5782; }

#menuArea UL LI A {
	display: block;
	width: 146px;
	color: #4d5782;
	font-family:  verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 7px 27px;
	background-image: url("../gfx/bgrMenuL1.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	}

/********************************
MenuListe_Left ListItem Level 2
*********************************/
#menuArea UL LI UL { padding-top: 0px; border-bottom: 20px solid #e6f1ff; }

#menuArea UL LI UL LI { background: #e6f1ff; }

#menuArea UL LI UL LI:hover { }

#menuArea UL LI UL LI.act {  }

#menuArea UL LI UL LI.last-item { border-bottom: 1px solid #98aac5; }

#menuArea UL LI UL LI:hover.last-item { }

#menuArea UL LI UL LI.last-item-act { border-bottom: 1px solid #98aac5; }

#menuArea UL LI UL LI A { font-weight: normal; 	padding: 3px 0px 4px 27px; background-image: none; }

