@charset "utf-8";

/* Vertikalni vycentrovani */
body, html {height: 99%;width: 99%;}

#outer {height: 99%; overflow: hidden; position: relative; width: 99%;}
#outer[id] {display: table; position: static;}
	
#middle {position: absolute; top: 50%; width: 99%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
#inner {position: relative; &top: 0%; _top: -50%;  text-align: left;} /* for explorer only */
#inner[id] {width: 770px; margin-left: auto; margin-right: auto;} /* for all browsers*/

/* Pozadi prihlasovaci obrazovky */
.pozadi {
	background-image: url("../picture/Pozadi.jpg"); background-repeat: no-repeat;
	background-position: center;
}

td {
	font-family: Times New Roman;	
	font-size: 18px;
}

input.inputbutton{
	background-color: transparent;
	border-style: none;
	cursor:pointer;
}

/* Login button */

input.button_login {
	width: 142px;
	height: 18px;
	background-color: transparent;
	background-image: URL("../picture/tlacitko.gif");
	background-position: bottom center; 
	background-repeat: no-repeat;
	border-style: none;
	cursor:pointer;
}

input.button_login:hover {
	background-image: URL("../picture/tlacitko1.gif");
}

input.button_login1 {
	width: 142px;
	height: 18px;
	background-color: transparent;
	background-image: URL("../picture/tlacitko1.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	border-style: none;
	cursor:pointer;
}