/* Zentrale Formate fuer ferrugo.de */

*.log {
  font-family:"Courier New", Courier, serif;
  }

a:link    {
  color:#ffffff;
  text-decoration:none;
  /*background: url(external.png) center right no-repeat; padding-right: 13px;*/
  }

/*a[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
*/

a:visited {
  color:#00ff00;
  text-decoration:none;
  }

a:focus   {
  color:#f28100;
  text-decoration:underline;
  }

a:hover   {
  color:#f28100;
  text-decoration:underline;
  }

a:active  {
  color:#f28100;
  text-decoration:underline;
  }

a.ueberschrift {
  color:#f28100;
  font-size:35pt;
  font-weight:bold;
  line-height:100%;
  text-decoration:none;
  }


*.log a {
  text-decoration:underline;
  }


body {
  background-color:#7a7e6f;
  color:#ffffff;
  font-family:arial,helvetica,sans-serif;
  font-size:100%;
  margin:5%;
  padding-bottom:25px;
  }


blockquote {
  margin-left:4%;
  margin-right:5%;
  text-align:justify;
  }


code {
  font-family:Courier;
  font-size:12pt;
  }


div.inhalt {
  margin:15pt;
  }

div.button {
  border-style:double;
  border-width:2pt;
  padding:4pt;
  margin-left:35%;
  margin-right:35%;
  text-align:center;
  }


h1 {
  border-bottom:medium solid;
  color:#f28100;
  font-size:300%;
  font-weight:bold;
  line-height:100%;
  text-align:right;
  margin: 5pt 30pt 0pt 0pt;
  }

h2 {
  color:#f28100;
  font-size:150%;
  font-weight:bold;
  margin:15px;
  }

h3 {
  color:#ffffff;
  font-size:120%;
  font-weight:bold;
  margin:30pt 10pt 10pt 10pt;
  }

h4 {
  color:#ffffff;
  font-size:100%;
  font-weight:normal;
  letter-spacing:2pt;
  margin: 24pt 10pt 10px 15px;
  text-decoration:underline;
  }

h5 {
  color:#ffffff;
  font-size:100%;
  font-weight:normal;
  margin: 15pt 10pt 10pt 20pt;
  text-decoration:underline;
  }


kbd {
  font-family:New Courier;
  font-size:100%;
  }


p {
  color:#ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
  }

p.log {
  margin-top:24pt;
  }

p.navigation {
  font-size:80%;
  margin:0pt 30pt 0pt 0pt;
  padding-top:6pt;
  text-align:right;
  }


sub, sup {
  font-size:70%;
  font-weight:normal;
  }

table {
  border-color:#ffffff;
  border-style:solid;
  }


ul {
  list-style: circle outside;
  }

ul.gliederung, ul.gliederung ul {
  list-style: none outside;
  }

