/*	 Solen.cz apps - CSS2 stylesheet; (C) ivosan(at)atlas(dot)cz; 2005
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ...Main selectors */
	BODY {			margin: 0px; padding: 0px; font-family:Verdana, Arial, Helvetica, Sans-Serif; color:#666; font-size: small;}
	H1, H2, H3, H4 {	margin-bottom: 6px;color: #DA251D;}
	TABLE { 			margin: 33px auto;border-collapse: collapse;}
	TD, TH { 			text-align:center;padding: 6px;}
	HR {				height:1px;border:none;color: #ccc;background-color: #ccc;}
	A {				color:#666;text-decoration: none;}
/* ...Layout blocks definition */
	#heading {		width: 100%; height: 77px;}
	#fullcontent {		width: 100%; max-width: 1024px;margin: 1em auto;margin-bottom: 0;text-align: left;}
	#main-content {	margin:0; padding: 0.5em 1em;margin-left: 11px;font-size: 100%;}
	#fullmain {		margin: 0; padding: 0;}
	hr.cleaner {		clear:both;height:1px;margin: -1px 0 0 0; padding:0;border:none;visibility: hidden;}
	br.bigbreak {		line-height: 66px;}
/* ...Header & menu selectors */
	#headLogo{		position: absolute; top: 18px;left: 12px;margin-top: 5px;}
	#topstrip {		position: absolute; width: 100%; height: 20px; top: 55px;  white-space: nowrap; background-color: #999;}
	#headMOver{		position: absolute; width: 100%; top: 27px; right: 17px; padding: 0px; color: #aaa; font-size: 11px;font-weight : bold;text-align: right;}
/* ...Footer selectors */
	#footer p {		text-align: center; margin-top: 0px; font-size: 8pt; color:#aaa;}
	a:hover {			color: #DA251D;}
	#footer hr {		color: #DA251D;background-color: #DA251D; height: 3px;border: 0;}
