<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY {
	background:#ffffff url('cit_ora_bg.png') repeat-x;
	margin:0;
	padding:0;
}

* {
	font-family: Arial, Arial CE, Helvetica, sans-serif;
	color: gray;
	font-size: 16px; 
	}	

#subcontent img {
	border: 2px solid #2a407a;
}

	
H1 {color:#2a407a; font-size:140%;margin:0px 30px;padding:5px;border-bottom:1px dotted #2a407a;}
H2 {color:#2a407a;font-size:120%;margin:0px 0px 10px 0px;}
H3 {color:#2a407a;font-size:110%;margin:10px 0px 0px 0px;}

A {color: #2a407a; font-weight:normal; text-decoration:underline;}
A:hover {color: #2a407a;text-decoration:underline;}

/* poradi uvedeni okraju: top right bottom left */
/* u nasledujicich je *.width = pagebox.width - margin-left - margin-right */
/* bez explicitni sirky blbne IE! U mainu musi byt sirsi, jinak opet blbne IE */

/* -------- header -------- */
#header {
	position:relative;
	width:910px;
	background:url('cit_ora_header_bg_4.png') no-repeat top right;
	margin: 0px auto 0px;
	height: 66px;
	/*overflow: hidden;*/
	text-align: left;
	position:relative;
	margin-top:35px;
	}

	#logo {
		position:absolute;
		top:-30px;
		left:10px;
	}
	
/* -------- main -------------- */
#main   {
	width:920px; 
	margin: 0px auto 0px;
	padding:0;
	overflow: hidden;
	background:url('cit_ora_main_bg.png') no-repeat top right;
	}

/* ---------- obsah ----------- */
#obsah   {
	width:920px; 
	margin: 0px auto;
	padding:10px 0px;
	overflow: hidden;
	background:url('cit_ora_content_bg.png') repeat-y top center;
	}
	
	#content {
		margin-left:40px;
	}
	#subcontent {
		margin-right:40px;
		padding-left:20px;
		border-left:1px dotted #2a407a;
	}

/* ---------- footer ----------- */
#footer {
	width:910px;
	background: url('cit_ora_footer_bg.png') no-repeat top center;
	margin: 0px auto 0px;
	padding-top:15px;
	text-align:center;
/* 	height:11px; */
	color:gray;
	}

#footer a {
	color:gray;
	}

#footer P {color:gray;margin:0px;padding:0px; text-align:center;}
</pre></body></html>