/**
 *   Soubor: uzis.css
 *   Popis:  css styl k celkovému vzhledu stránek
 *   Autor:  Martin Stuchlík (MS)
 *   Verze:  1.0 - 10.03.2005 MS Vytvoreni
 *   Verze:  1.1 - 09.05.2005 MS Pridana trida pro obr v menu
 *   Verze:  1.2 - 10.05.2005 JP top_b.gif - top_b.jpg
 *   Verze:  1.3 - 17.05.2005 MS 100% vyska stranky, correct pro jine prohlizece
 *   Verze:  1.4 - 29.06.2005 MS validita
 */
/* - - - - - - - - - - - - - - - TAGY OBECNÉ - - - - - - - - - - - - - - - */
html, body {
height: 100%;
}
body {
	margin: 0; padding: 0;
	height: 100%;
}
h1 {
	font-size: 1.2em;
	margin: 0 0 10px 0;

}
a {
	color: #39387E;
	text-decoration: none;
}
a:hover {
	color: #D31A24;
	text-decoration: underline;
}
.help {
   color: red;
   font-size: 2em;
   font-weight: bold;
}
/* - - - - - - - - - - - - - - - POZICOVÁNÍ STRÁNEK - - - - - - - - - - - - - - - */
#all {
	width: 100%;
	margin: 0; padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #EAF0F7;
	min-height: 100%;
	height: 100%;
	position: relative;
}
#header {
	display: none;
}
#main {
	width: 96%;
	margin: 0 0 0 18px;
	text-align: left;
}
.correct {
	width: 100%;
	visibility: hidden;
	clear: both;
	border: none;
}
img.correct {
	padding: 0; margin: 0;
}
/* - - - - - - - - - - - - - - - MENU TOP - - - - - - - - - - - - - - - */
#menu_top {
	display: none;
}
/* - - - - - - - - - - - - - - - OBSAH STRÁNEK - - - - - - - - - - - - - - - */
#content {
	margin: 0; padding: 0;
}
#login {
	display: none;
}
img.menu_icon {
	border: 0;
	vertical-align: middle;
}
.order {
	padding: 3px;
	margin: 0 0 10px 0;
	background:  #39387E;
	color: white;
}
.order a {
	color: white;
	text-decoration: none;
}
.order a:hover {
	color: #F7C52E;
	text-decoration: none;
}
/* - - - - - - - - - - - - - - - PATIČKA - - - - - - - - - - - - - - - */
#footer {
    display: none;
}