* {
  margin:0;
  padding:0;
  font-size: 1em;
}

body{
  background-color: rgb(242,242,242);
  font-size:14px;
  font-family: "Times New Roman", "Times Roman", "Times";
}
a {
  color: rgb(128,0,0);
  text-decoration:underline;
}
a:hover {
  color: rgb(166,166,166);
  text-decoration:underline;
}

#menu a {
  color: rgb(128,0,0);
  text-decoration:none;
}
#menu a:hover {
  color: rgb(166,166,166);
  text-decoration:none;
}

#footer a {
  color: rgb(144,144,144);
  text-decoration:underline;
}
#footer a:hover {
  color: rgb(128,0,0);
  text-decoration:none;
}

#main {
  background-color: rgb(255,255,255);
  width: 100%;
  padding-bottom: 30px;
}

#wrapper {
  width: 960px;
  margin: auto;

}
#header_left {
  float: left;
  margin-bottom: 20px;
  margin-top:50px;
}
#header_right {
  float: right;
  margin-bottom: 20px;
  margin-top:50px;
}

.separator {
  clear: both;
}


#separator_footer {
  clear: both;
  margin-bottom: 30px;
}

#separator_header {
  clear: both;
  border-top: 1px solid rgb(128,0,0);
  margin-bottom: 30px;
}

#menu {
  float: left;
  width: 215px;
  padding-right: 10px;
}

ul.menu {
  list-style:none outside;
  line-height:1.5em;
  }

li.menu {
  border-top: 1px solid rgb(128,0,0);
}

li.last {
  border-top: 1px solid rgb(128,0,0);
  border-bottom: 1px solid rgb(128,0,0);
}

/* CONTENT-Formate */

#content {
  clear: right;
  float: left;
  width: 735px;
  color: rgb(144,144,144);
}

img.content_top {

}

#content h2 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom:20px;
}
#content h3 {
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom:10px;
}
#content h4 {
  font-size: 1.25em;
  margin-top: 10px;
  margin-bottom:10px;
}
#content h4 {
  font-size: 1.15em;
  margin-top: 10px;
  margin-bottom:10px;
}

#content p {
  margin-bottom:10px;
}

#content ul {
  list-style-position: outside;
  list-style-type: square;
  margin: 5px;
  margin-left: 15px;
  margin-bottom: 20px;
}
#content ol {
  list-style-position: outside;
  margin: 5px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#content li {
  margin-bottom: 5px;
}

#content span {
  color: rgb(144,144,144);
}

#content td {
  vertical-align:top;
}
/* FOOTER-Formate */

#footer {
  width: 960px;
  margin: auto;
  padding-top:0px;
  margin-bottom: 20px;
}

p.footermenu, p.copyright {
  text-align: center;
  font-size: 0.9em;
  padding-top: 10px;
  color: rgb(144,144,144);
}

.box_header_l, .box_header_m, .box_header_r {
  background-color: rgb(185,185,185);
  color: rgb(255,255,255);
  padding:5px;
  vertical-align: top;
}

.box_l, .box_m, .box_r {
  background-color: rgb(230,230,230);
  color: rgb(166,166,166);
  padding:5px;
  vertical-align: top;
}

h1.box {
  color: rgb(64,64,64);
  font-weight: normal;
  margin-bottom: 5px;
}

p.box {
  margin-bottom: 5px;
}
.box_l, .box_header_l {
  width: 200px;
}

.box_m, .box_header_m {
  width: 345px;
}
.box_r, .box_header_r {
  clear: right;
  width: 345px;
}

td.separator {
  width: 10px;
}
img.checked_box {
  float:left;
  margin-right:5px;
}

#contenttable h3 {
  margin: 5px;
}

#contenttable th {
  text-align:left;
}

#contenttable td {
  padding: 5px;
}


/* FOOTER-Formate */

#footer {
  width: 960px;
  margin: auto;
  padding-top:0px;
  margin-bottom: 20px;
}

p.footermenu, p.copyright {
  text-align: center;
  font-size: 0.9em;
  padding-top: 10px;
  color: rgb(144,144,144);
}

.box_header_l, .box_header_m, .box_header_r {
  background-color: rgb(185,185,185);
  color: rgb(255,255,255);
  padding:5px;
  vertical-align: top;
}

.box_l, .box_m, .box_r {
  background-color: rgb(230,230,230);
  color: rgb(166,166,166);
  padding:5px;
  vertical-align: top;
}

span.indicator {
  font-family: Arial, Helvetica, "Sans serife";
  color: rgb(196,0,0);
  font-size: 150%;
  font-weight: bold;
}
