/*	 KarelPlihal.cz - CSS2 stylesheet				*/
/*	 (C) programming by ivosan@atlas.cz				*/
/*	*********************************************************	*/

/* ...Main slectors */

	BODY { 
		margin: 0px; 
		padding: 0px; 
		background: white; 
		font-family: "Times New Roman", Times, serif; 
		color:#666; 
		font-weight: normal; 
		font-size: small; 
		_font-size: x-small; 
	}

	HR {
		height:1px;
		border:none;
		color: #bbb; 
		background-color: #bbb; 
	}

	H1, H2, H3 { 
		margin-bottom: 6px; 
		color: #444; 
	}

	H1 { 
		font-size: 140%; 
		font-weight: bold; 
		margin-left: 0px; 
		margin-top: 1px; 
	}

	H2 { 
		font-size: 120%; 
		font-weight: bold; 
		margin-left: 0px; 
		margin-top: 3px; 
	}

	H3 { 
		font-size: 110%; 
		font-weight: bold; 
		margin-left: 11px; 
		margin-top: 4px; 
	}

	P { 
		margin-top: 4px; 
		margin-left: 33px; 
		line-height: 133%; 
	}

/* ...Layout blocks definition */

	#content {
		width: 100%; 
		margin-top: 11px;
		margin-left: 11px;
		text-align: center;
		min-height: 444px; 
		_height: 444px; 
		overflow:visible;
	}

	td.tlr {
		border-right: solid 1px #bbb;
		padding-right: 4px;
	}

	td.tlb {
		border-bottom: solid 1px #bbb;
		padding-bottom: 4px;
	}

	a.mp3l {
		text-decoration: none; 
		margin-left: 0px; 
		line-height: 100%;
		color: #999;
	}

	a.mp3l:hover {
		color: #333;
	}


