html {
  margin: 0;
  padding: 0;
  height: 100%;
  font: normal normal normal 0.9em/1.5em "Comic Sans MS", sans-serif;
  text-align: center;
}
body {
  margin: 0;
  padding: 0;  
  text-align: center;
  height: 100%;
  background-color: #89b6f9;
  background: #89b6f9 url(../images/background.jpg) repeat-y center;
}
#outer {
  width: 950px;
  margin: 0px auto 0px auto;  
  height: 100%;
  text-align: left;
}
#top {
  background: transparent url(../images/top.jpg) no-repeat left center;
  height: 278px;
}
#content {
  padding: 15px 15px 15px 60px;
  float: left;
  width: 630px;
}
#right {
  float: right;
  width: 196px;
  padding: 15px 40px 0px 0px;
}
#top_head {
  height: 245px;
  text-align: right;
  padding: 0px 0px 0px 0px;
}
#topmenu {
  position: relative;
  background: transparent url(../images/topmenu_bg.jpg) repeat-x left bottom;
  padding: 0px 0px 0px 30px;
}
.topmenu {
  margin: 0px 0px 0px 10px;
  padding: 0;
}
.topmenu li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style-type: none;
  font: italic small-caps bold 18px/18px "Comic Sans MS";
}
.topmenu_no a:link, .topmenu_no a:visited {
  padding: 10px 15px 0px 15px;  
  background: transparent url(../images/topmenu_no.jpg) no-repeat right bottom;
  color: #dfce2e;
  text-decoration: none;
}
.topmenu_act a:link, .topmenu_act a:visited {
  padding: 10px 15px 0px 15px;  
  background: transparent url(../images/topmenu_act.jpg) no-repeat right bottom;
  color: #dfce2e;
  text-decoration: none;
}
.topmenu_no a:hover, .topmenu_act a:hover {
  padding: 10px 15px 0px 15px;  
  background: transparent url(../images/topmenu_act.jpg) no-repeat right bottom;
  color: #dfce2e;
  text-decoration: none;
}
.submenu {
  padding: 0;
  margin: 0;
}
.submenu li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.submenu li a {
  border-bottom: 2px dotted #4F740E;
  border-top: 2px dotted #4F740E;
  display: block;  
  padding: 10px 0px 8px 5px;
  font-size: 16px;
  font-weight: bold;
}
.submenu_no a:link, .submenu_no a:visited {
  background-color: #628F13;
  color: #dfce3b;
  text-decoration: none;
}
.submenu_act a:link, .submenu_act a:visited {
  background-color: #89b6f9;
  color: white;  
  text-decoration: none;
}
.submenu li a:hover {
  background-color: #89b6f9;
}
a:link, a:visited {
  color: #dfce3b;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
h1 {
  color: white;
  font: normal normal normal 20px/18px sans-serif, "Comic Sans MS";
}
h2 {
  color: white;
  font: normal small-caps bold 16px/14px sans-serif, "Comic Sans MS";
}
fieldset.tx-powermail-pi1_fieldset  {
  border: 1px solid white;
}
fieldset.tx-powermail-pi1_fieldset legend {
  color: white;
  font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset label {
  display: block;
  width: 110px;
  float: left;
  clear: both;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select {
  /*width: 200px;*/
  border: none;
  border-bottom: 1px solid black;
  margin-left: 10px;
}
div.tx_powermail_pi1_fieldwrap_html {
  margin: 10px 0;
}