/* 	
	Copyright 2003 SingerPur  All rights reserved.
	Author: BH
	File: global.css
	Last Modified: Jan , 2003
*/



/* text */
.t {
	color: #2f2f2f;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

/* text small */
.tsm {
	color: #2f2f2f;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

/* head level 1: */
.h1 {
	color: #2f2f2f;
	font-size: 14px; 
	font-family: arial, helvetica, sans-serif; 
}

/* unterstrichen */
.tu {
	text-decoration: underline;
}

/* text fuer CD-Titel */
.tcd {
	color: #2f2f2f;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	line-height: 20px;
}

/* text red/ Demo-Link CD */
.tred {
	color: #8f2000;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

/* text bigger fuer formulareingaben */
.tbig {
	color: #2f2f2f;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}








/* text home*/
.th {
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

/* text small fuer Bildtext */
.tsm {
	color: #000000;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

/* text small fuer Printversionen */
.ts {
	color: #000000;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}



/* text blue right */
.tbl {
	color: #333366;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

/* link blue middle */
.tblm {
	color: #003399;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}





/*############Link Descriptions############*/
/* t link desc */
a.t:active		{ color: #2f2f2f; }
a.t:link		{ color: #2f2f2f; } 
a.t:visited 	{ color: #2f2f2f; }
a.t:hover 		{ color: #565656; }

/* tsm link desc */
a.tred:active	{ color: #8f2000; }
a.tred:link		{ color: #8f2000; } 
a.tred:visited 	{ color: #8f2000; }
a.tred:hover 	{ color: #565656; }







/* t home link desc */
a.th:active		{ color: #000000; }
a.th:link		{ color: #000000; } 
a.th:visited 	{ color: #000000; }
a.th:hover 		{ color: #666666; }

/* blue middle link desc */
a.tbl:active	{ color: #333366; }
a.tbl:link		{ color: #333366; } 
a.tbl:visited 	{ color: #333366; }
a.tbl:hover 	{ color: #00539F; }

/* blue middle link desc */
a.tblm:active	{ color: #003399; }
a.tblm:link		{ color: #003399; } 
a.tblm:visited 	{ color: #003399; }
a.tblm:hover 	{ color: #00539F; }

/* general link desc */
a:active		{ color: #666666; }
a:link			{ color: #666666; }
a:visited 		{ color: #666666; }
a:hover 		{ color: #999999; }

