/* Autor: provas.cz, e-mail: provas@provas.cz	*/

body {
	background-color: #3A85EA;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: 'Arial CE', arial, verdana, sans-serif;
}

/* Content 				*/

#top {
	background: url('../img/poz2.jpg');
	width:100%;
	height: 397px;
	padding-top: 50px;
}

#top #main {
	background: url('../img/poz1.jpg');
	width:100%;
	height: 104px;
	border-bottom: 2px solid red;
	border-top: 2px solid red;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;

}
#main .tab {
	background: url('../img/poz.jpg');
	width:239px;
	height: 104px;
	float: left;
	clear: right;


}
.tab A {
	color: White;
}
.tab A:hover {
	text-decoration:none;
	color: #363636;
	
}
/* Links					*/

A:link, A:visited {
	color: #010080;
	text-decoration: none;
}
A:hover {
	color: Blue;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
b {
	font-weight: bold;
}
ul {
	list-style-type: circle;
}
div.hide {
	display: none;
}
SPAN.hide {
	display: none;
}



