/*Rahmen für Bilder*/
IMG {
	border: thick inset #82A6D2;
}

/*dunkelblauer Background für Teil neben Navileiste*/
.tab_bg {
	background-color: #1A2D62;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #FFFF99;	
}

/*für Alt-Text bei den Bildern*/
A {
	 text-decoration: none;
	 font-family: Arial;
	 color: #FFFFCC;
	 font-size: 10pt;
	 font-weight: bold;
	 text-transform: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFF99;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFF99;
	text-align: center;
}

/*für as in der Überschriftzeile auf einzelnen Recurring Sites Main page*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF6633;
	text-align: center;
	font-weight: bold;
}

/*für JAG page, einzelne Seasonunterteilungen*/
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF8000;
	text-align: center;
}	

/*für Recurring Main page, Überschriften Serie-Rolle und bei ER Main page*/
.as {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF8000;
	text-align: center;
	text-decoration: none;
}

/*für Nächste-Seite Links auf allen Seiten*/
.nextpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
	background-position: right;
}

/*für Texte in Tabellen*/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFF99;
	text-decoration: none;
}

/*für Still and Production Notes Links auf Main Page von Enterprise*/
.links {

	text-decoration: none;
	font-size: 10pt;
	font-family: Arial;
	color: #FF4646;
	font-weight: normal;
	font-weight: bold;

}

/*für Tradingcard-Verlinkung von JAG und Enterprise Main Pages*/
.trading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #33FFFF;
	list-style-type: disc;
	text-decoration: none;
}

/*für Last Updated Angaben*/
.lastupdated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #33FFFF;
	list-style-type: disc;
	text-decoration: none;
}

/*für Tabellen auf JAG Main Page*/
#recur_tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFCC;
	list-style-type: disc;
	text-decoration: none;
	text-align: center;
	vertical-align:top;
}

