/* www.ScientificJournals.com - Blau: css */


TABLE.Tabelle

{
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 10px;
	empty-cells: show;
	border: 2px solid #8192BB;
	
}


TD.Rahmen

{
	border-width: medium;
	border-color: #D6B9D6;
	border-style: solid;
	border: 2px solid #8192BB;
	
}


/* Text in der Tabelle */

TD
{
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.NavHöheLinks
{
	line-height: 14pt;
	font-weight: normal;
	background-color: #000080;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.NavHöhe
{
	line-height: 14pt;
	font-weight: normal;
	background-color: #8192BB;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.NavHintergrund
{
	background-color: #8192BB;
}



.HeadHintergrund
{
	background-color: #2D4C95;
}


.Tabellenrand
{
	background-color: #2D4C95;
}




/* H1 - Überschriften */

H1
{
	font-size: 15px;
	color: #2D4B93;
	text-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/* Text - Überschriften */

.Headline

{
	font-size: 12px;
	color: #2D4B93;
	text-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}




/* Links Normal */

a
{
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8192BB;
	text-decoration:underlined;
}

a:link
{
	color: #3f5ea8;
}

a:visited
{
	color: #3f5ea8;
}

a:active
{
	color: #3f5ea8;
}

a:hover
{
	color: #3f5ea8;
}





/* Link Zurück */

a.zurueck
{
	font-size: 12px;
	color: #000080;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:link.zurueck
{
	color: #000080;
}

a:visited.zurueck
{
	color: #000080;
}

a:active.zurueck
{
	color: #000080;
}

a:hover.zurueck
{
	color: #000080;
}




/* Links Übersichtsseiten - Startseiten */

a.Uebersicht
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

a:link.Uebersicht
{
	color: #000000;
}

a:visited.Uebersicht
{
	color: #808080;
}

a:active.Uebersicht
{
	color: #000000;
}

a:hover.Uebersicht
{
	color: #2D4C95;
}



/* Sonder-Links (12px) Übersichtsseiten - Startseiten */

a.UebersichtBlau
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

a:link.UebersichtBlau
{
	color: #2D4C95;
}

a:visited.UebersichtBlau
{
	color: #2D4C95;
}

a:active.UebersichtBlau
{
	color: #2D4C95;
}

a:hover.UebersichtBlau
{
	color: #2D4C95;
	
}


/* Sonder-Links (14px) Übersichtsseiten - Startseiten */

a.UebersichtSonderlink
{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D4C95;
	text-decoration: none;
}

a:link.UebersichtSonderlink
{
	color: #2D4C95;
}

a:visited.UebersichtSonderlink
{
	color: #2D4C95;
}

a:active.UebersichtSonderlink
{
	color: #2D4C95;
}

a:hover.UebersichtSonderlink
{
	color: #2D4C95;
	
}




/* Für Formularfelder und ABC-Leisten (Buttons) */
input, textarea
{
	background-color: rgb(100%,100%,100%);
	border-style: solid;
	border-width: 1px;
	border-color: #2D4C95;
	color: #2D4C95;
}

/* Scrollbars */
body, textarea
{
  scrollbar-face-color: #8192BB; // Direktaufsicht der Scrollbars (Farbe der NavHintergrund)
  scrollbar-highlight-color: #000000;
  scrollbar-shadow-color: #2D4C95; // Schatten "rechts"
  scrollbar-3dlight-color: #2D4C95;
  scrollbar-arrow-color:  #2D4C95; // die Pfeile
  scrollbar-track-color: #FFFFFF;  // Schatten "links"
  scrollbar-darkshadow-color: #000000; // Buttoncharakter des Schattens verstärkt
}

