/*	ABM - KOB Moira Brno
	zavody.css
*/

body, html {
	font-family : Verdana,Arial,Sans-Serif;
	font-size : 10pt;
	color: #000000;
}

HR {
	width : 100%;
	height : 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
}

A:LINK {
	font-size : 10pt;
	color : #00AA00;
	font-weight : bold;
	text-decoration : none;
}

A:VISITED {
	font-size : 10pt;
	color: #006600;
	font-weight : bold;
	text-decoration : none;
}

A:HOVER {
	font-size : 10pt;
	color: #666600;
	font-weight : bold;
	text-decoration : underline;
}

H1 {
	font-size : 24pt;
	text-align : center;
	line-height: 100%;
}

H2 {
	font-size : 18pt;
	text-align : center;
	line-height: 100%;
}

H3 {
	font-size : 14pt;
	text-align : center;
	line-height: 100%;
}

TD {
	vertical-align : top;
	font-family : Verdana,Arial,Sans-Serif;
	color: #000000;
	font-size : 8pt;
}

/* 1st column */
TD.rozpis_c1 {
	width: 20%;
	text-align : right;
	font-weight : bold;
	background-color: #EEEEEE;
}

/* 2nd column */
TD.rozpis_c2 {
	text-align : left;
}
/* highlighted 2nd column */
TD.rozpis_c2h {
	text-align : left;
	font-weight : bold;
	color: #003300;
	font-size : 10pt;
	background-color: #EEFFEE;
}

TD.border {
	background-color: #EEEEEE;
}

TD.title {
	background-color: #EEFFEE;
	font-size : 14pt;
	text-align : center;
	font-weight : bold;
	padding-left: 8;
	padding-right: 8;
	padding-bottom: 8;
	padding-top: 8;
}

TD.row {
	text-align : left;
	padding-left: 8;
	padding-right: 8;
	padding-bottom: 4;
	padding-top: 4;
	line-height: 180%;
}

TD.logo {
	vertical-align : middle;
	text-align : center;
}

.aktu {
	font-size : 7pt;
	color: #AA4444;
}

