/** 
 * Formatierung des Hintergrundes
 */
body {
    background-color: #d2d2b4;     /* Hintergrundfarbe E1E1E2*/
    font-family:Verdana,Arial,Helvetica,sans-serif; /* Schriftart */
    font-size:.85em;                 /* Schriftgröße */
    color:#000; 		             /* Schriftfarbe */
		padding:0px;                   /* Innenabstand */
}

/** 
 * 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 allgemein
 * Hier nur für normale und besuchte Links 
 */
a:link, a:visited {
    color:#373779;             /* Schriftfarbe */
    text-decoration:underline; /* Text-Dekoration */
}         

/**
 * Links allgemein.
 * Hier nur für Links, die mit der Maus "überfahren" werden.
 */
a:hover {
    color:#FF4400;        /* Schriftfarbe */      
    text-decoration:none;	/* Text-Dekoration */
} 

/** 
 * Links allgemein
 * Hier nur für ktive Links 
 */
a:active {
    color:#373779;             /* Schriftfarbe */
    text-decoration:underline; /* Text-Dekoration */
}         

/**
 * Links in Überschriften.
 * Hier nur für normale und besuchte Links
 */
.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:#FFFF66;        /* 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:Verdana,Arial,Helvetica,sans-serif; /* Schriftart */
    font-size:9pt;     /* Schriftgröße */
		font-weight:bold;		/* Schrift-Dekoration */
    color:#FFFFFF;		  /* Schriftfarbe */
}

/**
 * Schriftformatierungen für Schrift in Kategorien.
 */
.catfont {
    font-family:Verdana,Arial,Helvetica,sans-serif; /* Schriftart */
    font-size:9pt;     /* Schriftgröße */ 
		font-weight:bold;		/* Schrift-Dekoration */
    color:#FFFFFF;      /* Schriftfarbe */
}

/**
 * Schriftformatierungen für kleine Schrift in Kategorien.
 */
.smallcatfont {
    font-family:Verdana,Arial,Helvetica,sans-serif; /* Schriftart */
    font-size:7pt;     /* Schriftgröße */ 
		font-weight:bold;		/* Schrift-Dekoration */
    color:#FFFFFF;      /* Schriftfarbe */
}

/**
 * Schriftformatierungen für normale Schrift
 */
.normalfont {
    font-family:Verdana,Arial,Helvetica,sans-serif; /* Schriftart */
    font-size:9pt;     /* Schriftgröße */
    color:#373779;      /* Schriftfarbe */
}	

/**
 * Schriftformatierungen für kleine Schrift
 */
.smallfont {
    font-family:Verdana,Arial,Helvetica,sans-serif; /* Schriftart */
    font-size:7pt;      /* Schriftgröße */ 
    color:#373779;      /* Schriftfarbe */
}

/**
 * Schriftformatierungen für Schrift, die eine Uhrzeit/Datum innerhalb eines Postings anzeigt
 */
.posttimefont {
    font-family:Verdana,Arial,Helvetica,sans-serif; /* Schriftart */
    font-size:9pt;     /* Schriftgröße */  
		font-weight: bold;  /* Schrift-Dekoration */
    color:#FFFFFF;      /* Schriftfarbe */
}

/**
 * Formatierungen für äussere Tabellen.
 */
.tableoutborder {
    background-color: #0B198C; /* Hintergrundfarben */
		width: 100%;               /* Tabellenbreite */		
}

/**
 * Formatierungen für innere Tabellen.
 */
.tableinborder {
    background-color: #0B198C; /* 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:#5C7099; /* 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:#869BBF; /* 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:#d2d2b4; /* #E1E4F2 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.
 */
.button {
    background-color:    #E1E4F2; /* Hintergrundfarben */		
		border-color:        #010101; /* Rahmenfarbe */
		border-top-color:    #FEFEFE; /* Rahmenfarbe (oben) */
		border-left-color:   #FEFEFE; /* Rahmenfarbe (links) */
		border-right-color:  #010101; /* Rahmenfarbe (rechts) */
		border-bottom-color: #010101; /* Rahmenfarbe (unten) */
    border-width:        1px;     /* Rahmenbreite */
		border-style:        solid;   /* Rahmenstil */
		font-weight:         bold;    /* Schrift-Dekoration */
}

/**
 * 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) */
}
