

/*
########################################################
TAGY
########################################################
*/

FORM {
	margin: 0px;
}

BODY
{
	margin: 0px;
	padding: 10px;
	background-color: #9FD4ED;
}

TD, DIV, SPAN, P, BODY, LEGEND, FIELDSET, INPUT, SELECT, TEXTAREA
{
	font-family: tahoma, verdana, "verdana ce";
	font-size: 11px;
	font-weight: normal;
}

TD, DIV, SPAN, P, BODY, LEGEND, FIELDSET 
{
	cursor: default;
}

INPUT.input, SELECT, TEXTAREA
{
}

INPUT.button
{
	padding: 1px;
}

P
{
	margin-top:5px 0;
	text-align: justify;
}

HR
{
	border: 1px solid #B2B4BF;
	height: 1px;
}

H1, H2, H3, H4, H5
{
	color: #2A9BD6;
	font-weight: normal;
	text-decoration: none;
	font-family: tahoma, verdana, "verdana ce";
}
H1
{
	font-size: 28px;
	margin-top:0;
}

/*
########################################################
ODKAZY
########################################################
*/

A, a:link, a:active, a:visited, a:hover
{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}


/*
########################################################
CLASSY
########################################################
*/


.scroll_frame
{
	overflow: auto
}

.left
{
	text-align: left
}
.right
{
	text-align: right
}
.center
{
	text-align: center
}

.iframe
{
	border: none;
}
.iframeBorder
{
	border: 1px solid #919B9C;
}

.paddItem
{
	padding: 3px 9px 3px 9px;
}

.inputFullWidth
{
	width: 100%;
}

.noMargin
{
	margin: 0px;
}

.error
{
	color: #a00000;
}

.hidden {display:none;}

acronym
{
	width: 16px;
	height: 16px;
    cursor: help;
	text-decoration: none
}
acronym span
{
	display:none
}

.mainFieldStyle
{
	border:5px solid #2A9BD6;
	background-color:#FFFFFF;
	padding:20px;
	margin:120px auto 60px auto;
	width:600px;
}
.mainFieldStyle p {font-size:14px;}

.newsFieldStyle
{
	border:5px solid #666;
	background-color:#EEE;
	padding:20px;
	margin:20px auto;
	width:600px;
}

.newsFieldStyle a, .newsFieldStyle a:link, .newsFieldStyle a:visited, .newsFieldStyle a:active {color:#444444;}
.newsFieldStyle a:hover {color:black;}

.footer
{
	margin:40px auto;
	width:600px;
	text-align: center;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {color:#444444;}
.footer a:hover {color:black;}



