html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  height: 100%;
  background: url(img/background.png) center center no-repeat;
  color: #444;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

h1 {
  width: 100%;
  height: 70px;
  background: url(img/header.jpg) no-repeat;
  margin-bottom: 10px;
  text-indent: -999em;
  margin-top: 20px;
}

h2 {
  color: #4e74ac;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  margin: 25px 0 15px 0;
}

#main {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -385px;
  margin-top: -215px;
  width: 770px;
  height: 430px;
  background: url(img/main.png) center center no-repeat;
  padding-left: 10px;
}

#leftpanel {
  width: 520px;
  height: 410px;
  float: left;
}

#leftpanel ul {
  list-style: lower-alpha;
}

#rightpanel {
  margin-left: 50px;
  width: 180px;
  height: 410px;
  float: left;
}

#rightpanel ul {
  list-style: none;
  margin-left: 10px;
  padding-left: 0;
}

#rightpanel a {
  color: #446eaa;
  text-decoration: none;
  padding: 1px 2px;
}

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

#rightpanel a img {
  border: 0;
}

#rightpanel div.contactperson {
  font-weight: bold;
  margin-bottom: 10px;
}

#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  padding-top: 6px;
  width: 750px;
  clear: both;
  color: #bbb;
  line-height: 14px;
}

#footer div.version {
  float: left;
  width: 570px;
}

#footer div.version a[href^="http:"]{
   padding-right: 11px;
   background: url(img/external.footer.png) center right no-repeat;
}

#footer div.version span {
  color: #ffd077;
}

#footer div.version span.lastmodified {
  margin-left: 10px;
}

#footer div.copyright {
  float: left;
  width: 180px;
  text-align: right;
}

#footer div a {
  color: #b0c4de;
  text-decoration: none;
}

#footer div a:hover {
  color: #7195c3;
}

a.strikeout {
  text-decoration: line-through !important;
}

#portfolio {

}

#portfolio a {
  display: block;
  width: 152px;
  height: 102px;
  float: left;
  margin-right: 10px;  
}

#portfolio a img {
  padding: 1px;
  border: 1px solid #b0c4de;
}

#portfolio a:hover img {
  border: 1px solid #ffa500;
}



#motioncontainer {
	width: 500px;
	height: 110px;
  position: relative;
  overflow: hidden;
}

#motiongallery {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
  width: 1480px;
}
/*
#chrismas {
  position: absolute;
  top: 0px;
  left: 15px;
  width: 160px;
  height: 275px;
  background: url(img/chrismas.png) no-repeat;
  z-index: 9999;
}
*/