
/*
 * CSS stylesheet for Stutteri Sonne <www.stutterisonne.dk>
 *
 * Copyright (C) 2005. Henning Korsholm Rohde <hense@brics.dk>
 * April 2005
 *
 */

body {
  background: white url(stutteriet-enlarged2-background.jpg) no-repeat fixed top left;
}

#content {
 /*  margin-top: 109px; */
  margin-left: 150px;
  text-align: justify;
}

#content h1 {
/*  font-family: "Lucida Blackletter"; */
  font-size: 300%;
  text-align: center;
}

#content h2 {
/*  font-family: "Lucida Blackletter"; */
  clear: both;
}

#content img {
  border: 1px solid #AAA;
  float: left;
  display: block;
  margin-right: 1em;
  margin-bottom: 1em;
}

#content p {
  clear: both;
}

.displaypic {
  display: block;
  clear: both;
  margin-top: 1em; 
  margin-left: 1em; 
}

#footer {
  clear: both;
  padding-top: 10px;
  font-size: 90%;
  font-style: italic;
  text-align: center;
}


/* %%%%%%% navigation %%%%%%% */

#nav {
  position: absolute;   /* "fixed" not supported by IE */
  top: 10px;
  left: 10px;
  width: 150px;
}

#nav ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav li {   
  clear: both;    /* needed by Mozilla */
}

.sep {
  text-decoration: none;
  width: 130px;
  margin-top: 2px;
  line-height: 0.9;
}

#nav a,span {
  text-decoration: none;
  width: 130px;
  margin-top: 2px;
  font-family: verdana,sans-serif;
  text-align: center;
  line-height: 1.5;
  float: left;
  border: 1px solid #AAA;
  color: #333;
}

#nav span {
  background-color: #FFFAE1;
  width: 130px;    /* needed by IE */
}

/* note: span:hover is not recognized by IE */

#nav a {
  background-color: transparent;
}

#nav a:hover {
  background: #FFF7CD;
  margin-left: 2px;
}

