body {
	height: 100%;
	margin: 0;
	text-align: justified;
	width: 100%;
	background-color: rgb(226, 226, 226);
	background-image: url("../img/taust.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center
}
h1 {
	font-size: 32px;
	font-family: Palatino, 'Palatino Linotype', sans-serif;
	text-transform: uppercase;
}
sup {
    vertical-align: super;
    font-size: small;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
a {
	color: olive;
	text-decoration: none;
}
.pea {
	padding: 50px 0;
	margin: 50px;
	text-align: center;
	font-family: Georgia, serif;
	color: #208020;
}
.sisu {
	margin: 80px;
	padding: 20px;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #208020;
	background: rgba(255, 255, 255, 0.3);
}
nav {
}

nav li {
  display: inline;
  margin: 0;
  padding: 0 10px;
}

nav ul {
  display: inline;
}

.contact-btn {
  float: right;
}

.contact-btn a {
  cursor: pointer;
  margin-right: 30px;
  padding: 10px 20px;
  border: 1px solid #303030;
  position: relative;
}

.contact-btn a:active {
top: 2px;
}
nav a {
  height: 60px;
  line-height: 60px;
  color: #404040;
  text-decoration: none;
}
table {
	border-collapse: collapse;
	text-align: left;
}
th {
	padding-right: 20px;
	font-weight: bold;
	padding-left: 20px;
}
td {
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid gray;
}
pre {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}
.valikud {
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	
}
.juhendiLink {
  border: none;
  text-align: left;
  font-size: 16px;
  outline: none;
  font-family: Georgia, serif;
  color: #208020;
  width: 100%;
  background-color: #e1e1e1;
}

.active, .juhendiLink:hover {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #208020;
  width: 100%;
  background-color: #f1f1f1;  
}

.juhend {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
p {margin:0; padding:0px 0px 10px 0px;}
.tab {
  display:inline; width:300px
}
