/*************************************
GENERAL
*************************************/

a {
  text-decoration: none;
}

#keeled {
	margin-right: 20px;
}

.list li:last-child { 
	float:right; 
}

.tabel {
	text-align: center;
	margin-left: 50px;
	margin-right:50px;
	border-collapse: collapse;
}

.tabel tr:nth-child(even) {
	background: #CCC
}

.tabel tr:nth-child(odd) {
	background: #FFF
}

.left-margin {
	margin-left: 50px;
}

.pealkiri {
	font-size: 1.25em;
	color: black;
}

#aared {
	margin-right: 45px;
	margin-left: 45px;
}

.option {
	width: 173px;
}


.vaba_ruum {
	margin-top: 225px;
}



/*************************************
HEADING
*************************************/

h1 {
    font-size: 2.5em;
}
  
h2 {
    font-size: 0.825em;
    margin-bottom: 20px;
}
  
header {
  z-index: 1;
  background-image: url("header3.png"); 
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left:0px;
  margin: 0 0 30px 0;
  padding: 18px 0 0 0;
  width: 100%;
  top: 0px;
  position: fixed;
}

h1 {
    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-align: center;
}

ul {
list-style: none;
}

/*************************************
NAVIGATION
*************************************/

nav {
  text-align: center;
  padding: 10px 0;
  margin: 20 px 0 0;
  font-size: 22px;
}

nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

nav li {
  display: inline-block;
}

nav a {
  font-weight: 800;
  padding: 5px 10px;
}

/*************************************
FOOTER
*************************************/

footer {
  font-size: 0.75em;
  text-align: center;
  clear: both;
  padding-top: 50px;
}

/*************************************
COLORS
*************************************/

/* links */
a {
  color: green;
}

/* nav link  
*/
nav a, nav a:visited {
  color: white;
}

/* selected nav link */
nav a.selected, nav a:hover {
  color: #005000;
}

body {
  background-color: #FFF;
  font-size: 16px;
}
