/*-----------------*/
/* Kay-Schaper.com */
/*   17.09.2004    */
/*-----------------*/

/*##############*/
/*BASIC ELEMENTS*/
/*##############*/
body {
  background: #ffffff;
  font: 12pt times, Times New Roman, serif;
}
:link, :visited { text-decoration: underline; }
:link:focus, :visited:focus { color: #111111; }
:link { color: #000000; }
:visited { color: #111111; }
:link:hover, :visited:hover {
  color: red;
  text-decoration: underline overline;
}
.code {
  overflow: hidden;
  position: relative;
  background-color: #ffffe0;
  color: #888888;
  font: normal 13px courier new, courier, monospace;
  padding: 10px;
}
.shell {
  overflow: hidden;
  position: relative;
  background-color: #aaaaaa;
  color: #ffffff;
  font: normal 13px courier new, courier, monospace;
  padding: 10px;
}
hr {
  height: 1px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #aaaaaa;
  color: #aaaaaa;
}
p,td,th { }
ul { list-style-type:square; }
/*##############*/
/*LAYOUT BEREICH*/
/*##############*/

/*##############*/
/*HEADER BEREICH*/
/*##############*/
#logo {
  text-align:center;
}
#logo h1 span {
  color: #000000;
  font: italic bold 24pt Impact, courier new, courier, monospace;
  letter-spacing: 5px;
}
#headerBackground h2 span {
  position: relative;
  left: 50%;
  color: #000000;
  font: italic bold 14pt Impact, courier new, courier, monospace;
  letter-spacing: 5px;
}
#crumbNavigation h3 { display:none; }
#crumbNavigation {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0;
  font: 12px verdana, Arial, Helvetica, sans-serif;
  color: #999999;
}
#styleSelector { display: none; }

/*###############*/
/*CONTENT BEREICH*/
/*###############*/
#preamble {
  background-color: #eeeeee;
  margin: 0;
  padding: 2px 0px 2px 5%;
  /* proprietary code */
  -moz-border-radius: 0 40px;
}
#preamble h3 {
  font: bold 16pt courier new, courier, monospace;
  color: #333333;
  letter-spacing: 1px;
}
/*##############*/
/*FOOTER BEREICH*/
/*##############*/
#footer {
  text-align: center;
  color: #666666;
  font: 12px verdana, Arial, Helvetica, sans-serif;
}
#footerBackground span:hover {
  color: #000000;
}
/*#################*/
/*MENUE BEREICH*/
/*################*/
#menubar1 { display: none; }
#menubar2 { display: none; }