/*
// ====================================== \\
//             NEWSSCRIPT 2.0b            \\
//             (CSS-Stylesheet)           \\
//                                        \\
//        (c) 2005 by mastershrimp        \\
//  Info: http://design.mastershrimp.com  \\
//                                        \\
// ====================================== \\
*/



/* Allgemeine Angaben */

 body        { background-color:#FFFFFF; color:#000000; font-size:12pt; font-family:Times New Roman,Courier,monospace; }

 *.klein     { font-size:10pt; }
 *.block     { text-align:justify; }
 *.zentriert { text-align:center; margin:auto;}
 *.heute     { color:#AA0000; font-size:10pt; font-weight:bold; } /* die Markierung für ein Kommentar oder einen Newseintrag, der am heutigen Tag gemacht wurde */
 
 h5.news_comments { text-align:center; text-decoration:underline; color:#000000; }

/* Sonstige Links */
 /* siehe zentrale CSS-Datei */

/* Links innerhalb des Scriptes */
 A.news_link:link    { color: #444444; text-decoration: underline; }
 A.news_link:visited { color: #444444; text-decoration: underline; }
 A.news_link:focus   { color: #000000; text-decoration: underline; }
 A.news_link:hover   { color: #000000; text-decoration: underline; }
 A.news_link:active  { color: #FFFFFF; text-decoration: underline; }


/* Umrandung der Administrationstabelle */
td.administration { width:250px; background-color:#AAAAAA; font-size:12pt; border-style:solid; border-color:#000000; border-width:1px; text-align:center; padding:10px; margin:auto; }

/* Umrandung des Eingabeformulars */
div.formular_bg   { background-color:#AAAAAA; border-style:solid; border-color:#000000; border-width:1px; text-align:center; padding:20px; padding-top:5px; padding-bottom:5px; margin:auto; }

/* Tabelle des Eingabeformulars */
*.admin_table     { margin:auto; text-align:left; font-size:12pt; }

/* News-Eintrag */
table.news_table  { background-color:#DEDEDE; width:450px; margin:auto; color:#000000; font-size:12pt; font-family:Times New Roman,Courier,monospace; text-align:justify; border-spacing:0px; border-color:#000000; border-style:double; border-width:3px; }
tr.tab_row1       { background-color:#DEDEDE; }
tr.tab_row2       { background-color:#ABABAB; }
td.news_tab_field { padding:7px; border-width:1px; border-color:#555555; border-style:none; border-bottom-style:solid; }

/* Eingabeformular der Kommentare */
input.comment_form { background-color:#EFEFEF; font-size:10pt; border-style:solid; border-color:#555555; border-width:1px; vertical-align:middle; }

/* Optionen unterhalb der News-Einträge */
div.news_options { width:350px; padding:5px; margin:auto; background-color:#DEDEDE; font-size:12pt; text-align:center; border-color:#000000; border-style:double; border-width:3px; }

/* Meldungen und Fehler */
div.error { width:450px; padding:10px; margin:auto; background-color:#FFFFFF; color:#000000; font-size:12pt; text-align:center; border-style:solid; border-color:#000000; border-width:1px; }

select { min-width:200px; }