/* 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! */



/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000;}
/*Vorformatiert*/
PRE { font-family: monospace;}
A { color: #0000FF; text-decoration: underline;letter-spacing:0px;}
A:hover {
	color: #434343;
}
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 12px; }
INPUT, TEXTAREA, SELECT { padding-left: 2px; font-size: 12px; }

/******************/
/* Headers, plain */
/******************/

H1 {
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 4px;
	background: #E3E3E3;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
H2 {
   font-size: 11px;
   text-align: center;
   font-style: boldt;
	color: #222222;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	
	} 
	
H3 {
	font-size: 12px;

/* Festlegung der Ränder H1 - H6, insb. Abstand zum folgenden Text */
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-left: 0px; margin-top: 10px; margin-bottom: 10px; }
/* Zuweisung der Überschriften H1 - H6 zu den Content-Klassen */
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: 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{
	margin-left: 0 px;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	text-align: justify;
}
			
P.bodytext A {}

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 13px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }


/* RTE / Table styling */
TABLE.contenttable { border: 0px # 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: 13px; }
TABLE.contenttable TR { background-color: #; }


/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption {

   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
	color: #000000;
	padding-left: 3px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	margin-top: 5px;
	border: 1px dotted #;
	background-color: #E3E3E3;
}

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px;margin-top: 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: 13px; }

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


/*****************/
/* 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:#FFFFFF ; }
/*Hintergrund der Formular-Tabelle*/
FORM TABLE TR TD.csc-form-fieldcell { background-color:; }
/*Hintergrund von Formularfeldern*/
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;
	background-color: #EFEFDE;
}
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  {
background-color: #FFFFFF;  }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 70%; }
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: 12px; width: 75%;}
TABLE.csc-searchResultInfo TR { background-color: #;}
TABLE.csc-searchResultInfo TR TD P { padding: 0px 0px 0px 0px; border-bottom: solid 1px #000000;}
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: #0000FF; text-decoration: none;letter-spacing:1px; }
H3.csc-searchResultHeader A:hover {color: #434343; text-decoration: none;}

H3.csc-searchResultHeader { background-color: #; font-size: 13px; padding-left: 5px; width: 75%; }

P.csc-searchResult { font-style: italic; margin-left: 20px; margin-bottom: 20px;}

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/*****************************/
/* Sitemap                   */
/*****************************/

* Sitemap-Formate */

.csc-sitemap {
	line-height:20px;
}
.csc-sitemap.csc-sitemap-level1 {
	line-height: 0px;
	margin-left: -999px;
	font-weight: normal;
	font-size: 10px;
	border-bottom: 0px dotted #B2B2B2;
	margin-bottom: 0px;
}
	
.csc-sitemap.csc-sitemap-level2 {
	line-height: 20px;
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: 5px;
	
}
.csc-sitemap.csc-sitemap-level3 {
	margin-left: 50px;
	margin-bottom: 5px;
}
.csc-sitemap.csc-sitemap-level4 {
	margin-left: 75px;
	margin-bottom: 5px;
}

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


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

/* Links mit Bildern */
.pdf_link {
	width: 15px;
	height: 25px;
	background-image: url('http://iltis.suelsdorf.de/fileadmin/templates/include/img/icon_pdf.gif');
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 25px;
}

.word_link {
 	width:15px;
 	height:25px;
	background-image:url('http://iltis.suelsdorf.de/fileadmin/templates/include/img/icon_word.gif');
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 25px;

}

.excel_link {
 	width:15px;
 	height:25px;
	background-image:url('http://iltis.suelsdorf.de/fileadmin/templates/include/img/icon_excel.gif');
	background-repeat:no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 25px;
}

	.zip_link {
 	width:15px;
 	height:25px;
	background-image:url('http://iltis.suelsdorf.de/fileadmin/templates/include/img/icon_zip.gif');
	background-repeat:no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 25px;
}



/*********************/
/* Eigene Klassen */
/*********************/


/* Suchbox falls manuell eingebunden, nicht MacinaSearchbox*/

.suche_fe {
	font-size: 11px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	background-color: Silver;
	padding: 2px 2px 2px 2px;
	width: 100px;
	height: 18px;
	border: 1px solid #000000;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 0px;
	margin-top: 3px;
	letter-spacing: 2px;
}

/* Footer */

.footer1 {
	font: small-caps 11px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px dotted #003D75; color: 
}

.footer2 {
	font: small-caps 11px Verdana, Arial, Helvetica, sans-serif;
	color: #676767;
	border-top: 1px dotted #003D75;
}


/*Gestaltung Formulare*/

.tx-newloginbox-pi1 label {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.inputfield_fe,.tx-newloginbox-pi1 input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	width: 100px;
	height: 18px;
	border: 1px solid #000000;
	background-color: #EFEFDE;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
}

/*Textareas (Formulare) */
 
.textarea_fe {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	width: 200px;
	height: 100px;
	border: 1px solid #000000;
	background-color: #EFEFDE;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
}

/*Eingabefelder im Formular TELL A FRIEND */

.inputfield_fe_tellafriend {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	width: 200px;
	height: 18px;
	border: 1px solid #5C7099;
	background-color: #;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
 }
 
.inputfield_fe_tellafriend_textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	width: 200px;
	height: 60px;
	border: 1px solid #5C7099;
	background-color: #;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
}

/*Buttons (Absendebuttons, Eintrag Gästebuch) */

.button_fe, #button_fe {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100px;
	height: 20px;
	border: 0px solid #0A246A;
	background-color: #5C7099;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}


.textsmall, #textsmall {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight : normal;
	font-style : normal;
}

.textsmallb, #textsmallb {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight : bold;
	font-style : normal;
}

.textverysmall, #textverysmall {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.massage_ok {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	display: block;
	width: 400px;
	height: 150px;
	border: 1px solid #CCCC99;
}

#tipafriend {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
	}

/*Gestaltung*/

.box_orange
{
	margin-left: 9%;
	background-color: #;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	text-align: justify;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px solid #000000;
	width: 80%;
	}

.box_rot
{  
   margin-left: 9%;
	background-color: #;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	text-align: justify;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px solid #000000;
	width: 80%;
}

.box_grau
{  
   margin-left: 9%;
	background-color: #;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	text-align: justify;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 1px solid #000000;
	width: 80%;
}
	
/*Keinen Rahmen um Bilder, die verlinkt sind*/	
.Bilder_Link {
	border: none;
}

/* Link nach oben */

.csc-linkToTop {
                padding-top: 15px;
               }
					
					
/*WS-Sitemap */
.treemenutext_no {
	font-size: 13px;
}

/* Gestaltung Mailformulare */

.csc-mailform {
   margin-left: 10px;
	border: 0px;
	background-color: #;
}

/*Abstand*/
.csc-mailform-field {
	margin-bottom: 8px;
	}

/*Beschriftung der Formularfelder*/
.csc-mailform-field label {
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 145px;
	}

/*Eingabefelder*/	
.csc-mailform-field input {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #;
	/*Groessenangabe im Formular selbst*/
	width: px;;
}

/*Kommentar bzw. Mitteilungsfeld */
.csc-mailform-field textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #;
	/*Groessenangabe im Formular selbst*/
	width: px;
}

.csc-mailform-field select {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #EFEFDE;
	width: 200px;
}

.csc-mailform-submit {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
   border: 0px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #;
	float: left;
	width: 100px;
}

.csc-mailform-radio input {
	width: auto;
	border-style: none;
	background-color: transparent;
}

.csc-mailform-radio label {
	width: auto;
	float: none;
}

.csc-mailform-radio fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: ;
}

.csc-mailform-radio legend {
	visibility: hidden;
	display: none;
}

/*plugin.tx_wssitemap_pi1._CSS_DEFAULT_STYLE*/

.tx-wssitemap-pi1 {
	font-size: 11px;
	font-family: Verdana;
	}

.tx-wssitemap-pi1 .treemenudiv {}
	
.tx-wssitemap-pi1 .treemenudiv img {vertical-align: middle;border: none;}
	
.tx-wssitemap-pi1 .treemenudiv a {text-decoration: none;  color: #000000; }

.tx-wssitemap-pi1 .treemenudiv a:hover {
	color: #8D8D8D;
}

.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {color:red;}

.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {color:green; }
	
