/* css für termin.php */

*{
         padding: 0;
         background-image:url(https://dpsg-freunde.de/pictures/grafik/BG-FuF.jpg);
         Content-Type: text/css; charset=ISO-8859-1;
}
#t1 {    // Überschrift
         margin-top: 0px;
         margin-left: 10px;
         font-size: 24px;
}
#t2 {    //Terminefenster
         margin-top: 0px;
         margin-left:15px;
         width:520px;
         height:600px;
         font-size: 16px;
         //border:2px solid red;
}

#t3 {    //Kalender
         margin-top: 0px;
         margin-right: 30px;
         width:220px;
         height:200px;
         border:1;
         float:right;
}

/*
#t4 {
         margin-top:10px;
         margin-left:180px;
         float: left;
         font-size:8px;
} */

#t5 {    // gesamtbereich newsletter
         position: relative;
         margin-top:-390px;
         margin-left:580px;
         width:220px;
         height:380px;
         //border: 2px solid red;

}

#t6 {    //newsletter
         position: relative;
         margin-top:-400px;
         margin-right:50px;
         width: 200px;
         height: 120px;
         font-size:0.8em;
         //border: 2px solid green;
         float:right;
}
#t9 {
         position: relative;
         margin-top:-270px;
         margin-right:50px;
         width: 200px;
         font-size:12px;
         float:right;
         //border:2px solid blue;
}
#t10 {   // Anzeige Text newletter.php
         font-size:32px;
}


/*
.Inhalt a:link { color:#3106F8; text-decoration:none; }
.Inhalt a:visited { color:#3106F8; text-decoration:none; }
.Inhalt a:focus { color:#3106F8; text-decoration:none; }
.Inhalt a:hover { color:#FF0000; text-decoration:none;}
.Inhalt a:active { color:#FF0000; text-decoration:none; }
*/