* {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial;
  font-size: 10pt;
  color: black;
}

html {
  height: 100%;
}

body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #D9D9D9;
  background-image: url('../images/bg.gif');
  background-repeat: repeat-x;
  font-size: 11pt;
}

a {
  color: #222222;
  text-decoration: underline;
}

a:hover { 
  color: orange;
  text-decoration: none;
}

h1 {
  color: #003399;
  font-size: 11pt;
}

#website {
  width: 637px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 60px;
  left: 0px;
}

#topmenu {
  margin: 0;
  padding: 0;
  width: 100%;
}

#topmenu li {
  float: left;
  list-style-type: none;
  padding-right: 2px;
}

#topmenu li a {
  display: block;
  text-decoration: none;
}

#topmenu li a:hover {
  background-position: bottom left;
  text-decoration: none;
}

#homeButton, #homeButton:visited {
  width: 138px;
  height: 38px;

  background-image: url('../images/button_home.gif');
}

#dienstenButton, #dienstenButton:visited {
  width: 138px;
  height: 38px;

  background-image: url('../images/button_diensten.gif');
}

#aboutButton, #aboutButton:visited {
  width: 138px;
  height: 38px;

  background-image: url('../images/button_about.gif');
}

#portfolioButton, #portfolioButton:visited {
  width: 138px;
  height: 38px;

  background-image: url('../images/button_portfolio.gif');
}

#contactButton, #contactButton:visited {
  width: 138px;
  height: 38px;

  background-image: url('../images/button_contact.gif');
}

#header {
  height: 185px;
}

#content {
  padding: 15px;
  width: 607px;
  background-image: url('../images/bg_mid.png');
}

#bottombar {
  width: 637px;
  height: 125px;
  background-image: url('../images/bg_bottombar.gif');
}

#footer {
  padding-right: 8px;
  text-align: right;
  background-image: url('../images/footer_shade.gif');
  background-repeat: no-repeat;
}

#footertext {
  position: relative;
  top: 5px;
  color: #999999;
  font-family: Arial;
  font-size: 8pt;
}

.HeadLine {
  float: left;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #105090;
}

.HeadLineDate {
  float: right;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 8pt;
  color: #99B0C1;
}

.NewsPost1 {
  background-color: #e1ebf2; display: block;
}

.NewsPost2 {
  background-color: #ecf3f7; display: block;
}

.CornersTop { width: 100%;
  display: block;
  height: 6px;
  background-image: url('../images/corners_left.png');
  background-repeat: no-repeat;
  background-position: top left;
}

.CornersTop span {
  display: block;
  height: 6px;
  background-image: url('../images/corners_right.png');
  background-repeat: no-repeat;
  background-position: top right;
}

.CornersBottom {
  display: block; width: 100%;
  height: 6px;
  background-image: url('../images/corners_left.png'); 
  background-repeat: no-repeat;
  background-position: bottom left;
  clear: both;
}

.CornersBottom span {
  display: block;
  height: 6px;
  background-image: url('../images/corners_right.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}

.PostHolder {
 padding: 4px 10px 4px 10px; 
}

