body {
  background-color: #E9E9E9;
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

p {
  text-align: justify;
  margin: 14px 0px 0px 0px;
}

p.center {
  text-align: center;
}


p.left {
  text-align: left;
}

p.right {
  text-align: right;
}

h1 {
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 14px 0px;
}

form {
  margin: 0px 0px 0px 0px;
}

input, textarea {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  margin: 0px 0px 0px 0px;
}

select {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}

img {
  border: 0px solid #000000;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
}

a.nolayout {
  color: #000000;
  text-decoration: none;
}

a:hover.nolayout {
  color: #00000;
}

div {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid <? echo $color1; ?>;
}

div.intekst {
  margin-top: 14px;
}

.nomargin {
  margin: 0px 0px 0px 0px;
}

#Basis {
  width: 800px;
  left: 50%;
  margin-left: -400px;
  position: relative;
  max-width: 800px;
  background-image: url('background.png');
  background-repeat: repeat-y;
}

#Header {
  width: 800px;
  height: 91px;
}

#Logo {
  position: absolute;
  top: 22px;
  left: 24px;
}

#Balk {
  width: 800px;
  height: 24px;
}

#Balk2 {
  position: absolute;
  width: 798px;
  height: 24px;
  left: 1px;
  background-color: #FF8040;
}

#Main {
  width: 800px;
  float: left;
}

#VBalk{
  width: 24px;
  height: 1000px;
  float: left;
}

#Content {
  width: 752px;
  float: left;
  margin-top: 24px;
  
}

#Clear1 {
  height: 30px;
  width: 800px;
  float: left;
}

#Clear2 {
  width: 802px;
}

#Container {
  width: 802px;
}

.Clear {
  clear: both;
}
