@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:#fff;} /* světlé pozadí */ /* jiný odstí než má pozadí divu content */
.background-middletone	{background-color:#ddbfa0;} /* střední pozadí */
.background-dark		{background-color:#978774;} /* tmavé pozadí */

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

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

/* barevnost konec */

/* obecne */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	font-size:12px;
	background:#e9e0ce;	
}
h1 , h2 , h3 , h4 , h5 , b , strong{ /* nastavuje barvu všech těchto prvků */ 
	color:#6a604f;
}
a{
	color:#c87103;
}
a:hover{
	color:#ff9107;
	text-decoration:none;
}
a img{
	border:none;
}
a.button-arrow{
	background:url(../images/style/button-arrow.gif) no-repeat right top;
	cursor:pointer;
	font-weight:normal;
	padding:4px 30px 4px 0;
	line-height:15px;
	color:#895513;
	text-decoration:none;
}
a.button-arrow-green{
	background-image:url(../images/style/button-arrow-green.gif) !important;
}
a.button-arrow:hover , input.submit:hover{
	color:#ff9107;
	background-position:right bottom !important;
}
a.button-arrow-green:hover{
	color:#78a617 !important;
}
input.submit{
	background:url(../images/style/button-arrow.gif) no-repeat right top;
	cursor:pointer;
	font-weight:normal;
	padding:2px 30px 3px 0; /* ie7 */
	line-height:15px;
	color:#895513;
	text-decoration:none;
	border:none;
	margin:10px 0px 10px 0px;
}
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;
	color:#996c32;
}
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 #9f927b;
}
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 #9f927b;
}
p{
	margin:0px;
	padding:4px 0px 4px 0px;
}
p.error{
	color:#9f2108;
}
p.success{
	color:#559208;
}
p.html{
	border:1px solid #d2c7b1;
	padding:10px;
	background:#f8f1e7;
	font-family:"Courier New", Courier, monospace;
	margin-bottom:15px;
}
span.none{
	display:none;
}
form{
	padding:0px;
	margin:0px;
}

/* obecne konec */

/* rozvrzeni */

div#center{
	margin:20px auto 0px auto;
  	width:904px;
}
div#main{
  	width:850px;
	padding:0px 27px 10px 27px;
	float:left;
	background:url(../images/style/background-content.gif) repeat-y;
	min-height:450px; /* ie6 */
}
div#main div#left{
    float:left;
  	width:600px;
	margin-right:25px;
}
div#main div#right{
    float:left;
  	width:225px;
}

/* rozvrzeni konec */

/* .top .content a .bottom */

h2.top , h2.top a{ /* určuje společné vlastnosti pro všechny h2.top */
	margin:0px 0px 5px 0px;
	color:#6d624e;
	font-weight:regular;
	float:left;
	text-decoration:none;
}
div#left h2.top{ /* určuje specifické vlastnosti pro h2.top v div#left */
	height:33px;
	line-height:33px;
	font-size:18px;
	padding-left:40px;
	background:url(../images/style/top-left.gif) left bottom no-repeat;
	width:410px; /* musí být definováno kvůli ie6 */
}
div#right h2.top { /* určuje specifické vlastnosti pro h2.top v div#right */
	height:21px;
	line-height:21px;
	font-size:14px;
	padding-left:27px;
	background:url(../images/style/top-right.gif) no-repeat left center;
	width:198px; /* 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:#fff;
	margin-bottom:15px;
}
div#left div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#left */
	width:560px;
	padding:0px 0px 0px 40px;
}
div#right div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#right */
	width:225px;
	padding:5px 0px 5px 0px;
}
div.bottom{ /* určuje společné vlastnosti pro všechny div.bottom */
	display:none;
}

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

/* horni lista*/

div#top{
  	width:904px;
  	height:118px;
	background:url(../images/style/topimage.jpg) top left no-repeat;
}
h2#logo{
	float:left;
	margin:0px;
	padding:10px 0px 0px 20px;
	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:52px;
	float:left;
	padding:40px 0px 0px 520px
}
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-de{background:url(../images/style/flag-de.png);}
div#lang a.flag-ru{background:url(../images/style/flag-ru.png);}
*/
div#lang a span{
	display:none;
}

/* jazyky konec */

/* horni lista konec*/

/* aktuality*/

div.news{
}
h3.news-top{ 
	height:30px;
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	margin:0px;
	width:560px;
	float:left;
}
div.news-content{
	padding:0px 0px 0px 0px;
	margin-bottom:15px;
	width:560px;
	background:#fff;
	float:left;
	border-bottom:1px dotted #c1c4c6;
}
div.news-content div.news-image{
	float:left;
	margin:0px 10px 0px 0px;
	width:154px;
}
div.news-content div.news-text{
	float:left;
	width:396px;
}
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;
}

/* 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:122px; /* 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:14px; /* 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 */

/*footer*/

div#footer{
	width:100%;
	float:left;
	background:url(../images/style/background-footer.gif) no-repeat;
	padding:54px 0px 10px 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:#857b66;
	text-decoration:none;
}

/*footer konec*/

/*banners*/

div#left-banner{
	width:600px;
	height:240px;
	background-image:url(../images/style/banner-homepage.jpg);
	margin-bottom:25px;
}
div#left-banner ul{
	list-style-type:none;
	padding:100px 0px 0px 20px;
	margin:0px;
}

div#left-banner ul li{
	margin:4px 2px 4px 2px;
	text-align:right;
	width:290px;
}
div#left-banner a.button-arrow{
	font-size:18px;
	line-height:21px;
	padding:1px 30px 1px 0px;
}
div#banner-contact{
	width:190px;
	height:145px;
	padding:65px 20px 30px 15px;
	background-image:url(../images/style/banner-contact.jpg);
	margin-bottom:25px;
}
div#banner-contact table td{
	padding:4px;
	font-size:14px;
}
div#banner-contact a.button-arrow{
	font-size:14px;
	line-height:16px;
	padding:3px 30px 4px 0px;
	margin-top:5px;
	display:block;
	width:55px;
}
a#button-large-demo{
	display:block;
	height:65px;
	background:url(../images/style/button-large-demo.gif) no-repeat;
	width:225px;
	margin-bottom:15px;
}
a#button-large-login{
	display:block;
	height:65px;
	background:url(../images/style/button-large-login.gif) no-repeat;
	width:225px;
	margin-bottom:15px;
}

/*banners konec*/

/*objednávka*/

table.table-order th{
	text-align:left;
	width:100px;
	padding:3px;
}
table.table-order td{
	border:none;
	padding:3px;
}

/*objednávka 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*/


