﻿BODY {
	font-family: Arial; font-size: 9pt;
	background-color: blue; background-image: url('../images/frc_background.gif'); background-attachment: fixed; background-repeat: repeat-y }

/* Standard Hyperlinks */
A:link {}
A:active {}
A:visited {}
A:hover {}
/* Hyperlinks im Menu */
A.menu:link { color: #000000; text-decoration: none }
A.menu:active { color: #000000; text-decoration: none }
A.menu:visited { color: #000000; text-decoration: none }
A.menu:hover { color: #000000; text-decoration: none }

/* Überschriften alle blau */
H1, H2, H3, H4, H5, H6 { color:blue }
/* Überschriften 2 und 3 */
H2, H3 { margin-top: 10px; text-align:center }
H1 { font-size: 14pt; font-style: italic; text-decoration: underline }
H2 { font-size: 14pt; font-weight:bold }
H2.sub { font-size: 10pt; margin-top: -16px; text-align:center  }
H3 { font-size: 12pt; font-weight:bold }
H4 { font-size: 10pt; font-weight:bold }
H5 { font-size: 8pt; font-weight:normal }
H6 { font-size: 6pt; font-weight: normal }

/* äussere Tabelle */
TABLE.main {
	border-style: solid; border-width: 5px;
	position: absolute; left: 0px; top: 0px;
	height: 600px }

/* Submenu Tabelle - wird ein- und ausgeblendet */	
TABLE.submenu {
	font-size: 8pt; font-weight: 400;
	border: 0px;
	width: 124px; margin-left: 14px }

/* Tabell Bild-Rahmen */
TABLE.picture {
	border: 3px solid #FFFFFF;
	background-color: #0000FF }

/* Cell in Bild-Rahmen-Tabelle */
TD.picture {
	border: 1px solid #FFFFFF }

/* Rahmen um die Menu-Cell */	
TD.menu { border: 1px solid #0000FF; width: 140px }

/* Tabellen-Zelle im Menu */
TD.menu_cell { vertical-align:top; }

/* Rahmen um die Page-Cell */
TD.page { border: 1px solid #0000FF; width: 650px;

#blauer_rahmen  {
	background-image: url("../alt/images/frc_weiss_auf_blau.gif");
	width: 794px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 5px solid #d0d0FF;
	text-align: left;
}

