* {
  margin: 0px;
  padding: 0px;
}
ul { list-style: none; }
img { border: 0; }
body {
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-smooth: 12px/18px;
  background-color: #f2f2f2;
  color: #333333;
}
.slidebox { cursor: pointer; }
.td-form-16 { width: 120px; }
.err_msg {
  padding: 5px;
  border: 1px solid #ff7e00;
  background: #ffa73f;
  margin-bottom: 5px;
  color: #494949;
}
.td-form-16-inputs input[type=text] {
  padding: 3px;
  width: 300px;
}
.td-form-16-inputs input[type=submit] {
  padding: 3px;
  width: 300px;
}
.td-form-16-inputs input[type=submit] {
  width: 90px;
  color: white;
  background: #0e7ace;
}
.td-form-16-inputs textarea {
  width: 300px;
  height: 100px;
  padding: 3px;
}
.middle { padding-bottom: 15px; }
.middle #main { margin: 0 auto; }
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
.space_bar {
  margin: 5px;
  height: 3px;
  background-color: #dddddd;
}
.page_space_bar {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 10px;
  background-color: #dddddd;
}
.ref_text {
  margin-bottom: 20px;
  text-align: left;
  padding: 5px;
}
.ref_text a {
  color: #656565;
  font-smooth: 12px/18px;
  text-decoration: none;
}
.ref_text a:hover { color: #ea7f15; }
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  margin-bottom: 8px;
  font-weight: lighter;
}
.navi-bar {
  margin: 0 auto;
  width: 960px;
  margin-top: 25px;
}
.navi-bar h2 {
  float: left;
  color: black;
  font-size: 28px;
}
.navi-bar a { color: black; }
.navi-bar ul { float: right; }
.navi-bar ul li {
  float: left;
  margin-left: 25px;
  font-size: 11px;
}
.navi-bar ul li .contact {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #0e7ace;
  color: white;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.navi-bar ul li .contact:hover {
  text-decoration: none;
  background: #0a63c7;
}
input, textarea, select {
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  border: 1px solid #d3d3d3;
  color: #656565;
}
option { padding-right: 15px; }
input[type=submit] { padding: 2px; }
p { margin-bottom: 10px; }
#header #header_main {
  width: 960px;
  margin: 0 auto;
}
#header #header_main #logo_top {
  padding-top: 20px;
  width: 960px;
}
#header #header_main #topmenu {
  border: 1px solid #f1f1f1;
  border-bottom: 0px;
  margin-top: 10px;
  font-size: 13px;
  width: 960px;
  height: 40px;
  text-align: left;
  background-image: url('/image/menu_bg.png');
  margin-bottom: 10px;
  border: 1px solid #969696;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
#header #header_main #topmenu ul { list-style: none; }
#header #header_main #topmenu ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  min-width: 100px;
  text-align: center;
  background-image: url('/image/menu_bg_space.png');
  background-repeat: no-repeat;
  background-position: right top;
}
#header #header_main #topmenu ul li ul {
  position: absolute;
  visibility: hidden;
  background-color: #333333;
  min-width: 150px;
  border: 1px solid #ffffff;
  border-top: 0px;
}
#header #header_main #topmenu ul li ul li {
  margin-left: 0px;
  line-height: 20px;
  float: none;
  display: inline;
}
#header #header_main #topmenu ul li ul li .infobox {
  width: 188px;
  float: left;
  color: white;
}
#header #header_main #topmenu ul li ul li .infobox a {
  margin: 0;
  padding: 0;
  width: auto;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  color: #999999;
}
#header #header_main #topmenu ul li ul li .infobox a:hover {
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
}
#header #header_main #topmenu ul li ul a {
  width: auto;
  line-height: 26px;
  margin-right: 0;
  color: #999999;
}
#header #header_main #topmenu ul li ul a:hover {
  background-color: #555555;
  color: #ffffff;
  background-image: none;
}
#header #header_main #topmenu ul li a {
  color: #262626;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
#header #header_main #topmenu ul li a:hover {
  background-image: url('/image/menu_bg_active.png');
  color: #ffffff;
}
#main {
  margin-top: 10px;
  width: 960px;
  text-align: left;
  border: 1px solid #dddddd;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: url('/image/casebox/case_review_bg.png') white;
  background-repeat: repeat-x;
  background-position: top;
}
#main .orangeline {
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
#main .orangeline p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
#main .orangeline .headerorange {
  color: #497fa5;
  font-weight: bold;
}
#main .orangeline h2 a { text-decoration: none; }
#main .orangeline .signatur { font-size: 10px; }
#center_main { width: 960px; }
#center_main #left_main {
  background: white;
  margin-top: 10px;
  width: 200px;
  text-align: left;
  border: 1px solid #dedede;
  float: left;
}
#center_main #left_main ul li {
  border-bottom: 1px solid #dedede;
  padding: 10px;
}
#center_main #left_main ul li:hover { background-color: #e4e4e4; }
#center_main #left_main ul li a { color: #333333; }
#center_main #right_main {
  float: left;
  background: white;
  margin-top: 10px;
  width: 746px;
  text-align: left;
  border: 1px solid #dedede;
  margin-left: 10px;
}
#main h1 {
  line-height: 22px;
  color: #333333;
}
#main #content { padding: 15px; }
#main #content img.pictureleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#main #content img.pictureright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
#main #content ul li { line-height: 22px; }
#main_casebox {
  background: white;
  width: 960px;
  height: 400px;
  text-align: left;
  margin: 0 auto;
  border: 1px solid #dddddd;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#main_casebox #main_casebox_left {
  float: left;
  width: 699px;
  border-right: 1px solid #dddddd;
  height: 400px;
}
#main_casebox #main_casebox_left #main_casebox_right_top {
  height: 334px;
  width: 680px;
  margin: 0 auto;
}
#main_casebox #main_casebox_left #main_casebox_right_top #casebox_image { padding-top: 8px; }
#main_casebox #main_casebox_left #main_casebox_right_bar {
  margin: 0 auto;
  width: 680px;
  height: 58px;
  background: url('/image/casebox/case-bar.png');
  clear: both;
}
#main_casebox #main_casebox_left #main_casebox_right_bar div.case-small-img {
  padding-top: 8px;
  padding-left: 8px;
  float: left;
}
#main_casebox #main_casebox_right {
  float: right;
  width: 260px;
  height: 400px;
  background: url('/image/casebox/bg_right_casebox.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
#main_casebox #main_casebox_right #main_casebox_right_top { height: 352px; }
#main_casebox #main_casebox_right #main_casebox_right_top div.p8 { padding: 8px; }
#main_casebox #main_casebox_right #main_casebox_right_bottom { margin-left: 10px; }
.left_main {
  width: 250px;
  float: left;
}
.left_main ul { border-bottom: 1px solid #6e6e6e; }
.left_main ul li {
  border-top: 1px solid #6e6e6e;
  padding: 5px;
}
.left_main ul li img {
  padding-top: 7px;
  padding-right: 7px;
  float: left;
}
.left_main ul li a {
  text-decoration: none;
  color: #497fa5;
  font-weight: bold;
}
.left_main ul li span {
  font-size: 11px;
  line-height: 11px;
  color: #a4a4a4;
}
.right_main {
  float: right;
  width: 632px;
}
.box {
  float: left;
  width: 225px;
  height: 90px;
  margin-bottom: 15px;
}
.box .header {
  border-bottom: 1px solid #6d99b7;
  height: 34px;
}
.box .header img {
  float: left;
  padding-right: 10px;
}
.box .header h3 {
  line-height: 34px;
  font-size: 18px;
  color: #3e3e3e;
}
.middle_box {
  float: left;
  width: 10px;
  height: 90px;
  margin-bottom: 15px;
}
.clear { clear: both; }
.sitemap {
  text-align: left;
  font-size: 11px;
  width: 960px;
  margin: 0 auto;
}
.sitemap div.content_main {
  border: 1px solid #dddddd;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: #666666;
  margin-bottom: 10px;
}
.sitemap div.content_main .sitemap_header {
  border-bottom: 1px solid #dddddd;
  padding: 5px;
}
.sitemap div.content_main .sitemap_cont { padding: 5px; }
.sitemap div.content_main a { color: #999999; }
#footer {
  text-align: left;
  font-size: 11px;
  width: 960px;
  margin: 0 auto;
}
#footer div {
  border: 1px solid #dddddd;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: #999999;
  padding: 5px;
  margin-bottom: 10px;
}
#footer div ul { float: right; }
#footer div ul li {
  float: left;
  padding-left: 8px;
  margin-left: 4px;
  margin-right: 4px;
  border-left: 1px solid #b8b8b8;
}
#footer div a { color: #0088de; }
