/*
#Template for       www.careagent.de
#Name:              Main CSS Template
#Specification:     CSS1 + CSS2, MSIE v. 4 + , Netscape v. 4, Netscape v. 6
#Creation Date:     Sept 2007
#Release Version:   Sept 2007

*/

/*
#Style for Common Elements
*/

body
{
	font-family:Trebuchet MS, Arial, sans-serif;
}


/*
#Style for Classes
*/

.textintro
{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #464646;
}

.textsmall
{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	color: #C0C0C0;
}

.textbold
{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #464646;
}

.textboldsmall
{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
}




.textnormal
{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #464646;
}




a:link.home 
{
	color: #808080;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}

a:visited.home 
{
	color: #808080;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}

a:active.home 
{ 
	color: #808080; 
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover.home 
{
	color: #808081; 
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	
}

a:link.homebig 
{
	color: #464646;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	
}

a:visited.homebig 
{
	color: #464646;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	
}

a:active.homebig 
{ 
	color: #464646; 
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	
}

a:hover.homebig 
{
	color: #464646; 
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	
}


a:link.link 
{
	color: #666666;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}

a:visited.link 
{
	color: #666666;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}

a:active.link 
{ 
	color: #666666; 
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}

a:hover.link 
{
	color: #666666; 
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	
}


a:link.ref 
{
	color: #464646;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	
}

a:visited.ref 
{
	color: #464646;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	
}

a:active.ref 
{ 
	color: #464646; 
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover.ref 
{
	color: #464646; 
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	
}



#################################################################