/* vorlage der web-site fuer juergen laue */
body { background-color:rgb(237,237,255);
		color:rgb(0,0,85);
		font-size:12px;
		font-family:Arial,Helvetica,sans-serif;
		text-align:center;  /* Zentrierung im Internet Explorer */
		margin:0px;
		padding:0px;
}

/* die einstellungen fuer die links */
a:link { color:rgb(204,0,0); text-decoration:underline; font-weight:normal; }

a:visited { color:rgb(204,0,0); text-decoration:underline; font-weight:normal; }

a:hover { color:rgb(238,0,0); text-decoration:none; background-color:rgb(224,224,240); font-weight:normal; }

a:active { color:rgb(250,51,0); text-decoration:none; font-weight:normal; }



/* hauptueberschrift */
#titel { color:rgb(0,0,85);
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		font-style:normal;
		letter-spacing:0.2em;
		text-align:left;
		}

/* hauptueberschrift fuer juergen laues personal-screen - zentriert*/
#titelJuergen { color:rgb(0,0,85);
		font-family:Arial,Helvetica,sans-serif;
		font-size:15px;
		font-style:normal;
		letter-spacing:0.2em;
		text-align:left;
}

/* der text fuer den content */
#textContent { color:rgb(0,0,85);
		font-size:13px;
		font-family:Arial,Helvetica,sans-serif;
		text-align:left;
}

/* der text fuer juergens personal-screen - zentriert */
#textRechts { color:rgb(0,0,85);
		font-size:13px;
		font-family:Arial,Helvetica,sans-serif;
		font-style:bold;
		text-align:right;
}

/* der text fuer juergens personal-screen - zentriert */
#textLinks { color:rgb(0,0,85);
		font-size:13px;
		font-family:Arial,Helvetica,sans-serif;
		text-align:left;
}

/* eingefaerbter scrollbalken */
html, body, textarea {
  background-color:rgb(237,237,255);
  color:rgb(0,0,85);
  font-family:Arial,&quot;Andale Mono&quot;,sans-serif;
  scrollbar-base-color:rgb(237,237,255);
  scrollbar-3d-light-color:rgb(244,244,255);
  scrollbar-arrow-color:rgb(244,244,255);
  scrollbar-darkshadow-color:rgb(0,0,85);
  scrollbar-face-color:rgb(146,146,190);
  scrollbar-highlight-color:rgb(244,244,255);
  scrollbar-shadow-color:rgb(0,0,85);
  scrollbar-track-color:rgb(194,194,220);
}
