/* Basic Stuff */

body { background-color:#999999; }

body,p,td,th,ul,ol,dl,li,address,h1,h2,h3,h4,h5,h6 { font-family:sans-serif; }

/* Schriftgroessen (Ueberschriften nicht in Benutzung) */

body,p,td,th,ul,ol,dl,li,address { font-size:11px; }

h1 { font-size:24px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:11px; }

/* kleine '28' bei fabrik28 Schriftzuegen */

sup { color:#cc0000; }
a:hover sup { color:#ffffff; }

/* Schrift auf Hauptseite, neben Zahnrad */

.home  { color: #001f93; font-size:14px; line-height: 20px; }

/* Blaue Elemente des Fensterrahmens (Streifen oben & unten) */

.bgblue { background-color:#000099; }
.bgblue td { color:#ffffff; }
.bgblue th { color:#ffffff; }

/* generelle Links (no use - except outside of mainframe) */

a:link { text-decoration:none;color:#ffffff; }
a:visited { text-decoration:none;color:#cccccc; }
a:active { text-decoration:none;color:#cc0000; }
a:hover { text-decoration:none;color:#cc0000; }

/* Links in hauptsaechlicher Benutzung (blau/rot)  */

a:link.blau {color:#000099;}
a:visited.blau {color:#000099;}
a:active.blau {color:#990000;}
a:hover.blau {color:#dd0000;}

/* Standardlinks */

a:link.normal  { color: #001f93; text-decoration: underline; }
a:visited.normal  { color:#001f93; text-decoration: underline; }
a:active.normal  { color: #8fafe3; text-decoration: underline; }
a:hover.normal  { color: #8fafe3; text-decoration: underline; }

/* Standardschrift */

.normal {
	padding:4px;
	margin:0px;
	border-style:none;
	border-width:0px;
	font-size:12px;
	color:#000000;
}

/* Standard fuer Absaetze */

.content {
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	border-style:none;
	border-width:0px;
	font-size:11px;
	color:#000000;
}

/* Spezieller Standard auf den Projektseiten */

.projekte {
	padding-left:5px;
	padding-right:40px;
	padding-top:6px;
	margin:0px;
	border-style:none;
	border-width:0px;
        font-size:11px;
        color:#000000;
}

/* spezielle Formatierung fuer Biografien */

.thirtyseven {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;	
	margin:0px;
	border-style:none;
	border-width:0px;
	font-size:9px;
	color:#000000;
}

/* Rand fuer Mainframe */

.rand {
	padding:0px;
	margin:0px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}

/* kein Rand innerhalb von Mainframe */

.randlos {
	padding:0px;
	margin:0px;
	border-style:none;
	border-width:0px;
}

/* Redefinition von nobreak */

.nobr		{ white-space:nowrap; }
.nobr td,th	{ white-space:nowrap; }

/* einige Standardfarben */

.grau {color:#cccccc;}
.weiss {color:#ffffff;}
.rot {color:#cc0000;}
.blau {color:#000099;}

/* Einzug fuer Rahmengrafiken (logo, buttons, ...) */

.einzug {padding-left:30px;}

/* Innenabstand auf der Anfahrt-Seite */

.anschriftT { padding:15px; }
.anschriftM { padding:10px; }

/* Link zur Flash-Seite */

.gbr {
	text-align:right;
	padding-right:10px;
	color:#999999;
}