/*
Styl (c) 2010 www.tygr.net
*/


body {	
	background: #2b2b2b url(images/pozadi.png);
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#cela_strana {
	border-style: none;
	width: 1014px;
	height: 400px;
	margin: auto;
}

#hlavicka_horni_menu {
	position: absolute;
	top: 30px;
	float: right;
	width: 1014px;
	height: 90px;
	background: url(images/hlavicka_horni_menu.png) no-repeat top left;
	z-index:2;
}

#hlavicka {
	position: absolute;
	top: 70px;
	float: right;
	width: 1014px;
	height: 337px;
	background: url(images/hlavicka.png) no-repeat top left;
	z-index:1;
}

#hlavicka_dolni_vyhlazeni {
	position: absolute;
	top: 400px;
	float: left;
	width: 1014px;
	height: 10px;
	background: url(images/hlavicka_dolni_vyhlazeni.png) no-repeat top left;
	z-index:2;
}

#hlavicka_logo_odkaz {
	position: absolute;
	top: 30px;
	float: left;
	width: 155px;
	height: 90px;
	z-index:3;
}


#nabidka {
	position: absolute;
	top: 30px;
	border-style: none;
	border-width: 3px;
	border-color: red;
	padding-top:  0px;
	padding-left: 0px;
	width: 1014px;
	height: 100px;
	z-index:2;
}


#nabidka ul {
	padding-left: 242px;
	padding-top: 15px;
	margin: 0px;
	list-style:none;
}


/*
#nabidka li {
	display: inline;
	list-style: none;
	padding-left:0px;
}
*/

#nabidka a {
	border-style: none;
	border-width: 3px;
	border-color: yellow;
	float: left;
	width: 182px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #ffcc00;
	font-weight: bold;
	margin-right: 4px;
	font-size: 15px;
	background-repeat:no-repeat;
	background-position:top;
}

#nabidka a:hover{
	width: 182px;
	color: #fffd9b;
	background-repeat:no-repeat;
	background-position:top;
}
