/* DATEI: stylesheet.css */

/*	Dies ist das Stylesheet fuer von-loewis.info
	Stand: 01. Juni 2010 */

/* Schriftart */
p,h1,h2,h3,h4,ul,ol,li,div,address,blockquote,nobr,b,i { font-family:Century Gothic; }

/* Schriftgroesse */
ul,ol,li,div,address { font-size:10pt; }

/* basic elements */
body {
	background: #FFFFFF repeat top center;
	}
p {
	font-size: 10pt;
	}
p.umrahmter_fetter_Text_in_der_Box {
  position: relative;
  left: 5%;
  width: 90%;
  padding: 20px;
  padding-bottom: 25px;
  border: 1px solid black;
  line-height: 1.5em;
  color: black;
  font-weight: bold;
  text-align: justify;
  background-color: #eeeeee
  }
table.nach_rechts {
  position: relative;
  left: 5%;
  }
h4 {
	font-size: 13pt;
	}
th {
	font: 10pt Century Gothic;
	}
td {
	font: 10pt Century Gothic;
	}

a:link {
        color:blue;
        text-decoration:none;
       }
a:visited {
           color:blue;
           text-decoration:none;
          }

/* Rahmen um eine Tabelle */
#rundrum {
  border-width:2px;
  border-style:solid;
  border-color:black;
  padding:0.2cm;
  text-align:justify; }
}