<?php
/*


                              ::   Forum
             _______________________________________________________
    
                                   Berufsbildende Schule Technik II 
                                   http://www.t2.bbslu.de            
                                                                     
                                   Copyright © 2004 - 2009
                                                                   
__________________________________________________________________________



___________________________________________________________________________________________________________________________________

                                                 ****  CSS-Stylesheet ****
___________________________________________________________________________________________________________________________________

*/

?>


                                                                       //   ::  Einstellungen
                                                                      //___________________________________________________________ 

      
/*
Verwendet in Gaestebuch.php
aktuelle_seite
nummer
user
gbuch
betreff
eintragstext
*/


/* Die Seite allgemein */
body {
background-color: #ffffff;
color: #00544A;
font-family: arial, sans-serif;
font-size: 9pt;
}

/* Überschriften */
h1 {
color: #000000;
font-size: 14pt;
text-decoration:underline;
font-weight:bold;
}

h2 {
color: #00544A;
font-size: 13pt;
text-decoration:underline;
font-weight:bold;
}

/* Tabellen */
table, tr, td {
color: #000000;
font-family: arial, sans-serif;
font-size: 9pt;
}

/* Formular-Tabellen */
.form {
text-align: center;
width: 85%;
}

/* Tabellenspalte in der die Erklärungen stehen */
td.description {
text-align: right;
width: 40%;
}

/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
text-align: left;
width: 60%;
}

/* Eingabefelder */
input {
background-color: #FFDDDD;
color: #000000;
border: 1px solid #C00000;
height: 13pt;
}

select {
background-color: #FFDDDD;
color: #000000;
border: 1px solid #C00000;
}

input.gb, select.gb {
width: 90%;
}

/* Textfeld */
textarea.gb {
background-color: #FFDDDD;
color: #000000;
font-family: arial, sans-serif;
font-size: 9pt;
width: 100%;
border: 1px solid #C00000;
}

/* Buttons */
.button {
background-color: #CFCFCF;
color: #000000;
font-family: arial, sans-serif;
font-size: 9pt;
border: 1px solid;
border-left-color: #EFEFEF;
border-right-color: #909090;
border-top-color: #EFEFEF;
border-bottom-color: #808080;
height: 17pt;
}

/* Links */
a:link {
color: #C00000;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}

/* Links beim Überfahren mit der Maus */
a:link:hover {
color: #FFDDDD;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: underline;
}

/* besuchte Links */
a:visited {
color: #C00000;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: none;
}

/* besuchte Links beim Überfahren mit der Maus */
a:visited:hover {
color: #FFDDDD;
font-family: arial, sans-serif;
font-size: 9pt;
text-decoration: underline;
}



/* Die kleinen Bilder (Page, Mail, ICQ, Bild) in gbuch.php */
img.icon{
border: 0px solid;
width: 15px;
height: 15px;
}

/* Text "(* Pflichtfelder)" */
div.pflichtfeld {
font-weight: bold;
text-align: center;
}


/* Eintragskasten */
table.eintrag {
border: 1px solid #C00000;
}

/* Eintragskasten */
table.eintrag_inaktiv {
border: 1px solid #C0C0C0;
}

/* Eintragskasten */
div.eintrag {
border: 1px solid #C00000;
padding-left: 30px;
padding-right: 30px;
}

.eintrag_fusszeile {
background-color: #FFDDDD;
}

.eintrag_fusszeile_inaktiv {
background-color: #EFEFEF;
}

/* ein Zitat */
div.zitat {
border: 1px solid #C00000;
margin: 10px;
background-color: #FFDDDD;
}

/* die zitierte Person */
div.zitat_name {
font-weight: bold;
}

/* der zitierte Text */
div.zitat_text {
font-style: italic;
}

/* ein Kommentar */
div.kommentar {
border: 1px solid #C00000;
margin: 10px;
background-color: #FFDDDD;
}

/* Text wie "Kommentar vom Webmaster" */
div.kommentar_beschr {
font-weight: bold;
}

/* der Kommentar selbst */
div.kommentar_text {
font-style: italic;
}

/* Der Besucher */
span.user {
font-weight: bold;
}

/* die Nummer des Eintrags */
span.nummer {
font-weight: bold;
}

/* die aktuelle Seite */
span.aktuelle_seite {
font-weight: bold;
}

/* Der Betreff eines Eintrags */
div.betreff {
font-weight: bold;
margin-top: 5px;
}

/* Die Einträge */
div.eintragstext {
margin-top: 5px;
}

