/*Datei: editformate.css*/
/*Formate für die Editorialseiten der Stefan Mart Homepage (Titelseite, Sitemap, Impressum usw.*/
body           {  background:#051428;  }

h1,h2,h3,ul,li,p  {  font-family:Verdana, sans serif; color:#FAEBD7; }

h1          {  font-size:24pt; font-weight:normal; letter-spacing:1pt; text-align:center; margin-top:25px; margin-left:15px; margin-right:15px;  }

h2          {  font-size:18pt; font-weight:normal; letter-spacing:3pt; text-align:center; margin-top:15px; margin-left:15px; margin-right:15px;  }

h3           {  font-size:13pt; font-weight:normal; text-align:center; margin-top:30px; margin-left:50px; margin-right:50px;  }

p           {  font-size:13pt; font-weight:normal; text-align:justify; margin-top:15px; margin-left:15px; margin-right:15px;  }

ul          {  list-style-type:none; font-size:10pt; margin-top:0px; font-weight:bold; text-align:left;}
li          {  font-size:10pt; margin-top:0px;  margin-bottom:5px; font-weight:bold; text-align:left; }

.it               {  font-style:italic;   }
.bd               {  font-weight:bold;   }
.ye               {  color:#FFFF00;     }

a:link               {  text-decoration:none; color:#FF0000;  }
a:visited            {  text-decoration:none; color:#DF0000;  }
a:hover              {  text-decoration:none; color:#051428; background-color:#FAEBD7;  }
a:active             {  text-decoration:none; color:#051428; background-color:#FAEBD7;  }

