html, body {
	background: #cacaca url(../images/background.png);
	color: #506174;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #3d66a3;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover { color: #89b6df; }


h1 {
	color: #fff;
	font: 18px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.small {
	font-size: 10px;
	font-weight: bold;
}

#pc {
	margin: 0 auto;
	width: 540px;
}

#ph
	{
	background: url(../images/headbg.gif) repeat-y;
	padding: 0 22px 0 22px;
	height: 72px;
	}

#ph h1 { margin-top: 30px; }
* html #ph h1 { margin-top: 43px;  }
#ph img { float: right;	}

#pf
	{
	background: url(../images/headbg.gif) repeat-y;
	text-align: center;
	}

#pb
	{
	background: #edf4f7 url(../images/bodybg_grad.png) repeat-x top;
	height: 232px;
	}

/* lang */
#mn
	{
	list-style: none;
	padding: 0;
	margin: 0;
	}

#mn li
	{
	display: inline;
	margin-right: 12px;
	}

#hrv,
#eng,
#deu,
#fra,
#ita,
#cza
	{
	display: block;
	float: left;
	height: 12px;
	text-indent: -1000em;
	width: 36px;
	}

#hrv
	{ background: url(../images/btn_hrv.gif) no-repeat; }
#eng
	{ background: url(../images/btn_eng.gif) no-repeat; }
#deu
	{ background: url(../images/btn_deu.gif) no-repeat; }
#fra
	{ background: url(../images/btn_fra.gif) no-repeat; }
#ita
	{ background: url(../images/btn_ita.gif) no-repeat; }
#cza
	{ background: url(../images/btn_cza.gif) no-repeat; }

#hrv:hover,
#eng:hover,
#deu:hover,
#fra:hover,
#ita:hover,
#cza:hover
	{ background-position: 0px -12px; }

/* end of lang */
