* {
	margin: 0;
	padding: 0;
}

HTML {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px auto;
	padding: 0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 0.9em;
/*	background: #f4f4f4 url(bg.gif) top center repeat-y; */
	background: #ABABAB url(bg_gradient.gif) repeat-x scroll;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}

/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT, FORM {
	color: #535353;
	font-size: 0.9em;
}
#content UL, OL {font-size:0.75em;}
PRE { font-family: monospace; }
A { color: #286ea0; text-decoration: underline; }
A:visited, A:active {color: #286ea0; text-decoration: none;}
A:hover { color: #F06023; text-decoration: underline; border-bottom: 0px; }
A IMG {border: 0px;}

FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }



/********************************/
/* 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 { }
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 { font-size: 0.9em; color: #F06023; }
H2 { font-size: 0.8em; color: #F06023; }
H3 { font-size: 0.7em; color: #F06023; }
H4 { font-size: 0.6em; color: #F06023; }
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 10px; }
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: #000000; text-decoration: none; }
H2 A { color: #186900; }
H3 A { color: #10007B; }
H4 A { color: #8A0020; }
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: 0.8em; 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 / Bodytext: */
/*******************/
P.bodytext { font-size: 0.75em; }
P.bodytext A { font-weight: bold; }

/* RTE / Bulletlists */
UL { margin-top: 0px;  margin-left: 14px;}
UL UL LI {  }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* 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 */
.csc-textpic-caption {font-size: 0.7em; color: #5F5F5F;}

/* 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: 0.75em; }

/* 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: 0.75em; }
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: 0.75em; }
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; }
				


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FIELDSET.csc-mailform {
	border: none;
	font-size: 0.8em;
	margin-top: 10px;
}
DIV.csc-mailform-field {
	margin-bottom: 2px;
	display: table;
	width: 320px;
}
DIV.csc-mailform-field LABEL{
	width: 100px; /* Breite.*/
	display: table-cell;
	float: left;
}
DIV.csc-mailform-field INPUT,TEXTAREA  {
	width: 200px;
	color: #000;
}
DIV.csc-mailform-field TEXTAREA {
	font-size: 1.0em;
	font-family:Verdana,Tahoma,Arial,sans-serif;
}

DIV.csc-mailform-field INPUT.csc-mailform-submit {
	margin-left: 100px;
	margin-top: 10px;
	width: 200px;
}


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res { margin-left: 0px; margin-top: 10px; width: 100%;}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#FFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }


TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }


/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { color: #186900; }
H3.csc-searchResultHeader { background-color: #EDEBF1; font-size: 14px; padding-left: 5px; }
P.csc-searchResult { font-style: italic; margin-left: 20px;}

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/****************************************/
/* 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; }

#page_holder {
	margin: 0 auto;
	width: 780px;
	padding: 10px;
	background: #ffffff;
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}

#header {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 0;
	height: 48px;
}
#logo {
	width: 160px;
	float: left;
}
#metanav {
	float: left;
	padding-top: 3px;
	margin-left: 120px;
	font-size: 0.75em;
}

* HTML #metanav {
	margin-left: 0px;

}
#metanav UL {
	list-style: none;
}
#metanav UL LI {
	float: left;
	margin-left: 0px;
}
#metanav A {
	text-decoration: none;
	color: Gray;
	margin-right: 10px;
}
#metanav A:hover {
	text-decoration: none;
	color: #191970;
	margin-right: 10px;
}
#metanav A.act {
	text-decoration: none;
	color: #191970;
	margin-right: 10px;
}

#search {
	float: right;
	display:none;
}
#search .searchfield {
	background-color: #E6EDEF;
	color: #0B6EBF;
	width: 154px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 1px solid #B9CDD2;
	border-top: 1px solid #B9CDD2;
}
#search .searchbutton {
	background-color: #0B6EBF;
	color: #FFF;
	border: 0px;
	width: 50px;
}

#sectionpic {
	margin: 0 0 0 0;
	border: 0;
}
#breadcrumbs {
	margin: 10px 0 10px 0;
	font-size: 0.7em;
}
#leftcolumn {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#mainnav {
	display: table;
	width: 780px;
	float: left;
	margin: 0 0 20px 0;
}

* HTML #mainnav {
	margin: 0 0 0 -14px;
}
#mainnav UL {
	list-style: none;
	display: table-cell;
}
#mainnav UL LI {
	float: left;
	font-size: 13px;
	font-weight: bold;
	border-right: 2px solid #FFF;
}
#mainnav A {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #FFF;
	padding: 5px 60px 5px 60px;
	background: #015A9D url(bg_navi.gif) repeat-x scroll;
}
#mainnav A:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#mainnav A.act {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #000;
	background: #F06023 url(bg_navi-act.gif) repeat-x scroll;
}

#startbanner IMG {
	border: none;
}

#startcontent {
	margin: 0 0 30px 0;
	font-size: 1.2em;
}

#middlewrap {
	margin-bottom: 20px;
	display: table;
}

#middlewrap P {
	padding: 5px;
}

#left {
	border: 1px solid #DFDFDF;
	width: 250px;
	margin-right: 5px;
	float: left;
	display: table-cell;
	height: 120px;	
}
#middle {
	border: 1px solid #DFDFDF;
	width: 250px;
	margin-right: 5px;
	height: 100px;
	float: left;
	height: 120px;
}
#right {
	border: 1px solid #DFDFDF;
	width: 240px;
	height: 100px;
	float: left;
	height: 120px;
}

#middlewrap DIV.csc-header-n1 H1 {
	background-color: #DFDFDF;
	color: #5F5F5F;
	line-height: 20px;
	padding-left: 5px;
}


/* Level 1 */
#subnav ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.9em;
}	
#subnav ul li{
	margin-bottom: 0px;
}

#subnav ul li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 4px solid #cccccc;
}	
	
#subnav ul li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-right: 4px solid #286ea0;
}
#subnav ul li a.act {
	color: #F06023;
	border-right: 4px solid #F06023;
	border-bottom: 1px solid #F06023;
}

/* Level 2 */
#subnav ul li ul{	
	list-style: none;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.9em;
}
#subnav ul li ul li a {
	margin-left: 4px;
	font-weight: bold;
	height: 16px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-right: 4px solid #cccccc;
}	
	
#subnav ul li ul li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-right: 4px solid #5394BF;
}
#subnav ul li ul li a.act {
	background: #eaeaea;
	color: #286ea0;
	border-right: 4px solid #5394BF;
}

/* Level 3 */
#subnav ul li ul li ul{	
	list-style: none;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.9em;
}
#subnav ul li ul li ul li a {
	margin-left: 8px;
	font-weight: bold;
	height: 14px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 4px 0 0 10px;
	background: #f4f4f4;
	border-right: 4px solid #cccccc;
}	
	
#subnav ul li ul li ul li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-right: 4px solid #95CBEF;
}
#subnav ul li ul li ul li a.act {
	background: #eaeaea;
	color: #286ea0;
	border-right: 4px solid #95CBEF;
}


#announce {
	margin: 20px 0 10px 0;
	color: #505050;
	line-height: 1.3em;
}
#announce .csc-frame-frame1 {
	background-color: #f4f4f4;
	padding: 10px;
	width: 130px;
}
#announce .csc-frame-frame2 {
	background-color: #FFA73F;
	padding: 10px;
	width: 130px;
}

#context {
	float: right;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#context p {
	margin: 0 0 1.5em 0;
}

#content {
	margin: 0 110px 20px 160px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.2em;
	text-align: left;
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content img {
	padding: 1px;
	display:inline;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}


#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

/*
* Sitemap
*/
UL.sitemap LI{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #0B6EBF;
}

UL.sitemap A {
	text-decoration: none;
}

UL.sitemap .usb {
	display: none;
}
UL.sitemap LI.sm1 {
	list-style: disc;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 15px;
}
UL.sitemap UL LI.sm2 {
	list-style: square;
	font-size: 1.0em;
	margin-left: 20px;
}
UL.sitemap UL LI UL LI.sm3 {
	list-style: circle;
	font-size: 0.9em;
	margin-left: 30px;
}
UL.sitemap UL LI UL LI UL LI.sm4 {
	list-style: none;
	font-size: 0.8em;
	margin-left: 40px;
}

