html, body {
  height: 100%;
  margin: 0px;
  background-color: #111111;
  font-family: arial, sans-serif;
  font-size: 13px;
}

#box-1 {
  position: relative;
  width: 713px;

  min-height: 100%; 
  height: auto !important; 
  height: 100%;

  margin: auto;
  background-image:url(bilder/1410-713-hp.jpg);
  background-repeat:no-repeat;
  color: #444444;
}

#box-2 {
  position: relative;
  width: 713px;
  height: 82px;
  margin: auto;
  background-color: #222222;
  border-width: 0px 1px 0px 1px;
  border-color: #888888;
  border-style: solid;
  color: #cccccc;
}

#box-3 {
  position: relative;
  width: 713px;

  min-height: 100%; 
  height: auto !important; 
  height: 100%;

  margin: auto;
  border-width: 0px 1px 1px 1px;
  border-color: #888888;
  border-style: solid;
  color: #cccccc;
}

span.aktiv {
  position: relative;
  float: left;
  width: 101px;
  height: 19px;
  padding-top: 3px;
  border-width: 2px 1px 0px 1px;
  border-color: #ffffff;
  border-style: solid;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

span.aktiv-bleistift {
  position: relative;
  float: left;
  width: 101px;
  height: 19px;
  padding-top: 3px;
  border-width: 2px 1px 0px 1px;
  border-color: #ffffff;
  border-style: solid;
  text-align:center;
  color: #ffffff;
  font-weight: bold;
  background-color: #333333;
}

span.aktiv-left {
  position: relative;
  float: left;
  width: 101px;
  height: 19px;
  padding-top: 3px;
  border-width: 1px 1px 0px 0px;
  border-color: #444444;
  border-style: solid;
  text-align: center;
  color: #444444;
  font-weight: bold;
}

span.passiv {
  position: relative;
  float: left;
  width: 101px;
  height: 19px;
  padding-top: 3px; 
  border-width: 0px 1px 2px 0px;
  border-color: #ffffff;
  border-style: solid;
  text-align: center;
}

span.passiv-hp {
  position: relative;
  float: left;
  width: 101px;
  height: 19px;
  padding-top: 3px; 
  border-width: 0px 1px 2px 0px;
  border-color: #444444;
  border-style: solid;
  text-align: center;
}

span.passiv-right {
  position: relative;
  float: left;
  width: 101px;
  height: 19px;
  padding-top: 3px; 
  border-width: 0px 0px 2px 0px;
  border-color: #ffffff;
  border-style: solid;
  text-align: center;
}

span.passiv-right-hp {
  position: relative;
  float: left;
  width: 101px;
  height: 19px;
  padding-top: 3px; 
  border-width: 0px 0px 2px 0px;
  border-color: #444444;
  border-style: solid;
  text-align: center;
}

span.aktiv-right {
  position: relative;
  float: left;
  width: 101px;
  height: 19px;
  padding-top: 3px; 
  border-width: 2px 0px 0px 1px;
  border-color: #ffffff;
  border-style: solid;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

#box-content-1 {
  position: relative;
  clear: left;  
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: right;
  height: 180px;
}

#box-content-2 {
  position: relative;
  float: left;
  width: 713px;
  clear: left;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 500px;
  padding-left: 0px;
  background-color: #333333;
}

#box-content-3 {
  position: relative;
  clear: left;
  padding-top: 3px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

h1 {
  margin: 0px;
  line-height: 60px; 
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #ffffff;
}

h1.hp {
  margin: 0px;
  line-height: 60px; 
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #444444;
}

h2 {
  margin-bottom: 5px;
  font-size: 22px;
  font-family: "Times New Roman", serif;
  color: #ffffff;
}

h2.hp {
  margin: 2px;
  padding-bottom: 5px;
  font-size: 22px;
  font-family: "Times New Roman", serif;
  color: #555555;
}

a.intern:link {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

a.intern:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

a.intern:hover {
  color: #ffff55;
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #ffffff;
}

a:visited {
  color: #ffffff;
}

a:hover {
  color: #ffff55;
}

img { 
  border: 0; 
}

















