@import "global.css";

@media screen, projection {
	
	body {background:#2a2a2a url('../img/bkg-body.png') repeat-x scroll 0 0;}
	a {color:#ed1c24}
	h1 {color:#231f20;font-size:2em}
	h2 {color:#231f20;font-size:1.5em;}
	h3 {color:#231f20;font-size:1.3em}
	table th {background-color:#eee;border-color:#ccc}
	table td {background-color:#fff;border-color:#ccc}
	blockquote, pre {background:#eee}
	hr {border:none;height:1px;background-color:#ccc;margin:1em 0}
	
	/* formular */
	label {font-weight: bold;}
	
	table.borderless td, table.borderless th {border:none;}
	.button {background-color: #FFD800; color:#ED1C24; font-weight: bold; border:1px solid #000; padding:3px 5px; cursor: pointer; text-decoration: none;}
	.type-info {float:right; margin-top:-25px;}
	
	.content {padding:40px 25px 20px 25px; position:relative;}
	.footer p {text-align:center;color:#aaa;font-size:10px;}
	.footer a {text-decoration:none;color:#aaa;}
	
	
	.menu ul li {float:none; margin-bottom:20px;}
	.menu ul li a {color:#000; font-size:16px; font-weight:bold;}
	.menu ul li a:hover, .menu ul li.active a {color:#ed1c24;}
	.menu li a:hover {text-decoration:none;}	
	.menu ul li ul {margin:5px 0 0 10px; display:none;}
	.menu ul li.active ul {display:block;}
	.menu ul li.active ul li a, .menu ul li ul li a {font-size:12px; color:#000;}
	.menu ul li.active ul li, .menu ul li ul li {margin-bottom:5px; color:#000;}
	.menu ul li ul li.active a, .menu ul li ul li a:hover{color:#ed1c24;}
	
	
	.contacts {background:url('../img/bkg-panel.gif') no-repeat;width:231px;height:241px;}
	.contacts dt {padding:20px;font-weight:bold;text-transform:lowercase;}
	.contacts dd {padding:20px;padding-top:0;}	
	.searchbox dt {background:url('../img/bkg-search.gif') no-repeat;width:107px;height:33px;line-height:33px;text-transform:lowercase;font-family:verdana;font-weight:bold;color:#888;padding-left:40px;}
	.searchbox dd {margin-top:10px;}
	.searchbox .search-input {width:144px;border:solid 1px #ccc;padding:4px 0;}
	
	
	.search-result {background:#ccc}
	.gallery {background:transparent; border:none; padding:0;}
	.gallery .image {border:1px solid #000; margin:0 8px 8px;}
	.gallery .image img {padding:0;}
	.chapters {background:#eee; border-color:#ccc}
	.comment blockquote {border-color:#ccc}
	.msg_alert,.msg_info{background-color:#eee; border-color:#ccc; background-position: 15px 5px;}
	.pager {}
	.search {}
	.rotujici-novinky {position:relative; margin:3px 0 3px 3px;}
	/* buttony v rotovacich novinkach */
	.buttons {display:block;left:5px;list-style:none outside none;margin:0;position:absolute;top:5px;width:100%;z-index:100;}
	.buttons li { background:none repeat scroll 0 0 #FFFFFF;display:block;float:left;height:14px;line-height:14px;margin-right:4px; margin-bottom:4px; text-align:center;width:14px;}
	.buttons li a {font-size:10px; color:#000000;display:block;text-decoration:none;font-weight: bold;}
	
	/* article */
	.article {margin:10px; }
	.article img {margin:5px;}
	/* article typ 5*/
	.article5 .thumbnail {float:left;}
	.article5 .detail {clear:both;}
	
	.proc-gabon ul {width:305px; margin-bottom:25px; padding-left:20px;}
	.proc-gabon img {clear:both; margin-bottom:25px;}
	
	p.image {margin:0 0 4px 2px; padding:0;}
	a.image {margin-right: 20px;}
	
	/* form - spokojenost */
	#form-12 label {width: 50%; text-align: left;}
	
	
	#wrap {width:946px;margin:auto;}
	#main {width:946px;background:url('../img/bkg-index.gif') top left repeat-y; margin-top:50px;}
	#main-bottom {width:946px; padding:20px 5px 0; position:relative;}
	#main-bottom .article .title a {color:#888; display:none;}
	#main-bottom .article .wysiwyg {color:#888;}
	
	#drobeckova-navigace {float:left; list-style: square; margin:0;}
	#drobeckova-navigace li {float:left; margin-left:30px;}
	
	#main-left {margin:3px 0 3px 3px; float:left;width:271px;}
	#main-center {float:left;width:217px;padding:35px 25px;}
	#main-right {float:left;width:400px;}
	#logo {margin-bottom:40px;}
	#logo-bottom {position:absolute; left:710px; bottom: 30px;}
	#pic {width:406px;height:368px;position:absolute;background:url('../img/kitchen.png') no-repeat;top:42px;margin-left:10px;}
	#menu {}
	#footer {margin-bottom:20px;}
	
	#other {width:946px;background:url('../img/bkg-other.gif') top left repeat-y; margin-top:50px;}
	#other #main-left {margin:3px 0 3px 3px; width:153px;}
	#other #main-center {width:190px; padding:35px 15px;}
	#other #main-right {width:570px;}
	#other .content h1 {margin-top:30px;}
	#other .rotujici-novinky {position:relative; margin:0 0 3px 0;}
	
	#main-bottom p {color:#888;}
	#otviracka {float:left; width:275px;}
	#studio {float:left; width:200px;}
	#doporuceni {float:left;width:200px;}
		
	/*IE6 hax*/
	* html #main-left {margin-left:2px;}
	* html #other #main-left {margin-left:2px;}
	* html #other #main-right {width:554px;}
}
@media print {

	#main {margin-top:100px;}
	#logo {position:absolute;top:0;border:none;}
	#logo a img {border:none;}
}

