@charset "utf-8";
/* CSS Document */

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFFFFF;
}

/*.mceContentBody a {
   color: red !important;
}*/

/* TinyMCE specific rules konec */

/* barevnost */

.background-light		{background-color:#c5e0a0;} /* světlé pozadí */ /* jiný odstí než má pozadí divu content */
.background-middletone	{background-color:#add0e7;} /* střední pozadí */
.background-dark		{background-color:#546c33;} /* tmavé pozadí */

.border-light			{border-color:#ecf4fa !important;} /* světlé ohraničení */
.border-middletone		{border-color:#74934a !important;} /* střední ohraničení */
.border-dark			{border-color:#84a558 !important;} /* tmavé ohraničení */

.text-light				{color:#ffffff;} /* světlé písmo */
.text-middletone		{color:#0d3969;} /* tmavé písmo */

/* barevnost konec */

/* obecne */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	font-size:12px;
	background:url(../images/style/background-body.gif) repeat-x #77ac24;	
}
a, h1 , h2 , h3 , h4 , h5{ /* nastavuje barvu všech těchto prvků */ 
	color:#47831f;
}
b , strong{ /* nastavuje barvu všech těchto prvků */ 
	color:#404c2f;
}
a:hover{
	color:#384527;
	text-decoration:none;
}
a img{
	border:none;
}
a.button-arrow{
	background:url(../images/style/button-arrow.gif) no-repeat scroll right center;
	cursor:pointer;
	font-weight:bold;
	padding:0 22px 0 0;
}
h1{
	font-size:22px; 
	line-height:26px;
	margin:10px 0px 10px 0px;
	font-weight:normal;
}
h1#page-name{
	display:none;
}
h2{
	font-size:18px; 
	line-height:22px;
	margin:8px 0px 8px 0px;
	font-weight:normal;
}
h3{
	margin:6px 0px 6px 0px;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
}
h4{
	font-size:12px; 
	line-height:16px;
	margin:4px 0px 4px 0px;
	font-weight:normal;
}
h5{
	font-size:10px; 
	line-height:14px;
	margin:3px 0px 3px 0px;
	font-weight:normal;
}
ul{
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 25px;
}
li{
	padding:2px;
}
input , textarea, select, fieldset{
	border:1px solid rgb(163,163,163);
}
textarea#zprava{
	width:99%;
	height:150px;
}
input.checkbox{
	border:none;
}
table{
	border-collapse:collapse;
	margin:5px 0px 5px 0px;
}
table.no-border{
	margin:0px;
}
table.no-border td{
	border:none;
}
td{
	border:1px solid rgb(163,163,163);
}
p{
	margin:0px;
	padding:4px 0px 4px 0px;
}

div#text-top{
  	float:left;
  	width:270px;
  	margin-left:331px;
  	margin-top:5px;
}
div#text-top p{
  	float:left;
  	width:135px;
}

div#right-form{
  	float:left;
  	width:150px;
  	margin-left:12px;
}
div#right-form .content{
  	float:left;
  	width:122px;
  	padding:9px;
  	background:#e8eaef;
  	border-right:1px solid #cacaca;
  	border-left:1px solid #cacaca;
  	border-bottom:1px solid #cacaca;
}
div#right-form h2.top{
  	float:left;
  	width:132px;
  	background:url(../images/style/right-top.gif) top left no-repeat;
}
div#right-form form{
  	float:left;
  	width:120px;
}
div#right-form form input{
  	width:118px;
  	margin-top:3px;
  	margin-bottom:5px;
  	background:#efefef;
}
div#right-form form label{
  	color:#595959;
}
div#right-form form textarea{
  	width:118px;
  	margin-top:3px;
  	background:#efefef;
  	margin-bottom:3px;
}
div#right-form form input.submit{
  	background:url(../images/style/form-right-bottom.gif) top left no-repeat;
  	border:none;
  	width:67px;
  	height:22px;
  	color:#fff;
}


/* obecne konec */
ul#bookmarks{
  	width:709px;
  	height:40px;
  	float:left;
  	list-style-type:none;
  	padding-left:0px;
  	margin-left:20px;
  	margin-top:19px;
  	display:block;
}
ul#bookmarks li{
  	float:left;
  	width:140px;
  	height:40px;
  	margin:0px 10px 0px 0px;
  	text-align:center;
  	padding:0px;
}
ul#bookmarks li a{
  	line-height:40px;
  	text-align:center;
  	color:#d7dfe3;
	font-weight:bold;
}
ul#bookmarks li a:hover{
  	line-height:40px;
  	text-align:center;
  	text-decoration:none;
  	color:#fff;
}
ul#bookmarks li a.prvni{
  	color:#fff;
  	text-decoration:none;
}
/* rozvrzeni */

div#center{
	margin:0px auto 0px auto;
  	width:950px;
}
div#main{
  	width:930px;
	padding:0px 10px 0px 10px;
	float:left;
	background:url(../images/style/content-back.gif) top left repeat-y;
	min-height:450px; /* ie6 */
}
div#main div#left{
    float:left;
  	width:190px;
	margin-right:12px;
	margin-left:11px;
}
div#main div#right{
    float:left;
  	width:550px;
}

/* rozvrzeni konec */

/* .top .content a .bottom */

h2.top , h2.top a{ /* určuje společné vlastnosti pro všechny h2.top */
	height:32px;
	line-height:32px;
	margin:0px;
	font-size:12px;
	color:#f3f3f3;
	font-weight:normal;
	padding-left:10px;
	float:left;
	text-decoration:none;
}
div#left h2.top{ /* určuje specifické vlastnosti pro h2.top v div#left */
	background:url(../images/style/top-left.gif) left bottom no-repeat;
	width:180px; /* musí být definováno kvůli ie6 */
}
div#right h2.top { /* určuje specifické vlastnosti pro h2.top v div#right */
	background:url(../images/style/top-right.gif) no-repeat left center;
	width:550px; /* musí být definováno kvůli ie6 */
}
h2.top a{
	padding-left:0px !important;
}
div.content{ /* určuje společné vlastnosti pro všechny div.content */
	float:left;
	background:#fcfcfc;
}
div#left div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#left */
	width:170px;
	padding:10px 9px 0px 9px;
	border-bottom:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}
div#right div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#right */
	width:530px;
	padding:10px 9px 10px 9px;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}
div.bottom{ /* určuje společné vlastnosti pro všechny div.bottom */
	font-size:1px;
	margin-bottom:10px;
	float:left;
}
div#left div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#left */
	height:10px;
	background:url(../images/style/bottom-left.gif) left bottom no-repeat;
	width:210px;
	display:none;
}
div#right div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	height:10px;
	background:url(../images/style/bottom-right.gif) left bottom no-repeat;
	width:660px;
	display:none;
}

/* .top .content a .bottom konec */

/* horni lista*/

div#top{
  	width:950px;
  	height:215px;
  	float:left;
	background:url(../images/style/topimage.jpg) top left no-repeat;
}
h2#logo{
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:none;
}
h2#logo a{
	display:block;
	width:305px;
	height:95px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#795137;
	font-size:20px;
}
h2#logo a span.logo-name{
	display:none;
}
/* jazyky */

div#lang {
	width:80px;
	float:right;
	padding:0px 0px 0px 0px;
	text-align:right;
	margin-top:52px;
	margin-right:11px;
}
div#lang a{
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
}

div#lang a.flag-cs{background:url(../images/style/flag-cs.png);}
div#lang a.flag-en{background:url(../images/style/flag-en.png);}
div#lang a.flag-sk{background:url(../images/style/flag-sk.png);}

div#lang a span{
	display:none;
}

/* jazyky konec */

/* horni lista konec*/

/* aktuality*/

div.news{
  float:left;
  margin-bottom:10px;
}
h3.news-top{ 
	height:25px;
	font-size:12px;
	font-weight:normal;
	line-height:25px;
	margin:0px;
	width:520px;
	background:#e8eaef;
	float:left;
	color:#3f5162;
	padding-left:10px;
}
div.news-content{
	padding:0px 9px 0px 9px;
	width:512px;
	background:#e8eaef;
	float:left;
}
div.news-bottom{
	font-size:1px;
	height:9px;
	margin-bottom:10px;
	background:url(../images/style/bottom-news.gif) left bottom no-repeat;
	width:620px;
	display:none;
	float:left;
}
div.news-content div.news-image{
	float:left;
	margin:0px 10px 0px 0px;
	width:154px;
}
div.news-content div.news-text{
	float:left;
	width:340px;
	color:#4c5e5b !important;
}
div.news-content div.news-paragraph{
	min-height:90px; /* odlisne v ie 6 */
}
div.news-content p{
	padding:0px 0px 8px 0px;
}
p.date{
	font-size:11px;
	font-style:italic;
	text-align:right;
}
p.link{
	font-weight:bold;
	text-align:right;
}
div.perex p{
	font-size:14px;
	margin:10px 0px 10px 0px;
}
table#news-archive{
	width:100%;
	margin:10px 0px 10px 0px;
}
table#news-archive td , table#news-archive th{
	border:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:3px;
	text-align:left;
}


/* aktuality konec*/

/* sloupce */

div.info-column-item { 
	float:left;
	margin-bottom:10px;
}

/* sloupce konec*/

/* fotogalerie */

div.album{
	float:left;
	border-style:solid;
	border-width:1px;
	width:100%;
	margin:5px 0px 5px 0px;
}
h3.album-top{ 
	height:25px;
	font-size:12px;
	line-height:25px;
	margin:0px;
	font-weight:bold;
	float:left;
	width:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
h3.album-top a{ 
	margin-left:10px;
}
div.album-content{
	padding:10px;
	float:left;
}
div.album-content a.preview-image{
	float:left;
	padding:0px 5px 0px 5px;
}
div.album-content p{
	float:left;
	margin:0px;
	padding:10px 0px 0px 0px;
}
div.album-content p.link {
	text-align:right;
	width:100%;
}
div.album-bottom{
	display:none;
}
div#photo-gallery{
	float:left;
	margin:5px 0px 5px 0px;
}
div#photo-gallery div.photo{
	padding:5px;
	margin:3px; /* ---! odlisne v IE6 !--- */
	float:left;
	border-style:solid;
	border-width:1px;
	width:137px; /* stejné jako šířka obrázku */
}
div#photo-gallery div.photo:hover{
	padding:3px;
	border-width:3px;
}
div#photo-gallery div.photo p{
	font-size:11px;
	height:40px; /* určuje počet řádků popisku fotky */
	overflow:auto;
}
div#photo-gallery div.photo p a{
	text-decoration:none;
	color:#363532;
}
div.rand-photo{
}
div.rand-photo div.photo{
	padding-bottom:10px;
}
div.rand-photo div.photo p{
	display:none;
}


/* fotogalerie konec */

/* bannery */

a#banner-eshop{
	display:block;
	width:140px;
	height:140px;
	background:url(../images/style/banner-eshop.gif) no-repeat;
	float:left;
	margin-top:10px;
}
a#banner-eshop span{
	display:none;
}
a#banner-service{
	display:block;
	width:140px;
	height:140px;
	background:url(../images/style/banner-servis.gif) no-repeat;
	float:left;
	margin-top:10px;
}
a#banner-service span{
	display:none;
}

/* bannery konec */

/* servis-objednavka */

h2.step-1{
	padding-left:50px;
	line-height:40px;
	background:url(../images/style/h2-step1.gif) left top no-repeat;
}
h2.step-2{
	padding-left:50px;
	line-height:40px;
	background:url(../images/style/h2-step2.gif) left top no-repeat;
}
h2.step-3{
	padding-left:50px;
	line-height:40px;
	background:url(../images/style/h2-step3.gif) left top no-repeat;
}
div.order-content{
	padding-left:50px;
}
div.order-content table{
	width:420px;
}
div.order-content td{
	border:none;
	padding:3px;
	border-bottom:1px solid #d9d9d9;
}
div.order-content td.colspan{
	text-align:right;
	height:40px;
}
p.important { 
  	font-size:18px;
	color:#b50101;
}
a.print-top{ 
  	padding-left:0px !important;
	margin:10px 0px 10px 0px !important;
	float:left;
}
div#right input.submit{ /*ie*/
  	background:url(../images/style/button-submit.gif) top right no-repeat;
  	border:none;
	padding:6px 36px 6px 10px; /*ie*/ /*op*/
	color:#457105;
	cursor:pointer;
}
div#right input.submit:hover{
  	background-position:bottom right !important;
}
div#right a.submit{ 
  	background:url(../images/style/button-submit.gif) top right no-repeat;
  	border:none;
	padding:7px 36px 8px 10px;
	color:#457105;
	cursor:pointer;
	line-height:15px;
}
div#right a.print:hover{
  	background-position:bottom right !important;
}
div#right a.back{ 
  	background:url(../images/style/button-back.gif) top left no-repeat;
  	border:none;
	padding:2px 10px 3px 26px;
	color:#457105;
	cursor:pointer;
	line-height:15px;
	float:left;
}
div#right a.back:hover{ 
  	background-position:bottom left !important;
}
div#right a.print:hover{
  	background-position:bottom right !important;
}
div#right a.print{ 
  	background:url(../images/style/button-print.gif) top right no-repeat;
  	border:none;
	padding:7px 36px 8px 10px;
	color:#457105;
	cursor:pointer;
	line-height:15px;
}
div#right a.print:hover{
  	background-position:bottom right !important;
}

/* servis-objednavka konec */

/*footer*/

div#footer{
	width:934px;
	float:left;
	background:url(../images/style/footer.gif) no-repeat;
	padding:12px 16px 30px 0px;
}
div#footer p{
	text-align:right;
	float:left;
	font-size:10px;
	width:99%;
	padding:2px 0px 2px 0px;
}
div#footer p , div#footer p a{
	color:#ffffff;
}

/*footer konec*/

/*admin*/

div.admin-link{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#304b5d;
}
div.admin-link a{
	width:80px !important;
	padding:40px 0px 0px 0px;
	height:20px;
	margin:8px 1px 0px 1px;
	text-align:center;
	color:#c2d2e5;
	display:block;
	text-decoration:none;
}
div.admin-link a:hover{
	color:#fff;
}
div.switch-interface a{
	background:url(../images/style/admin/link-switch.gif) center top no-repeat;
}
div.switch-interface a:hover{
	background:url(../images/style/admin/link-switch-active.gif) center top no-repeat;
}

/*admin konec*/

