


/* Formatierung für den Haupt-Körper der Seite */
body {
	font-family: 		Verdana, Arial;
	font-size: 		12px;
	background-color: 	#C2DBFF;
	color: 			#222222;
}

/* Formatierung der TSAC-Bilder, punktierter grauer Rahmen */
img.borderedimage {
	border:    		#666666 2px dotted;
	
}


/* Wichtige Tabellen-Formatierungen */
table.startpage {
	border:  		2px solid #222266;
	border-collapse: 	collapse;
}
td.borderdown {
	border-bottom-width: 	1px;
	border-bottom-style: 	solid;
	border-bottom-color: 	#222266;       
}
td.borderdown2 {
	border-bottom-width: 	2px;
	border-bottom-style: 	solid;
	border-bottom-color: 	#222266;       
}

td.moreofthis {
	border-top-width: 	1px;
	border-top-style: 	solid;
	border-top-color: 	#222266;
	text-align: 		center;
}
td.statistik {
	font-size: 		12px;
	color: 			#000000;
	text-align: 		right;
}
td.opinion, td.statistic, td.topdownload {
	font-size: 	    	12px;
}
td.guestbookname {
        color: 	  		#111166;
	font-style: 		italic;
	font-weight: 		bold;
}

/* Formatierungen für normalen Text bei News-Storys & Downloads */
td.texttitle {
	font-weight:		bold;
	font-style: 		oblique;
	text-align:		justify;
}
td.text {
	font-size: 		12px;
	color: 			#333333;
//	text-align:		justify;
}
td.textinfo {
	font-size:     		10px;
	color:			#333333;
}

/* Allgemeine Tabellen-Zelle-Formatierung */
td {
        font-size:		12px;
}
/* Formatierung für den Abschlußtext am Ende der Seite (UnkiSoft,...) */
td.pagefoot {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 			#000000;
	font-size: 		12px;
	text-align: 		center;
	vertical-align: 	bottom;
}
td.tablehead {
	font-family: 		Georgia, "Times New Roman", Times, serif;
	font-weight: 		bolder;
	font-size: 		14px;
	background-color: 	#7d9ee1;
	color: 			#FFFFFF;
	text-align: 		center;
	vertical-align: 	middle;
	border: 2px solid 	#222266;
	border-collapse: 	collapse;
}

/* Formatierungen für das Aussehen von Links */
a:link, a:visited, a:hover, a:active {
	font-family: 	    	Verdana, Arial, Helvetica, sans-serif;
	font-weight: 		bold;
	font-size: 		12px;
	color: 			#333333;
	text-decoration: 	none;
} 

a.sub:link, a.sub:visited, a.sub:hover, a.sub:active {
	font-size:    		10px;
}
a.topdownload:link, a.topdownload:visited, a.topdownload:hover, a.topdownload:active {
	font-size:  		12px;
}

input, select, textarea {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 		12px;
	background-color: 	#5b7cc0;
	color: 			#FFFFFF;
	border: 		1px solid #888888;
	border-collapse: 	collapse;
}

td.menuactive {
	background-image:	url(http://trainsim.netshadow.at/pics/menu_selected.jpg)
}

td.menuinactive {
	background-image:	url(http://trainsim.netshadow.at/pics/menu_unselected.jpg)
}

