@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í */
.background-middletone	{background-color:#cad5da;} /* střední pozadí */
.background-dark		{background-color:#535d62;} /* tmavé pozadí */

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

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

/* barevnost konec */

/* obecne */

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#3a4041;
	font-size:11px;
	background:#f4f4f4;	
}
a, h1 , h2 , h3 , h4 , h5 , b , strong , div.no-frame h2.top , div.no-frame h2.top a { /* nastavuje barvu všech těchto prvků */ 
	color:#32718e;
}
h1 , h2 , h3 , h4 , h5 { /* nastavuje barvu všech těchto prvků */ 
	font-family:Verdana, Geneva, sans-serif;
}
a:hover{
	color:#129bda;
	text-decoration:none;
}
a img{
	border:none;
}
h1 , h2{ /* doporučuji mít stejné styly pro H1 a H2 - nebudou-li, pak se zkomplikuje stylování classy .top */
	font-size:18px; 
	line-height:30px;
	margin:5px 0px 5px 0px;
	font-weight:normal;
}
h3{
	margin:2px 0px 2px 0px;
	padding:0px;
	line-height:16px;
	font-size:14px;
	font-weight:normal;
}
h4{
	font-size:12px;
	margin:0px;
}
ul{
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 25px;
}
li{
	padding:2px;
}
input , textarea, select{
	border:1px solid #607279;
}
fieldset{
	border:1px solid #b6c5cb;
	margin:10px 0px 10px 0px;
	padding:5px 10px 10px 10px;
}
textarea#zprava{
	width:99%;
	height:150px;
}
input.checkbox{
	border:none;
}
input.submit{
	font-size:14px;
	display:block;
	line-height:37px;
	height:37px;
	padding-right:43px;
	background:url(../images/style/button-arrow-blue.gif) right top no-repeat;
	text-align:right;
	margin-top:4px;
	border:none;
	float:right;
	color:#086878;
	cursor:pointer;
}
table{
	border-collapse:collapse;
	margin:5px 0px 5px 0px;
}
table.no-border td{
	border:none;
}
td{
	border:1px solid #607279;
	padding:2px;
}
p{
	margin:0px;
	padding:4px 0px 4px 0px;
}

/* obecne konec */

/* rozvrzeni */

div#center{
	margin:0px auto 0px auto;
  	width:920px;
}
div#main{
  	width:860px;
	padding:20px 30px 15px 30px;
	float:left;
	background:url(../images/style/background-content.gif) repeat-y;
	min-height:450px; /* ---! odlisne v IE6 !--- */
}
div#main div#left{
    float:left;
  	width:210px;
}
div#main div#right{
    float:left;
  	width:630px;
	margin-right:20px;
}

/* rozvrzeni konec */

/* .top .content a .bottom */

h2.top , h1.top , h2.top a{ /* určuje společné vlastnosti pro všechny h2.top a H1.top */
}
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:190px; /* musí být definováno kvůli ie6 */
	line-height:25px;
	height:25px;
	font-size:12px;
	padding-left:20px;
	margin:0px;
	color:#fff;
	float:left;
}
div#left h2.top a{ /* určuje specifické vlastnosti pro h2.top v div#left */
	color:#FFF;
	text-decoration:none;
}
div#right h2.top , div#right h1.top { /* určuje specifické vlastnosti pro h2.top a h1.top v div#right */
	width:630px; /* 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;
}
div#left div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#left */
	width:190px;
	padding:10px 9px 6px 9px;
	border-left:1px solid #407a96;
	border-right:1px solid #407a96;
	background-color:#fff;
}
div#right div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#right */
	width:630px;
	padding:0px 0px 10px 0px;
}
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:5px;
	background:url(../images/style/bottom-left.gif) left top no-repeat;
	width:210px;
}
div#right div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	display:none;
}

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

/* horni lista*/

div#top{
  	width:920px;
  	height:295px;
	background:url(../images/style/topimage.jpg) top left no-repeat;
	float:left;
}
h2#logo{
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:none;
}
h2#logo a{
	display:block;
	width:235px;
	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;
}
div#paper-head{
	float:left;
	width:420px;
	height:75px;
	padding:20px 0px 0px 250px;
	overflow:hidden;
}
div#paper-head p{
	float:left;
	border-left:1px solid #607279;
	font-size:11px;
	margin:0px;
	padding:0px 10px 0px 10px;
	width:180px;
	line-height:18px;
	color:#607279;
}
/* jazyky */

div#lang {
	width:52px;
	float:left;
	padding:3px 0px 0px 190px
}
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:25px;
	font-size:14px;
	border-bottom:1px dotted #535d62;
	line-height:25px;
	margin:0px;
	width:630px;
	float:left;
	color:#535d62;
}
div.news-content{
	padding:10px 0px 5px 0px;
	width:630px;
	background:#fff;
	border-bottom:1px dotted #535d62;
	margin-bottom:10px;
	float:left;
}
div.news-bottom{
	display:none;
}
div.news-content div.news-image{
	float:left;
	margin:0px 10px 0px 0px;
	width:154px;
}
div.news-content div.news-text{
	float:left;
	width:460px;
}
div.news-content div.news-paragraph{
	min-height:90px; /* odlisne v ie 6 */
}
div.news-content p{
	padding:0px 0px 4px 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*/

/* objednavka */

table.table-order td { 
	padding:3px;
}
table.table-order textarea { 
	width:450px;
	height:100px;
}
table.table-order strong{ 
	font-weight:normal;
}
table.table-order .obligate { 
	font-weight:bold;
	color:#086878;
}
.errors { 
	font-weight:bold;
	color:#a41f27;
}

/* objednavka konec*/

/* sloupce */

div.info-column-item { 
	float:left;
}
div.no-frame{ 
	margin-bottom:10px;
}
div.no-frame h2.top { 
	font-weight:bold;
	padding-left:0px;
	background:none !important;
	width:100% !important;
}
div.no-frame div.content{ 
	border:none;
	width:100% !important;
	padding:0px !important;
	background:none;
}
div.no-frame div.bottom{ 
	display:none;
}

/* sloupce konec*/

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;
}

/* index banners */

div#index-banners{
	float:left;
	width:860px;
	height:318px;
	margin-bottom:20px;
}
div#index-banners div.service{
	float:left;
	width:192px;
	padding:0px 9px 9px 9px;
	height:299px;
	margin-right:5px;
	background:url(../images/style/background-service.gif);
	overflow:hidden;
}
div#index-banners div.service p{
	font-size:10px;
}
div#index-banners div.eng{
	height:319px;
	background:url(../images/style/background-service-eng.gif);
}
a.button-arrow{
	font-size:14px;
	display:block;
	line-height:37px;
	padding-right:43px;
	background:url(../images/style/button-arrow-blue.gif) right top no-repeat;
	text-align:right;
	margin-top:4px;
}
a.two-lines{
	line-height:15px !important;
	font-size:12px !important;
	padding:4px 43px 5px 0px;
	height:30px;
}
a.line-small{
	font-size:12px !important;
}
.headline-red{color:#a41f27;}
.headline-green{color:#366406;}
.headline-yellow{color:#ae761d;}

a.button-red{
	background:url(../images/style/button-arrow-red.gif) right top no-repeat;
	color:#a41f27;
}
a.button-red:hover{
	color:#dd0b18;
}
a.button-green{
	background:url(../images/style/button-arrow-green.gif) right top no-repeat;
	color:#366406;
}
a.button-green:hover{
	color:#5fac0e;
}
a.button-yellow{
	background:url(../images/style/button-arrow-yellow.gif) right top no-repeat;
	color:#ae761d;
}
a.button-yellow:hover{
	color:#ec9202;
}
div.order-service{
	margin:10px 0px 0px 0px;
	border-top:1px dotted #535d62;
	float:left;
	width:100%;
}
div.order-service h2{
	margin:0px 0px 0px 0px;
}
p.links{
	float:left;
	width:100%;
}
div.order-service a.button-arrow{
	float:right;
	padding-left:30px;
}


.table-order input.checkbox{
	float:left;
}
.table-order  ul#order-service-list li{
	float:left;
	width:100%;
	list-style-type:none;
	padding:2px 0px 2px 0px;
}
.table-order  ul#order-service-list {
	padding-left:10px;
}
.table-order  ul#order-service-list ul{
	padding-left:20px;
}
.table-order  td.first{
	width:90px;
}

/* index banners konec */

/*footer*/

div#footer{
	width:100%;
	float:left;
	background:url(../images/style/background-footer.gif) no-repeat;
	padding:10px 0px 10px 0px;
}
div#footer p{
	text-align:right;
	float:left;
	font-size:10px;
	width:98%;
	padding:2px 0px 2px 0px;
}
div#footer p , div#footer p a{
	color:#889196;
	text-decoration:none;
}

/*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*/

