body {
  /*background: url(../pictures/system/logo/back_light.gif) 0 0 repeat;*/
/*  color: #000000;
  background-color: #ffad18;*/
  font-family: Verdana, sans-serif;
	font-size: 13px;
  color: #FFF;
  background-color: #ff7c17;
  margin: 0;
	padding: 0;
}

img { /*pro IE 6 udelani pruhlednosti png*/
  behavior: url(iepngfix.htc);
}

.vlevo {
  float: left;
}

.vpravo {
  float: right;
}

.cisti {
  clear: both;
}
.right {
  text-align: right; 
}

h1 {
	font-size: 1.7em;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0 8px;
}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
	margin: 0;
	padding: 8px;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

.bad { color: #FF0000; }
.good { color: #444444; }
.perfect { color: #00AA00; }

#holder {
	display: table;
  height: 100%;
  #position: relative;
  overflow: hidden;
  width: 100%;
}

#supplemental {
	_position: absolute;
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}


#content {
	#position: relative;
  #top: -50%;
  background-color: #ffad18;
  width: 100%;
  height:400px;
}

#content1 {
  position: relative;
}

#content2 {
  position: absolute; top: 60px; left: 25%;
}

#mutace {
  text-align: right;
  font-size: 0.7em;
}

#mutace a {
  color: #fff;
}

#mutace a:hover {
  color: #FFCD32;
}


#skupinyPrihlasovani {
  padding: 0 0 10px 30px;
  text-align: left;
  border-left: 1px solid #fff;
}

#skupinyPrihlasovani a {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
  font-size: 16px;
  font-weight: bolder;
  text-decoration: none;
  color: #fff;
  padding: 2px 5px;
}

#skupinyPrihlasovani a:hover {
  padding: 2px 5px;
  /*background-color: #ff7c17;*/
  color: rgb(255,102,0);
}

.NadpisUcty {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  color: #fff;  
}

#tabulkaPrihlas {
  margin: 30px 20px;
}

#skupiny {
  margin-left: 100px;
  margin-bottom: 30px;
}

#skupiny div {
  margin-bottom: 15px;
}

#vrchNadpisLogin {
  position: absolute;
  top: 0px;
  width: 100%;
	background-color: #ff7c17;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
}

#vrchNadpisLogin span {
	white-space: nowrap;
}

#logoPosunLogin {
  text-align: left;
  padding: 30px;
}

#foot {
  position: absolute;
  bottom: 0px;
	background-color: #ff7c17;
	color: #FFFFFF;
	height: 20px;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#foot a {
  text-decoration: none;
  color: rgb(255,255,51);
  margin: 0 10px;
}
