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

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFFFFF;
}
/*.mceContentBody a {
   color: red !important;
}*/

/* TinyMCE specific rules konec */

/* obecne */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#515050;
	font-size:12px;
	background:#e6f3db;	
}
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:#247208;
}
div#right a, div#right h1, div#right h2 , div#right h3 , div#right h4 , div#right h5 , div#right b , div#right strong , div.no-frame h2.top , div.no-frame h2.top a { /* nastavuje barvu všech těchto prvků */ 
	color:#195192;
}
a:hover{
	color:#5db80e;
	text-decoration:none;
}
div#right a:hover{
	color:#0076ff;
}
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:16px; 
	line-height:30px;
	margin:5px 0px 5px 0px;
	font-weight:normal;
}
div#right h1 , div#right h2{ /* doporučuji mít stejné styly pro H1 a H2 - nebudou-li, pak se zkomplikuje stylování classy .top */
	border-bottom:1px solid #a6c4d0;
}
h3{
	margin:2px 0px 2px 0px;
	padding:0px;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
}
h4{
	font-size:14px;
	margin:0px;
	line-height:18px;
	font-weight:normal;
}
ul{
	margin:0px;
	padding:4px 0px 4px 25px;
}
li{
	padding:2px;
}
input , textarea, select, fieldset{
	border:1px solid #676767;
}
input.submit{
	border:none;
	background:url(../images/style/button-submit.gif) repeat-x;
	color:#FFF;
	height:20px;
	margin-left:5px;
	cursor:pointer;
}
a.submit{
	background:url(../images/style/button-submit.gif) repeat-x;
	color:#FFF;
	height:20px;
	line-height:20px;
	margin-left:5px;
	display:block;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}
a.submit:hover{
	color:#FFF;
}
textarea#zprava{
	width:99%;
	height:150px;
}
input.checkbox{
	border:none;
}
table{
	border-collapse:collapse;
	margin:4px 0px 4px 0px;
}
table.no-border td{
	margin:0px;
}
table.no-border td{
	border:none;
}
td{
	border:1px solid #676767;
	padding:4px;
}
p{
	margin:0px;
	padding:7px 0px 7px 0px;
}

/* obecne konec */

/* rozvrzeni */

div#center{
	margin:0px auto 0px auto;
  	width:970px;
}
div#main{
  	width:880px;
	padding:0px 45px 0px 45px;
	float:left;
	background:url(../images/style/background-content.gif) repeat-y;
	min-height:450px; /* ---! odlisne v IE6 !--- */
}
div#main div#left{
    float:left;
  	width:305px;
	margin-right:25px;
	padding-top:10px;
}
div#main div#right{
    float:left;
  	width:550px;
}
div#main div#right-content{
    float:left;
  	width:550px;
	background:url(../images/style/background-content-right.gif) no-repeat top;
	min-height:295px; /*ie6*/
	padding-top:10px;
}
p#navigation{
	display:none;
}
div#breadcrumbs{
	margin-top: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 */
	height:30px;
	line-height:30px;
	margin:0px;
	font-size:18px;
	color:#3a8a05;
	font-weight:normal;
	padding:0px 0px 0px 20px;
	float:left;
	text-decoration:none;
	background:none;
}
div#left h2.top{ /* určuje specifické vlastnosti pro h2.top v div#left */
	width:285px; /* musí být definováno kvůli ie6 */
}
div#right h2.top , div#right h1.top { /* určuje specifické vlastnosti pro h2.top a h1.top v div#right */
	width:510px; /* musí být definováno kvůli ie6 */
	color:#195192;
	font-size:16px;
	margin-left:20px; /*ie 6*/
	padding-left:0px;
}
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:265px;
	padding:10px 20px 10px 20px;
}
div.info-column-item{ /* určuje specifické vlastnosti pro všechny div.content v div#left */
	width:305px;
	background:url(../images/style/background-login.gif) no-repeat bottom;
	min-height:125px; /* ie 6*/
	margin-bottom:10px;
}
div#right div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#right */
	width:510px;
	padding:0px 20px 10px 20px;
}
div.bottom{ /* určuje společné vlastnosti pro všechny div.bottom */
	display:none;
}
div#left div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#left */
	display:none;
}
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:970px;
  	height:125px;
	background:url(../images/style/topimage.jpg)
}
h2#logo{
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:none;
}
h2#logo a{
	display:block;
	width:340px;
	height:125px;
	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{
	margin:5px 0px 5px 0px;
	float:left;
}
h3.news-top{ 
	height:25px;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	margin:0px;
	width:500px;
	float:left;
	padding-left:10px;
	background:url(../images/style/new-top.gif) no-repeat;
}
div.news-content{
	padding:0px 10px 6px 10px;
	width:490px;
	background:url(../images/style/new-content.gif) no-repeat bottom #fff;
	float:left;
	min-height:115px; /*ie6*/
}
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:320px;
}
div.news-content div.news-paragraph{
	min-height:90px; /* odlisne v ie 6 */
}
div.news-content p{
	padding:4px 0px 4px 0px;
}
div.news-content p.link{
	text-align:right;
}
p.date{
	font-size:11px;
	font-style:italic;
	text-align:right;
}


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

/* fotogalerie */

div.album{
	float:left;
}
h3.album-top{ 
	height:25px;
	font-size:12px;
	line-height:25px;
	margin:0px;
	width:610px;
	font-weight:bold;
	float:left;
	padding-left:10px;
}
div.album-content{
	border-left:1px solid #cddce8;
	border-right:1px solid #cddce8;
	padding:0px 9px 0px 9px;
	width:600px;
	background:#fff;
	float:left;
}
div.album-content a{
	float:left;
	margin-right:10px;
}
div.album-content a img{
	width:110px;
	height:83px;
}
div.album-content p{
	float:left;
	width:390px;
}
div.album-content p.link a{
	padding-right:20px;
}
div.album-bottom{
	font-size:1px;
	height:9px;
	margin-bottom:10px;
	width:620px;
	float:left;
}
div#photo-gallery{
	float:left;
	margin:10px 0px 10px 0px;
}
div#photo-gallery div.photo{
	padding:5px;
	margin:4px; /* ---! odlisne v IE6 !--- */
	float:left;
	width:137px; /* stejné jako šířka obrázku */
	background:#add0e7;
}
div#photo-gallery div.photo:hover{
	background:#c7e7ff;
}
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 */

/*formy v levem sloupci*/

div#login{
	background:url(../images/style/background-login.gif) bottom no-repeat;
}
div#registration{
	background:url(../images/style/background-registrace.gif) bottom no-repeat;
}
div#preview{
	background:url(../images/style/background-prohlidka.gif) bottom no-repeat;
}
div#preview a.submit{
	width:131px;
	margin-top:5px;
	float:right;
}
table.left-form{
	width:265px;
	text-align:right;
}
table.left-form{
	width:265px;
	text-align:right;
}
table.left-form form{
	padding:0px;
	margin:0px;
}
table.left-form input.text{
	width:150px;
}
table.left-form label{
	font-weight:bold;
}
table.left-form td.first{
	width:95px;
	text-align:right;
}

/*formy v levem sloupci konec*/

/*footer*/

div#footer{
	width:880px;
	float:left;
	padding:30px 45px 10px 45px;
	height:105px;
	background:url(../images/style/background-footer.gif) no-repeat;
}
div#footer p{
	text-align:right;
	float:left;
	font-size:10px;
	width:100%;
	padding:2px 0px 2px 0px;
}
div#footer p , div#footer p a{
	color:#515050;
	text-decoration:none;
}
div#footer a#logo-blueghost{
	display:block;
	background:url(../images/style/logo-blueghost.gif) no-repeat;
	width:100px;
	height:19px;
	float:right;
	margin:0px 0px 5px 0px;
}
div#footer a#logo-blueghost span{
	display: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;
	background:url(../images/style/admin/link-switch-active.gif) no-repeat scroll center top
}
div.admin-link a:hover{
	color:#fff;
}
div.switch-interface a{
}
div.switch-interface a:hover{
}

/*admin konec*/


