/* body */

body {
	text-align: center;
}

body, div, p, table, td, ul, h1, h2, h3, h4, h5, h6, .button {
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #636363;
}

/* basic styles */
p {
	padding: 10px 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #4688C5;
	text-decoration: underline;
}

h1, h2, h3, strong, b, i, span {
	font-family: 'Times New Roman', serif;
	color: #000;
	font-size: 16px;
}
h1, h2, h3 {
	color: #000;
	border-bottom: 1px solid #7b9421;
	font-size: 22px;
	padding: 10px 20px;
	margin: 5px 0;
	font-weight: normal;
	text-align: left;
}
h3 {
	border: none;
	padding: 10px;
}
h4 {
	font-size: 16px;
	color:#000;
	padding: 10px;
}

.clearer {
	clear: both;
}

/* header */
#header_contajner {
	width: 100%;
	background: #111111 url('../../images/theme2/header_bg.jpg') center top no-repeat;
	height: 451px;
	position: relative;
}
#top_nav_contajner {
	width: 995px;
	padding-top: 25px;
	position: relative;
	margin: auto;
}
	/* lang menu */
	#lang_menu {
		float: right;
		font-size: 12px;
	}
	#lang_menu li {
		float: left;
		list-style: none;
		border-right: 1px solid #777;
	}
	#lang_menu li a {
		color: #aaa;
		padding: 0 9px;
	}
	#lang_menu li.no-border, #lang_menu li.no-border a {
		border: none;
		padding-right: 0;
	}
	/* quick nav */
	#quick_nav {
		margin: 0;
		clear: right;
		float: right;
		padding-top: 5px;
		font-size: 10px;
	}
	#quick_nav li {
		float: left;
		list-style: none;
		border-right: 1px solid #ddd;
	}
	#quick_nav li a {
		color: #ddd;
		padding: 0 9px;
	}
	#quick_nav li.no-border, #quick_nav li.no-border a {
		border: none;
		padding-right: 0;
	}
	/* mainmenu */
	#menu {
		text-align: left;
		width: 100%;
	}
	#mainmenu {
		height: 54px;
		line-height: 54px;
		position: absolute;
		top: 75px;
		text-align: left;
	}
	#mainmenu li {
		float: left;
		list-style: none;
	}
	#mainmenu li a {
		padding: 0 15px 0 28px;
		background: transparent url('../../images/theme2/topmenu_icon.jpg') left center no-repeat;
		height: 54px;
		line-height: 54px;
		display: block;
		color: #f0c30e;
		text-transform: uppercase; 
	}
	* html #mainmenu li a {
		display: inline;	
	}	
a#header_logo, a#header_logo:hover {
	position: absolute;
	top: 172px;
	left: 0;
	display: block;
	width: 189px;
	height: 67px;
	cursor: pointer;
	text-decoration: none;
}



/* content */
#content_contajner {
	width: 100%;
	background : #fff url('../../images/theme2/content_bg.jpg') left top repeat-x;
}
#content_contajner #content {
	width: 928px;
	margin: auto;
	padding: 25px 0 20px 0;
	text-align: left;
	color: #636363;
}
#content_contajner #content p {
	padding: 10px 20px;
}

#lPanel {
	width: 512px;
	float: left;
}
#rPanel {
	width: 356px;
	margin-left: 60px;
	float: left;
}


/* footer */
#footer {
	width: 1000px;
	margin: 10px auto 20px auto;
	text-align: center;
	border-top: 1px solid #b9b9b9;
	clear: both;
	height:30px;
	line-height:30px;
	font-size: 10px;
}



/* CONTAJNER */
#contajner_body {
	background: transparent url('../../images/theme2/top_bg.jpg') top center no-repeat;
	width: 100%
}

/* TOP */
#top {
	width: 100%;
	margin: auto; 
	clear: both;
}




/******* CONTENT *******/













/* other styles */
.button {
	background:transparent url(../../images/theme2/button_small.jpg) no-repeat scroll center center;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	text-align:center;
	width:102px;
}
.button:hover {
	color: #fff;
	text-decoration: none;
}
.orange {
	color: #f2730c;
}
.bigger {
	font-size: 16px;
	color: #636363;	
}
/* ponuka */
.ponuka_kategoria {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	padding:10px;
}
.ponuka_nadpis {
	border-bottom:1px solid #7B9421;
	padding:0 0 8px 10px;
}
.ponuka_nadpis b {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
}
.vaha {
	color:#C0C0C0;
	font-size: 10px;
}
.ponuka_popis {
	padding:8px 0 0 10px;
}
.ponuka_cena {
	color:#C0C0C0;
	font-style:italic;
	text-align:right;
}
/* jedalny listok */
.popisok {
	text-align: center;
}
/* prehladnost v tabulkach */
table.contentTable tr:hover td {
	background-color:#EEEEEE;
}
