
/*
 * StyleSheet für Template 'rad' 
 *
 * René A. Da Rin
 * St.Gallen/Schweiz
 * info@darin.ch
 *
 * Verwenden Sie für dieses StyleSheet auch
 * die Sprachdatei 'german.rad.inc.php'
 * für die kompaktere Darstelung des Adminbereiches.
 */
 
 /*
 * all links used 
 *
 * "normal", kc and kcB
 */


/*
 * "normal" link 
 */
A:link {
  	color: #0057AE;
  	text-decoration: none;
}

A:visited {
  	color: #0057AE;
  	text-decoration: none;
}

A:active {
  	color: #0057AE;
  	text-decoration: none;
}

A:hover {
  	color: #003A7F;
  	text-decoration: none;
}

/** 
 * link used for the pagenumbers 
 */
A.kc:link {
  	color: #6380BC;
  	font-size: 9px;
  	text-decoration: none;
}

A.kc:visited {
  	color: #6380BC;
  	font-size: 9px;
  	text-decoration: none;
}

A.kc:active {
  	color: #6380BC;
  	font-size: 9px;
  	text-decoration: none;
}

A.kc:hover {
  	color: #6380BC;
  	font-size: 9px;
  	text-decoration: underline;
}

/**
 * link used for the execution time ----------- Fusszeile
 */
.kcB {
  	color: #999999;
  	font-size: 9px;
  	text-decoration: none;
}

A.kcB:link {
  	color: #999999;
  	font-size: 9px;
  	text-decoration: none;
}

A.kcB:visited {
  	color: #999999;
  	font-size: 9px;
  	text-decoration: none;
}

A.kcB:active {
  	color: #999999;
  	font-size: 9px;
  	text-decoration: none;
}

A.kcB:hover {
  	color: #999999;
  	font-size: 9px;
  	text-decoration: none;
}

/**
 * the body, so general preferences
 */
body {
  background-color: #BFE2F8;
}

/**
 * table preferences; also very important!!
 */

th {
  	color: #000000;
}

/**
 * special text parts: small and some highlight or normal colours!
 * by editing the colours, the whole gallery will change;
 * -> central preferences
 */
small {
  	color: #000000;
  	font-size: 11px;
}

.highlight {
  	background-color: #99CCFF;
}

.highlight2 {
  	background-color: #99CCFF; /* ? */
}

.normal {
  	background-color: #BFE2F8;
}

.normal2 {
  	background-image: url("images/line.gif");
}

.aussenrahmen {
  	background-color: #0057AE; /* Rahmenfarbe aussen unter Logo */
}

.seitentitel {
  	background-color: #0057AE;
}

.hintergrund {
  	background-color: #BFE2F8;
}

XML {
}

