html
{
  height: 99%;
}

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: #000000;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px 0px -10px 0px;
}

.clear {
  clear: both;
}

#sitewrapper
{
  position: relative;
  width: 952px;
  margin: 0px auto;
  padding: 20px 0px;
  overflow: hidden;
}

#borderound {
  position: relative;
  width: 950px;
  border: 1px solid #000;
}

#innercontent {
  position:relative;
  float:left;
  width: 900px;
  padding: 40px 0px 40px 50px;
  text-align: left;
  overflow:hidden;
}

#innerinnercontent {
  position: relative;
  float: left;
  width: 850px;
  padding: 0px 50px 0px 0px;
  text-align: left;
  overflow:hidden;
}

/* Designerbox Klassen */
.designerbox {
  position: relative;
  float: left;
  width: 100%;
}

.innerbox {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0px;
}

.dbleft {
  position: relative;
  float: left;
  width: 415px;
}

.dbright {
  position: relative;
  float: right;
  width: 410px;
}

.db_img {
  position: relative;
  float: left;
  width: 200px;
}

.db_text {
  position: relative;
  float: right;
  width: 200px;
}

.strokeleft {
  position: relative;
  float: left;
  width: 410px;
  border-top: 1px solid #000;
}

.strokeright {
  position: relative;
  float: right;
  width: 410px;
  border-top: 1px solid #000;
}

.kleft {
  position: relative;
  float: left;
  width: 415px;
}

.kright {
  position: relative;
  float: right;
  width: 410px;
}

.kbottom {
  position: relative;
  float: left;
  width: 100%;
}


.newsbox {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #000000;
}

.newshead {
  position: relative;
  float: left;
  width: 100%;
}

.newshead h1 {
  font-size: 18px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.newsdate {
  position: relative;
  float: right;
  padding: 0 0 0 15px;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  font-family: 'Times', serif;
  color: #999999;
  bottom: 0;
}

.newsbody {
  position: relative;
  float: left;
  width: 100%;
}

.cleft {
  position: relative;
  float: left;
  width: 515px;
}

.cright {
  position: relative;
  float: right;
  width: 300px;
}

.contentbox {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px 0;
}

.ustroke {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-top: 15px;
}