/* Definition der verschiedenen Schriftarten */

body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#003333;
 color:#ccffff;
 text-align:center;
}

h1 {font-size:18px;color:#ffffff;margin:0px;}
h2 {font-size:16px;color:#ffffff;}
h3 {font-size:14px;color:#ffffff;}
p {margin-top:0px;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#ccffff;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#ccffff;
}

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#ffffff;
  font-size:12px;
}
a:active, a:hover
{
  color:#ff9200;
}
a.menu:link, a.menu:visited
{
  color:#ff9200;
}
a.menu:active, a.menu:hover
{
  color:#eeeeee;
}

/* Die Titelzeile */
#title {
padding-top:15px;
height:24px;
}

#phone {
color:#ffffff;
text-align:center;
padding:0px 0px;
border-top:1px solid #669999;
clear:right;
}

/* Das Menü */
#menu {
color:#ffffff;
text-align:center;
padding:10px 0px;
border-top:1px solid #669999;
clear:right;
}

/* Der Inhalt */
#content {
border:1px solid #ffffff;
/* background-color:#669999; */
background-color:#547E7E;
padding:5px;
color:#ffffff;
}

/* Abschluss */
#ending {
color:#ffffff;
text-align:center;
padding:0px 0px;
padding-top: 10px;
border-bottom:1px solid #669999;
clear:right;
}

.noshow {display:none;}