/** 
 * Formatierung des Hintergrundes
 */

/** 
 * Formatierung für Grafiken allgemein 
 */
img {
    border-width:0;    /* Rahmen-Dicke */
		border-style:none; /* Rahmen-Style */
}

/**
 * Formatierung für Grafiken in Postings (über [img][/img] eingebundene Grafiken) 
 */
img.inpostimage {
    border-width:0;    /* Rahmen-Dicke */
		border-style:none; /* Rahmen-Style */
}

/**
 * Links in Überschriften.
 * Hier nur für normale und besuchte Links
 */
a.title
{
    font-size: 8pt;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

a.entry
{
    color: #eeeeee;
    font-family:Tahoma; /* Schriftart */
    font-size:7pt;     /* Schriftgröße */ 
    font-weight:bold;		/* Schrift-Dekoration */
    color:#eeeeee;      /* Schriftfarbe */
    text-decoration: none;
}

a:hover.entry
{
    color: #ffffff;
}

/*
.tabletitle a:link, .tabletitle a:visited {
    color:#FFFFFF;             /* Schriftfarbe */
    text-decoration:underline; /* Text-Dekoration */
}  
*/

/**
 * Links in Überschriften
 * Hier nur für Links, die mit der Maus "überfahren" werden. 
 */       
/*
.tabletitle a:hover {
    color:#FFFF66;        /* Schriftfarbe */             
    text-decoration:none;	/* Text-Dekoration */
}
*/

/**
 * Links in Überschriften.
 * Hier nur für aktive Links 
 */
/*
.tabletitle a:active {
    color:#FFFFFF;             /* Schriftfarbe */
    text-decoration:underline; /* Text-Dekoration */
}  
*/

/**
 * Links in Kategorien. (Meistens Überschriften)
 * Hier nur für normale und besuchte Links 
 */
.tablecat a:link, .tablecat a:visited {
    color:#FFFFFF;             /* Schriftfarbe */
    text-decoration:underline; /* Text-Dekoration */
}  

/**
 * Links in Kategorien. (Meistens Überschriften)
 * Hier nur für Links, die mit der Maus "überfahren" werden. 
 */       
.tablecat a:hover {
    color:#FFFFFF;        /* Schriftfarbe */             
    text-decoration:none;	/* Text-Dekoration */
} 

/**
 * Links in Überschriften.
 * Hier nur für aktive Links 
 */
.tablecat a:active {
    color:#FFFFFF;             /* Schriftfarbe */
    text-decoration:underline; /* Text-Dekoration */
}  

/**
 * Schriftformatierungen für Schrift in Titeln.
 */
.titlefont {
    font-family:Tahoma; /* Schriftart */
    font-size:9pt;     /* Schriftgröße */
		font-weight:bold;		/* Schrift-Dekoration */
    color:#FFFFFF;		  /* Schriftfarbe */
}

/**
 * Schriftformatierungen für Schrift in Kategorien.
 */
.catfont {
    font-family:Tahoma; /* Schriftart */
    font-size:9pt;     /* Schriftgröße */ 
		font-weight:bold;		/* Schrift-Dekoration */
    color:#FFFFFF;      /* Schriftfarbe */
}

/**
 * Schriftformatierungen für kleine Schrift in Kategorien.
 */
.smallcatfont {
    font-family:Tahoma; /* Schriftart */
    font-size:7pt;     /* Schriftgröße */ 
		font-weight:bold;		/* Schrift-Dekoration */
    color:#eeeeee;      /* Schriftfarbe */
}

/**
 * Schriftformatierungen für normale Schrift
 */
.normalfont {
    font-family:Tahoma; /* Schriftart */
    font-size:9pt;     /* Schriftgröße */
    color:#336699;      /* Schriftfarbe */
}	

/**
 * Schriftformatierungen für kleine Schrift
 */
.smallfont {
    font-family:Tahoma; /* Schriftart */
    font-size:7pt;      /* Schriftgröße */ 
    color:#373779;      /* Schriftfarbe */
}

.authorfont {
    font-family:Tahoma; /* Schriftart */
    font-size:9pt;     /* Schriftgröße */ 
    color:#ffffff;      /* Schriftfarbe */
}

/**
 * Schriftformatierungen für Schrift, die eine Uhrzeit/Datum innerhalb eines Postings anzeigt
 */
.posttimefont {
    font-family:Tahoma; /* Schriftart */
    font-size:7pt;     /* Schriftgröße */ 
		font-weight:bold;		/* Schrift-Dekoration */
    color:#eeeeee;      /* Schriftfarbe */
}

/**
 * Formatierungen für äussere Tabellen.
 */
.tableoutborder {
    background-color: #7799aa; /* Hintergrundfarben */
		width: 100%;               /* Tabellenbreite */		
}

/**
 * Formatierungen für innere Tabellen.
 */
.tableinborder {
    background-color: #7799aa; /* Hintergrundfarben */
		width: 100%;               /* Tabellenbreite */
}

/**
 * Formatierungen für Tabellen im innere einer Tabelle.
 */
.tablein {
    background-color: #D1D1E1; /* Hintergrundfarben */
}

/**
 * Formatierungen für die Titelzeile von Tabellen.
 */
.tabletitle {
    background-color:#336699; /* Hintergrundfarben */
		/* background-image:url(../images/cellpic_standart.gif); */ /* Hintergrundgrafik */
		width:50%;                /* Tabellenbreite */
		text-align:center;        /* Text-Bündigkeit */
}

/**
 * Formatierungen für die Kategoriezeile von Tabellen.
 */
.tablecat {
    background-color:#336699; /* Hintergrundfarben */
		/* background-image:url(../images/katcellpic_standart.gif); */ /* Hintergrundgrafik */		
		width:50%;                /* Tabellenbreite */
		text-align: center;       /* Text-Büngigkeit */
}

/**
 * Formatierungen für Tabellenspalte A.
 */
.tablea {
    background-color:#F5F5FF; /* Hintergrundfarben */
		vertical-align: top;      /* Text-Büngigkeit (vertikal) */
}

/**
 * Formatierungen für Tabellenspalte B.
 */
.tableb {
    background-color:#eeeeee; /* Hintergrundfarben */
		vertical-align: top;      /* Text-Büngigkeit (vertikal) */
}

/**
 * Formatierungen für BBCode`s wie [code].
 */
.bbcodetag {
    background-color:#00D3E9; /* Hintergrundfarben */		
		vertical-align: top;			/* Text-Büngigkeit (vertikal) */
		width:80%;                /* Tabellenbreite */
		overflow:auto;			      /* Scrollfähigkeit der Tabelle */
		font-family:Curier New;   /* Schriftart */
		font-size:9pt;           /* Schriftgröße */
		color: #0010FF;           /* Schriftfarbe */		
}

/**
 * Formatierungen für den BBCode [quote].
 */
.bbquote {
    background-color:#00D3E9;   /* Hintergrundfarben */
		border-color:#0B198C;       /* Rahmenfarbe */
		border-width:3px;           /* Rahmenbreite */
		border-style:none;          /* Rahmenstil */
		border-left-style:double;   /* Rahmenstil (links) */
		border-bottom-style:double; /* Rahmenstil (unten) */
		border-top-style:solid;     /* Rahmenstil (unten) */
		border-right-style:solid;   /* Rahmenstil (unten) */				
		padding:5px;                /* Innenabstand */
		margin-left:10px;           /* Aussenabstand (links) */
		margin-top:1px;		          /* Aussenabstand (oben) */
		width:80%;	                /* Tabellenbreite */
		overflow:auto;				      /* Scrollfähigkeit der Tabelle */
		font-size:9pt;             /* Schriftgröße */
		color: #0010FF;             /* Schriftfarbe */
}

/**
 * Formatierung für Input-Felder. (z.B. beim Eintragserstellen)
 */
.postinput {
    background-color:    #E1E4F2; /* Hintergrundfarben */
		border-color:        #010101; /* Rahmenfarbe */
		border-top-color:    #010101; /* Rahmenfarbe (oben) */
		border-left-color:   #010101; /* Rahmenfarbe (links) */
		border-right-color:  #FEFEFE; /* Rahmenfarbe (rechts) */
		border-bottom-color: #FEFEFE; /* Rahmenfarbe (unten) */
    border-width:        1px;     /* Rahmenbreite */
		border-style:        solid;   /* Rahmenstil */
		font-weight:         bold;    /* Schrift-Dekoration */
}

/**
 * Formatierung für Buttons.
 */

/**
 * Formatierung für horizontale Linien in Postings.
 */
.posthr {
    height:2px;            /* Höhe */
		color: #000000;        /* Farbe */
    width:95%;             /* Breite */
    text-align:left;       /* Text Ausrichtung */
    border-width: 1px;     /* Rahmenbreite */
		border-style: solid;   /* Rahmenstil */
		border-color: #000000; /* Rahmenfarbe */		
		margin: 0px;           /* Aussenabstand */
		margin-left: 3px;      /* Aussenabstand (links) */
		margin-top: 3px;		   /* Aussenabstand (oben) */
}

