 /* Datei für die Titelseite */

 /* Globale Definitionen für den ganzen Bereich */
body {
 font-family:Century Gothic, sans-serif;
 font-size:12px;
 color:#999999;
 background:#000000;
 text-align:center;
}

/* Definition des Rahmens und Größe des Gesamtbereichs */
.rahmen {
 width:900px;
 height:700px;                                 /* H Ö H E 880 */
 margin:0px auto;  /* Abstand des Gesamtbereichs vom oberen Rand und mittig ausgerichtet*/
 padding:0px;
 border-top:1px;
 border-right:0px;
 border-bottom:1px;
 border-left:0px;
 border-style:solid;
 border-collapse:collapse;
 border-spacing:0px;
 border-color:#993366;
 background-color:#F3F4C4;
}

.inhalt{
 margin:0px auto;
 padding:0px;
 border-top:1px;
 border-right:0px;
 border-bottom:1px;
 border-left:0px;
 border-style:solid;
 border-collapse:collapse;
 border-spacing:0px;
 border-color:#993366;
}
.name {
 margin:0px;
 padding:5px;
 font-size:22px;
 font-variant:small-caps;
 text-decoration:none;
 color:#999999;
}
.name a {
 text-decoration:none;
 color:#999999;
}
.beruf{
 margin:0px;
 padding:0px;
 font-size:22px;
 text-decoration:none;
 color:#999999;
}
.beruf a {
 text-decoration:none;
 color:#999999;
}
.adresse{
 margin:0px;
 padding:5px;
 font-size:11px;
 text-decoration:none;
 color:#999999;
 }
 .adresse a {
 text-decoration:none;
 color:#999999;
 }