
body {
  background-color: #666;
}

.container {
  display: block;
}

a {
  text-decoration: none;
  color: #fff;
}

#nav ul {
  list-style-type: none;
  position: absolute;
}

#nav {
  font-size: large;
  font-weight: bold;
}

#nav a {
 color: #777;
}

#main {
  font-size: large;
  color: #fff;
}

/* ----- Start Page ----- */


#start {
  background: url(images/start.jpg) top left no-repeat;
  min-height: 578px;
}

#start #nav ul {
  top: 450px;
}

/* ----- Info Page ----- */

#info {
  background: url(/home/michael/tmp/Agatas_Website/images/info.jpg) top left no-repeat;
  min-height: 717px;
}

#info #nav ul {
  top: 450px;
}

/* ----- Bilder ----- */

.bild {
  margin-top: 120px;
center;
}

.bilderlinks {
  text-align: center;
  margin-top: 50px;
  padding: 0 auto;
}

.bilderlinks ul {
  list-style-type: none;
}

.bilderlinks li {
  display: inline;
  font-size: large;
	font-weight: bold;
  margin-right: 1em;
}

