/* $Id: todo.css,v 1.8.2.2 2004/01/15 20:59:31 joersch Exp $ */

th   {
	font-family : Tahoma,Helvetica, sans-serif;
	font-size : 10pt;
}

td   {
	font-family : Tahoma,Arial, sans-serif;
	font-size : 9pt;
}


/* for the notes on detail-page */
td.note   {
	font-family : monospace;
	font-size : 9pt;
}

/* for the calender --> calender.php */
td.cal {
	font-family : Tahoma,Arial,sans-serif;
	font-size : 9pt;
}
a:link.cal    { font-weight:bold; color:#000080; }
a:hover.cal    { font-weight:bold; color:#ff0000; }
a:visited.cal { font-weight:bold; color:#4468AC; }
a:active.cal  { font-style:italic; color:#000080; }

/* for the todotable --> calender.php */
td.tdt {
	font-family : Tahoma,Times,Arial, sans-serif;
	font-size : 9pt;
}

tr.tdt.low {
	font-family : Tahoma,Times,Arial, sans-serif;
	font-size : 9pt;
	color : #66ccff;
}


/* for the FormMenU (left side --> details, user-prefs, etc) */
.fmu {
	font-family : Tahoma,Times,Arial, sans-serif;
	font-size : 9pt;
	font-weight: bold;
}

body {
bgcolor: #a8c5fb;
background-image:url(../graphics/bg.jpg);
SCROLLBAR-FACE-COLOR: #B7C6E5; SCROLLBAR-HIGHLIGHT-COLOR: #D3DCEF; SCROLLBAR-SHADOW-COLOR: #738FCC; SCROLLBAR-3DLIGHT-COLOR: #E9EEF8; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #E5EBF4; SCROLLBAR-DARKSHADOW-COLOR: #4870AA;
}

/* for the footer */
td.fot {
	font-family : Tahoma,Times,Arial, sans-serif;
	font-size : small;
}

a:link.fot {
	font-weight:normal;
	color:#000080;
	text-decoration:none;
}
a:hover.fot {
	font-weight:normal;
	color:#ff0000;
	text-decoration:none;
}

/* a:visited = Verweise zu bereits besuchten Seiten */
a:visited.fot {
	font-weight:normal;
	color:#4468AC;
	text-decoration:none;
}

/* a:active = Verweise, die gerade angeklickt werden */
a:active.fot {
	font-weight:normal;
	color:#000080;
	text-decoration:none;
}

p,h2,h3,h4,ul,ol,li,div { font-family:Tahoma,Arial, Helvetica, sans-serif; }

h1 {font-family:Tahoma,sans-serif; font-size: 14pt; color: #0D20C8; }

/* used for dateformat */
pre { font-family:Courier New,Courier,sans-serif; font-size:10pt; }


/* Feedback after actions */
.feedback {
	color:#FF0000;
	font-weight: bold;
}

/* a:link = Verweise zu noch nicht besuchten Seiten */
a:link {
	/*font-weight:bold; */
	color:#000080;
}

/* a:hover = Verweise beim überfahren */
a:hover {
	/*font-weight:bold; */
	color:#ff0000;
}

/* a:visited = Verweise zu bereits besuchten Seiten */
a:visited {
	/*font-weight:bold; */
	color:#4468AC;
}

/* a:active = Verweise, die gerade angeklickt werden */
a:active {
	color:#000080;
	text-decoration:none;
}
