/* Squadhouse Media
	Projekt: Typodruck.de
	Ersteller: M.Dorn
	Datum: 09.02.2006
	Beschreibung:
	Containerformatierung und zusätzliche Seitenformatierungen 
*/

/* Allgemeine Formatierungen HTML TAGS */
	table{border-collapse:collapse;border:0px;padding:0;border-spacing:0px; margin-left:4px;}
	/* Spezialfall gültig für alle Tabellen. Kann je nach Tabelle überschrieben werden */
	TABLE .t_l{font-weight:bold;font-size:12px; line-height:18px;} /* Linke TD*/
	TABLE .t_r{font-size:12px; line-height:18px;} /* Rechte TD*/
	TABLE .t_c{font-size:12px; line-height:18px;} /* Rechte TD*/

	img{border:0;padding:0;margin:0;}
	p{padding:0;margin:0;}
	form{margin:0;}

/*floatings*/
	.right{float: right;}
	.left1{float: right;padding-right: 5px;}
	.right2{float: right;padding-left: 10px;}
	.left{float:left;}
	.left1{float: left;padding-right: 5px;}
	.left2{float: left;padding-right: 10px;}
	.cls{clear:both;}

/*Formularfelder*/
	.textfeld, .textarea , .select{border-bottom:1px solid black;border-top:1px solid #999;border-left:1px solid #999; border-right:1px solid #999;background-color:transparent;font-size:11px;vertical-align:middle;}
	.button{border-bottom:2px solid black;border-top:1px solid #999;border-left:1px solid #999; border-right:1px solid #999;background-color:transparent;font-size:9px; font-family:Verdana; color:#606060;font-weight:bold; vertical-align:middle;padding:0px;}

/*Hyperlinks*/

	/* Allgemeine Hyperlinks */
		A:link, A:visited, A:active{text-decoration: none; color: black; font-weight:normal;}
		A:hover{color:#999;text-decoration:underline;  font-weight:normal;}

	/* Submenu Hyperlinks */
		#submenu A:LINK, #submenu A:VISITED, #submenu A:ACTIVE{color:white; font-weight:bold;}
		#submenu A:HOVER{text-decoration:underline;}

	/* Footer Left*/
		#f_left A:LINK, #f_left A:VISITED, #f_left A:ACTIVE{color:#BDBFC1; font-weight:normal;}
		#f_left A:HOVER{text-decoration:underline;}
		#leftfooter2 A:LINK, #leftfooter2 A:VISITED, #leftfooter2 A:ACTIVE{color:#000000; font-weight:bold;}
		#leftfooter2 A:HOVER{text-decoration:underline;}

/* Allgemeine Schriftformatierungen */
	.b{font-weight:bold;}
	.alert{color:red; font-weight:bold;}
/****************************************************************************************/
/* Container für tt_content 															*/
/****************************************************************************************/

	/* Normale Box*/
		.c{ margin-bottom:5px;	clear:both;}

	/* Normale Box erweitert um Linie vor Text */
		.c_lvt{
			margin-top:10px;
			margin-bottom:10px;
			border-bottom:2px solid #6a0004;
		}

	/* Normale Box erweitert um Linie nach Text */
		.c_lnt{
			margin-top:10px;
			margin-bottom:10px;
			border-bottom:2px solid #6a0004;
		}

	/* Box mit Rahmen um Text*/
		.c_rut{
			border:1px solid black;
			background-color:#F9DCDB;
			padding:10px;
		}

	/* Boxenheader */
		/* Umschließende Containerbox für Header*/
			.c_h{padding:0;margin:0; text-align:left;text-transform:uppercase;margin-left:10px; font-size:12px;}
		/* Überschrift 1 */
			.c_h H1{font-size:14px; font-weight:normal; color:#C61D16; letter-spacing:0.1em; padding-bottom:2px; padding-right:5px; border-bottom:1px solid #C61D16;}
		/* Überschrift 2 */
			.c_h H2{font-size:12px;font-weight:bold;padding:0;margin:0;}
		/* Überschrift 3 */
			.c_h H3{font-size:11px;font-weight:bold;padding:0;margin:0;}
		/* Hyperlinks in Überschriften*/
			.c_h H1 A,.c_h H2 A, .c_h H3 A { color: #6a0004; text-decoration: none; }
			.c_h H1 A:hover, .c_h H2 A:hover, .c_h H3 A:hover { text-decoration: underline; }
		/* Boxensubheader*/
			.c_hs{padding-top:10px;padding-bottom:10px; text-align:right;}
		/* Hyperlinks in Boxensubheader */
			.c_hs A:LINK, .c_hs A:VISITED, .c_hs A:ACTIVE{color:black; font-weight:normal; text-align:right; font-size:10px;}
			.c_hs A:HOVER{color:#999; text-decoration:underline;}

	/* Text Formatierung im Content Bereich*/

		/* Umschließender Div Tag um Contentinhalt */
			<!-- .c_text{padding-bottom:10px; letter-spacing:0.1em; float:left; padding-top:10px; padding-left:10px;} -->
			.c_text{padding-bottom:10px; letter-spacing:-0.5px; float:left; padding-top:0px; padding-left:10px; font-size:10px; font-family:Verdana; color:#606060;}

		/* Absatz Formatierungen im Content Bereich */
			.c_text P{ line-height:1.7em;}

		/* Globale Tabellen Formatierung im Contentbereich, weitere Tabellen unter Allgemeine Tabellenformatierungen */
		.c_text TABLE{border:0;padding-left:0.8em;}

	/* Schrift Formatierungen im Content Bereich*/
		.c_text .f_5{ font-size:14px; font-weight:bold;}
		.c_text .f_3{ font-size:12px; font-weight:bold; text-decoration:underline;padding-bottom:5px;padding-top:5px;}
		.c_text .f_2{ font-size:10px; font-style:italic; padding-bottom:5px; line-height:normal; padding-left:10px;}
		.c_text .f_1{} /* Normale Schriftformatierung */

/****************************************************************************************/



/* Suche Ergebnisse :: Blätterfunktion													*/



/*	1. FET = Frontend Tabelle



/****************************************************************************************/



	/* Umschließendes Div Tag um Blätterfunktion */



		.r_box{margin-top:10px;margin-bottom:10px;}


	/* Umschließendes Div Tag :: Zeige von bis */



		.r_res{font-weight:bold;}


	/* Umschließendes Div Tag :: Blätterfunktion*/	



		.r_links{}



	/* Aktiver Link in Blätterfunktion */	



		.r_links .r_active A:LINK, .r_links .r_active A:VISITED, .r_links .r_active A:ACTIVE{color:black; font-weight:bold;}



		.r_links .r_active A:HOVER{ text-decoration:underline; }

	/* InAktiver Link in Blätterfunktion */	



		.r_links .r_inactive A:LINK, .r_links .r_inactive A:VISITED, .r_links .r_inactive A:ACTIVE{color:black;}



		.r_links .r_inactive A:HOVER{ text-decoration:underline; color:#999}


/****************************************************************************************/



/* Allgemeine Image Formatierungen	 													*/



/*	1. FET = Frontend Tabelle



/****************************************************************************************/
	/* FET :: Newloginbox Single View ::  Company Logo */
		.c_logo{}
		.c_logo IMG{width:100px;}
/****************************************************************************************/



/* MEMBER LOGIN Formatierungen		 													*/



/****************************************************************************************/

/****************************************************************************************/



/* FET Mailform			 													*/



/****************************************************************************************/



	/* Tabelle Benutzerdaten ändern*/
		.mailform{}
		.mailform .t_l{width:150px;padding-bottom:5px;vertical-align:top;font-size:10px; font-family:Verdana; color:#606060;} /* Linke TD*/
		.mailform .t_r{padding-bottom:5px;} /* Rechte TD*/
/****************************************************************************************/
/* FET News							 													*/
/****************************************************************************************/
			/* News Überschrift */
			.news_header{margin:0;padding:0;letter-spacing:0.1em;}
			/* News Kategoriebild */
			.news_header .kat_image{float:left;}
			/* News Titel */
				.news_header .title{float:left;font-size:12px; font-family:Verdana; font-weight:bold; }
				.news_header .title  A:LINK, .news_header .title A:VISITED, .news_header .title A:ACTIVE{color:black;font-family:Verdana; font-weight:bold;font-size:12px;}
				.news_header .title A:HOVER{ text-decoration:underline; color:#999;}
						
			/* News Subheader */
			.news_subheader{margin:0;padding:0;font-size:10px; font-weight:bold; font-family:Verdana;}
			/* News Text */
			.news_text{clear:both; text-align:justify; font-size:10px;}

			/* News Datum */
				.news_text .datum{ float:left; font-weight:normal; font-style:normal; font-size:10px;}


			/* News Text Image*/
				.news_text .image{float:right;padding-left:10px; margin-bottom:10px; }
			
			/* Einzelnes Bild */
				.news_text .image .bild{clear:both;}
		
			/* Einzelnes Bild Beschreibung */				
				.news_text .image .caption{padding-top:5px; padding-bottom:5px; font-size:10px; font-style:italic;}
				
				.news_text .image .news-single-imgcaption{padding-top:5px; padding-bottom:5px; font-size:10px; font-style:italic; }
		
			/* Text links*/
				.news_text .news_text_links{display:hidden;height:0px;}
		
			/* News links*/
				.news_text .news_links{display:hidden;height:0px;}
		
			/* Alternative links*/
				.news_text .alternative_links{display:hidden;height:0px;}
			
			/* News Text Mehr ... */
			.news_text_more{clear:both;}
			.news_text_more  A:LINK, .news_text_more  A:VISITED, .news_text_more  A:ACTIVE{color:black; font-weight:bold;font-size:10px;}
			.news_text_more A:HOVER{ text-decoration:underline; color:#999;}

			/* News Text Zurück ... */
			.news_backtolist{clear:both;}
			.news_backtolist  A:LINK, .news_backtolist  A:VISITED, .news_backtolist A:ACTIVE{color:black; font-weight:bold;font-size:10px;}
			.news_backtolist A:HOVER{ text-decoration:underline; color:#999;}



		

/* Textpic Formatierungen */

	/* COMMON */
	.csi-textpic {}
	.csi-textpic img {	border:none; margin-top: 0px;}
	.csi-textpic .csi-caption {	text-align: right;  font-style: normal;  font-size:8px; padding-top:0px; color:#000000;}
	.csi-textpic .csi-image {margin:0;padding:0; text-align:right; padding-right:5px;}
	.csi-textpic .csi-imagewrap {	margin:0;padding:0;}
	.csi-textpic .csi-imagewrap .csi-caption { text-align:right; padding-left:0px; margin-left:0px; padding-right:5px; padding-bottom:5px; }

	/* CENTER */
	.csi-center .csi-image {margin: 0 auto 3px;}

	/* RIGHT */
	.csi-right div.csi-image {float: right;	clear: both;}

	/* LEFT */
	.csi-left div.csi-image {float: left;clear: both;}

	/* INTEXT LEFT */
	.csi-intext-left .csi-image {margin:0; padding:0;float:left; margin-left: 6px;}

	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {	float: right; margin-left: 10px;	margin-right:5px;}

	/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {

	/*margin-right: 215px; will have to be an inline style - controlled by TS*/

	}

	/* Hide from IE5-mac. Only IE-win sees this. \*/
	*html .csi-intext-right-nowrap .csi-text {
		height: 1%;
	}

	/* End hide from IE5/mac */ 

	.csi-intext-right-nowrap .csi-image {
		float: right;
		clear: both;
	}


	/* INTEXT LEFT NOWRAP*/	



	.csi-intext-left-nowrap .csi-text {



		 /*margin-left: 215px;will have to be an inline style - controlled by TS*/



	}







	/* Hide from IE5-mac. Only IE-win sees this. \*/



	*html .csi-intext-left-nowrap .csi-text {



		height: 1%;



	}



	/* End hide from IE5/mac */

	.csi-intext-left-nowrap .csi-image {
		float: left;

	clear: both;
	}




















/* 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; }











/****************************************/



/* 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; }




















