/* TYPO3 CVS id: $id$ */
/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: arial, helvetica; color: #000000; }
PRE { font-family: monospace; }

FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
p { FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 12px;}
TD { FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px;} 
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }

			
/******************/
/* Headers, plain */
/******************/
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; margin-bottom: 5px; }*/
/*H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 0px; margin-bottom: 0px; }*/
/*H1 {font-size:14px;	font-style: normal;	font-weight: bold;	font-variant: small-caps;	text-align: left;	color: #336699;}*/
/*H2 {font-size:12px;	font-style: normal;	font-weight: bold; text-align: left; margin-top: 5px; }*/
/*H3 {font-size:12px;	 font-style: italic;	text-align: left; margin-top: 5px;}*/
/*H4 {font-size:12px;	 font-style: italic;	text-align: left; margin-top: 5px; }*/
/*H5 {FONT-SIZE:11px; }*/
/*H6 {FONT-SIZE:11px; }*/

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



/*******************/
/* RTE / Bodytext */
/*******************/
P.bodytext { font-size: 12px; color: #000000; line-height: 20px; }
P.bodytext A { font-weight: bold; }



/*****************************/
/* RTE  Absatzformate        */
/*****************************/

p.text10px {font-size: 11px; }
p.text10pxmitte {font-size: 11px;text-align: center;}
p.text10pxrechts {font-size: 11px; text-align: right;}
p.text10pxfett {FONT-WEIGHT: bold;font-size: 11px;}

p.text12px {FONT-SIZE: 12px}
p.text12pxmitte {FONT-SIZE: 12px; text-align: center;}
p.text12pxrechts {FONT-SIZE: 12px; text-align: right;}
p.text12pxfett {FONT-WEIGHT: bold; color: #000000; text-decoration: none;}


div.sitemap1 {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px; FONT-WEIGHT: bold; text-align: center;	background-color: #E2E2EB;	display: table-cell; width: 320px;  cursor: hand;}
div.sitemap2 {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10px; 	background-color: #E2E2EB;	display: table-cell; width: 130px;  cursor: hand;}
div.sitemap3 {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10px;	display: table-cell; width: 100px;  vertical-align: top; cursor: hand;}

/*****************************/
/* RTE  Markierungsformat    */
/*****************************/

.bullet {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; list-style-type: none}
.dropdown {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;font-style: normal;line-height: normal;font-weight: normal;font-variant: normal;background-color: #FFFFFF;border: 1px solid #333333; width: 125px; size="25";}
.button {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
.mailclass {font-family: Arial, Helvetica, sans-serif;font-size: 9px;font-weight: normal;}

/**********/
/* 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: #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: 12px; }*/
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: 12px; }
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; }
				


/*****************/
/* Mail-Formular */
/*****************/

FORM TABLE.csc-mailform {padding-left: 0px; padding-right: 0px; background-color: #FFFFFF;} TR  TD.csc-form-labelcell { background-color: #E2E2EB; } TD.csc-form-commentcell { background-color: #E2E2EB; } TD.csc-form-fieldcell { padding-left: 6px; background-color: #E2E2EB;} SELECT, TEXTAREA  { background-color: #FFFFFF;} P.csc-form-label-req {padding-left: 6px; font-size: 11px; font-weight: bold;} P.csc-form-label {padding-left: 6px; font-size: 11px; } 
class="csc-form-fieldcell"

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


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


TABLE.news P { font-size: 10px;text-align: left; }
TABLE.news TR TD { vertical-align: middle; }
TABLE.news A {	font-weight: normal; color: #91AABA; text-decoration: underline;font: 11px Arial, Helvetica, sans-serif;}
TABLE.news A:visited {color: #91AABA; }
TABLE.news A:hover { COLOR: #336699; background-color: #E7EBEF;}
TABLE.news A:active {}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;

}
.newshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

  /* Seitenbrowser auf Newsseite */
    .tx-ttnews-browsebox TD { font-size: 10px; }
    .tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-ttnews-browsebox-SCell { background-color: #EEE; }

/*************************/
/* CSS für Links im Text */
/*************************/
A.zehnpx {COLOR: #000000; font: 11px Arial, Helvetica, sans-serif;}
A.zehnpx:visited { }
A.zehnpx:hover { COLOR: #336699; text-decoration: underline; background-color: #E7EBEF;}
A.zehnpx:active {}


A.zwolfpx {COLOR: #000000;FONT-FAMILY: Arial, Helvetica, sans-serif;FONT-SIZE: 12px;FONT-WEIGHT: normal;text-decoration: none;}
A.zwolfpx:visited {COLOR:000000;}
A.zwolfpx:hover {COLOR:000000; text-decoration: none; background-color: #FFFFFF;}
A.zwolfpx:active {COLOR:000000;}
/*************************/
/* CSS für Menue */
/*************************/
/*format für menue1 normal ausserhalb der a-tags */
.menu1 a, .menu1 a:visited {font-size: 13px;font-family: Verdana, sans-serif;font-variant: small-caps;color: #000000;text-align: center; padding-right:10px; padding-left:10px; }
.menu1 a:hover {color: #FFFFFF; background-color: #AAAAAA;}
.menu1_act a {background-color: #AAAAAA; text-align: center; font-size: 13px;font-weight: bold;font-family: Verdana, sans-serif;font-variant: small-caps; padding-right:10px; padding-left:10px; }
.menu1_act a:hover {color: #000000;}

.menu_fuss a, .menu_fuss a:visited {color: #000000; font-size: 12px;	font-weight: normal; font-family: Arial, sans-serif; font-variant: normal; text-align: center;	padding-left: 10px; padding-right:10px;}
.menu_fuss a:hover{color: #FFFFFF; background-color: #AAAAAA;}

/*format für menue2 normal ausserhalb der a-tags */
.menu2 {color: #FFFFFF;}
/*format für menue innerhalb der a-tags - normal*/
.menu2 a {color: #000000; font-size: 12px;	font-weight: normal; font-family: Arial, sans-serif; font-variant: normal; text-align: left;	background-color: #B2BEDA;	display: table-cell; width: 120px; padding-left: 12px;}
.menu2 a:visited {color: #000000;	background-color: #B2BEDA;}
.menu2 a:hover {color: #FFFFFF;	background-color: #3C5096;}
/*format für menue2 active ausserhalb der a-tags */
.menu2_act {color: #FFFFFF;}
/*format für menue innerhalb der a-tags - active*/
.menu2_act a {color: #FFFFFF; font-size: 12px;	 font-weight: normal; font-family: Arial, sans-serif; font-variant: normal; 	text-align: left; background-color: #3C5096;	display: table-cell; width: 120px; padding-left: 12px;}
.menu2_act a:visited {color: #FFFFFF;	background-color: #3C5096;	display: table-cell;	width: 120px;}
.menu2_act  a:hover {color: #FFFFFF; background-color: #3C5096;}


/*format für menue21 normal ausserhalb der a-tags */
.menu21 {color: #FFFFFF;}
/*format für menue innerhalb der a-tags - normal*/
.menu21 a {color: #000000; font-size: 12px;	font-weight: normal; font-family: Arial, sans-serif; font-variant: normal; text-align: left;	background-color: #FF0000;	display: table-cell; width: 120px; padding-left: 12px;}
.menu21 a:visited {color: #000000;	background-color: #B2BEDA;}
.menu21 a:hover {color: #FFFFFF;	background-color: #3C5096;}
/*format für menue2 active ausserhalb der a-tags */
.menu21_act {color: #FFFFFF;}
/*format für menue innerhalb der a-tags - active*/
.menu21_act a {color: #FFFFFF; font-size: 12px;	 font-weight: normal; font-family: Arial, sans-serif; font-variant: normal; 	text-align: left; background-color: #FF0000;	display: table-cell; width: 120px; padding-left: 12px;}
.menu21_act a:visited {color: #FFFFFF;	background-color: #FF0000;	display: table-cell;	width: 120px;}
.menu21_act  a:hover {color: #FFFFFF; background-color: #FF0000;}
/* // AT 05.12.2005 menu2_usr wird benötigt */
.menu2_usr {color: #FFFFFF;}
/*format für menue innerhalb der a-tags - active*/
.menu2_usr a {color: #FFFFFF; font-size: 12px;	 font-weight: normal; font-family: Arial, sans-serif; font-variant: normal; 	text-align: left; background-color: #FF0000;	display: table-cell; width: 120px; padding-left: 12px;}
.menu2_usr a:visited {color: #FFFFFF;	background-color: #FF0000;	display: table-cell;	width: 120px;}
.menu2_usr  a:hover {color: #FF0000; background-color: #3C5096;}

/*format für menue3 normal ausserhalb der a-tags */
.menu3 {color: #FFFFFF;}
/*format für menue innerhalb der a-tags - normal*/
.menu3 a {	font-size: 11px;	font-family: Arial, sans-serif;    color: #000000;}
.menu3 a:visited {color: #000000;}
.menu3 a:hover {text-decoration: underline; color: #000000; background-color: #E2E2EB;}
/*format für menue3 active ausserhalb der a-tags */
.menu3_act {color: #FFFFFF;}
/*format für menue innerhalb der a-tags - active*/
.menu3_act a {font-size: 11px; text-decoration: underline; font-family: Arial, sans-serif;    color: #000000;}
.menu3_act a:visited {color: #000000; background-color: #E2E2EB;}
.menu3_act a:hover {text-decoration: underline; color: #000000; background-color: #E2E2EB;}

/***************************/
/* styles für tx_atwiegand */
/***************************/
	/* Format für die gesamte Ausgabe dieses Plugins */
.tx-atwiegand-pi1 { color:#000000; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size: 14pt; } 
.tx-atwiegand-pi1-labelstrong { font-weight:bold; }
.tx-atwiegand-pi1-label { font-weight:normal; }
	/* Tabelle mit den Auswahlkriterien */ 
.tx-atwiegand-pi1-suche-kriterien-table {  }
	/* Select-Control */
.tx-atwiegand-pi1-select {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	width: 147px;
}
	/* Button-Controls */
.tx-atwiegand-pi1-button { text-align:center; }
	/* Input-Control für Text */
.tx-atwiegand-pi1-inputtext { }

/* Ergebnisliste */
	/* Titel (groß) (z.B. Produkte) */
.tx-atwiegand-pi1-titel {font-family: arial, helvetica; margin: 0px 0px 0px 0px; margin-top: 0px; margin-bottom: 0px; font-size:16px;	font-style: normal;	font-weight: bold;	font-variant: small-caps;	text-align: left;	color: #336699;}
	/* Untertitel (gesperrt) (z.B. "B i e r") */
.tx-atwiegand-pi1-subtitel { font-weight: bold; font-size: 90%; letter-spacing: 2px;}

	/* BrowseBar der einzelnen Ergebnisseiten */
	/* <div>-Tag um die Tabelle aller Links auf die einzelnen Ergebnisseiten */
.tx-atwiegand-pi1-browsebox { font-size:110%; } 
	/* Zelle der aktuell angezeigten Ergebnisseite (wie menu_act) (<span>) */
.tx-atwiegand-pi1-browsebox-activepage { font-size:xx-large ; color:#FFFFFF; background-color:#D0D0E0; }
	/* <span> um die Zahlen in der Ergebnismeldung */
.tx-atwiegand-pi1-browsebox-strong { font-weight:bold; }

	/* Zahlenformat für die Ergebnismeldung ("Anzeige von x bis y von z Produkten") */
.tx-atwiegand-pi1-resultsnumbers { font-size:120%; font-weight:bold; }
