body, td, th, input, select
{
	font-family:Helvetica, Sans-serif;
	font-size:14px;
	line-height:18px;
	color:#8c8c8c;
}
h3,h2,h1
{
	color:#dddddd;
	line-height:150%;
}
h3,h2
{
	font-size:21px;
}

h1
{
	font-size:34px;
}

a 
{
	color:#04a0db;
	text-decoration:none;
}

a img
{
	border:0;
}

html,body,form
{
	padding: 0;
	margin: 0;	
}

.cp
{
	padding:20px;
}

.cl
{
	clear:both;
}

.cf:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .cf
{
	height: 1%;
}
.cf
{
	display: block;
}
/* End hide from IE-mac */

/* --------------- fckEditor fix ---------------------------------*/
body.fckEdit
{
	background-color:Transparent;
	height:auto;
}

*:first-child+html body.fckEdit
{
	background-color:#fff;
	background-image:none;
}
/* ---------------------------------------------------------------*/

#wrapper
{
	/*
	font-size: 1.2em;
*/
}

h1, h2, h3, h4, h5, h6 
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}

h3
{
    font-weight:bold;
}

.ingress
{
	color:#dddddd;
}

.cc ul, #foot ul, #searchresult
{
	list-style-image:url(img/li.png);
	list-style-position:inside;
}
.fckEdit ul
{
    list-style-position:inside;
    list-style-image:none;
}

a:hover
{
	text-decoration:underline;
}
.fckEdit ul
{
	margin-left:10px;
	list-style-position:outside;
	padding-left:15px;
}
.fckWhite, body.fckWhite
{
	background-color: #fff;
	color: #000;
	padding: 8px;
	border-radius: 7px;
}
.fckWhite h2, .fckWhite h4, .fckWhite h3
{
	color: #000;
}
