body {
  margin-top: 0px;
  background-color: #fdfdfd;
  font-family: Helvetica, Arial;
  font-size: 12px;
}

#seite {
  margin: 0 auto;
  width: 800px;
}

#header {
  width: 800px;
  height: 80px;
  background-image: url('./img/header.jpg');
  margin-bottom: -12px;
}


#navi {
  width: 816px;
  height: 50px;
  background-image: url('./img/nav.gif');
  text-align: center;
}
.nl, .navmark {
  float:left;
  width: 128px;
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  list-style: none;
}
.nl2 {
  float:left;
  width: 6px;
  height: 38px;
  list-style: none;
}
.navmark {
  background-image: url('./img/navmark.gif');
  color: white;
}


#main {
  width: 800px;
}

#subnavi {
  float: left;
}
.subtop {
  background-image: url('./img/subtop.gif');
  width: 149px;
  height: 22px;
}
.sub {
  background-image: url('./img/sub.gif');
  padding-left: 15px;
  width: 134px;
}
.subbottom {
  background-image: url('./img/subbottom.gif');
  width: 149px;
  height: 25px;
}

#content {
  position: absolute;
  margin-left: 149px;
}

.contop {
  background-image: url('./img/contop.gif');
  width: 637px;
  height: 26px;
  padding-left: 30px;
  padding-top: 15px;
  color: white;
  font-size: 14px;
}
.content {
  background-image: url('./img/content.gif');
  padding: 30px;
  width: 607px;
}
.conbottom {
  background-image: url('./img/conbottom.gif');
  width: 667px;
  height: 51px;
}

#footer {
  text-align: center;
  font-size: 9px;
  margin-top: -20px;
  margin-bottom: 20px;
}



.devider {
  float: left;
  height: 10px;
}
h1 {
  margin-top: 0px;
  color: #CE0606;
}
h2 {
  margin-top: 0px;
  color: #CE0606;;
}
h3 {
  color: #CE0606;
}
hr {
  margin-left: 0px;
  border: 1px dashed #DDDDDD;
}
hr.subhr {
  margin-left: 0px;
  width: 100px;
  border: 1px dashed #DDDDDD;
}
img {
  border: 0px;
}
fieldset {
  border: 1px solid #c79e9e;
  background-color: #fdeeee;
}
legend {
  font-size: 14px;

}
iframe {
  border: 1px solid #c79e9e;
}

/* Definition lists */
dt {
  font-size: 14px;
  color: #CE0606;;
  font-weight: bold;
  margin-bottom: 5px;
}
.ddv {
  float: left;
}
.alertbox, .alertbox2 {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.alertbox {
  border: 1px solid #FF8F00;
  background-color: #FFDAAA;
}
.alertbox2 {
  border: 1px solid #00CC13;
  background-color: #BFFFC5;
}
/* Table */
td {
  font-size: 12px;
}


.tablehead, .tablebody td{
  font-size: 12px;
  border: 1px dashed #c79e9e;
  text-align: center;
  padding: 3px;
}
.tablehead {
  background-color: #fdeeee;
}

.tablehead2, .tablebody2 td{
  font-size: 12px;
  border: 1px dashed #c79e9e;
  padding: 3px;
}
.tablehead2 {
  background-color: #fdeeee;
  text-align: center;
  font-weight: bold;
}
.tablebody2 td {
  padding: 5px;
  padding-left: 15px;
  text-align: left;
  
}

/* Linkformatierungen */
a:link {
  color: #CE0606;
  text-decoration: none;
}
a:visited {
  color: #CE0606;;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}
a:active {
  color: #808080;
  text-decoration: none;
}

/* colors */
.red {
  color:#CE0606;
}


.newstitle {
	padding-top:10px;
	font-size:14px;
	width:115px;

}


.newstitle .newsdatum {
	font-size:14px;
	width:115px;
	color:red;

}
