<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font: 12px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  color: black;
  background: white;
  text-align: left;
}

div#site_container{
  text-align:center;
}

h1{
  font: 15px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  color: darkblue;
  margin: 0px 0px 10px 0px;
}

h1#top_text{
  color: black;
  font-style: italic;
}

div#main_container{
  text-align:left;
  margin: 50px auto 0px auto;
  height: 600px;
  width: 600px;
  border: 2px solid blue;
  background: url('images/nice.png') center no-repeat;
}

div#top,
div#middle,
div#bottom{
  clear:both;
  padding:0px;
  margin: 0px;
  height:200px;
  width:600px;
}
div#top{
  text-align: center;
}

div#top_text,
div#middle_text,
div#middle_text_left,
div#middle_text_right,
div#bottom_text,
div#bottom_text_left,
div#bottom_text_right{
  background-color: white;
  overflow:hidden;
  width: 190px;
  *width: 200px; /*IE fix */
  height:200px;
  padding: 0px 5px 0px 5px;
  margin: 0px;
  -moz-opacity: 0.0;
  filter: alpha(opacity=0);
}

div#top_text{
  font-style: italic;
  height: 120px;
  width: 550px;
  text-align: center;
  padding: 50px 0px 0px 0px;
  margin: 0px auto auto auto;
}

div#middle_text_left{
  float: left;
  margin: 0px;
}

div#middle_text{
  background: transparent;
  float: left;
  margin: 0px;
}

div#middle_text_right{
  float:right;
  margin: 0px;
}


div#bottom_text_left{
  float: left;
  margin: 0px;
  visibility: visible;
}

div#bottom_text{
  float:left;
  margin: 0px 0px 0px 0px;
}

div#bottom_text_right{
  float: right;
  margin: 0px 0px 0px 0px;
  visibility: visible;
}

span#popup_message_link{
}

span.link{
  color: blue;
  cursor: pointer;
  cursor: hand;
}

textarea{
  padding: 2px;
  margin: 1px;
  border: 1px solid black;
  color: green;
  height: 120px;
  width: 175px;
  font-size: 9pt;
  overflow: auto;
}

form{
  padding:0px;
  margin:0px;
}
input{
  display: block;
  font-size: 9pt;
  margin: 1px;
  padding: 2px;
  border: 1px solid black;
}

input#bericht_email{
  width: 175px;
}

a:link,
a:visited{
  text-decoration: none;
  color:blue;
}

a:hover{
  text-decoration: underline;
}</pre></body></html>