.menu { 
	float: left;
	width: 80px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	margin: 0px 0px 0px 0px;
	}


.menu a { 
	background: url("grafika/menu.png"); 
	display:block;
	text-decoration: none;
	padding: 2px 1px 2px 0px;
	color: black;
	float: left;
	}


.menu a:hover { 
	background: url("back.png");
	color: silver; 
	}



.logo { 
	display:block;
	width: 800px;
	height: 158px;
	}


.pisne {
	font-family: arial;
	font-size: 10pt
	}

.pisne a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}

.pisne a:hover {
	color: silver;
	}

img {
	border: 0px;
	}


.odkaz {
	color: black
	}

.odkaz a {
	color: black
	}

.odkaz a:hover {
	color: silver;
	}