<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --- general --- */
body {
  background: url(../images/bgbody.png) repeat-x top center;
  font: 12px/1.5 verdana;
}

a img {border: none}
a {text-decoration: none}

/* headlines */
h1,h2,h3,h4,h5,h6 {
  color: #9c3022;
  font-family: helvetica;
  line-height: 1;
}

h1 {font-size: 2em; margin-bottom: 1.5em;}
h2 {font-size: 1.5em; margin-bottom: 1.125em;}
h3 {font-size: 1.17em; margin-bottom: .8775em;}
h4 {font-size: 1em; margin-bottom: .75em}
h5 {font-size: .83em; margin-bottom: .5em}
h6 {font-size: .75em; margin-bottom: .5em}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

/* text stuff */
abbr, acronym {border-bottom: 1px dotted #666}
address {margin-bottom: 1.5em}
blockquote {margin: 1.5em}
del, blockquote {color: #666}
em, dfn, blockquote, address {font-style: italic}
strong, dfn {font-weight: bold}
sup, sub {line-height: 0}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

pre,code,tt {
  font: 1em monospace;
  line-height: 1.5;
}

a {
  font-family: helvetica;
  color: #9c3022;
}

p {
  margin-bottom: 1em;
}
/* lists &amp; description lists */
li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em  1em 1.5em;}

ul {list-style: none;}
ol {list-style-type: decimal;}

li { margin-bottom: .5em; }

ul li:before,
dt:before {
  content: "\2022";
  color: #9c3022;
  width: 1em;
  margin-left: -1.5em;
  float: left;
}

dl { margin-bottom: 1em; }
dl:after{ content: "\0020"; display: block; height: 0; overflow: hidden; clear: both; }

dt { margin: 0 5% .5em 1.5em; color: #9c3022 }
dd { margin: 0 5% .5em 1.5em; }

.resume dt { float: left; width: 25%; }
.resume dd { float: left; width: 60%; margin: 0 0 .5em 0; }

/* forms */
textarea, input {
  padding: 2px;
  background-color: #d5d3d0;
  color: #000;
  border: 0;
}

/* compatibility issues */
.break:before, .break:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.break:after { clear: both; }
.break { zoom: 1; }

/* --- specific styles ------------------------------------------------------------- */
#wrapper-overall { 
  margin: auto; 
}

#header_top {
  position: relative;
  box-sizing: border-box;
  padding: 24px;
  height: 113px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 5%, #9d3123 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(100%,#9d3123)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 5%,#9d3123 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 5%,#9d3123 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 5%,#9d3123 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 5%,#9d3123 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9d3123',GradientType=0 ); /* IE6-8 */
  border-bottom: 1px solid #fff;
}

#header_top a { color: #808080; }
#header_search { margin-left: 0.5rem }

#header_logo_bezel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: -moz-radial-gradient(175px 110px, circle cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,0.6) 15%, rgba(255,255,255,0) 60%); /* FF3.6+ */
  background: -webkit-gradient(radial, 175px 110px, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(10%,rgba(255,255,255,1)), color-stop(15%,rgba(255,255,255,0.6)), color-stop(60%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(175px 110px, circle cover, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,0.6) 15%,rgba(255,255,255,0) 60%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(175px 110px, circle cover, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,0.6) 15%,rgba(255,255,255,0) 60%); /* Opera 12+ */
  background: -ms-radial-gradient(175px 110px, circle cover, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,0.6) 15%,rgba(255,255,255,0) 60%); /* IE10+ */
  background: radial-gradient(circle at 175px 110px, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,0.6) 15%,rgba(255,255,255,0) 60%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

#header_logo {
  display: block;
  margin-top: 83px;
  margin-right: 100px;
  margin-bottom: 193px;
  margin-left: 100px;  
  width: 160px;
  height: 60px;
}

#header_search, #header_menu { width: auto; float: right; }
#header_menu a:after {
  content: '|';
  margin-left: 0.5rem;
}
#header_menu a:last-child:after {
  content: '';
  margin-left: 1rem;
}

#header_overlay_bezel {
  position: absolute;
  top: 0;
  left: 0;
  height: 223px;
  width: 100%;
  background: -moz-linear-gradient(left,  rgba(38,44,38,1) 0%, rgba(38,44,38,1) 30%, rgba(38,44,38,0.8) 43%, rgba(38,44,38,0) 55%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(38,44,38,1)), color-stop(30%,rgba(38,44,38,1)), color-stop(43%,rgba(38,44,38,0.8)), color-stop(55%,rgba(38,44,38,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(38,44,38,1) 0%,rgba(38,44,38,1) 30%,rgba(38,44,38,0.8) 43%,rgba(38,44,38,0) 55%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(38,44,38,1) 0%,rgba(38,44,38,1) 30%,rgba(38,44,38,0.8) 43%,rgba(38,44,38,0) 55%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(38,44,38,1) 0%,rgba(38,44,38,1) 30%,rgba(38,44,38,0.8) 43%,rgba(38,44,38,0) 55%); /* IE10+ */
  background: linear-gradient(to right,  rgba(38,44,38,1) 0%,rgba(38,44,38,1) 30%,rgba(38,44,38,0.8) 43%,rgba(38,44,38,0) 55%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262c26', endColorstr='#00262c26',GradientType=1 ); /* IE6-8 */
}

#header_bottom {
  position: relative;
  height: 223px;
  background-color: #262c26;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

#header_breadcrumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 20;
}

#header_breadcrumbs .menu {
  margin-left: 266px;
  margin-right: 24px;
  color: #808080;
  font-size: 1.2rem;
}

#header_breadcrumbs .menu a { color: #808080 }
#header_breadcrumbs .menu a:hover { color: #fff }
#header_breadcrumbs .menu a:after { content: '\a0|' }
#header_breadcrumbs .menu a:hover:after { color: #808080 }
#header_breadcrumbs .menu a:last-child:after { content: '' }
#header_breadcrumbs .menu .active { font-weight: bold; }
#header_breadcrumbs .menu .active:after { content: '\a0\25be\a0|' }
#header_breadcrumbs .menu .active:last-child:after { content: '\a0\25be' }

/* search */
.search {
  display: block;
  float: right;
  text-align: right;
  vertical-align: middle;
}

.search input {
  margin-top: -2px;
  background-color: #808080;
  border: 1px solid #fff;
  width: 150px;
  color: #fff;
}

.search_button { margin-right: 0.5rem; }
.search_button:after { content: '\a0\a0\25ba'; }

/* content */
#content {
  padding: 24px 24px 0 24px;
  background: url(../images/bgcontent.png) repeat-x top center;
}
#content-left { text-align: right; }

main {
  margin: auto;
  color: #000;
  font-size: 1rem;
  line-height: 1.2em;
}

/*** menu left *************/
#content-left .menu {
  margin-bottom: 2em;
}
#content-left .menu a {
  display: block;
  font-size: 1.2rem;
}

#content-left .menu a:hover:after,
#content-left .active:after { 
  float: right;
  content: '\25b8';
  margin-right: -1em;
}

#content-left .menu a:hover { color: #9d9495; }
#content-left .menu a.active { color: #3c413c; }

#content-left .menu div { margin: 0.8em 0; }
#content-left .menu div a { font-size: 1rem; line-height: 1.5em; }
#content-left .menu div a:hover { color: #9c3022;}

/* home page */
#content-center {
  color: #000;
}

#content-center .home span:first-child { border-top: 1px solid #808080; }
#content-center .home span {
  display: block;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  width: 65%;
  padding-bottom: 0.75%;
}
#content-center .home span:hover {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(156,48,34,0.17) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(156,48,34,0.17))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(156,48,34,0.17) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(156,48,34,0.17) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(156,48,34,0.17) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(156,48,34,0.17) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2b9c3022',GradientType=1 ); /* IE6-8 */
}

#content-center .home span:hover a:after { 
  float: right;
  content: '\25b8';
  margin-right: -1em;
}

#content-center .home span a {
  display: inline-block;
  margin: 6px 0px;
  width: auto;
  font-family: helvetica;
  font-size: 1.2rem;
  color: #9c3022;
}

/* sitemap */
#content-center .sitemap a {
 padding: 0px 3px 3px 15px;
  font-family: verdana;
  font-size: 12px;
  line-height: 12px;
  color: #9c3022;
}

#content-center .sitemap a:hover {
  color: #3c413c;
  background: url(images/arrows.png) no-repeat 0% 107%;
}

#content-center .sitemap ul {
  list-style-type: none;
  margin-top:  0.6em;
}

#content-center .sitemap li ul {
  margin-left: 3em;
}

#content-center .sitemap li {
  margin-top: 0.3em;
}

.search-info {
  padding-bottom: 4px;
  border-bottom: 2px dotted #808080;
}

.search-paging {
  border-top: 2px dotted #808080;
  padding-top: 4px;
}

.search-highlight {
  color: #000;
  font-weight: bold;
}

.search-result {
  padding: 6px 0px;
  border-bottom: 1px solid #808080;
}

.search-result h3 a {
  padding-right: 25px;
}

.search-result h3 a:hover {
  background: url(images/arrows.png) no-repeat 100% 67%;
}

.search-result:hover {
  background: url(images/bghomehover.png) repeat-y top right;
}

#content-center .post {
  margin-bottom: 48px;
}

#content-center .post-info {
  margin-top: -5px;
  color: #888;
}

.paging {
  margin: 0;
  padding: 0;
  width: 100%;
}
.paging ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.paging li a {
  border: 1px solid #e4e4e4;
  border-radius: 3px 3px 3px 3px;
  float: left;
  list-style: none outside none;
  margin: 0 3px 0 0;
  padding: 5px 0;
  text-align: center;
  width: 30px;
}

.paging li a:hover {
  background-color: #f4f4f4;
}

.paging .control a {
  padding: 5px 12px;
  width: auto;
}

#comments {
  float: left;
}

#comments  .quip-fld {
  margin-bottom: 5px;
}

#comments  .quip-fld label {
  padding: 5px 0px;
}

#comments textarea {
  margin-bottom: 5px;
}

/*** loginform ***********/
.loginform label,
.loginform input {
  display: block;
}

.loginform legend,
.loginform input,
.loginform .error {
  width: 80%;
  float: right;
}

.loginform label {
  margin-bottom: 4px;
}

.loginform .username {
  margin-bottom: 12px;
}

.loginform .loginbutton {
  color: #3C413C;
  font-weight: bold;
}

.loginform .loginbutton:after {
  float: right;
  content: '\25b8';
}

.loginform .error {
  border-right: 2px solid #ff7f50;
  padding-right: 3px;
}

.loginform a {
  color: #808080;
}

/*** filelist ***/
.fl h4 {
  color: #3c413c
}

.filelist {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 25px;
}

.filelist td {
  padding: 2px .5%;
  vertical-align: middle;
}

.fl_icon {
  width: 9%
}

.fl_icon img {
  border: none;
  display: block;
}

.fl_name {
  width: 49%
}

.fl_name:hover {
  background: url(images/transparent_dot.png) repeat-x 0px 13px;
}

.fl_name a {
  padding-right: 25px;
  color: #808080;
}

.fl_name a:hover {
  color: #9c3022;
  background: #fff url(images/arrows.png) no-repeat 100% 67%;
}

.fl_size {
  width: 14%;
  text-align: right;
  font-size: .7em;
}

.fl_date {
  width: 24%;
  text-align: right;
  font-size: .7em;
}

/* footer */
#footer {
  position: relative;
  padding-top: 1em;
  font-family: helvetica;
  font-size: 0.8rem;
  line-height: 1.2em;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0, rgba(156,34,48,0.17) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(255,255,255,0)), color-stop(100%,rgba(156,34,48,0.17))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0,rgba(156,34,48,0.17) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0,rgba(156,34,48,0.17) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0,rgba(156,34,48,0.17) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0,rgba(156,34,48,0.17) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2b9c2230',GradientType=0 ); /* IE6-8 */  
}

#footer-left {
  height: 1em;
}

#footer-right {
  text-align: right;
}

.communication  dt {
  margin: .25em 0;
  float: left;
  width: 25%;
  font-style: normal;
}

.communication  dt:before {
  display: none;
}

.communication dd {
  margin: .25em 0;
  float: right;
  width: 75%;
}

/* news &amp; offers box */
.news_box p,
.offers_row { margin-bottom: 1em; }
article.offers_row:after { content: ''; display: block; width: 20%; height: 0; border-bottom: 1px dotted #9c3022; }
.offers_row  img{ display: none; }

.offers_row h1,
.offers_row h2,
.offers_row h3 {
  color: #808080;
  word-wrap: break-word;
}

.offers_content { margin-bottom: 0; }
.offers_descr { font-size: 90%; }

/* --- shared styles -------------------------------------------------------------- */
/*** margin ***/
#wrapper-overall,
#breadcrumb-center,
#content-center,
#footer-center {
  margin: auto;
}

/*** border ***/
.box,
#content-center img {
  border-width: 1px;
}

.separator {
  border-bottom-width: 1px;
}

#top a,
.box,
.separator,
#content-center img {
  border-style: solid;
}

.box,
.separator,
.box img,
#content-center img {
  border-color: #9c3022;
}

#top a {
  border-color: #808080;
}

/*** padding ***/
.box { padding: 10px; }
.box .separator { padding-bottom: 3px; }

#content-left,
#footer-left { margin-right: 24px; }

#header,
#content,
#footer {
  padding-right: 24px;
  padding-left: 24px;
}

/*** width ***/
#wrapper-overall {
  width: 1024px;
}

#breadcrumb-left,
#breadcrumb-right,
#content-left,
#content-right,
#footer-left,
#footer-right {
  width: 227px;
}

#breadcrumb-center,
#content-center,
#footer-center {
  width: 474px;
}

/*** background ***/
.box {
  background-color: #f9f6f6
}

/*** color ***/
#top,
#top a,
#content-left .menu div a,
#content-left .menu a:hover,
#content-center .home span {
  color: #808080;
}

#top a:hover { color: #9c3022; }
#breadcrumb { color: #c0c0be; }

/*** text ***/
#content-center,
#content-right .box {
  line-height: 125%;
}

/*** float ***/
#breadcrumb-left,
#breadcrumb-center .menu a,
#content-left,
#content-center,
#footer-left,
#footer-center {
  float: left;
}

#top a,
#top div,
#breadcrumb-right,
#content-right,
#footer-right {
  float: right;
}

#footer,
.clear {
  clear: both;
}
/* fix: scrollbars r included in mesurement of width */
#w_trigger { position:absolute; top: -1000%; left: 0; height: 0;  width: 0; }

@media only screen and (max-width : 1024px) {
  #w_trigger { width: 1024px }
  
  body { background: none; }
  #wrapper-overall { width: 100%; }
  #header_top { padding: 3%; }
  #content, #footer { padding: 3% 3% 0 3%; }
  
  #content-left,
  #footer-left  { margin-right: 3.333% }

  #breadcrumb-left,
  #breadcrumb-right,
  #content-left,
  #content-right,
  #footer-left,
  #footer-right {
    width: 23%;
  }

  #breadcrumb-center,
  #content-center,
  #footer-center {
    width: 47.334%;
  }
}

@media only screen and (max-width : 740px) {
  #w_trigger { width: 740px }
  
  body { font-size: 16px; }
  #header_top a { color: #fff; }
  
  #header_logo_bezel {
    background: transparent;
    filter: none;
    position: static;
    z-index: auto;
    float: left;
  }
   
  #header_logo {
    height: 60px;
    margin: 0;
    width: 160px;
  }
  
  #header_search {
    margin-top: 19px;
  }
  
  #header_menu a:last-child:after {
    content: '';
    margin-left: 0;
  }
  
  #header_overlay_bezel {
    background: -moz-linear-gradient(left, rgba(38,44,38,1) 2%, rgba(38,44,38,0.8) 5%, rgba(38,44,38,0) 25%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(2%,rgba(38,44,38,1)), color-stop(5%,rgba(38,44,38,0.8)), color-stop(25%,rgba(38,44,38,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(38,44,38,1) 2%,rgba(38,44,38,0.8) 5%,rgba(38,44,38,0) 25%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(38,44,38,1) 2%,rgba(38,44,38,0.8) 5%,rgba(38,44,38,0) 25%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(38,44,38,1) 2%,rgba(38,44,38,0.8) 5%,rgba(38,44,38,0) 25%); /* IE10+ */
    background: linear-gradient(to right, rgba(38,44,38,1) 2%,rgba(38,44,38,0.8) 5%,rgba(38,44,38,0) 25%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262c26', endColorstr='#00262c26',GradientType=1 ); /* IE6-8 */
  }
  
  #header_breadcrumbs .menu {
    margin-left: 3%;
    margin-right: 3%;
  }
  
  #breadcrumb-left,
  #breadcrumb-right,
  #content-left{
    width: 28%;
  }  
  
  #breadcrumb-center,
  #content-center,
  #footer-center {
    width: 68.667%;
  }
  
  #content-center .home { border-right: none }
  #content-center .home span { width: 100%; border-right: 0; }
  
  #content-right {
    margin-top: 3.333%;
    width: 100%;
    float: none;
  }
  
  #footer-left { height: auto; }
}

@media only screen and (max-width : 550px) {
  #w_trigger { width: 550px }

  #header_top { padding: 3%; }
  #header_top { height: auto; }
  #header_logo { height: auto; width: 50%; margin: 0 25% }
  #header_logo_bezel, #header_search, #header_menu { float: none }
  #header_search { margin-top: 3%; margin-left: 0 }
  .search { width: 75%; }
  .search input { width: 100%; box-sizing: border-box; }
  .search_button { width: 25%; }
  #header_menu { display: none }
  #content { padding: 3% 3% 0 3%; } 

  #content-left {
    float: none;
    margin: -3% -3% 0 -3%;
    padding: 3%;
    width: 106%;
    text-align: left;
    background-color: #f9f6f6;
    border-bottom: 1px dotted #9c3022;
  }

  #content-left .menu { border-bottom: 3px solid #9c3022; background-color: #e0e0e0; cursor: pointer; }
  #content-left .menu:before { display: block; content: '\2b12\a0 Hauptmen\fc'; padding: 0.2em 0; width: 100%; background-color: #9c3022; text-align: center; color: #fff; }
  
  #content-left .menu.no-js:hover,
  #content-left .menu.display { padding-bottom: 0.5em }
  
  #content-left .menu.no-js:hover:before,
  #content-left .menu.display:before  { content: '\2b13\a0 Hauptmen\fc'; margin-bottom: 0.5em }
  
  #content-left .menu div,
  #content-left .menu a { display: none; text-align: center } /* later: use transitions here */
  
  #content-left .menu.no-js:hover div,
  #content-left .menu.no-js:hover a,
  #content-left .display div,
  #content-left .display a  { opacity: 1; display: block; }  
  
  #content-left .menu a:hover:after,
  #content-left .active:after { float: none; margin-right: 0; }
  #content-left .menu div a { margin: 0.3em 0; }
  
  #content-center {
    margin: 3% 0 0 0;
    width: 100%;
    float: none;
  }
  
  #content-right .web2_box { text-align: center; }

  .loginform label, .loginform input { display: inline-block; float: left; }
  .loginform label { width: 35%; }
  .loginform input { width: 65%; }
  .loginform .loginbutton { float: right }
  .loginform .loginbutton:after  { float: none; }
  
  #footer-left { margin: 0 0 1em 0; background-color: #e0e0e0; text-align: center; }
  #footer-left a { display: inline-block; padding: 0.5em 1em; }
  
  #footer-right { text-align: center; }

  #breadcrumb-left,
  #breadcrumb-right,
  #content-right,
  #footer-left,
  #footer-right,
  #breadcrumb-center,
  #content-center,
  #footer-center {
    width: 100%;
    float: none;
  }  
}

@media only screen and (max-width : 480px) {
  #header_logo { width: 70%; margin: 0 15% }
}</pre></body></html>