body {
	background: white;
        margin: 0px;
        font: 14px Verdana;
        min-width: 1100px;
}
.cistic {
        clear: both;
}
a:visited { 
    color: blue;
}
nav {
	background: #ffFFff;
        height: 73px;
}
nav ul {
        margin: 0px;
        list-style-type: none;
}
nav ul li {
        float: left;
        padding: 0px 25px;
        margin: 0 5px;
        font-size: 22px;
        height: 73px;
        line-height: 3.6em;
}
nav a {
        color: BLUE;
        text-decoration: none;
}
nav ul li:hover, .aktivni {
        background: #ffbb00;
        box-shadow: 0px 0px 9px black;
}
stranka {
        background: white;
}
stranka menu {
        width: 100px;
	padding: 5px 10px;
        float: left;
	font-size: 17px;
	color: white;
}
stranka obsah {
	width: 970px;
	padding: 20px;
        float: left;
        background: white;
	border: 2px solid #006797;
	border-radius: 10px;
	box-shadow: 2px 2px 7px #1c2228;
}
stranka th {
        height: 50px;
        text-align: center;
        vertical-align: middle;

}
stranka td {
	height: 50px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
}
stranka td.volno {
		color : green;
		font-weight : bold;
		 }
stranka td.nelze {
                color : grey;
                font-weight : bold;
                 }
stranka td.jmeno {
                color : navy;
		background-color: #00aaaa;
                font-weight : bold;
                 }

stranka td.obsazeno {
                color : red;
                font-weight : bold;
                 }
stranka td.nevypsano {
                color : gray;
                font-weight : bold;
                 }
stranka td.klienti {
	        height: 20px;
        	text-align: center;
        	vertical-align: middle;
                color : black;
                 }
a.volno{
	color : green;
        font-weight : bold;
	}
a.logged_as{
	color : navy;
        font-weight : bold;
	}
a.nevypsano{
        color : #ff9900;
        font-weight : bold;
	}
a.zrusit{
        color : red;
        font-weight : bold;
        }
a.mimo{
        color : grey;
        font-weight : bold;
        }
seznam {
        background: white;
}
seznam menu {
        width: 100px;
        padding: 5px 10px;
        float: left;
        font-size: 17px;
        color: white;
}
seznam obsah {
        width: 970px;
        padding: 20px;
        float: left;
        background: white;
        border: 2px solid #006797;
        border-radius: 10px;
        box-shadow: 2px 2px 7px #1c2228;
}
registrace {
        background: white;
}
registrace obsah {
        width: 970px;
        padding: 20px;
        float: left;
        background: white;
        border: 2px solid #006797;
        border-radius: 10px;
        box-shadow: 2px 2px 7px #1c2228;
}
footer {
    width: 1000px;
    background-color:grey;
    color:white;
    text-align:center;
    padding:6px; 
    border-radius: 10px;
    box-shadow: 2px 2px 7px #1c2228;
}
home {
   width:935px;
   float:left;
   margin:0 auto;
   text-align:center;
}
home user {
   float:left;
   width:460px;
}
home term {
   float:right;
   width:460px;
}
home th {
        height: 50px;
        text-align: center;
        vertical-align: middle;
	}
home td {
        height: 30px;
        width: 200px;
	padding-left: 20px;
        text-align: left;
        vertical-align: middle;
	}
home td.termin	{
		text-align: center;
                //color : green;
                //font-weight : bold;
		}
input[type=checkbox] {
  transform: scale(2);
}
