/* ############### Alte main.css ANFANG ############### */


/* Benutzt in: Heimatländer */

.linkliste {
	line-height:130%;
	}

.teststyle {
	line-height:130%;
	}

/* ### Aus laender.css ### */
/* nur fuer eine Anzeige in der Opera  */
 li                        { 
         text-align:left;
         /* align:left; */
         }

/* --- zum Anzeigen in MSIE --- */
li                         { 
         margin-left : 20px;
         }


/* Menu-Links (Rubriken) */

.container-ml-link a {
	color: #333333;
	text-decoration:none;
	font-size: 8pt;
	font-weight: normal;
	line-height:115%; 
	}
	
.container-ml-link a:hover {
	text-decoration:underline;
	}

/* Menu-Links CUR (Current, Angezeigte Seite) - Farbe auf weinrot setzen */

.container-ml-cur a {
	color: #FF0000;
	}


/* Menu-Links ACT (Angezeigte Seite und Elternrubrik) - Farben setzen */

.container-ml-act1 a { color: #990000; }
.container-ml-act2 a { color: #FF0000; }


/* Menu-Links SPC (Abstand) - Farbe auf Hintergrundfarbe setzen       */
/*                            damit der Link versteckt wird           */
/* Hinweis: SPC wird als normaler Text, also NICHT als Link angezeigt */
/*          deshalb Fontgrösse etc. an Linkaussehen anpassen          */

.container-ml-spc {
	color: #ffffff;
	line-height:60%; 
	font-weight: bold;
	text-decoration: none;
	}

/* --------------------------------------------------------------------*/           


/* Einstellungen für Kopfleiste	*/
.kopfleiste {
	font-size: 9pt;
	font-weight: normal;
	}

.kopfleiste A {
	text-decoration: none;
	}

.kopfleiste-mitte {
	font-size: 9pt; }


/* Einstellungen für Fussleiste */
.fussleiste {
	color: #FFFFFF;
	font-size:8pt;
	font-weight:bold;
	}

.fussleiste A {
	color: #FFFFFF;
	font-size:8pt;
	font-weight:bold;}

.fussleiste a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

/* ################################ ENDE main-alt.css #################### */



/* ################################ ANFANG main2.css  #################### */
/* ################################Soll später gesamten main-alt.css ersetzen */

/* utf-8 */
/* main.css */
/* Originaldatei: example.css aus der Extension CSS Styled Content */
/* Angepasst von: Bernd Rakowski für Community Channel Europe e.V., Projekt: "multikulti1.de" */

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

Farbchema (siehe: <doku>/verwendete-farben.html ):

/***************************/
/* General element styles: */
/***************************/

BODY {
	margin: 0px;
	background-color: white;
	}              

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}

P, P.bodytext, TD, UL, OL, BLOCKQUOTE, TEXTAREA, SELECT { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size:10pt;
	line-height:100%;  
	margin:0px;
	border:0px solid #000; 
	}
	
.indent	P.bodytext	{
	margin-left:20px;
	}

TEXTAREA {
	border: 1px solid #f00;
	}

PRE {
	font-family: monospace;
	margin: 0px;
	}
	
/* ### Achtung! "INPUT border:" verändert Aussehen der Submit-Tasten (Mail und Suchen) */
INPUT { 
	font-family: Verdana, Arial, Helvetica, sans-serif; /* macht nix */
	color: #333333;		
	font-size:10pt;		
	line-height:100%;	
	margin:0px;			
/*	border:0px solid #000; /* das Stört ! */ */
	}
	

A { 
	color: #3333ff;
	text-decoration: underline;
	}

A:hover {
	color: #ff0000;
	}

a:active {
	color: #990000;
	text-decoration: underline;
	}

a:focus {
	color: #990000;
	text-decoration: underline;
	}

a:visited	{
/*	color: #0000FF; */
/*	text-decoration: none; */
	}

/* Farben für RTE Editor */
.da-button-blue {
	color: #0059a0;
	}


.align-left {
	text-align: left;
	}

.align-right {
	text-align: right;
	}

.align-center {
	text-align: center;
	# nächste 2 Zeilen für den IE
	margin-left: auto;
	margin-right: auto;
	}

.align-justify {
	text-align: justify;
	}


STRONG, B {
	font-weight:bold;
	}

FORM { margin: 0px 0px 0px 0px;}

LABEL	{
	font-weight: bold;
	text-align:left;
	align:left;
	} 
	
FIELD    { 
         border:1px solid #66f;
         }

FORM TEXTAREA  { 
         border:1px solid #7F9DB9;
         }


/*************************/
/* Überschriften, normal */
/*************************/

H1      {
	color: #333333;
	font-size:15pt;
	font-weight:normal;

	padding: 7px;			/* Abstand drumrum	 (background)  */  
	border: 0px solid #f00;	
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	background-color:#eee;		/* Überschrift Hintergrund	*/
	margin:0px;
	margin-top:10px;
	margin-bottom:2px;		/* Abstand unter Überschrift*/
	}

H2	{ 
	color: #333333;
   	font-size:12pt;
   	font-weight:bold;
   	margin: 0px 0px 0px 0px;
   	margin-top:10px;
   	margin-bottom:2px;			/* Abstand unter Überschrift*/
	padding: 4px;			    /* Abstand drumrum	 (background)  */  
   	border:0px solid #888;	
   	border-bottom:1px solid #aaa;
   	border-right:1px solid #aaa;
   	background-color:#eee;		/* Überschrift Hintergrund	*/
	}

H3, H5	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
   	font-size:10pt;
   	font-weight:bold;
   	margin: 0px 0px 0px 0px;
   	margin-top:5px;
   	margin-bottom:5px;			/* Abstand unter Überschrift*/
	padding:3px;			/* Abstand drumrum	 (background)  */  
   	border:0px solid #888;	
   	border-bottom:1px solid #aaa;
   	border-right:1px solid #aaa;
   	background-color:#eee;		/* Überschrift Hintergrund	*/
	}

H5       {
	font-weight:normal;
	}
H4      { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size:10pt;
   	font-weight:bold;
   	margin: 0px 0px 0px 0px;
   	margin-top:10px;
   	margin-bottom:2px;		/* Abstand unter Überschrift*/
	padding:3px;			/* Abstand drumrum	 (background)  */  
	padding-left:0px;
   	border:0px solid #888;	
   	border-bottom:0px solid #888;
   	border-right:0px solid #888;
   	background-color:#;		/* Überschrift Hintergrund	*/
        }

H6      { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size:10pt;
   	font-weight:bold;
   	margin: 0px 0px 0px 0px;
	padding:0px;			/* Abstand drumrum	 (background)  */  
	padding-left:0px;
   	border:0px solid #888;	
   	border-bottom:0px solid #888;
   	border-right:0px solid #888;
   	background-color:;		/* Überschrift Hintergrund	*/
    }

/* csc = CSS-Styled-Content Hier: Erste Übeschrift hat keinen Abstand nach oben! */
H1.csc-firstHeader, 
  H2.csc-firstHeader, 
  H3.csc-firstHeader, 
  H4.csc-firstHeader, 
  H5.csc-firstHeader, 
  H6.csc-firstHeader {
/*        padding: 5px; */
        margin-top: 0px; 
        }

/* Überschriften mit link */
H1 A, H2 A, H3 A, H4 A, H5 A { 
	color: #333333; 
	text-decoration: none; }

H5 A {
         text-decoration: underline; }

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: 10pt; color: #333333; }
# P.bodytext A { font-weight: normal; }

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

/* RTE / Table styling */
TABLE.contenttable { border: 0px #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 */
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: 11px; }
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; } */
/* Hintergrund Beschriftung (LABEL) */
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #eeeeee; }
/* Hintergrund Eingabefeld */
FORM TABLE TR TD.csc-form-fieldcell { background-color: #f8f8f8; }
/* "FORM TABLE TR TD.csc-form-fieldcell INPUT", verändert Aussehen der Submit-Taste (Mailformular) */
FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
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  { }

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


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 10px; }
DIV.csc-menu P { font-size: 11px; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; 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: 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: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
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; }


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

/* ################################ ENDE main2.css  #################### */

/* ################################ ANFANG tt_news-main.css  #################### */

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-list-container HR.clearer, 
   .news-single-item HR.clearer, 
   .news-latest-container HR.clearer{
   	clear:right;	
   	height:1px;	
   	border:1px solid #EEEEEE;
   	}

.news-latest-container HR.clearer {
	clear:left;
	}

/*-----------------------------------  tt_news SUCHEN ----------------------------------*/

/* .news-search-form {	
	padding:3px;
	margin-bottom:5px;
	/* border:1px solid #6f6;    */
	/* background-color:#F9FFE5; */
	width:130px;
	/* height:150px; */
	}
*/
/* .news-search-form INPUT {
       border:1px solid #666;
     }
*/

/* .news-search-form FORM {
	margin:0px;
	width:150px;
	}
*/
/* .news-search-form-submit { 
         position:relative;
         /* width:148px; */
         /* top:7px -6;     */
         top:-4px;
         }
*/

/* .news-search-form-submit INPUT {
       border:1px solid #666;
     }
*/

.news-search-form-lang {	
	padding:3px;
	margin-bottom:5px;
	/* border:1px solid #666; */
	/* background-color:#F9FFE5; */
	width:330px;
	/* height:150px; */
	}


.news-search-form-lang INPUT {
       border:1px solid #666;
     }


.news-search-form-submit-lang { 
         position:relative;
         left:4px;
         }


.news-search-form-size {
         height:30px;
         }


.news-search-emptyMsg {
	margin:0px;
	font-size: 11px;
	margin-left:10px;
	width:150px;
	}	




/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
/* LATEST view wird zur Zeit nur auf der Homepage genutzt. 	*/

.news-latest-container {
	background-color:#ffffff;
	border:0px solid #000;
	}


/* .news-latest-container H3 A {
	color:#333;  
	text-decoration:none;
	} */
	
.news-latest-container H3 A:LINK,
  .news-latest-container H3 A:VISITED,
  .news-latest-container H3 A:HOVER {	
	color:#333;
	}


.news-latest-item {	
	/* IE hack */
 	height: 1%;
 	line-height: 1.3;	
	/* IE hack end */
	padding:3px;
	padding-bottom:10px;		/* Innenabstand 	*/
	margin: 3px;		/* Aussenabstand: Zeigt bg-color 	*/
				/* .news-list-container 		*/
	min-height:100px;    
	margin:0px;
	border:0px solid #0F0;
	border-bottom: 0px solid #888;
/*	margin-top:5px; */
	margin-bottom:10px;
	background-color:#fff;
	}
	

.news-latest-item A {
	border:0px solid #0f0;
	}

/* .news-latest-re {
	border:0px solid #00f;
	} */

/* --------------------- Eigene Zusätze für News-Bildformatierung ------------ */


.news-latest-newsimg {
/*	float:left; */
/*	height:100px;  */
/*	margin-top:10px; */
	border:0px solid #ff0;
	}

.news-latest-newsimg A {
	/* Das ist für Firefox und Opera */
	font-size:0pt;
	border:0px solid #88f;
	}

/* Bildformatierung */
.news-latest-container IMG {
	float: left;		/* Bildposition: left, right	*/
	
	border:0px solid #66f;	
	border-bottom: 1px solid #888;
	border-right:  1px solid #888;

	margin-top:10px;
	margin-bottom:5px;		/* keine Auswirkung in IE		*/
				/* nur bei grossen Werten:		*/
				/* Katastrophe bei Firefox		*/
	
	margin-right:5px;		/* Abstand Bild -> Text		*/	
	margin-left:5px;		/* Abstand Rand -> Bild		*/
	}


.news-latest-morelink  {
	font-size: 8pt;	
	margin-top:6px;
	margin-right:5px;   
/*	margin-bottom: 3px; */
	
	float:right;
	/* ohne padding kein underline beim IE */
	padding-bottom:1px;
	border: 0px solid green; 
		}

.news-latest-morelink A {
	font-size: 8pt;	
 	/* text-decoration:underline; */
	text-decoration:none;
	}
	
.news-latest-category {
	font-size: 7pt;	
        margin-top: 6px;
        margin-right: 5px;
        margin-left: 10px;
	float: right;
	/* ohne padding kein underline beim IE */
	padding-bottom: 1px;
	border: 0px solid green;
	}

.news-latest-category A {
	font-size: 7pt;
	text-decoration:underline;	
	}

/*--------------------------------- tt_news LIST view  -----------------------------------*/


.news-list-container {
		
	border:0px solid #888;	/* border: umrandet den gesamten Newscontent. incl. Newsbrowser	*/
	background-color:#fff;	/* background: Hintergrundfarbe für den gesamten Newscontent	*/
				/*   nur zu sehen, als margin von .news-list-item		*/
	}


/* Überschrift */

/* .news-list-container H3 A {
	color:#333;  
	text-decoration:none;
	} */
	
.news-list-container H3 A:LINK,
.news-list-container H3 A:VISITED,
.news-list-container H3 A:HOVER {	
	color:#333;
	padding-left:2px;
	}



.news-list-container P {
	padding-left:3px;}		/* Abstand Text vom Linken Rand		*/
				/* kommt nur zum tragen, wenn Bild rechts	*/

.news-list-date {
	float: right;
	color: #ddd;
	width: 180px;
	text-align: right;
	height: 18px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #ddd;	
	}

/*  Container für einzelne News */

.news-list-item {	
	/* IE hack */
	height: 1%;		/*   ???		*/
	line-height: 1.3;	/*  Zeilenhöhe		*/
	/* IE hack end */
	padding:3px;		/* Innenabstand 	*/
	padding-bottom:10px;
	margin: 3px;		/* Aussenabstand: Zeigt bg-color 	*/
				/* .news-list-container 		*/
	background-color: #fff;	/* Hintergrundfarbe Einzelnews	*/ 
	min-height:115px; 

	border:0px solid #6f6;	/* Rand um Einzelnews		*/
	border-bottom:0px solid #888;
	margin-bottom:15px;
	}


/* --------------------- Eigene Zusätze für News-Bildformatierung ------------ */

.news-list-newsimg {
	border:0px solid #0ff; 
	}


.news-list-newsimg A {
	/* Das ist für Firefox und Opera	*/
	font-size:0pt;
/*	line-height:1%;   */
	border:0px solid #f00;
	}

/* ------------------------------------------------- */

/* Bildüberschrift  */
.news-list-imgcaption { 
	float: left;
	padding-top:5px;	
	padding-right:3px;	
	font-size: 9px;	
	}

/* Bildformatierung */
.news-list-container IMG {
/* .news-list-newsimg IMG {  */
	float: left;		/* Bildposition: left, right	*/
	
	border:0px solid #66f;	
	border-bottom: 1px solid #888;
	border-right:  1px solid #888;

	margin-top:10px;
	margin-bottom:5px;		/* keine Auswirkung in IE		*/
				/* nur bei grossen Werten:		*/
				/* Katastrophe bei Firefox		*/
	
	margin-right:5px;		/* Abstand Bild -> Text		*/	
	margin-left:5px;		/* Abstand Rand -> Bild		*/
	}

.news-list-category IMG {	
	float: none;	
	border:none;	
	margin:0px;
	}

	
.news-list-morelink  {
	font-size: 8pt;	
	margin-top:6px;
	margin-right:5px;
/*	margin-bottom: 3px; */
	
	float:right;
	/* ohne padding kein underline beim IE */
	padding-bottom:1px;
	border: 0px solid green;
		}

.news-list-morelink A {
	font-size: 8pt;	
	text-decoration:none;
	}
	

.news-list-re {
	border:1px solid #00f;
	}


/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox P,
    .news-list-browse {
	text-align:center;
	align: center;
	line-height:130%;	 
		}	

.news-list-browse A {
	text-align:center;	 
		}	


.news-list-browse_test {
	text-align: center;
	align:center;
	}	


.tx-ttnews-browsebox, 
   .browseBoxWrap {
   	text-align: center;
	margin:3px;
	border:1px solid #666;	
	padding:3px;	
	background-color:#EEEEEE;
	}


.tx-ttnews-browsebox TD {
	font-size: 12px;
	text-align:center;
	align:center;
	}

.tx-ttnews-browsebox-strong, 
    .tx-ttnews-browsebox-SCell {
    	font-weight: bold;
    	text-align: center;
    	}

.tx-ttnews-browsebox-SCell P,
    .tx-ttnews-browsebox TD P{
        	text-align: center;
        	align:center;
    	}

.tx-ttnews-browsebox-SCell {
	text-align: center;
    	background-color: #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	}

/* .tx-ttnews-browsebox-SCell A {
	color:#FFFFFF;
		} */

/*--------------------------------- tt_news SINGLE view ---------------------------------*/

/* Platzhalter fuers Drucken */

.news-single-print-news {
         align:right;
         	text-align:right;
         }

.news-single-item {
	padding:5px;	
	margin-bottom:5px;
	border:0px solid #888;	/* Rand um alles */
	background-color:#fff;	/* Gesamt - Hintergrund */
	}


.news-single-item H4 {	
	margin-bottom: 15px; 
	}

.news-single-img {		
	float: right;	
/*	margin-left:5px;
	border-bottom: 2px solid #888;
	border-right:  2px solid #888;  */
	
	
	}
	
.newsbild {		
	float: right;	
/*	margin-left:5px;
	border-bottom: 2px solid #888;
	border-right:  2px solid #888;  */
	
	
	}

.news-single-img IMG {		
/*	float: right;	*/
	margin-left:5px;
	border-bottom: 2px solid #888;
	border-right:  2px solid #888;
	
	
	}



.news-single-imgcaption {	
	padding:3px;	
	clear:both;}

.news-single-category {
	
	font-size: 9px;	
	float: right;
	padding-bottom: 1px;
	}

.news-single-category A {
	font-size: 9px;	
	}


.news-single-backlink, 
    .news-single-backlink a {
    	
    	font-weight: bold;
    	text-decoration: underline;	
    	font-size: 10px;	
    	margin-bottom: 15px;
    	margin-top: 10px;}


.news-single-timedata {
	float: left;
	}

.news-single-timedata, 
    .news-single-author,
    .news-single-imgcaption,
    .news-single-author A {
	font-size: 9px;
	}

.news-single-author {
/*	padding-bottom: 3px;  */
/*	padding-bottom: 0px;  */

	}
	
/* .news-single-author A {
    	
    	text-decoration: underline;	
    	    	} */



.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;	
	padding:3px;	
	padding-bottom:0px;
	}

.news-single-related,
   .news-single-files,
   .news-single-links  {
   	border: 1px solid #666;	
   	margin:0px;	
   	margin-bottom: 3px;	
   	padding:3px;	
   	background-color:#F9FFE5;}

.news-single-related DD, 
    .news-single-links DD, 
    .news-single-files DD {	
	margin-left:20px;
	}

.news-single-related DT, 
    .news-single-links DT, 
    .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {	margin-top:10px;	padding:3px;	border:1px solid #333;	background-color:#BBE53A;}
.news-amenu-container LI {	padding-bottom:1px;}
.news-amenu-container UL {	padding:3px;	margin-top:5px;	margin-left:0px;	margin-bottom:0px;	border:1px solid #666;	background-color:#F9FFE5;	list-style-type: none;}
.news-amenu-container H2 {	color:#fff;	padding:3px;	border:1px solid #666;	background-color:#769024;}
.news-amenu-item-year {	font-weight: bold;	border: 1px solid #666;	padding: 2px;	background-color: #769024;	color:#fff;}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
.news-catmenu  {	padding:5px;	margin:10px 0px 10px 10px;	border:1px solid #666;	background-color:#F9FFE5;}
.news-catmenu-header {	font-size:11px;	font-weight:bold;}
.news-catmenu DIV {	font-size:10px;	white-space: nowrap;}
.news-catmenu DIV img, 
.news-catmenu img, 
.news-catmenu-header img {	margin:0px;	padding: 0px;	vertical-align: middle;}
.news-catmenu-ACT {	font-weight:bold;}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {	padding:1px;	padding-left:10px;	background-color:#ebf8bf;	border-left:1px solid #666;	border-top:1px solid #666;}
.level2 {	padding:1px;	padding-left:10px;	background-color:#ddf393;	border-left:1px solid #666;}
.level3 {	padding:1px;	padding-left:10px;	background-color:#cae46e;	border-left:1px solid #666;	border-top:1px solid #666;}
.level4 {	padding:1px;	padding-left:10px;	background-color:#b0cb51;	border-left:1px solid #666;}
.level5 {	padding:1px;	padding-left:10px;	background-color:#b0cb51;	border-left:1px solid #666;}
/* ################################ ENDE tt_news-main.css  #################### */

/* ################################ Weitere aus Vorlage example ############### */
/********************************/
/* 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; }

/* ######## Ergänzungen für sk_pagecomments ######## */
/* (Vollständig in der aktuellen Typo3tmp-css */
.tx-skpagecomments-pi1 form {margin:16px 0;width:600px;}
.tx-skpagecomments-pi1 form label {width:240px;float:left;margin-left:8px;}
				
