/* DATEI: ar01m.css */

body { background-color: #000000; }
body, a, b, div, p, td { font-variant: normal; font-size: 12px; font-family: "Arial",Helvetica,sans-serif; }
h1                     { font-variant: normal; font-size: 14px; font-family: "Arial",Helvetica,sans-serif; }
a                                                     {text-decoration: none; }
a:hover                                               {text-decoration: underline; cursor:pointer; }

hr                                           {color: #FFFFFF;}

table                                        { border-color: #ED2024; }


.fc00                                        {color: #000000;}
.bg00                                        {background-color:#000000;}
.bc00                                        {border-color:#000000;}

.fcCC                                        {color:#CCCCCC;}
.bgCC                                        {background-color:#CCCCCC;}
.bcCC                                        {border-color:#CCCCCC;}

.fc77                                        {color:#777777;}
.bg77                                        {background-color:#777777;}
.bc77                                        {border-color:#777777;}

.fcFF                                        {color:#FFFFFF;}
.bgFF                                        {background-color:#FFFFFF;}
.bcFF                                        {border-color:#FFFFFF;}

.fcAR                                        {color: #F7CE0F;}
.bgAR                                        {background-color: #F7CE0F;}
.bcAR                                        { border-color: #F7CE0F; }

.fcRT                                        {color:#ED2024;}
.bgRT                                        {background-color:#ED2024;}
.bcRT                                        { border-color: #ED2024; }

.fcGN                                        {color:#00FF1F;}
.bgGN                                        {background-color:#00FF1F;}
.bcGN                                        {border-color:#00FF1F;}

.fcGB                                        {color:#FFFF00;}
.bgGB                                        {background-color:#FFFF00;}
.bcGB                                        {border-color:#FFFF00;}

/* Edit-Buttons*/
.editbutton {
border: 0px solid #F7CE0F;
height: 10pt;
width: 20pt;
text-align: right;
font-family: arial, sans-serif;
font-size: 6pt;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 0px;
}

/* TextArea */
textarea {
border: 1px solid #F7CE0F;
font-family: arial, sans-serif;
font-size: 8pt;
}

/* A-Button */
.abutt { cursor:pointer; }

/* Eingabefelder */
input {
border: 1px solid #F7CE0F;
height: 14pt;
font-family: arial, sans-serif;
font-size: 8pt;
}

/* Auswahlfelder */
select {
border: 1px solid #F7CE0F;
height: 14pt;
font-family: arial, sans-serif;
font-size: 8pt;
}

/*Menu*/
.menu        { font-weight: bold; margin-bottom: 0px; }
/*fett*/
.fett        { font-weight: bold; margin-bottom: 0px; }
/*norm*/
.norm        { margin-bottom: 0px; }
/*VerySmall*/
.vsmall      { font-weight: normal; font-size: 6px; margin-bottom: 0px; }
/*Small*/
.small       { font-weight: normal; font-size: 10px; margin-bottom: 0px; }
/*Big1*/
.big1        { font-size: 20px; margin-bottom: 0px; }
/*Big2*/
.big2        { font-size: 30px; margin-bottom: 0px; }

/* Tabellenspalte in der die Erklärungen stehen */
td.describtion {
color: #FFFFFF;
text-align: left;
width: 160px;
}
/* Tabellenspalte in der die Eingabefelder stehen */
td.input {
text-align: left;
text-valign: top;
/*width: 50%;*/
}

/* Erfolgs- oder Fehlermeldung bei der Suche */
div.suchmeldung {
font-size: 10pt;
}

/* Der Suchbegriff */
span.suchwort {
font-weight: bold;
}

/* Die Regeln in der eintrag.php */
div.regeln {
text-align: left;
}

/* Der Button unter den Regeln in der eintrag.php */
form.regeln {
text-align: center;
color: #FFFFFF;
}

/* Die Buttons in eintrag.php, über die die BBCodes eingefügt werden */
img.bbcode {
background-color: #000000;
width: 23px;
height: 23px;
border: 1px solid #FFFFFF;
}

/* Die kleinen Bilder (Page, Mail, ICQ, Bild) in gbuch.php */
img.gbuch {
border: 0px solid;
width: 15px;
height: 15px;
}

/* Text "(* Pflichtfelder)" */
div.pflichtfeld {
font-weight: bold;
text-align: center;
}

/* Fehlermeldung bei deaktiviertem Javascript */
div.nojs {
color: red;
font-weight: bold;
}

/* Einträge mit gerader Nummer (2, 4, 6, 8 usw.) */
div.gerade {
border: 1px solid #F7CE0F; /*#ED2024;*/
padding: 2px;
}

/* Einträge mit ungerader Nummer (1, 3, 5, 7 usw.) */
div.ungerade {
border: 1px solid #F7CE0F; /*#ED2024;*/
padding: 2px;
}
/* ein Zitat */
div.zitat {
border: 1px solid black;
margin: 10px;
}

/* die zitierte Person */
div.zitat_person {
font-weight: bold;
}

/* der zitierte Text */
div.zitat_text {
font-style: italic;
}

/* ein Code */
div.code {
border: 1px solid black;
margin: 10px;
}

/* Dateiname */
div.code_datei {
font-weight: bold;
}

/* der Code */
div.codetext {
font-family: "Courier New", monospace;
background-color: #CCCCCC;
}

/* ein Kommentar */
div.kommentar {
border: 1px solid black;
margin: 10px;
}

/* Text wie "Kommentar vom Webmaster" */
div.kommentar_beschr {
font-weight: bold;
color: #CCCCCC;
}

/* der Kommentar selbst */
div.kommentar_text {
font-style: italic;
}

/* Der Besucher */
span.user {
font-weight: bold;
color: #F7CE0F;
}

/* die Nummer des Eintrags */
span.nummer {
font-weight: bold;
color: #FFFFFF;
}

/* die aktuelle Seite */
span.aktuelle_seite {
font-weight: bold;
color: #FFFFFF;
}

/* Text "..." bei der Seitenauswahl */
span.punkt {
color: #F7CE0F;
}

/* Der Betreff eines Eintrags */
div.betreff {
font-weight: bold;
margin-top: 5px;
color: #F7CE0F;
}

/* Die Einträge */
div.eintragstext {
color: #FFFFFF;
margin-top: 5px;
}

/* showimage.php: das hochgeladene Bild */
div.upimg {
text-align: center;
}

/* showimage.php: Text unter Bild */
p.upimgdesc {
text-align: center;
}

@media print {

.onlyscreen {
visibility: hidden;
height: 0px;
}

a.linkinfo {
text-decoration: none;
}

a.linkinfo:after {
content: " ("attr(title)" ) ";
}


