html {
  font-family: sans-serif;
  background: white;
  color: black;
}
body {
  width: 42em;
  height: 410px;
  padding-right: 230px;
  background: url(frame.png) 11em 1.8em no-repeat;
  margin: 0 auto;
  padding-top: 2em;
}
* html body {
  padding-right: 0;
}
a {
  color: red;
  text-decoration: none;
}
a:visited {
  color: #722;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
#top {
  width: 29em;
  margin: 0 auto;
  position: relative;
  padding: 1em 230px 2em 13em;
}
body.start #top {
  background: url(logo.png) right 1.3em no-repeat;
}
h1 , h2 , h3 {
  font-weight: normal;
}
h1 , body.start h2 , #menu {
  font-family: CoporateE, Georgia, serif;
}
h1 , h2 {
  color: red;
}
h1 {
  margin: 0;
  width: 210px;
  font-size: 2.2em;
  text-align: center;
  line-height: 1em;
  top: 0;
  right: 0;
  position: absolute;
  padding-bottom: 220px;
  background: url(logo.png) center bottom no-repeat;
}
body.start h1 {
  width: auto;
  font-size: 4.6em;
  text-align: left;
  position: static;
  padding-bottom: 0;
  background: none;
}
h2 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
}
body.start h2 {
  margin-top: 1em;
  margin-bottom: 2em;
  color: black;
}
h3 {
  font-size: 1.2em;
}
#menu {
  width: 8em;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
}
#menu li ,
#menu a {
  padding: 1.5em 1em;
}
* html #menu li ,
* html #menu a {
  height: 3em;
}
#menu li {
  font-size: .8em;
  font-weight: bold;
  list-style: none;
  border-left: .2em solid red;
  margin-bottom: 1.2em;
}
#menu li ,
#menu a:hover {
  color: white;
  background: red;
  border-color: red;
}
#menu a {
  color: red;
  background: #fafafa;
  border: .1em solid #ffe6e6;
  border-left: 0;
  display: block;
  margin: -1.5em -1em;
  text-decoration: none;
}
#menu span {
  white-space: nowrap;
}
#sidebar ,
.submenu-dyn {
  position: absolute;
  margin: 220px auto 0 30em;
  padding-left: 30px;
  top: 8em;
  width: 200px;
}
.submenu-dyn a:focus {
  color: black;
  outline: none;
}
body.start #sidebar ,
body.start .submenu-dyn {
  top: 2em;
}
#sidebar ,
#submenu {
  font-size: 1em;
}
#sidebar li ,
#submenu li {
  font-size: .8em;
  line-height: 1.25em;
}
.collapsed {
  display: none;
}
p ,
ul ,
dd {
  font-size: .9em;
  line-height: 1.3em;
}
dt {
  margin: .3em 0;
}
blockquote {
  color: #655;
  padding: 0 1em 0 30px;
  background: url(quote.png) 5px 3px no-repeat;
  border-right: 3px solid #ddd;
  margin-left: 0;
  margin-right: 1em;
  font-size: .9em;
  text-align: justify; }
#Galerie dd {
  overflow: hidden;
  zoom: 1;
}
#Galerie a img {
  float: left;
  margin: .5em 1em;
  padding: .5em;
  filter: Alpha(opacity=99);
}
#Galerie a:hover img {
  background: red;
  filter: Alpha(opacity=100);
}
p.initiator img {
  float: left;
  margin-right: 1em;
}
p.initiator {
  overflow: hidden;
  zoom: 1;
  line-height: 1.6em;
}
form {
  overflow: hidden;
  zoom: 1;
}
form label {
  clear: both;
}
form label input ,
form textarea {
  margin-top: -1.1em;
  float: right;
  width: 22em;
  font-family: sans-serif;
  font-size: 1em;
}
form .checkbox input {
  margin-top: 0;
  float: none;
  width: auto;
}
form textarea {
  position: static;
  height: 10em;
}