/* globale Definitionen */

body {background:#ffffff;font-family:Arial,Helvetica,sans-serif;font-size:14px;margin-left:10px;margin-right:20px;}
td {font-family:Arial,Helvetica,sans-serif;font-size:14px;}
h1 {color:#000000;font-family:Arial,Helvetica,sans-serif;font-style:bold;font-size:36px}
h2 {color:#000000;font-family:Arial,Helvetica,sans-serif;font-style:plain;font-size:24px}
h3 {color:#000000;font-family:Arial,Helvetica,sans-serif;font-style:bold;font-size:18px}
h4 {color:#000000;font-family:Arial,Helvetica,sans-serif;font-style:bold;font-size:10px}
ul {color:#000000;}
a:link {text-decoration:underline;color: rgb(10,10,170);}
a:visited {text-decoration:none;color: rgb(170,10,10);}
a:active {text-decoration:none;color: rgb(170,10,10);}

/* Mailto-Links */
a[href^="mailto:"]:before { content: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAIAAAGXi3MFAAAACXBIWXMAAA9hAAAPYQGoP6dpAAAA B3RJTUUH1gIBFjEZcFIRJwAAARZJREFUGNOF0CGrg2AYBeDz7RoE87rNP2JaswxcVjbMNtuabWkr K+YZVhT/gT9gapgG4UXQIuL4YKC4G9zaLvfJh/ccXrjuATPf9wHAdQ+4XC4AfgCYpqkoSpIkkGV5 zjEiAtB1nRDHMQBRFAFgu93Sx3q9fl8ty5KIdF3P8zwMQ3zFOOfjOAqCME1TVVVlWS4A9H0/TVNd 15IkPZ/PBYDj8dh1HYD9fv96vdhms9E0DQBjjDF2Op0AwLZt/jdVVd+9nHMi2u12j8ejqqq+74ko yzJd17Msu16vANica9t2GAbP8+73+/l8NgxjuVxaltW2bdM08wZwzh3HIaLb7VYURZqmeZ4nSRJF 0Wq1CoLg8+D/uO7hF5CNuXIfYCctAAAAAElFTkSuQmCC" ) } 

a {
  font: normal 100.01% Helvetica, Arial, sans-serif;
}

html {
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background-image: url('img/white-sa.jpg');
}

h1 {
  margin: 0.0em;
  padding: 0.1em;
  color: black;
}

hr.sep {
  width: 350px;
  height: 2px;
  color: #05736B;
  margin-left:0;
  text-align: left;
  background-color: #05736B;
  border-style: none;
}

/* Seiteninhalt */
#content {
  margin-left: 13em; padding: 0 1em;
  background-image: url('img/white-sa.jpg');
}
* #content {  /* versteckt vor Netscape 4 */
  background-color: white;
}
#content p {
  font-size: 1em;
  margin: 1em 0;
}

/* Navigationsleiste */
#sidebar {
  position: absolute;
  top: 0em; left: 0em;
  width: 13em;
  height: 100%;
  background-color: #cccccc;
  text-align: center;
}
html>body #sidebar {  /* nur fuer moderne Browser! */
  position: fixed;
}

#menu {
  font-size: 1.5em;
  margin: 0 0 1.2em; padding: 0;
  color: black;
}
#menu li {
  list-style: none;
  margin: 0; padding: 0.3em;
}
ul#menu a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
}
ul#menu a:link {
  color: black; background-color: rgb(150,150,150);
  text-decoration: none;
}
ul#menu a:visited {
  color: black; background-color: rgb(150,150,150);
  text-decoration: none;
}
ul#menu a:hover {
  color: black; background-color: rgb(100,100,100);
  text-decoration: none;
}
ul#menu a:active {
  color: black; background-color: rgb(100,100,100;
  text-decoration: none;
}
#menu li.updated {
  font-size: 9px;
  position: absolute;
  bottom: 50.0em;
  right: 4em;
}
#menu li.coat {
  position: relative;
  left: 0.0em;
}
#menu li.logo {
  position: absolute;
  bottom: 3em;
  right: 1em;
}
#menu li.host {
  position: absolute;
  bottom: 0.5em;
  right: 0.6em;
}