/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/* Put your own colors here ---------------------------------------------------- */



/* Links ----------------------------------------------------------------------- */
div#contentframe a {
	color: #0238ff;
	text-decoration:none;
}
div#contentframe a:hover {
	color: #0238ff;
	text-decoration:underline;
}


/* Portlets -------------------------------------------------------------------- */
h1.portlet-title {
	background: #0093d1 none;
	color: #fff;
}
div.portlet-content, div.portlet ul.controls {
	background: #eee none;
}


/* Quicklinks ------------------------------------------------------------------ */
div#portlet_quicklinks a.quicklink {
	background: #eee none;
	color: #0093d1;
}
div#portlet_quicklinks a.quicklink:hover {
	background: #0093d1 none;
	color: #fff;
}


/* Navigation 1st level -------------------------------------------------------- */
div#navigation ul.level0 {
	
}
div#navigation ul.level0 li {

}
div#navigation ul.level0 li a {
	color: #555555;
}
div#navigation ul.level0 li a:hover {
	color: #000;
}
div#navigation ul.level0 li.current a {
	color: #0238ff;
 	font-weight: normal;
}


/* Navigation 2nd level -------------------------------------------------------- */
div#navigation ul.level0 li.current ul li a {
	color: #555555;
}
div#navigation ul.level0 li.current ul li a:hover {
	color: #555555;
}
div#navigation ul.level0 li.current ul li.current a {
	color: #555555;
}


/* Navigation 3th level -------------------------------------------------------- */
div#navigation ul.level0 li.current ul.level1 li.current ul.level2 li a {
	color: #555555;
}
div#navigation ul.level0 li.current ul.level1 li.current ul.level2 li.current a {
	color: #555555;
}