body
{
 background:#900000 url('salon.jpg') no-repeat fixed top left; 
 background-position: 5px 50%;
 font-family:"MS Sans Serif";
 font-weight:bold;
 font-size:14px;
 text-align:center
}

h1 {font-size:18px;color:#ffffff;margin:0px;}
h2 {font-size:14px;color:#ffffff;}
h3 {font-size:14px;color:#ffffff;}
p {margin-top:0px;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:12px;
 color:#000000;
}

/* 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;
}

/* Die 2.Titelzeile */
#title2 {
padding-top:10px;
height:10px;
}


/* Das Menü */
#menu {
color:#ffffff;
text-align:center;
padding:10px 0px;
border-top:1px solid black;
clear:right;
}

/* Der Inhalt */
#content {
border:2px solid #ffCC00;
background-color:gray;
padding:5px;
color:#ffffff;
}
