body {
	text-align:center;
	background: #E0DFD8;
	margin:0;
	padding:0;
	font-family: Helvetica, Sans-Serif;
       line-height: 1.1em; 
       font-size: 100%; }

P.bodytext { margin: 0px 0px 0px 0px;  }

a:link  { color: #333366; text-decoration: underline; }
a:visited  { color: #333366; text-decoration: underline; }
a:hover  { color: #333366; text-decoration: underline; }
a:active  { color: #333366; text-decoration: underline; }


#presentationcontainer {
    background: #E0DFD8 url(../images/background-presentation.gif) top center fixed repeat-y;
	width: 780px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0;
	display: block; }
	
/*  Utility Navigation */

#utilitycontainer {
	width:760px;
	background: #E0DFD8;
	margin: 0px 10px 0 10px;
	padding: 0px;
	text-align: right;
}
		
#searchbox {
	position: absolute;
                bottom: 3px;
                left: .25em;
	display: block;
	background: transparent;
                width: 230px;
                height: 22px;
	z-index: 10; }
	
/*  Primary Content Area */	
#identitycontainer {
	width:760px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align:left; }
	
#contentcontainer {
       position: relative;
	background: #E0DFD8 url(../images/content-bg-repeat-wide.gif) repeat;
	width:760px;
	margin-right:0px;
	margin-left:10px;
	margin-top:0px;
	
	padding:0px;
	text-align:left; }
	
/*  Audience Navigation */

#horizontalcontainer {
        background: #FFCC33 url(../images/icon-menu.gif) no-repeat left center;
        width: 760px;
	height: 19px;
        text-align: left;
        padding: 0px;
        margin: 0px;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        overflow: hidden; }

ul#audiencelist {
        height: 19px; /* moz 1.4.3 bug fix */
        margin: 0 0 0 50px;
        padding: 0px;
        list-style-type: none;
        white-space: nowrap; }

ul#audiencelist li {
        float: left;
        font-size: 70%;
        font-weight: bold;
        line-height: 1em;
        margin: 0px;
        padding: 4px 0px 3px 0px;
        background-color: #FFCC33; }

ul#audiencelist li.current {
       background: url(../images/icon-arrow-cyan.gif) no-repeat 4px 5px; }

ul#audiencelist li.last {
        border-right: 1px solid #333333;
	padding-bottom: 4px;
}

#audiencelist a, #audiencelist a:link {
        margin: 0px;
        padding:4px 11px 4px 11px;
        color: #000000;
        border-left: 1px solid #333333;
        text-decoration: none; }

ul#audiencelist li#active {
        border-left: 0px solid #eee; }


/*  Content Headers */

#headerscontainer {
	background: #eee;
	width: 760px;
	position: relative;
	text-align: left;
	padding: 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333; }

#infoHeader {
	width: 178px;
	float: left;
	font-size: 75%;
	font-weight: bold;
	color: #666;
	line-height: 1em;
	margin: 0;
	padding: 4px 0 3px 5px;
	background-color: transparent; }
		
/*  Trip Navigation */

#iewsbug { line-height: 1px; font-size: 1px; border: 0; padding: 0; }

#TripNav {
	background: #FFCC33 url(../images/icon-menu.gif) no-repeat left center;
        width: 732px;
        text-align: left;
        padding: 0px;
        margin: 0 14px 0 14px;
        border-bottom: 1px solid #9896A1;
        overflow: hidden; }

ul#navlist {
	overflow: hidden;
        border-left: 1px solid #9896A1;
        height: 18px; /* moz 1.4.3 bug fix */
        margin: 0 0 0 50px;
        padding: 0px;
	background: #FFCC33;
        list-style-type: none;
        white-space: nowrap; }

ul#navlist li {
        float: left;
        font-size: 70%;
        font-weight: bold;
        line-height: 1em;
        margin: 0px;
        padding: 4px 0px 3px 0px;
	overflow: hidden; }

ul#navlist li.menu-1-act {
       background: url(../images/icon-arrow-cyan.gif) no-repeat 4px 5px; }

ul#navlist li.last {
        border-right: 1px solid #333333;
}

#navlist a, #navlist a:link {
        margin: 0px;
        padding: 4px 11px 3px 11px;
        color: #000000;
	font-weight: bold;
        border-right: 1px solid #9896A1;
        text-decoration: none; }

ul#navlist li#active {
        border-left: 0px solid #eee; }

#sublist a {
	display: block;
	padding: 8px 0px 6px 10px;
	margin: 0px 0px 0px 10px; }

	
/*  Content Area */
	
#content {
       position: relative;
       font-size: 90%;
	width: 720px;
	float: left;
	margin: 0px 0px 5px 20px;
       padding-top: 5px;
	display: inline; 
	clear: none; }

#content h1 {
	text-shadow: 2px 2px 1px #CCCCCC;
	padding: 5px 10px 0px 0px;
	display: block;
	font-size: 110%;
	color : #000000;
	margin: 0px 0px 10px 0;
	border-bottom: 1px solid #CCCCCC; }

#content h2 {
	font-size: 90%; }

#content h3 {
	font-size: 80%; }

#content h4 {
	font-size: 70%; }

#content h5 {
	font-size: 60%; }


/*  Right Column */
	
#rightColumn {
	position: relative;
	width: 170px;
	margin-top: 1px;
	margin-right: 5px;
	margin-left:580px;
	padding-top: 10px; }

/*  Footer */

#wideimage {
       clear: both;
       margin: 0px; }	

#footer { 
       background-color: #9896A1;
	clear: both;
	margin: -3px 0px 0px 0px;
       padding: 0px;
	border-top: 1px solid #333333;
	border-bottom: 2px solid #333333; }
	
#footer p {
       height: 2em;
	text-align: right;
       margin: .9em 10px 0px 0px;
	font-size: 9px;
	padding: 0 0 3px 0; }
	
#footer a:link {
	font-size: 9px;
	font-weight: bold;
       text-decoration: none;
	color : #666; }
	
#footer a:visited {
	font-size: 70%;
	font-weight: bold;
	color : #666; }
	
#footer a:hover { color : #333333; }
#footer a:active { color : #999; }

#block {
	clear: both;
	margin-bottom: 5px;
}

/********************************/
/* 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; }


				
/******************/
/* Headers, plain */
/******************/
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }
H1 { clear: both; }

/* 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-header { 
 width: 100%; }


/**********/
/* 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, specifically */
UL.csc-bulletlist { margin-top: 0px; }
UL.csc-bulletlist li { margin: 0px 0px 10px 0px; }
UL.csc-bulletlist-1 { list-style-image: url(../images/icon-arrow-blue.gif); }
UL.csc-bulletlist-2 { list-style-position: inside; }
UL.csc-bulletlist-3 { list-style-type : decimal; }



/*********************/
/* Tables, generally */
/*********************/

/* TABLE.contenttable { margin-top: 15px; } */
TABLE.contenttable P { font-size: 80%; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #000000; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #CCCCCC;}
 
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 { font-size: 90%; border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; }
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: 0px; }
DIV.csc-menu P { font-size: 90%; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 0px; 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: 10px; 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: 0px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 60px; }
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; }


DIV.tx-indexedsearch p  {
  font-size: 90%; }

DIV.tx-indexedsearch-sectionlinks a {
  font-size: 120% }


/**********/
/* News     */
/*********/

#news p.bodytext  { font-size: 90%; line-height: 1.2em; }
#news td { font-size: 95%; line-height: 1.2em; }
#news a { font-size: 95%; line-height: 1.2em; }

/* Directory */
p.tx_spdirectory-pi1-description { font-size: 90%; line-height: 1.2em; text-indent: 1em; }
.tx_spdirectory-pi1-small { font-size: 75%; }
.tx_spdirectory-pi1-title { font-size: 80%; font-style: italic; float: right; }
.tx_spdirectory-pi1-dotted  { border-bottom: 1px dotted #333333; }

/*********/
/* Forum  */
/*********/

.noheader_text { font-size: 100%; }

