body {
	font-family: georgia;
	font-size: 12px;
	margin:0;
	padding:0;
	background-color: black;
	text-align: center;
	/*	nestandardne vlastnosti - mozete ich odkomentovat CSS bude funkcne ale nebude validne	*/
/*
	scrollbar-face-color: #768db9;
*/
}

table {
	border-collapse: collapse;
}

/*	zakladna tabulka layoutu	*/
#layout {
	height:100%;
}

#all {
	position: relative;
	margin:auto;
	width: 735px;
	text-align: center;
}
/*	zahlavie	*/
#zahlavi1 {
	position: relative;
	margin:0;
	padding:0;
	height:250px;
	background-image:url("logo_1.jpg");
	background-repeat: no-repeat;
}
/*	ciarkovana spodna cast zahlavia 	*/
#zahlavi2 {
	margin:0 0 0 0;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:3px solid white;	
	border-bottom:3px solid white;
  color: white;	
}
.text {
  background-color: black;
  width: 720px;
}
/*	srafovane zapatie stranky	*/
#zapati	{
	padding:0;
	height: 72px;
	width: 730px;
 	background: black;
}

/*	trieda pre vnutorne odsadenie - padding - stlpcov	*/
.col {
	padding:0 0 0 0;
  border-right: 1px solid white;
}

/*	odsadenie hlavného stlpca v sablone base	*/
.hlav {
	padding:10px 0 0 0;
}

/*	odsadenie z prava v sablone download	*/
.hlav2 {
	padding:10px 10px 0 0;
}

.zap-txt {
  position: relative;
  top: 45px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin:0.5em;

}

/*      definicia blokov typu 1 az 5 - spolocne vlastnosti	*/
.blok1, .blok2, .blok2, .blok3, .blok4, .blok5	{
	margin:0 0 9px 5px;
	padding:9px;
	color:white;
	font-weight: bold;
	font-size:18px;
}

/*      definicia blokov typu 1 az 5 - rozdielne vlastnosti	*/
.blok1	{
	background:black;
	color: white;
}
.blok2	{
	background:#768db9;
}

.blok3	{
	background:#768db9;
}

.blok4	{
	background:#4f689a;
}

.blok5	{
	background:#4f689a;
}

/*	definicia obsahu blokov 1-5 - spolocne vlastnosti	*/
.blok1obs, .blok2obs, .blok3obs, .blok4obs, .blok5obs  {
	padding:5;
	margin:0 0 18px 5px;
	font-size:13px;

}

/*	definicia obsahu blokov 1-5 - rozdielne vlastnosti	*/
.blok1obs {
	background:black;
}

.blok2obs {
}

.blok3obs {
}

.blok4obs {
}

.blok5obs {
	padding:0 2px; background:#f0f6ff;
}


/* hyperlinky */

A {
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
}
A:link {
	color:white;
}
A:visited {
	color:white;
}
A:hover {
	color:white;
}
A:active {
	color:white;
}
A.clanek:link {
	color:white;
	text-decoration: underline;
}
A.clanek:visited {
	color:white;
	text-decoration: underline;
}
A.clanek:hover {
	color:white;
	text-decoration: underline;
}
A.menu:link, A.menu:visited {
	display:block;
	font-weight: bolder;
	color:white;
	background:black;
	text-decoration: none;
	padding:6px;
	margin: 0px 0;
	border:none;
	font-size: 15px;
}
A.menu:hover {
	display:block;
	color:blue;
	background:black;
	text-decoration: none;
	padding:6px;
	margin: 0px 0;
}

/* zakladni styly */

.z {
  position: realtive;
  padding-left: 10px;
	color:white;
	font-size: 12px;
	font-weight: normal;
}
.nadpis {
	text-align: center;
	padding: 0.2em 0 0.2em 10px;
	color:white;
	font-weight: bold;
	font-size: 20px;
}
.podnadpis {
	color:#4f689a;
	text-align: center;
	font-size: 14px;
}
.bledy {
	color:#f0f6ff;
}

/* komentare */


.kom-z {
  background: white;
  color: navy;
	font-size: 11px;
	font-weight: normal;
}
.kom-link {
	color:white;
	font-size: 13px;
	font-weight: normal;
}
.kom-hlavicka {
	color:white;
	padding: 4px;
	font-size: 14px;
	font-weight: normal;
}
.kom-text {
	color:black;
	padding: 3px;
	background: white;
	border: 1px solid violet;
	font-size: 11px;
	font-weight: normal;
}
.kom-cely-ram {
	background:black;
	padding:4px;
	border: 2px solid violet;
	padding-bottom:4px;
}

/* ankety */
.anketa-std-otazka,
.anketa-cla-otazka,
.anketa-blok-z,
.anketasysz {
	color:yellow;
	font-size: 13px;
	font-weight: normal;
	margin:0;
	padding:0.3em 0;
	border-bottom: 1px solid violet;
}
.anketasysodp,
.anketa-std-odpovedi,
.anketa-cla-odpovedi,
.anketa-blok-odpovedi {
	color:yellow;
	font-size: 12px;
	font-weight: normal;
	line-height:1.2em;
	margin:0.2em 0;
}
.anketa-cla-ram {
}
.anketa-blok-odp-cara {
	width:140px;
	font-size:85%;
	line-height:1em;
	height:1em;
	margin:2px 0;
	padding:0;
}
.anketa-blok-odp-cara-hlasy {
	height:1em;
	background:#2b3953 url('gr-inq.png') 100% 0 repeat-y;
}

.anketa-std-ram {
	text-align: left;
}

/* syst. blok - novinky */

.nov-datum {
	color:white;
	font-size: 14px;
	font-weight: bold;
}
.nov-titulek {
	color:white;
	font-size: 14px;
	font-weight: bold;
}
.nov-titulek-duraz {
	color:white;
	font-size: 14px;
	font-weight: bold;
}
.nov-text {
	color: white;
	font-size: 13px;
	font-weight: normal;
}

/* clanky */

	/*	pozadie clanku ako modry vruh nalavo	*/
.cla-cely {
	margin:0;
	background: url('cla-poz.png') top left repeat-y;
}
	/*	vnutovne odsadenie clanku zlava a zdola 	*/
.cla-obsah {
	padding: 0 0 10px 75px;
}
	/*	nadpis clanku	*/
.cla-nadpis {
	position: relative;
	top: 7px;
	padding: 0.2em 0 0.2em 10px;
	color:white;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 3px 0px;
}
	/*	text clanku	*/
.cla-text {
	padding: 10px 0 0 0;
	color: white;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
  margin: 0 0 3px 0px;
}
	/*	styl pre informacie za clankom - autor, pocet precitani atd...	*/
.cla-informace {
  padding-left: 0px;
	color:yellow;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 3px 0px;
}
	/*	odsadenie od krajov pri tlacovej sablone	*/
.tisk {
	padding:1em;
	background-color: white;
	color: black;
}
	/*		*/
.cla-informace-tisk {
	color:#000000;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
	/*	odsadenie ikony temy	*/
.obrtema {
	padding:15px 0 0 5px;
}


/* hodnoceni clanku */

.hodnoceni-celkovy-ram {

	margin: 6px 0;
	padding: 6px;
	color:#4f689a;
	font-size: 11px;
	font-weight: normal;
}

/* souvisejici clanky */

.souvis-cla-celkovy-ram {
	font-size: 13px;
	text-align: left;
	margin: 6px 0 12px 0;
}

/* download sekce */

.download-z {
	font-size: 13px;
}
.download-sekce {
	font-size: 13px;
	text-align: center;
	padding: 6px;
}
.download-sekce-akt {
	font-weight: bold;
}

/* weblinks sekce */

.weblinks-z {
	font-size: 13px;
}
.weblinks-sekce {
	font-size: 13px;
	text-align: center;
	padding: 6px;
}
.weblinks-sekce-akt {
	font-weight: bold;
}



/* dalsi pomocne styly*/

.hodnoceni {

}
.banner1 {
	background:#9eaecd;
	color: #fff;
	margin:0;
	position:relative;
	top:9px;
}
.banner1d {
	background:black;
	color: #fff;
	margin:0;
	position:relative;
	top:9px;
	margin:0 10px 0 0;
}
/*
nastavenie spodneho okraju pomocou border-bottom zabranuje nespravnemu
zobrazeniu hodnoty margin v MSIE. Ak nie je nastaneny border, bloky
banner a zapatie sa dotykaju - nezobrazi sa oddelovacia medzera
*/
.banner2 {
	background:#9eaecd;
	color: #fff;
	margin: 5px 10px;
	border-bottom:1px solid #fff;
}

.bannerpod {
	color:#4f689a;
	font-size: 9px;
	font-weight: normal;
	display:block;
	padding: 4px 0;
	margin:0 0 10px 0;
}

.banner-text {
	color:#4f689a;
	font-size: 9px;
	font-weight: normal;
	display:block;
	padding: 4px 0;
	margin:0 0 10px 0;
}
.banner-img {
	color:black;
	font-size: 9px;
	font-weight: normal;
	padding: 4px 0;
	margin:0 0 10px 0;
}

.strankovani {
	color:yellow;
	font-size: 10px;
	font-weight: bold;
}
.biltucne {
	color:#fff;
	font-size: 13px;
	font-weight: bold;
}

.chybastredni {
	color:#f00;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/* rozsirujici styly pro plug-iny */

.kal-text {
	color:#4f689a;
	font-size: 12px;
	font-weight: normal;
}
.kal-clanek {
	background-color: #f0e0e6;
}
.kal-dnesni {
	background-color: #e0e6f0;
}
.planakci {
	font-size: 10px;
}
.informace {
	color: #000;
	font-size: 9px;
	font-weight: normal;
	width: 100%;
}

/*
.mezera {
	width: 5px;
}
.ohr {
	width: auto;
}
*/
.ram z {
	color: white;
}

.ram {
	margin-bottom: 8px;
}
.preram {
/*	border-bottom: 2px dotted #4f689a;*/
	padding-bottom: 8px;
	margin-bottom: 8px;
}
/*
.horni-navig-lista {
	border-top-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #003098;
	padding: 2px;
}
*/

/* textova pole, tlacitka */

.textbox {
	background-color: white;
	color: #000000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	text-align: left;
	margin:2px 0;
	padding:2px;
	/*	nestandardne vlastnosti - mozete ich odkomentovat CSS bude funkcne ale nebude validne	*/
/*
	scrollbar-face-color: #768db9;
*/
}
.textpole {
	color: #000;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	margin:2px 0;
	padding:2px;
}

.tl {
	background-color: black;
	color: yellow;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
}

form {
	padding: 4px 0;
}

a img {
	border:none;
}


.weblinks-z a,a:visited {
  color: #72F9E5;
}


/*stránkové aliasy*/




/**/
.crew {
  text-align: center;
  width: 520px;
  border: 1px;
  border-color: grey;
  border-style: dotted;
}
/**/
.crewtd {
  padding: 5px 5px 5px 5px;
}
/**/
.videa {
  text-align: center;
  font-size: 25px;
  width: 520px;
  border: 2px;
  border-color: grey;
  border-style: dotted;
}

.videos {
  padding: 10px 0 10px 0;
  border-top: 1px dotted white;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}















/*GBOOK STYLES
BY MARTIN SNIZEK
m.snizek@centrum.cz
www.czdrc.com*/



h3 {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}
td {
	color: white;
	padding: 2px;
	font-size:11px;
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
}
li{
	line-height:15px;
	list-style:disc;
}
.okraj {
	padding: 2px; 
	text-align:left;
	width:500px;
	margin:0px auto;
}
.center {	
	text-align:center;
}
.zdrojak {
	border: 1px solid #C9C992;
	background-color: #EDEDDC;
	padding: 2px; 
	margin-left: 15px; 
}
.zdrojak2 {
	border: 1px solid white;
	background-color: black;
	padding: 2px; 
}
.kom_odp0{
	margin-left:0px;
	margin-top:11px;
}
.kom_odp1{
	margin-left:20px;
	margin-top:11px;
}
.kom_odp2{
	margin-left:40px;
	margin-top:11px;
}
.kom1{
	padding: 2px;
	padding-left: 6px;
	border-left:1px solid grey;	
	border-top:1px solid grey;	
	border-right:1px solid grey;	
	background-color: black;
}
.kom2{
  color: orange;
  font-size:13px;
	padding: 2px;
	border-left:1px solid  grey;	
	border-right:1px solid grey;	
	border-top:1px dotted grey;	
	border-bottom:1px dotted grey;		
}
.kom3{
	padding: 2px;
	padding-left: 6px;	
	border-left:1px solid grey;	
	border-right:1px solid grey;
	border-bottom:1px solid grey;	
	text-align:left;
	background-color: black;
	-moz-border-radius-bottomleft: 8px;
}
.input {
	border: 1px #CCCC99 solid;
	padding: 2px; 
	margin: 0px; 
	font-size: 11px;
}
.readonly{
	border: 1px #CCCC99 solid;
	padding: 2px; 
	margin: 0px;
	background-color: #eee;
	font-size: 11px;
}
.textarea {
	border: 1px #CCCC99 solid;
	width: 350px; 
	height: 150px; 
	padding: 2px; 
	margin: 2px; 
	background-color: #fff;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
}
.smajl{
	display: inline;
	vertical-align: middle;
	border:0px;
}
.smajl2{
	display: inline;
	float:right;
	padding:1px;
	border:1px solid black;
	background-color: #fff;	
}
.copyright{
	text-align:center; 
	font-size:10px; 
	color: grey;
}
.ok {
	color: green;
}
.error {
	color: red;
}

/* kniha navstev */
.gb_add-form {
	background-color: black;
	padding: 0.5em;
}
.gb_add-form p, .gb_add-form form {
	margin: 0px;
}
.gb_add-form input, .gb_add-form textarea {
	color: #FFFF00;
	background-color: #444444;
	border: 1px solid #666666;
	padding: 1px;
	font-size: 12px;
}
.gb_nick, .gb_email, .gb_homepage {
	float: left;
	padding-right: 10px;
}
.gb_nick input, .gb_email input, .gb_homepage input {
	width: 120px;
}
.gb_message {
	clear: both;
}
.gb_message textarea {
	width: 390px;
	height: 5em;
	font-size: 12 px;
}
.gb_submit input {
	margin: 5px 0px;
	padding: 1px 3px;
	outline: 1px solid #666666;
}
.gb_total-posts {
	clear: both;
	margin: 1em 15%;
	border: 1px solid #ffffff;
	background-color: #468416;
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
}
.gb_navigator {
	clear: both;
	text-align: center;
}
.gb_other {
	font-size: xx-small;
}
.gb_post  {
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.gb_post-top {
	padding: 2px 3px;
	background-color: #222222;
	border-bottom: 1px solid #333333;
}
.gb_post-top img {
	vertical-align: middle;
}
.gb_meno {
	font-weight: bold;
}
.gb_adresy {
	margin-left: 5px;
}
.gb_datum {
	margin-left: 10px;
}
.gb_post-middle {
	padding: 3px;
	background-color: black;
}




.galerie {
  font-weight: bold;
  width: 700px;
  margin: 0 auto;
}
.galerie input,.galerie select,.galerie textarea {
  border: 1px solid rgb(0,0,0);
  font-size: 11px;
  margin-left: 20px;
  width: 250px;
}
.gal_tlacitko {
  border: 1px solid rgb(0,0,0);
  background-color: rgb(166,166,166);
  font-weight: bold;
  width: auto;
}
/* Nadpis galerie */
.gal_nadpis {
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  text-decoration: underline;
  margin: 5px;
  font-family: "verdana","arial";
}
/* Nejaky upozorneni */
.gal_bacha {
  font-weight: bold;
  text-align: center;
  color: rgb(153,0,0);
  margin: 10px 0;
}
/* Tabulka v galerii */
.gal_table {
  text-align: left;
  width: 450px;
  font-size: 11px;
  margin: 5px auto;
  border: 1px dashed rgb(0,0,0);
}
.gal_table a img {
  border: 1px solid rgb(70,70,70);
}
.gal_table a:hover img {
  border: 1px dashed rgb(0,0,0);
}
.gal_table td,.gal_table th {
  padding: 0 4px;
}
/* Bunka th v tabulce */
.gal_table th {
  color: white;
  font-weight: normal;
  font-style: italic;
}
/* div v th :-) */
.gal_table th div {
  text-align: center;
}
/* Oznaceni strong v th tabulce :-) */
.gal_table th strong,.gal_table th strong a {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  display: block;
}
/* Ovlivnuje navigaci vzdy dole/nahore na strance */
.gal_navigace {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  margin-top: 10px;
}
.gal_strankovani {
  font-size: 11px;
  text-align: center;
}
.gal_ident {
  text-align: right;
  font-size: 10px;
}

.gal_gal_titulek {
  font-size: 14px;
  text-align: center;
}


.gal_table_obr {
  margin: 0 auto;
  width: 480px;
}
.gal_table_obr td {
  padding: 5px;
  padding-top: 10px;
  font-size: 10px;
  text-align: center;
  border-bottom: 1px dashed rgb(212,212,212);
}
.gal_table_obr td a img {
  border: 1px dashed rgb(180,180,180);
  padding: 5px;
}
.gal_table_obr td a:hover img {
  border-color: rgb(0,0,0);
}