body {
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #dedede url(page-background.gif) top center repeat-x;
  margin: 0;
  padding: 0 10px;
}

td {
  font-size: 12px;
}

a { 
  text-decoration: underline;
  color: #a2b943;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}

#page {
  width: 760px;
  text-align: left;
  margin: 0 auto;
}

#logo {
  margin: 0;
  padding: 0;
  position: relative;
  height: 54px;
  overflow: hidden;
}

#logo a {
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
}

#logo a:hover {
  text-decoration: underline;
}

#logo a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
  height: 54px;
  background: url(logo.gif) top left no-repeat;
  cursor: hand;
}


#head-menu {
  margin: 0;
  padding: 0;
  width: 230px;
  float: left;
  border-top: solid 2px #ffffff;
}
#head-menu li {
  list-style: none;
  display: inline;
}
#head-menu li a {
  color: #303030;
  display: block;
  background: #d4e97e url(head-menu-item-background.gif) 0px 0px no-repeat;
  font-weight: bold;
  padding: 7px 7px 7px 30px;
  text-decoration: none;
  border-bottom: solid 2px #ffffff;
}
#head-menu li a:hover {
  color: #ffffff;
  background: #a2b943 url(head-menu-item-background.gif) 0px -30px no-repeat;
}



#head-picture {
  margin: 0;
  padding: 0;
  position: relative;
  width: 530px;
  height: 152px;
  float: right;
  background: #3d78b6;
  overflow: hidden;
}

#head-picture a {
  color: #ffffff;
  text-decoration: none;
}
#head-picture a:hover {
  text-decoration: underline;
}

#head-picture a span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 530px;
  height: 152px;
  background: url(head.png) top left no-repeat;
  cursor: hand;
}



#main {
  background: #ffffff url(main-background.gif) left top repeat-y;
  padding: 10px;
  clear: both;
}


#left-column {
  float: left;
  position: relative;
  top: 0px;
  left: -10px;
  width: 230px;
}


#content {
  float: right;
  width: 508px;
  position: relative;
  top: 0px;
  left: 0px;
  color: #737373;
  /*background: url(content-background.gif) right top no-repeat;*/
}


#foot {
  background: url(foot.gif) center top no-repeat;
  padding: 120px 10px 20px 10px;
  text-align: center;
  color: #8c8c8c;
}



#content h1 {
  background: url(h1-picture.gif) 2px 2px no-repeat;
  margin: 20px 0 5px 0;
  padding: 1px 0 1px 25px;
  font-size: 15px;
  font-weight: bold;
  color: #6ca2e2;
}

#content h2 {
  margin: 20px 0 5px 0;
  padding: 0;
  color: #3677c3;
  font-weight: bold;
  font-size: 13px;
  
}

#content p {
  line-height: 1.5;
}

#content strong {
  color: #737373;
}



#left-column .h1-reference {
  background: url(h1-left-column-bg-blue.gif) left top repeat-y;
  
  margin: 10px 0 0 0;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
#left-column .h1-contact {
  background: url(h1-left-column-bg-green.gif) left top repeat-y;
  
  margin: 10px 0 0 ;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}

#left-column .box-reference {
  border-left: solid 2px #6da2e2;
  padding: 5px;
  text-align: center;
}
#left-column .box-reference a {
  display: block;
  margin: 10px 0;
  color: #777777;
  padding: 5px;
  text-decoration: none;
  cursor: hand;
}
#left-column .box-reference a:hover {
  text-decoration: none;
  background: #dddddd;
}

#left-column .box-reference span {
  display: block;
  background: url(reference-background.gif) top left no-repeat;
  width: 201px;
  height: 91px;
  text-align: left;
}

#left-column .box-reference span img {
  margin: 5px;
  width: 110px;
  height: 80px;
}




#content .box-reference {
  width: 215px;
  float: left;
  padding: 5px;
  text-align: center;
}
#content .box-reference a {
  display: block;
  margin: 10px 0;
  color: #777777;
  padding: 5px;
  text-decoration: none;
  cursor: hand;
}
#content .box-reference a:hover {
  text-decoration: none;
  background: #dddddd;
}

#content .box-reference span {
  display: block;
  background: url(reference-background.gif) top left no-repeat;
  width: 201px;
  height: 91px;
  text-align: left;
}

#content .box-reference span img {
  margin: 5px;
  width: 110px;
  height: 80px;
}




#left-column .box-contact {
  border-left: solid 2px #adc159;
  padding: 5px;
  line-height: 1.5;
  font-style: normal;
  color: #5c5c5c;
}
#left-column .box-contact strong {
  color: #a2b943;
}
#left-column .box-contact a {
  color: #5c5c5c;
  text-decoration: underline;
}
#left-column .box-contact a:hover {
  text-decoration: none;
}

#left-column .box-contact .address {
  display: block;
  background: url(contact-address.gif) 0px 0px no-repeat;
  padding-left: 22px;
}
#left-column .box-contact .telephone {
  background: url(contact-telephone.gif) 0px 0px no-repeat;
  padding-left: 22px;
}
#left-column .box-contact .fax {
  background: url(contact-fax.gif) 0px 0px no-repeat;
  padding-left: 22px;
}
#left-column .box-contact .email {
  background: url(contact-email.gif) 0px 0px no-repeat;
  padding-left: 22px;
}


hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
  padding: 0;
	border: none;
	visibility: hidden;
}



.archiv-entries {
  clear: both;
  text-align: center;
}

