/* CSS-Datei für den VDS Berlin/Potsdam von Timo F. Hartmann */

/*Aussehen*/
body {
 background:#FFFFA0;
 font-family:"Arial", "sans-serif";
 color:#000000;
 text-align:center;
 }

#vds{
 background:#FFFFFF;
 color:#000000;
 float:left;
 width:95%;
 text-align:left;
 }

#inhalt{
 width:810px;
 background:#FFFFA0;
 margin:auto;
 color:#000000;
 text-align:left;
 padding-top:12.5em;
 }

/*Formatierung Schrift*/
a:visited{
 color:#660000;
 background:#FFFFFF;
 }

h1,h2{
 color:#000000;
 font-size:1.5em;
 background:#FFFFA0;
 }

h3,h4,h5,h6{
 color:#000000;
 font-size:1.3em;
 background:#FFFFA0;
 }

p.oben{
 font-style:italic;
 font-weight:bold;
 color:#FF0000;
 font-size:2em;
 font-family:'Arial Black',serif;
 background:#FFFFFF;
 text-align:left;
 }

a{
 color:#FF0000;
 text-decoration:none;
 background:#FFFFFF;
 font-size:1.2em;
 }

/* Formatierung Sonstige*/
a.help{
 cursor:help;
 }

a.mail{
 font-size:1em;
 background:#FFFFA0;
 text-decoration:underline;
 color:#FF0000;
 }

a.ul{
 font-size:1em;
 background:#FFFFA0;
 text-decoration:underline;
 color:#000000;
 }
