/**site **/
body {
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
  font-size: 80%;
  background: #fff;
  text-align: center;
  color: #555;
}

hr {
  color: #6D6D6D;
  height: 1px;
  border: none;
}

img {
  border: none;
}


/**layers **/

#container {
  background-color: #fff;
  text-align: left;
  margin-top: 10px;
  margin: auto;
  padding: 0 0 10px 0;
  width: 770px;
  position: relative;
  background-image: url(_images/fotograf_ljus_mindre.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#head {
  height: 91px;
  background-color: #fff;
  margin-bottom: 0px;
/**  background-image: url(images/5min3.png);
  background-position: bottom left;
  background-repeat: no-repeat; **/
}

#right {
  border-left: 1px dashed #000;
  float: left;
  line-height: 1.5em;
  width: 300px;
  height: 300px;
	padding: 0 15px 0 10px;
}

#right[id] {
  height: auto;
  min-height: 300px;
}

#left {
  clear: left;
  float: left;
  width: 415px;
  height: 300px;
  padding: 0 15px 0 13px;
  background-color: #fff;
  line-height: 1.5em;
}

#left[id] {
  height: auto;
  min-height: 300px;
}



/** lists **/

#head ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  text-align: right;
}

#head li {
  display: inline;
  margin: 0;
  padding: 0;
}

#left ol.toplist {
  margin: 12px 0 20px 0;
  padding: 0 0 0 30px;
  font-size: 120%;
}

#left ol.toplist li {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}

#right ol {
    margin: 0 0 0 0;
}

#right ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}

#right li {
  margin: 0;
  padding: 0;
}

#left li a {
    margin: 0;
    display: block;
    text-decoration: none;
    padding: 4px 15px 6px 10px;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

#left li a:hover {
    background-color: #6D6D6D;
    color: #fff;
}

#left li a.aktiv {
    background-color: #423E3F;
    color: #fff;
}

#foot {
  clear: left;
  text-align: center;
  padding: 30px 0 10px 0;
}



/** text **/

a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px dashed #333;
}
a:hover {
  border-bottom: 1px solid #333;
}

#left a.nounderline {
  text-decoration: none;
}


p {
  margin: 5px 0 0 0;
  padding: 0;
}

h1 {
  font-size: 150%;
  font-weight: bold;
  padding: 0 0 0 0;
  border-bottom: dashed 1px #555;
  margin: 0.2em 0 0 0;
}

h2 {
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
  margin: 0.5em 0 0 0;
  padding: 0 0 0 0;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  margin: 8px 0 0 0;
  padding: 0 0 0 0;
}

h4 {
  font-size: 80%;
  font-weight: bold;
  margin: 4px 0 0 0;
  padding: 0 0 0 0;
}

.ingress {
	font-weight: bold;
}

.motivation {
  font-size: 80%;
}

/**content **/
.imageleft {
  float: left;
  text-align: center;
	font-size: 75%;
 	font-weight: bold;
	line-height: 130%;
  border: 3px solid black;
	background-color: #fff;
  padding: 3px 3px 0px 3px;
  margin-right: 10px;
}
.imageright {
  float: right;
  text-align: center;
  font-size: 75%;
  line-height: 130%;
  font-weight: bold;
  border:3px solid black;
  background-color: #fff;
  padding: 3px 3px 0px 3px;
  margin-left: 10px;
}
.imageright img {
  padding: 0 0 4px 0;
  display: block;
}
.imageleft img {
  padding: 0 0 4px 0;
  display: block;
}
.image p {
  margin: 0;
}

