body {
  background: #6a6a6a url("images/cirkler.png") no-repeat 250px 100px;
  margin: 0;
  border: 0;
  padding: 0;
  color: white;
  font: 10pt;
  font-family: "Verdana", "Helvetica", sans-serif;
}

#menu a, #menu a:visited {
  color: white;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

a {
  color: #ddd;
}

a:visited {
  color: #ccc;
}

a:hover {
  color: #fff;
}


#colorbar {
  height: 5px;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  background: url("images/yellowbar.jpg") repeat;
}

#logobox {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  background: url("images/logoboxbackground.jpg") repeat;
}

#logobox img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#centerdiv {
  position:absolute;
  left:50%;
  margin-left: -400px;
  width: 800px;
}

#leftbar {
	position: absolute;
	top: 42px;
	left: 0px;
}

#menu {
	position: absolute;
	top: 38px;
	left: 43px;
  width: 150px;
  font-size: 10pt;
  line-height: 18pt;
  font-family: "century gothic", "Verdana", "Helvetica", arial, sans-serif;
/*  text-transform: lowercase;*/
}

#content {
	position: absolute;
	top: 0px;
	right: 42px;
  width: 520px;
  margin: 0 0 50px 0;
  line-height: 16pt;
  font-size: 11pt;
}

#content img {
  margin-top: 15px;
  margin-bottom: 15px;
}

h1, h2, h3{
  font-family: "century gothic", "Verdana", "Helvetica", arial, sans-serif;
/*  text-transform: lowercase; */
  margin-top: 40px;
  padding-top: 0px;

}

input {color:#ccc; background:#6a6a6a; border: 1px solid #c9f70e; font-size:10px;}
