@charset "utf-8";

* {
  font-family: Verdana, Sans-Serif;
  font-size: 9pt;
}

code {font-family:monospace;}

#title {
  display: none;
}

#navigation {
  display: none;
}

#sidebar {
  display: none;
}

h1 {
  font-weight: bold;
  font-size: 14pt;
  margin-top: 10pt;
  margin-bottom: 15pt;
}

h2 {
  font-weight: bold;
  font-size: 12pt;
  margin-top: 5pt;
  margin-bottom: 5pt;
}

h3 {
  font-weight:bold;
  font-size:9pt;
  margin: 0pt;
}

p {
  margin: 0pt;
  margin-bottom: 6pt;
}

hr {
  border-style: none;
  height: 1pt;
  background-color: black;
}


a:link {color: black;}
a:visited {color: black;}
a:hover {color: black;} 
#content a:after { content: " (http://cms.fusirobot.de/" attr(href) ")"; Color: black; }
#content a[href^="http://"]:after { content: " (" attr(href) ")"; Color: black; }

acronym[title]:after { content: " (" attr(title) ")"; Color: black; }
abbr[title]:after { content: " (" attr(title) ")"; Color: black; }

#news ul, #news li {
  list-style: none;
  margin: 0pt;
  padding: 0pt;
}

#news p {
  margin: 2pt;
  margin-bottom: 6pt;
}
