body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: small;
}
a:link {
	color: #06F; /*#39c*/
  text-decoration: underline;  
}
a:visited {
  color: #369; /*#369*/
  text-decoration: underline;  
} 
a:hover {
  text-decoration: none;
}

a[href^="http:"] {
  background: url(../externallink.gif) no-repeat right top;
  padding-right: 16px;
}

a[href^="http://www2.ntm.cz/projekty/kepler2009/"] {
  background-image: none;
  padding-right: 0;
}

a.bez-external-link {
  background-image: none;
  padding-right: 0;
}


a.opak:link {
  color: #09F;
  text-decoration: underline; 
}
a.opak:visited {
  color: #09F;
  text-decoration: underline;  
} 
a.opak:hover {
  text-decoration: none;
}

h5 {
	font-size: 110%;
}

code {
	border-left: 20px solid #F5F5F5;
	color: #555;
	display: block;
	font: normal 90% monospace;
	margin-bottom: 12px;
	padding: 8px 10px;
	text-align: left;
}

table {
	padding: 0 10px 0 10px;
}

/* struktura layoutu */ 
#body-2 {
	/*background: url(bg_flek_vpravo.gif) repeat-x;*/
	background: #000;
}
#body-3 {
	/*background: url(bg_flek_dolu.gif) repeat-y;*/
}
#body-4 {
	/*background: url(bg_flek.gif) no-repeat;*/
}

#obal {
  min-width: 500px;
  max-width: 1400px;
} 
#obsah {
	float: right;
	width: 70%;
	font-size: 95%;
	line-height: 1.5em;
	/*color: #CB6B3C;*/
	color: #000;
}
#panel {
  float: left;
  width: 30%;
}
#paticka {
  clear: both;
  background: #FFF url(obr/pozadi_paticka.gif) repeat-x top left; 
}
#paticka p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333;
	text-align: center;
}

/* mezera mezi sloupci textu */

#obsah .mezera {
	padding: 13px 15px 15px 15px;
}
#panel .mezera /*, #sidebar-2 .gutter*/ {
	padding: 15px;
	}

/* hlavicka */

#hlavicka {
	/*border-bottom: 3px solid #87B825;
  background: #B4E637 url(obr/pozadi-hlavicka.gif) repeat-x top left;*/
	height: 190px;
	text-align: center;
	/*background: #FFFFFF url(bg_hlavicka_01.jpg) repeat-y left top;*/
}
#hlavicka h1 {
	margin: 0;
	padding: 25px;	
	font-family: Georgia, serif;
	font-size: 150%;
	color: #374C0E; /*background: url(obr/terc.gif) no-repeat top left;*/
}
#hlavicka p {
	float: right;
	margin: 5px 15px;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 115%;
	color: #fff;
	width: 25%;
	text-align: right;
}
#hlavicka p a.jazyky {
	font-family: Georgia, serif;
	font-size: 10px;
	color: #DCE0BC;
	background-color: #404530;
	padding: 5px 10px 5px 10px;
}

#hlavicka #image01 {
	background: url(../logo_ntm_negace.gif) no-repeat;
	width: 107px;
	height: 120px;
	position: absolute;
	top: 24px;
	left: 20px;
	float: left;
}

#hlavicka #image02 {
	background: url(../logo_mysterium_negace_CZE_bg.gif) no-repeat;
	width: 500px;
	height: 163px;
	position: relative;
	top: 5px;
	left: 160px;
	float: left;
}

#hlavicka #image02_en {
	background: url(../logo_mysterium_negace_ENG_bg.gif) no-repeat;
	width: 500px;
	height: 163px;
	position: relative;
	top: 5px;
	left: 160px;
	float: left;
}
/* radek s propagacnim textem */

#propagace02 {
  margin: 0;
  padding: 10px;
  font-size: 105%;
  text-align: center;
  color: #cc9;
  background: #000000;
} 

#propagace {
	margin: 0;
	padding: 10px;
	font-size: 105%;
	text-align: center;
	color: #cc9;
	background: transparent url(podnadpis_CZE.gif) no-repeat;
	width: 750px;
	height: 35px;
	position: absolute;
	top: 180px;
	right: 4%;
	float: left;
} 	
#propagace_en {
	margin: 0;
	padding: 10px;
	font-size: 105%;
	text-align: center;
	color: #cc9;
	background: transparent url(podnadpis_ENG_heritage.gif) no-repeat;
	width: 800px;
	height: 35px;
	position: absolute;
	top: 180px;
	right: 4%;
	float: left;
} 	
/* obsah */

#obsah h2 {
	margin: 0 0 1em 0;
	padding: 5px 0 0 5px;
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal; /*color: #663;*/
	color: #000;
	background: #fff url(obr/blok-horni.gif) no-repeat top left;
	border-bottom: 1px solid #000;	
}

dl.struktura {
	margin: 0 0 10px 0;
	padding: 0 0 30px 0; /*margin: 0 0 10px 0;
	padding: 5px 10px 20px 10px;*/
	background: #fff url(obr/blok-spodni.gif) no-repeat bottom right; /*filter: alpha(opacity=100%);
	opacity: 0.9;*/
	text-align: justify;
} 

dl.struktura p {
	margin: 0 10px 10px 0;
} 
/*
dl.struktura:after {
  content: "."; 
  display: block; 
  height: 0px; 
  clear: both; 
  visibility: hidden;
} */
dl.struktura .bez-podtrzeni {
	border: none !important; 
}

dl.struktura dt {
	margin: 0 0 0.5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #000;
} 
dl.struktura dt img {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 4px 4px 0;
}
dl.struktura dt span {
	float: left;
	margin: 0 10px 0 5px;
	padding: 0 0 4px 0;
	background-color: #f5f5f5;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 70%;
	font-weight: bold;
	width: 7.2em;
}
dl.struktura dd {
	margin-left: 15px;
	font-size: 110%;
	line-height: 1.5em;
	/*color: #666;*/
	color: #000;
	background: #fff;
}
dl.struktura .vice {
	position: relative;
	top: 0px;
	right: 5px;
	float: right;
}
.min-vyska{
	min-height: 80px;
}

/* postranni­ panely */

.blok {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 2.5em;
	font-weight: normal;
	color: #666;
	background: #FFD545 url(obr/levy-blok-spodni.gif) no-repeat bottom right;
}
.blok4 {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #FFF; /*#666*/
}
.blok5 {
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
}
.blok h3, .blok5 h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: bold;
	color: #8A8A8A;
	background: url(obr/levy-blok-horni.gif) no-repeat top left;
} 
.blok p, .blok ul, .blok5 p, .blok5 ul  {
  margin: 0;
  padding: 0 12px;
}
.blok ul li, .blok5 ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(obr/li_odrazka2.gif) no-repeat 0 3px;
	font-size: 110%;
	line-height: 1.5em;
}

.tl {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #FFF;
	background-color: #8A8A8A;
	padding: 2px 4px 2px 4px;
	border: 0 solid White;
}
.textpole {	
	font-family: Georgia, serif;
	font-size: 12px;
   color: #000;
	background-color: #FFF;
	padding: 2px 4px 2px 4px;
}

/* syst. blok - novinky */

.nov-datum {
	color:#000;
	font-size: 13px;
	font-weight: bold;
}
.nov-titulek {
	color:#000;
	font-size: 13px;
	font-weight: bold;
}
.nov-titulek-duraz {
	color: Maroon;
	font-size: 13px;
	font-weight: bold;
}
.nov-text {
	color:#000;
	font-size: 13px;
	font-weight: normal;
}


/* fotogalerie */
.stin
{
padding: 0;
position: relative;
background: #F5F5F5;
border: solid #F5F5F5 1px;
margin: 2em 1em;
voice-family: "\";
}\"";
voice-family:inherit;
width: 168px;
}

html>body .stin {
	width: 168px; /* ie5win fudge ends */
}

.foto
{
position: relative;
top: -5px;
left: -5px;
background: white;
border: solid #bbb 1px;
padding: 5px; 
}

.foto img
{
border: solid #bbb 1px;
}

.ram {
	margin: 0 0 10px 0;
	padding: 0 0 20px 0; /*	margin: 0 0 15px 0;
	padding: 5px 0 10px 10px;*/
	background: #FFF url(obr/blok-spodni.gif) no-repeat bottom right; /*filter: alpha(opacity=100%);
	opacity: 0.9;*/
}

.strankovani {
  color: #FFF;
}

.bily {
  color: #FFF;
}

.anime-gif {
  margin: 5px 5px 5px 5px;
}

.download-z {	
  margin-left: 15px;
	font-size: 110%;
	line-height: 1.5em;
	/*color: #666;*/
	color: #000;
	background: #fff;
}
.chyba {
	color: Red;
	font-style: italic;
	font-weight: bold;
	font-size: 95%;
	margin: 0 auto;
	text-align: center;
}

.vlevo {
	float: left;
}
.vpravo {
	float: right;
}




/* oprava pro IE */

#content, /*#sidebar*/ {
  height: 1%;
}

.struktura { 
	display: inline-table; 
	} 
/* skryte pred IE5/Mac \*/ 
* html dl.struktura {  
  height: 1%; 
}
dl.struktura { 
  display: block; 
} 
#paticka {
  height: 1%;
}
/* konec pravidel skrytych pred IE5/Mac */









/* styly pro plugin Multimedia online */

.multi-table-vypis {
	width: 90%;
	text-align: center;
	border: 0px;
	margin: 0 0 0 15px;
}

.multi-nadpis-sekce {
font-size: 16px;
font-weight: bold;
padding: 3px;
border-top-width: 0px; 
border-left-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-style: dashed;
border-color: #c0c0c0;
}
.multi-radek-vypis {	
	border: 1px solid #ccc;
}

.multi-radek-vypis-nazev {
border-top-width: 0px; 
border-left-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-style: dashed;
border-color: #c0c0c0;
}

.multi-radek-vypis-popis {
border-top-width: 0px; 
border-left-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-style: dashed;
border-color: #c0c0c0;
}

.multi-nazev {
font-weight: bold;
font-size: 13px;
text-align: left;
padding: 3px;
}

.multi-popis {
font-size: 13px;
text-align: left;
padding: 3px;
}

.multi-prehraj {
padding: 3px;
text-align: right;
}

.multi-nazev li {
list-style-type: square;
}

.multi-strankovani {
font-size: 13px;
text-align: center;
padding: 3px;
}

.multi-blok-vypis {
padding: 0px;
}

.multi-blok-obr {
text-align: center;
}

.multi-blok-table {
width: 100%;
padding: 2px;
text-align: center;
border: 0px;
}

.multi-blok-nazev {
font-size: 13px;
text-align: left;
padding: 2px;
}

.multi-blok-prehraj {
text-align: center;
padding: 2px;
}

.multi-blok-odkaz {
text-align: center;
padding: 2px;
font-size: 12px;
border-top-width: 1px; 
border-left-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-style: dashed;
border-color: #c0c0c0;
}

/* form pro registraci ucastnika */
#registration { margin-left: 10px; }
#registration fieldset { background: #E3E3E3; margin-bottom: 20px; border: 2px solid #F5F5F5; padding-top: 0px; }
#registration fieldset:hover {
	border: 2px solid #FFD545;
}
#registration legend { 	font-size: 1.1em;	font-weight: bold; }
#registration fieldset#personal label, #registration fieldset#institut label {
	clear: left;
	display: block;
	float: left;
	width: 120px;
	text-align: left;
	padding-right: 10px;
	color: #000;
	margin-bottom: 0.5em;
	font-weight: bold;
	padding-left: 15px;
}
#registration fieldset#referat label {	font-weight: bold; }
#registration fieldset span {
	color: Red;
	font-style: italic;
	font-size: 90%;
}
#registration input { background: #fff; border:1px solid #F5F5F5; }
#registration input:focus { background: #fff; border:1px solid #FFD545; color:#000; }
#registration textarea { border: 1px solid #F5F5F5; background: #fff; }
#registration textarea:focus {background:#fff; border:1px solid #FFD545; color:#000;}
#registration input.button {
	color: #000;
	padding: 2px 4px 2px 4px;
	background:#FFD545;	
	font-weight: bold;
}
#registration input.button:hover {color: #fff; background: #8A8A8A; }
#registration select {margin:0 0 1px 0; background: #fff; border:1px solid #F5F5F5;}
#registration select:focus { background: #fff; border:1px solid #FFD545; color:#000; }
#registration option { background: #fff; color: #000; }

.strankovani {
	text-align: center;
	padding: 2px;
	font-size: 12px;
	border-top-width: 1px; 
	border-left-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-style: dashed;
	border-color: #c0c0c0;
	color: Black;
}

#program  {
	border: none;
	margin: 1em 2em 1em 2em;
	padding: 0;
}

#program td {
	padding: 1em;
}

#program .datum {
	background-color: #ffd700; /*0099ff*/
	color: #000;
	font-weight: bold;
	font-size: 150%;
}
#program .cas {
	color: #800000;
	font-weight: bold;
	font-size: 120%;
	vertical-align: top;
	min-width: 8em;
	text-align: center;
}
#program .text01 {
	color: #000000;
	font-weight: bold;
}

#program .text02 {
	color: #000;
	font-weight: normal;
}

