html {
  height: 101%;
}
body {
  margin: 100px 0 0 0;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
}
#outer_wrapper {
  width: 570px;
  margin:auto;
  overflow: hidden;
  }
#header {
  margin: 0 0 40px 0;
  font-size: 16pt;
}
#content h1 {
  font-size: 11pt;
  font-weight: bold;
}
/* ---- NAVIGATION OBEN ---- */
#navi_top ul {
  list-style-type: none;
  margin:0;
  padding: 0;
}
#navi_top ul li {
  display: inline;
  text-transform: uppercase;
  margin-right: 21px;
}
#navi_top a {
  text-decoration: none;
  color: #CED0D5;
}
#navi_top a:hover {
  color: #0E1323;
}
#navi_top li.active a{
  color: #0E1323;
}
#navi_top a.active {
  color: #0E1323;
}
/* ---- NAVIGATION LINKS ---- */
#navi_left {
  height: 100px;
  color: #CED0D5;
}
#navi_left ul {
  list-style-type: none;
  margin: 3px 3px 0 0px ;
  padding: 0;
}

ul#link1 {
  margin-left: 0;
}
ul#link2 {
  margin-left: 55px;
}
ul#link3 {
  margin-left: 153px
}
ul#link4 {
  margin-left: 295px;
}

#navi_left ul li {
  display: inline;
  text-transform: uppercase;
  margin: 0px;
}
#navi_left a {
  text-decoration: none;
  color: #CED0D5;
}
#navi_left a:hover {
  color: #0E1323;
}
#navi_left li.active a{
  color: #0E1323;
}
#navi_left li.active {
  color: #0E1323;
}
/* --- CONTENT --- */
.contenttable {
  font-size: 11pt;
}
.contenttable .tr-even {
  background: #fff;
}
.contenttable .tr-odd {
  background: #fff;
}
.contenttable .td-0, .td-1, .td-2 {
  vertical-align: top;
}
.contenttable .td-0 {
  width: 60px;
}
.contenttable .td-1 {
  min-width: 200px;
}
#content a {
  text-decoration: none;
  color: #0E1323;
}
#content img {
  border-left: 10px solid white;
  border-right: 10px solid white;
}
/* --- powermail --- */
  .tx-powermail-pi1 {
    background:#fff;
    text-align: right;
    margin-right: 200px;
  }
  fieldset {
    background:#fff;
  }
  fieldset.tx-powermail-pi1_fieldset {
    border: none;
    background:#fff;
    padding:10px;
    margin: 15px 0 15px 0;
  }
  fieldset.tx-powermail-pi1_fieldset input[type=text]:focus, textarea:focus {
    background: #f0f0f0;
    color: #333;
    border-color: #666;
  }
  fieldset.tx-powermail-pi1_fieldset input[type=submit] {
    background:#c5c5c7;
    border:0px;
    width:250px;
  }
  fieldset.tx-powermail-pi1_fieldset legend {
    background:#fff;
    display: none;
  }
  .powermail_text{
    background:#fff;
    width:250px;
    margin-left: 15px;
  }
  .powermail_textarea {
    background:#fff;
    width:250px;
    height: 100px;
    margin-left: 15px;
  }
  .odd {
    background:#fff;
  }
  .even {
    background:#fff;
  }
  
/* --- accordion --- */  
.rgaccord1-nest {
  border: 0px;
}
.rgaccord1-nest .bodytext {
  color: #333;
  border: 0px;
  margin: 20px;
}


.rgaccord1-nest h3 {
  font-family: verdana, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  border: 0px;
  margin: 5px;
  padding: 0px;
  background: #fff;
  color: #CED0D5;
}
.rgaccord1-nest h3:hover {
  color: #0E1323;
}
#content .csc-textpic-text {
  border-left: 20px solid #fff;
  text-align: justify;
}
.csc-default {
  padding-bottom: 20px;
}
.csc-mailform {
	border: none;
}
label {
	display: block;
	width: 100px;
	margin: 5px 0;
}


