html, body {
  height: 80%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}


#wrapper {
	margin-top: 5em;
	margin-bottom: 10em;
}

#title {
  color: white;
  margin-top: 0;
}

#subtitle {
  margin-top: -1em;
  margin-bottom: 1em;
  color: white;
}

#nav {
	line-height: 3em;
}

.content {
	background-color: white;
	padding: 0.5em 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 3em;
}

body#index #main div.content {
	background-color: transparent;
	padding: 0;
}


a {
	color: black;
	background-color: white;
	padding: 0.2em 0.3em;
	margin: 1em 1em 3em 0;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

a:hover {
	color: #FF8000;
}

body#index a#nav-index,
body#kontakt a#nav-kontakt,
body#contact a#nav-contact {
	background-color: gray;
}

#background img {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
