/* Stylesheet fuer www.schuleersigen.ch */

/* !!       Bitte nicht editieren            !! */

/* ============================================ */

/* Standard-Seitenhintergrund */
body {background-color: #FFFFFF}


/* Standard-Text */
body, tr, td, th, p, ul, ol, li, h1, h2, h3, h4, div, address, blockquote, nobr {font-family: Arial, Helvetica, Verdana, Geneva, Univers, sans-serif}


/* Standard-Text-Groesse */
body, tr, td, th, p, ul, ol, li, div, address, blockquote, nobr {font-size: 9pt;}


/* Ueberschriften */
h1         	{color: #FF9900; font-size: 11pt; text: left; vertical-align: bottom; 
					font-weight: bold; line-height: 100%; 
					margin-top: 0; margin-bottom: 2}
             
/* Weisser Titel auf orangem Grund */

.title        {font-size: 11pt; color: #FFFFFF; font-weight: bold}

/* Text in Formularen */

.formtext     {font-size: 8pt}


/* Links in der Hauptnavigation */

a.nav	 					{color: #FFFF66; font-size: 11pt; text-decoration:none; font-weight: bold}
a.nav:visited 				{color: #FFFFCC; font-size: 11pt; font-weight: bold}
a.nav:active	 			{color: #FFFFCC; font-size: 11pt; font-weight: bold}


/* Links in der Subnavigation */
.nav_sub					{color: #FFFF66; font-size: 9pt; text-decoration:none; font-weight: bold}
a.nav_sub					{color: #FFFF66; font-size: 9pt; text-decoration:none; font-weight: bold}
a.nav_sub:visited			{color: #FFFFCC; font-size: 9pt; font-weight: bold}
a.nav_sub:active			{color: #FFFFCC; font-size: 9pt; font-weight: bold}


/* Hover-Effekt nur im IE */
a:link					{font-weight: bold; text-decoration:none}
a:visited				{font-weight: bold; text-decoration:none}
a:hover					{text-decoration: underline}

/* Links im Text */

a.text					{color: #FF6600; font-size: 9pt; font-weight: bold}
a.text:visited		{color: #FF9966; font-size: 9pt; font-weight: bold}
a.text:active			{color: #FF9966; font-size: 9pt; font-weight: bold}

.text					{color: #FF6600; font-size: 8pt; font-weight: bold}
a.text_8					{color: #FF6600; font-size: 8pt; font-weight: bold}




/* Farbe der Scrollbars (Nur für neuste Generation Browser */

body	{	
			scrollbar-base-color: #FF9933;
			scrollbar-track-color: #FFCC66;
			scrollbar-face-color: #FF9933;
			scrollbar-highlight-color: #FFFF99;
			scrollbar-3d-color: #FFFFFF;
			scrollbar-darkshadow-color: #FF9933;
			scrollbar-shadow-color: #FF9933;
			scrollbar-arrow-color: #FFFFFF;
		}