html, body {
	height: 100%;
	width: 100%;
}

body {
	font: normal 12px/18px "Trebuchet MS", "Lucida Grande", Arial,
		Helvetica, Sans-Serif;
	background-color: #f0f0f0;
	color: #555;
	padding: 0;
	margin: 0;
}

form,caption,button {
	margin: 0;
	padding: 0;
	border: 0px solid white;
}

button,caption {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica,
		Sans-Serif;
}

a {
	outline: none;
	padding-left: 2px;
	padding-right: 2px;
}
a:link {
	color: #5F79BA;
	
}
a:visited {
	color: #8D6796;
	
}
a:hover, a:active {
	text-decoration: none;
	background-color: #B8F500;
	color: #fff;	
}

a.ext {
	padding-right: 15px;
	background-image: url("odkaz.png");
	background-position: right 2px;
	background-repeat: no-repeat;
}
a.ext:visited {
	background-position: right -438px;
}

a.ext:hover, a.ext:active {
	background-position: right -218px;
}



div#disabledZone {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

div#messageZone {
	background-color: #B8F500;
	color: white;
	font: normal 12px/ 19px "Trebuchet MS", "Lucida Grande", Arial,
		Helvetica, Sans-Serif;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

div#logoIndex {
	position: absolute;
	background: transparent url("index.png") no-repeat;
	height: 46px;
	left: 22px;
	top: 0px;
	width: 120px;
	z-index: 11;
}

div#logoIndex span {
	display: none;
}