/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Colorscheme is:

Background Color 1:
Background Color 1-dimmed:
Background Color 2:
Background Color 3:

Text, main:	#0F1B4A

Links:		#0F1B4A
Link hover:	#0F1B4A;

Borders/Lines	#DDDDDD
*/


/***************************/
/* General element styles: */
/***************************/
PRE { font-family: monospace; }
P, PRE { margin: 0; }
FORM  { font-size: 1.1em; }
FORM P { font-size: 1em; }
FORM P.bodytext { font-size: 1em; }

INPUT, SELECT, TEXTAREA { 
	font-size: 1em; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 1.1em; 
	background-color: #F0EEEF; 
	border: 1px solid #DDDDDD; 
	color: #0F1B4A; 
}
TEXTAREA { font-size: 1em; font-family: Arial, Helvetica, Sans-Serif; }


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }


/******************/
/* Headers, plain */
/******************/
#contentArea h1 { margin: 0 0 .5em 0; }
#contentArea h2 { margin: 0 0 .5em 0; }
#contentArea h3 { margin: 0 0 .5em 0; }

/* Header date */
P.csc-header-date { font-size: 1.2em; color: #0F1B4A; }

/* Subheader, general */
P.csc-subheader { 
	font-style: italic; 
	/*background-color: #EDEBF1;*/
	background-color:#F0EEEF;
	 
}

/* 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: 1.2em; color: #0F1B4A; }
P.bodytext A { font-weight: normal; }
span.bodytext { font-size: 1.2em; color: #0F1B4A; }

/* RTE / Bulletlists */
#contentArea UL { margin-top: 0px;  }
#contentArea OL { margin-top: 0px; }
#contentArea LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
/* nach "Tables, generally" verschoben */


/**********/
/* Images */
/**********/
/* Images / Captions */
P.csc-caption { font-size: 1.1em; font-style: normal; background-color: #F0EEEF; padding: .2em .6em;}

/* 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 */
#contentArea OL LI { font-size: 1.2em; }
#contentArea UL LI { font-size: 1.2em; }
/* boehm@ogvit.de Hier Gr��e auf 1em, sonst wird die 2.Bullet-Ebene 1.2em x 1.2em gro� */
#contentArea UL LI UL LI { font-size: 1em; }
#contentArea OL LI A { font-size: 1em; }
#contentArea UL LI A { font-size: 1em; }

/* Bulletlists in the right Teaser */
.rightTeaser OL { margin: 0; padding: 0 0 0 1em; }
.rightTeaser UL { margin: 0; padding: 0 0 0 1em; }

.rightTeaser OL LI OL { margin: 0 0 0 .4em; padding: 0; }
.rightTeaser UL LI UL { margin: 0 0 0 .4em; padding: 0; }
.rightTeaser OL LI OL LI { margin: 0; padding: 0; }
.rightTeaser UL LI UL LI { margin: 0; padding: 0; }

.rightTeaser OL LI OL { font-size: .9em; }
.rightTeaser UL LI UL { font-size: .9em; }
.rightTeaser OL LI OL A { font-size: .9em; margin: 0 0 0 -1em; }
.rightTeaser UL LI UL A { font-size: .9em; margin: 0 0 0 -1em; }

.rightTeaser OL LI { font-size: 1.2em; }
.rightTeaser UL LI { font-size: 1.2em; }
.rightTeaser OL LI A { font-size: 1em; }
.rightTeaser UL LI A { font-size: 1em; }

UL.csc-bulletlist LI { font-size: 1.2em; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #0F1B4A; }
UL.csc-bulletlist-1 { list-style-type : decimal; }
UL.csc-bulletlist-2 { list-style-position : inside; }
UL.csc-bulletlist-3 { list-style-image: url(../img/link-pfeil.gif); }










/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable { margin: 0px; width: 100%; font-size: 1.2em; color: #0F1B4A; }
TABLE.contenttable TR TD { padding: .3em; }
TABLE.contenttable TR TH { padding: .4em; }
TABLE.contenttable TR { background-color: #ffffff; }
TABLE.contenttable CAPTION { display: none; }
/*TABLE.contenttable THEAD { text-align: left; }
TABLE.contenttable TH { text-align: left; }*/

TABLE.contenttable TR.tr-even { background-color: #F0EEEF; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 { }

TABLE.contenttable-1 TBODY TR.tr-0 { font-weight: bold; }
TABLE.contenttable-1 THEAD TR TH { background-color: #0F1B4A; color: #FFFFFF; font-weight: bold;}
TABLE.contenttable-1 TBODY TR TH { background-color: #0F1B4A; color: #FFFFFF; font-weight: bold;}
 
TABLE.contenttable-2 TBODY TR.tr-0 { font-weight: bold; }
TABLE.contenttable-2 THEAD TR TH { background-color: #E7B405; color: #FFFFFF; font-weight: bold; }
TABLE.contenttable-2 TBODY TR TH { background-color: #E7B405; color: #FFFFFF; font-weight: bold; }

TABLE.contenttable-3 THEAD TR TH { font-weight: normal; }
TABLE.contenttable-3 TBODY TR TH { font-weight: normal; }

/* Tabelle rechtsbündig */
TABLE.contenttable-4 TD {text-align: right}
TABLE.contenttable-4 TD.td-0 {text-align: left}
TABLE.contenttable-4 .tr-0 TD {text-align: center}
TABLE.contenttable-4 .tr-0 TD.td-0 {text-align: left}



/************************/
/* Filelinks, generally */
/************************/
/* Alte tabellenbasierte Styles ANFANG */
/*TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 1.1em; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #F0EEEF; }
TABLE.csc-uploads TR.tr-odd { background-color: #FFFFFF; }
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; }*/
/* Alte tabellenbasierte Styles ENDE */
				
/* Neue Styles ANFANG */
UL.csc-uploads { margin: 0; padding: 0; list-style: none inside none; }
UL.csc-uploads LI.tr-even P, LI.tr-odd P { font-size: 1em; }
UL.csc-uploads LI.tr-even { margin: 0; padding: 0; background-color: #F0EEEF; }
UL.csc-uploads LI.tr-odd { margin: 0; padding: 0; background-color: #FFFFFF; }
UL.csc-uploads DIV.csc-uploads-icon { float: left; margin: 0; padding: .7em .5em .5em .5em; }
UL.csc-uploads DIV.csc-uploads-fileName { float: left; margin: 0; padding: .5em; }
UL.csc-uploads DIV.csc-uploads-fileName P A { font-weight: normal; }
UL.csc-uploads DIV.csc-uploads-fileName P.csc-uploads-description { font-style: normal; }
UL.csc-uploads DIV.csc-uploads-fileName P.csc-uploads-pdfAltLink A { font-weight: normal; font-style: normal; }
UL.csc-uploads DIV.csc-uploads-fileSize { float: right; margin: 0; padding: .5em; }
UL.csc-uploads DIV.csc-uploads-clearer { clear: left; font-size: .1em; margin: 0; padding: 0; }

/* Filelinks, specifically */
UL.csc-uploads-1 { }

UL.csc-uploads-2 { }

UL.csc-uploads-3 { }
UL.csc-uploads-3 LI.tr-even DIV.csc-uploads-icon IMG { border: 2px solid #333333; }
UL.csc-uploads-3 LI.tr-odd DIV.csc-uploads-icon IMG { border: 2px solid #333333; }
/* Neue Styles ENDE */


/*****************/
/* Various Forms */
/*****************/
/* Email, Login and Search forms generally: */
FORM TABLE TR TD { font-size: 1.1em; }
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell { vertical-align: top; }

FORM TABLE TR TD.csc-form-commentcell { font-weight: bold; padding-top: 1.5em; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #FFFFFF; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #FFFFFF; }
FORM TABLE TR TD.csc-form-fieldcell INPUT,
FORM TABLE TR TD.csc-form-fieldcell SELECT,
FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { background-color: #F0EEEF; border: 1px solid #DDDDDD; color: #0F1B4A; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: normal; }


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

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

FORM TABLE.csc-mailform fieldset { border: none; margin: 0; padding: 0; }
FORM TABLE.csc-mailform fieldset legend { display: none; }

/* NEU FUER TYPO3 4.0: Mailforms */
/*#mailform FIELDSET.csc-mailform { position: relative; display: block; border: none; padding: 0; color: #000; }
#mailform DIV.csc-mailform-field { margin: 0 0 2px; 0; clear: both; }
#mailform .csc-mailform-radio fieldset { border: none; padding: 0; }
#mailform .csc-mailform-radio legend { display: none; }
#mailform label {position: relative; display: block; width: 100px; float: left; text-align: right; padding: 2px; margin: 2px; }
#mailform span.csc-mailform-label { clear: both; color: #0F1B4A; font-size: 11px; margin-top: 10px; }
#mailform input, #mailform textarea { position: relative; left: 20px; border: 1px solid #DDDDDD; background-color: #F0EEEF; margin: 2px; }
#mailform input, #mailform textarea {	padding: 1px 2px 1px 4px; }
#mailform select { position: relative; left: 20px; border: 1px solid #DDDDDD; background-color: #F0EEEF; margin: 2px; padding: 0; }
#mailform .csc-mailform-check { border: none; width: auto; left: 22px; border: 1px solid #DDDDDD; padding: 0; margin: 2px 0 5px 0; }
#mailform .csc-mailform-radio INPUT.csc-mailform-radio { margin: 0; }
#mailform button { clear: left; position: relative; display: block; left: 128px; width: auto; background-color: #FFF; }
#mailform .csc-mailform-label { position: relative; display: block; width: 100px; clear: left; text-align: right; padding: 2px; margin: 2px; font-weight: bold; }
#mailform .csc-mailform-submit { clear: left; position: relative; display: block; left: 128px; width: auto; background-color: #FFF; }*/


/*Mailform mit DIV-Rendering*/
FIELDSET.csc-mailform { border: none; font-size: 1.1em;}
FIELDSET.csc-mailform FIELDSET {border: none; padding: 0;}
FIELDSET.csc-mailform FIELDSET  LEGEND {display: none;}  
FIELDSET.csc-mailform DIV.csc-mailform-field {width: 100%; margin-bottom: 4px; clear: both; overflow: hidden;}
FIELDSET.csc-mailform DIV.csc-mailform-field DIV.label{ 
  /*width: 190px;*/
  width: 180px;
  float: left;
  min-height:1px;
}
FIELDSET.csc-mailform DIV.csc-mailform-label {width: 100%; font-weight: bold; margin-top: 20px; margin-bottom: 4px}

FIELDSET.csc-mailform label{
}
FIELDSET.csc-mailform input.csc-mailform-radio{
}

.csc-mailform-radio{
  float: left;
  margin: 0;
}
INPUT[type="radio"],
INPUT[type="checkbox"] {
	border: none;
	background: none;
	/*padding: 0;*/
}

/*****************/
/* Search result */
/*****************/
/* Search Result, result information box: */
/*TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
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; }*/

/* Das da oben scheint nicht mehr zu gehen. Das hier kommt aus der Search Extension in 3.8.0 (angepasst f�r 4.0.2)*/
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; background-color: #F0EEEF; border: 1px solid #DDDDDD; color: #0F1B4A; color: #0F1B4A; font-size: 1.1em; margin: 0 0 .5em 0; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; background-color: #F0EEEF; border: 1px solid #DDDDDD; color: #0F1B4A; color: #0F1B4A; font-size: 1.1em; margin: 0 0 .5em 0; }
.tx-indexedsearch .tx-indexedsearch-searchbox TD { padding: 0 5px 10px; 0; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res {font-size: 1.1em;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#F7E776; font-weight:bold; padding: .2em }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent { background:#F7E776; font-weight:normal; padding: .2em }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { font-style:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#FFF9E0; }
.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 TABLE { background:#E7B405; padding: 3px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.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; }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu {  }
DIV.csc-menu P { font-size: 1.2em; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px;  }
DIV.csc-menu P A { color: #0F1B4A; text-decoration: none; }
DIV.csc-menu P A:hover { color: #0F1B4A; text-decoration: none; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; 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; background-color: #F0EEEF; border: 1px solid #DDDDDD; }
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: #0F1B4A; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #0F1B4A; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #0F1B4A; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #0F1B4A; }
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #0F1B4A; }
DIV.csc-menu-2 P.csc-sitemap-level2 A:hover { color: #0F1B4A; }
DIV.csc-menu-2 P.csc-sitemap-level3 A:hover { color: #0F1B4A; }
DIV.csc-menu-2 P.csc-sitemap-level4 A:hover { color: #0F1B4A; }


/* 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: #0F1B4A; }
DIV.csc-menu-3 P.csc-section A:hover { color: #0F1B4A; }

/* 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: #0F1B4A; }


/****************************************/
/* 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 #000000; 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: #000000; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: #000000; }			
TABLE.typo3-editPanel { border: 1px solid #000000; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/*****************************************/
/* Styles f�r fdfx2cols Ext. (2 Spalten) */
/*****************************************/
div.tx-fdfx2cols-pi1{
	overflow: hidden;
}

/* Layout 1 */
div.c2l1d-left{
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 29.4em;
}

div.c2l1d-middle{
	float: left;
	overflow: hidden;
	margin: 0 0 0 2em;
	padding: 0;
	width: 29.4em;
}

/* Layout 2 */
div.c2l2d-left{
	float: left;
	overflow: hidden;
	margin: 0;
	padding: .5em;
	width: 28.2em;
	background-color: #F0EEEF;
	border: 1px solid #DDDDDD;	
}

div.c2l2d-middle{
	float: left;
	overflow: hidden;
	margin: 0 0 0 2em;
	padding: .5em;
	width: 28.2em;
	background-color: #F0EEEF;
	border: 1px solid #DDDDDD;	
}

/* Layout 3 */
div.c2l3d-left{
	float: left;
	overflow: hidden;
	margin: 0;
	padding: .5em;
	width: 28.2em;
	border: 1px solid #DDDDDD;	
}

div.c2l3d-middle{
	float: left;
	overflow: hidden;
	margin: 0 0 0 2em;
	padding: .5em;
	width: 28.2em;
	border: 1px solid #DDDDDD;	
}


/****************************/
/* Styles f�r filelist Ext. */
/****************************/
TABLE.tx-filelist-pi1-table { margin: 0px; width: 100%; font-size: 1.2em; color: #0F1B4A; }
TABLE.tx-filelist-pi1-table TR TD { padding: .3em; }
TABLE.tx-filelist-pi1-table TR { background-color: #ffffff; }

TR.tx-filelist-pi1-header-tr { background-color: #0F1B4A; color: #FFFFFF; font-weight: bold; }

TD.tx-filelist-pi1-header-icon { background-color: #0F1B4A; }
TD.tx-filelist-pi1-header-filename { background-color: #0F1B4A; }
TD.tx-filelist-pi1-header-info { background-color: #0F1B4A; }
TD.tx-filelist-pi1-header-last_modification { background-color: #0F1B4A; }

TR.tx-filelist-pi1-tr { background-color: #ffffff; }

TD.tx-filelist-pi1-icon { background-color: #ffffff; }
TD.tx-filelist-pi1-filename { background-color: #ffffff; }
TD.tx-filelist-pi1-info { background-color: #ffffff; }
TD.tx-filelist-pi1-last_modification { background-color: #ffffff; }


/**************************************************/
/* ThB: alternativen Rand für Boxen ermöglichen   */
/**************************************************/
.rightTeaser .csc-frame-frame1 {
	border: 1px solid #FED000;
}

#topThemaTeaserArea .csc-frame-frame1 .startTeaser {
	border: 1px solid #FED000;
}

#mainColumn  .teaserArea .csc-frame-frame1 .startTeaser {
	border: 1px solid #FED000;
}


.rightTeaser .csc-frame-frame2 {
	border: 1px solid #101C4B;
}

#topThemaTeaserArea .csc-frame-frame2 .startTeaser {
	border: 1px solid #101C4B;
}

#mainColumn  .teaserArea .csc-frame-frame2 .startTeaser {
	border: 1px solid #101C4B;
}

/*************/
/* Lexika */
/*************/
.lexikon{
  font-size: 1.2em;
}
.lexikon A{
  font-weight: bold;
}
.lexikon .headword{
  font-weight: bold;
}
.lexikon H1{
  padding: 3px;
  border: 1px solid #DDDDDD;
  clear: both;
}
.lexikon TABLE.assetwrapper{
  border: 1px solid #DDDDDD; 
  float: right; 
  max-width: 200px; 
  margin: 0 0 10px 10px;
}
.lexikon .articleLinks{
  margin: 15px 0 0 0;
  padding: 3px;
  background: #F0EEEF;
  clear:both
}
.lexikon .articleLinks A{
  margin: 0 0 0 5px;
}


/*quicknavi*/
.lexikon-quicknavi #quicknavi a {
  margin:0 2px 0 0;
}


/*************/
/* Advanced Footer */
/*************/
#advanced-footer,
#advanced-footer-startseite {
	float: left;
	overflow: hidden;
	display: inline;
	padding-top: 1.3em;
	width: 63em;	
}
#advanced-footer {
	margin-left: 1.3em;
}
#advanced-footer-startseite{
	margin-left:18em;
}


#advanced-footer h3,
#advanced-footer-startseite h3{
	margin-bottom: 0.5em;
	overflow: hidden;
}

#advanced-footer h3 .ranking-head,
#advanced-footer-startseite h3 .ranking-head{
	float:left;
}
#advanced-footer h3 .ranking-icons,
#advanced-footer-startseite h3 .ranking-icons {
	width: 59px;
	height: 16px;
	/*margin-right: 210px;*/
	margin-left: 10px;
	margin-top: -1px;
	float: left;
	background-position: -636px -13px;
}

#advanced-footer .social-bookmarks,
#advanced-footer-startseite .social-bookmarks {
	width: 37%;
	float: right;
}
#advanced-footer .page-rate,
#advanced-footer-startseite .page-rate {
	width: 58%;
	float: left;
}

#advanced-footer .clear,
#advanced-footer-startseite .clear {
	clear: both;	
}


/* bookmarks */
.social-bookmarks-items-wrap {
	clear: both;
}
.social-bookmarks-item{
	float: left;
	margin: 0 7px 0 0;
	border: 1px solid #DDDDDD;
	padding: 2px;
}
.social-bookmarks-item:hover {
	border: 1px solid #FED000;
}
.social-bookmarks-item A IMG {
	border: 0;
}

/* rating */
.page-rate p{
	margin-top: 3px;
}


/*************/
/* Poll Banner */
/*************/

#poll-banner {
	float: right;
    /*margin: 0.9em 0 0;*/
margin: 1.4em 0 0;
    padding: 1em;
	/*width: 64.5em;*/
	width: 60.8em;
	border: 1px solid #fbe400;
	background: #fefce4;
	overflow: hidden;
}
#poll-banner p {
	line-height: 1.5em;
}
#poll-banner .icon {
	float: left;
	width: 32px;
	height: 32px;
	margin-bottom: 4em;
	margin-right: 0.5em;
	background-position: -708px 0;
}
#poll-banner .button-wrap {
	overflow: hidden;
}
#poll-banner .button {
    background-position: -750px 0;
    border: 1px solid #DCA839;
    display: block;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 1em;
    margin-top: 1em;
    padding: 4px 0;
    text-align: center;
    width: 6em;
}

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