/*   Barvy   
				tmavě šedá : #dddddd;
				světle šedá : #cccccc;						

				Obrázek:

				  Nejtmavší : # 333333
				  Středně : #B3C0B9
				  Slabě : #FFFFFF
				  Písmo: #787878

				  Červená : #FE0000
				  Menu: #C1C1C1

				  Pozadí : #FFFFFF
				  Žlutá : #FFFFCC


				  
*/





*{
	margin: 0px;
	padding: 0px;
	border:0px;

}

body {
	background: #cccccc;
	text-align: center;
	font-family: "Myriad","Myriad Pro", "Myriad Web", "Times New Roman", serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	
}

a.tlacitko,input.dulezite,input.tlacitko,input.text,th,textarea,select {	/* Barva */
	background :#B3C0B9;
	font-size: 10pt;
}
table.ramec th,table.ramec td,fieldset,input.dulezite,input.tlacitko,input.text,textarea,select {	/* ramecek*/
	border: 1px solid black;
	font-size: 10pt;
}


.chyba {
	color: #FE0000;
	text-align: center;
}

.bezchyby {
	color: #3366ff;
	text-align: center;
}

.bezchyby em,.chyba em {

  	color: black;

}



#hlavni {
	/* hlavni ramec */
	background: White;
	width: 740px;

	margin:auto;
}

#hlavicka_admin_CZ,#hlavicka_prez_CZ,#hlavicka_prez_EN,#hlavicka_prez_IT,#hlavicka_student_CZ {
	height: 94px;
	width: 100%;
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	font-size: larger;
	color:#787878;
}

#hlavicka_student_CZ{

	background-image: url(../OBR/hlavicka_student_CZ.jpg);
}

#hlavicka_admin_CZ{

	background-image: url(../OBR/hlavicka_admin_CZ.jpg);
}

#hlavicka_prez_CZ{

	background-image: url(../OBR/hlavicka_prez_CZ.jpg);
}

#hlavicka_prez_EN{

	background-image: url(../OBR/hlavicka_prez_EN.jpg);
}

#hlavicka_prez_IT{

	background-image: url(../OBR/hlavicka_prez_IT.jpg);
}

#prepinani_jazyka {
	text-align:right;
	margin-right:2em;
}

#menu {
	height: 30px;
	width: 725px;
	text-align: left;
	padding-left: 15px;
	text-indent: 2px;
}


#obs {
	/* zde je umistnen hlavni obsah stranky*/
	width: 95%;
	margin: auto;
	background: White;
	text-align: left;
}



#home_p {
	padding-top: 2em;
	position:static;	
	width: 150px;
	float:right;
}

#home_l {
	padding-top: 2em;
	position:static;
	margin-right: 200px;

}


#paticka {
	/* konec stranky */
	height: 1.2em;
	background: #B3C0B9;
	width: 100%;
	font-size: small;
	font-family: monospace;
	padding: 0.5ex 0 0.5ex 0;
}

#nadpis_stranky {
	/* Vypise nadpis do obrazku nadpisu*/
	top: 25px;
	right: 20px;
	position: relative;
	font-family: sans-serif;
	font-size: 14pt;
	

}

#odkaz_hlavicka {
	/* Udela z loga odkaz*/
	display: block;
	position: absolute;
	height: 75px;
	width:740px;	
	z-index: 1;	

}


 #zmena_hesla fieldset, #registrace fieldset {
	margin: auto;
	text-align: left;
	padding: 5px;
	width:75%
}

#prihlaseni {
	width: 100%;
}

#prihlaseni fieldset {
	margin: auto;	
}





/* 	-------------------------------------------------------------------------------- SEKCE formularovych prvku*/


form {
	margin:auto;
	padding:0px;
	font-size:10pt;
	color: Black;
}

input {
  font-size:9pt;
}

select {
	color: Black;
}

input.dulezite {
	color:#FE0000;
	padding: 0px 0 0 1ex;
	margin: 2px;
}
input.tlacitko {
	cursor: pointer;
	width: 5em;
	padding:1px;
	font-size:8pt;
	font-family: sans-serif;
	xfont-weight: bold;
}

input.text {
	padding: 0px 0 0 1ex;
	margin: 2px;
	background: #B3C0B9;
	color: black;
	text-align: left;
}



select {
	padding: 0 0 0 1ex;
	text-align: left;
	
}

option {
	padding: 0 0 0 1ex;
	text-align: left;
	
}



textarea{
	padding: 0 0 0 1ex;
	margin: auto;
	text-align: left;
}

fieldset {
	padding: 0em;
	text-align:center;
}
/* 	-------------------------------------------------------------------------------- SEKCE odrazek */

ul{
	list-style-position: outside;
	margin: 2ex;
	padding: 0px;
	padding-left: 10ex;
}

ul.sipkaC {
	list-style-image: url(../OBR/red_arrow.gif);
}
ul.sipkaS {
	list-style-image: url(../OBR/grey_arrow.gif);
}

li.bez {
	list-style-type: none;
}

/*		-------------------------------------------------------------------------------- SEKCE KURZORu*/

.krizek{
	cursor: crosshair;
	
}

.help,acronym {
	cursor: help;
}

/*		-------------------------------------------------------------------------------- SEKCE Tabulky*/

table{
	padding: 0px;
	margin: auto;
	width:96%;
	border-collapse: collapse;
}

table.test td{

  text-align:left;
  margin:0px;
  padding:0px; 

}



th{
	padding: 0.3ex 1ex;
	margin:0px;
	text-align: center;
	
}

table.ramec th {
	margin: auto;
	padding: 0.5ex 1ex;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
}

table.ramec td {
	margin: auto;
	font-size: 9pt;
	padding: 3px;
	text-align: center; 

}

td{
	padding: 0.2ex 2ex;
	margin:0px;
}


table.ramec tr{
	cursor: default;
	font-size: 9pt;
}

table.ramec tr:hover{
	background-color: #FFFFCC;
}

table.ramec td.tabulka_prijmeni {

  text-align: left;
  font-variant: small-caps;
  
}



/*		-------------------------------------------------------------------------------- SEKCE Zarovnani */
.center {
	text-align: center;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.Bcenter {
	margin: auto;
}
/*		-------------------------------------------------------------------------------- SEKCE Nadpisy */

h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-family: sans-serif;
}

h3 {
	font-size:14pt; 
}

h4 {
	font-size:13pt; 
}


.c {
	color: #FE0000;
}

/*		-------------------------------------------------------------------------------- SEKCE Odkazy*/

a {
	text-decoration: none;
	color: Black;
}

a.mCer{
	xfont-size: 9pt;
	xfont-weight : bold;
}
a.mCer:link,a.mCer:visited{
	color: #FE0000;
}

a.mCer{
	xfont-size: 9pt;
	xfont-weight : bold;
}
a.mCer:link,a.mCer:visited{
	color: #FE0000;
}

a.mCer:hover {
	color: #FF6666;
}

a.norm{
	font-size: 10pt;
	font-weight : bold;
	padding: 0;
}
a.norm:link,a.norm:visited{
	color: #787878;
	
}

a.norm:hover {
	color: #B3C0B9;
}

a.vypis{
	color: black;
	
}
a.vypis:link,a.norm:visited{
	color: black;
	
}

a.vypis:hover {
  color: #FF6666;
	
}



a.menuP{
	width: 85px;
	height: 25px;
	
	padding-right: 3px;
	margin-left: 1px;
	
	
	display: block;
	float: left;
	font-size: 14px;
	text-align: left;
	
	background-image: url(../OBR/tlac_c.gif);
	color: #787878;

}

a.menu{
	width: 90px;
	height: 25px;
	
	padding-right: 3px;
	margin-left: 1px;
	
	display: block;
	float: left;
	font-size: 14px;
	text-align: left;
	
	color: #787878;

}
a.menu:link,a.menu:visited{
	background-image: url(../OBR/tlac_s.gif);
}

a.menu:hover {
	background-image: url(../OBR/tlac_c.gif);
}



a.tlacitko {
	padding: 0.5ex 2ex 0.5ex 2ex ;
	font-size: smaller;
	color:black;
	font-weight: bold;
}

a.tlacitko:link, a.tlacitko:visited{
	border: 1px outset black;
}
a.tlacitko:hover {
	border: 1px inset #B3C0B9;
	background:#FFFFCC;
}

/*               ----------------------------------               */

blockquote {
	padding: 1em 6em 1em;
	font-family: cursive;
	font-weight: normal;
	font-size: 10pt;
}

blockquote:first-line {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14pt;	
}
/* 	-------------------------------------------------------------------------------- SEKCE ODSTAVCU   */
p.odstavec {
	padding: 0 1ex 0 1em;
	margin: 1em 0 ;
	text-indent: 1em;
}

p.odstavec:first-letter {
	color:#787878;
	font-size: 130%;
	font-family: monospace;
	font-weight: bold;
	margin-right:0.1ex;
}


p.uzivatel {
	font-family: monospace;
	font-size: 8pt;
	text-align: right;
	padding-top: 1.3ex;
	padding-right: 1.5em;
}

