/*LCR2006v2*/
/* der Hierarchie nach angeordnet */

body {

  background-color: #FFCC66;
  font-size: 100.01%;
  font-family: Arial, Helvetica,sans-serif;
}

div#links {
  width: 170px;
  height: 270px;
  background-color: lemonchiffon;
  position: absolute;

  top:  16px;
  left: 16px;
}

div#inhalt {
  width: 700px;
  height: 530px;
  background-color: lemonchiffon;
  position: absolute;

  top: 16px;
  left: 202px;
}

div#text {
  margin-left: 2em;
  margin-right: 2em;
}

div#bild {
  margin-left: 2em;
  position: absolute;
  top: 250px;
}

div#bild2 {
  margin-left: 300px;
  position: absolute;
  top: 300px;
}

/*-----------------------------  Kontainer ------------------------------------*/

ul {
  padding : 0px;
  margin: 0px;
}

ul#list {

}

ul#list li {
  text-align: left;
  font-size:0.8em;
  margin-left: 1em;
  list-style-type: circle;
}

li {
  list-style: none;
  font-size: 0.9em;
  /*font-weight: bold;*/
  text-align: center;
  padding: 0.5em;
}

a#mail {
color: blue;
background-color: lemonchiffon;
width: 100px;

}

a {
  display: block;
  padding: 4px;
}

a:link {
  color: black;
  background-color: #FFCC66;
  border: 0px;
  text-decoration: none;
}

a:visited {
  color: #666; background-color: #FFCC66;
  border: 0px;
  text-decoration: none;
}

a:hover {
  color: black;
  background-color: #FFCC66;
  border: 0px;
  text-decoration: none;
}

a:active {
  color: white; background-color: #FFCC66;
  border: 0px;
  text-decoration: none;
}

h1 {
  font-size: 1.2em;
  margin-top: 1.5em;
}

h2 {
  font-size: 1em;
  margin-top: 2em;
}

h3 {

}

h4 {

}

p {
  font-size:0.8em;
  margin-top: 2em;
}

img {
  margin-right: 2em;
}

/* Falls vierstellig, hier left auf 60px oder 50px setzen */
center {
position: absolute;
left : 30px;
top: 300px;
}