/* nadpis 1 */
H1  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Green;
	font-style : normal;
	font-size : 18px;
	font-variant : small-caps;
	letter-spacing : 2px;
	margin-bottom : 0px;
	margin-top : 10px;
	width : 25%;
}

.nadpis_kapitoly {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-size-adjust : none;
	font-stretch : normal;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
	letter-spacing : 4px;
	color : Green;
}


.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-size-adjust : none;
	font-stretch : normal;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Green;
}


/* Barva pozadi celých stranek, zarovnani obsahu apod. */
BODY {
	background : White;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	text-align : center;
	vertical-align : top;
}

A  {
	color : Green;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	text-decoration : none;
}

/*A:Visited  {
	color : Maroon;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10;
	font-style : normal;
	font-variant : normal;
	text-decoration : none;
}*/

A:Active  {
	color : Green;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	text-decoration : none;
}

A:Hover  {
	color : Green;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	text-decoration : underline;
}

.textgray {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-size-adjust : none;
	font-stretch : normal;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #606060;
	text-indent : 20px;
	line-height : 1.5;
}

TEXTAREA, input, button, select, option{
	border: 1px solid Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom : 3px;
	padding-top : 2px;
	letter-spacing : -0.5pt;
	color : #505050;
}


