html, body {
height: 100%;
}
body 
{ 
width:990px;
font-family:'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
margin: 0px; 
padding: 0px; 
text-align: center;
width:100%
}

#hlavicka{
	width:990px;
	height:150px;
	padding:0px;
}
#sub_hlavicka{
	background-image:url('../IMG/cara.jpg');
	background-repeat: repeat-x;
	width:990px;
	height:90px;
	border: 0;
}
#logo{
	width:200px;
	height:70px;
	float:left;
	border: 0;
	margin:0px;
}
#popis{
	width:200px;
	height:20px;
	text-align:center;
	border: 0;
	margin:0px;
	font-weight: bold;
	font-size: 1.5ex; 
}
#slave_menu{
	width:250px;
	height:20px;
	float:right;
	border-top:45px white solid;
	
}
#slave_menu a{
	text-decoration: none;
}

#master_menu{
	width:300px;
	height:2.6ex;	
	padding:1px;
	position: absolute;
	left: 10px;
}




#telo{
	width:990px;
	height:100%;
	position: relative;
	min-height: 100%;
	
}
body>#telo {
 height: auto;
 }

#obsah{
	width:90%;
	height:100%;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	min-height: 100%;
	
}


#cesta{
	background-color:#C2BEBE;
	padding: 1px 5px 1px 5px;
	display:inline;
	border:1px black solid;
	text-decoration: none;
}
#cesta a{
	text-decoration: none;
}
#sub_obsah{
	background-color:#DEDADA;
/*	height: 100%;*/
	position: relative;
	padding: 15px 5px 75px 5px;
/*	min-height:100%;*/
	border:1px black solid;
	
	
}

			

body>#sub_obsah {
 height: auto;
 }
#rychle_menu{
	width:208px;
	height:2ex;
	padding:1px;
	position:relative;
}
#rychle_menu h3{
	border:black solid 1px;
	display:block;
	background-color:#C2BEBE;
	margin:1px;
	padding:0px;
	font-size: 1.2ex; 
	float:left;
}
#rychle_menu a{
	text-decoration: none;
	color:black;
}
#rychle_menu h3{
	text-align:center;
	width:100px;
}
#paticka{
margin-top:10px;
font-size: 1.5ex; 
}
#paticka a{
	text-decoration: none;
	color:black;
}
#paticka2{
font-size:0.83em;
width: 990px;
height: 30px;
padding-top:5px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 0;
background-color:#FFFFFF;
text-align:center;
clear:both;
}
#formular{
	height:auto;
	width:35%;
}
#errors{
width:62%;
color:red;
height:100px;
padding: 5px;
float:right;
}
table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #808080;
	border-collapse: separate;
	background-color: #ffffff;
}
table th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
	background-color: #ffffff;
}
table td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #808080;
	background-color: #ffffff;
}
table.form{
	border:0px;
	border-collapse: collapse;
	background:none;
}
table.form td {
	background:none;
	border:none;
}
table td.pridat{
  color:green;
}
table td.odebrat{
  color:red;
}

.error{
color:red;
}
.ok{
color:green;
}

