/*** D:\WebSites\PonCat\Sites\PonCAT\Styles\Base.css ***/

/******************************************************

/* Base.css PonCAT Templates

/* This stylesheet contains the default styling 

/* of html elements and general classes used 

/* throughout the project.

/*

/* Don't add control, framework, template 

/* or contentblock specific classes to this file! 

/*****************************************************/

/*********************************

/ Links 

/********************************/

* html a,

a:link

{

	color: #006699;

	text-decoration: none;

}



a:visited

{

	color: #006699;

	text-decoration: none;

}



a:hover

{

	color: #006699;

	text-decoration: underline;

}



a:active

{

	color: #006699;

	text-decoration: none;

}



/******************************************************

/* Headings

/*****************************************************/
h1, h2, h3, h4, h5, h6

{

	margin-bottom: .3em;

}


h1

{

	color: #f90;

	font-size: 180%;

}



h2

{

	color: #e59d26;

	font-size: 140%;

}



h3

{

	 color: #3b5b65;  
	/* color: #006699;*/
	font-size: 110%;

}



h4, h5, h6

{

	color: #e59d26;

	font-size: 100%;

}

.white

{

	color: #fff;	

}



.black

{

	color: #000;	

}

#RegionMainContent .FullwidthPage .RegionHeadline .Headline

{

	color: #e59d26;
}

/* treemenu colors */

.TreeMenu

{
	background-color: #efefef;
}



.TreeMenu a, .TreeMenu a:visited, .TreeMenu li.sel li a

{
	color: #808080;
}

.TreeMenu a:hover , .TreeMenu li.exp a:hover
{
	color: #e59d26;	
}



.TreeMenu li.sel a 
{
	color: #e59d26;
}




.TreeMenu li li a

{

	color: #808080;

}





