/* Formate fuer reichplan.de */
html, body { width:100%; height:100%; }

body {color: #707070; background-color: #fefefe;
      margin:0; border:0 none; padding:0; 
	  text-align: center;
      font-family:  Trebuchet MS, Verdana, Georgia, sans-serif;
      font-size: 0.95em;
      }

a:link {color:#707070; text-decoration:none }
a:visited {color:#707070; text-decoration:none }
a:active {color:#707070; text-decoration:none }
a:hover{color: #A0A0A0; text-decoration:none }
a:focus { font-weight:bold; color:#B0B0B0; text-decoration:none }

a:link img {border: 0px}
a:visited img {border: 0px }
a:active img {border: 0px}
a:hover img {border: 0px}
a:focus img {border: 0px}

h1 {font-size: 1.6em}
h2 {font-size: 1.4em}
h3 {font-size: 1.3em}
h4 {font-size: 1.1em}

b {color: #707070}

ul.navig {font-size: 1.2em;}
li {list-style-image: url(img/redsqare_small.gif);}
li.navig {font-size: 1.2em; list-style-image: url(img/redsqare.gif);}

table.aussen {width: 760px; height:75%;
       margin-left:auto; margin-right:auto;  /* Fuer gute Browser */
       margin-top: 5%; margin-bottom: 5%;  /* oben und unten Rand x % */
       text-align:left; /* Text _in_ der Tabelle links ausrichten */
       font-size: 1.0em;}
       
table.innen { font-size: 0.95em; }

#downloads li {
		list-style-image: url(img/down.gif);
		font-size: 1.1em;
		padding-top: 10px;
}

