/*-----------------------------------------*/
/* Star Trek Lives - Style Sheet - Content */
/*-----------------------------------------*/

/* Formatierung Body */
body {
	margin: 1mm 0mm 1mm 1mm;
	background-color: #000000;
}

/*-----------------------------------------*/

/* Formatierung Links */
a:active 	{ text-decoration: none; color: #3300cc; }
a:link 		{ text-decoration: none; color: #0099ff; }
a:visited 	{ text-decoration: none; color: #0099ff; }
a:hover 		{ text-decoration: none; color: #0066cc; }

/*-----------------------------------------*/

.stardate {
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #C0CCF0;
	width:55px;
	background-color:#222222;
	border:0px }


/* Formatierung Tabelle allgemein */
td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #C0CCF0; }

/* Formatierung gross/rechts */
td.head {
	text-align: right;
	font-size: 13pt; }

/* Formatierung klein/rechts */
td.bottom {
	text-align: right;
	font-size: 7.5pt; }

/* Formatierung klein/rechts */
td.jusbot {
	text-align: justify;
	font-size: 7.5pt; }

/* Formatierung block */
td.justify {
	text-align: justify; }

/* Formatierung rechts */
td.right {
	text-align: right; }

/* Formatierung zentriert */
.center {
	text-align: center; }

/* Formatierung form */
td.form {
	text-align: left;
	font-family: sans-serif;
	font-size: 8pt; }

/*-----------------------------------------*/

/* Formatierung Absatz allgemein */
p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #C0CCF0; }

/* Formatierung block */
p.justify {
	text-align: justify; }

/* Formatierung rechts */
p.right {
	text-align: right; }

/* Formatierung zentriert */
p.center {
	text-align: center; }

/*-----------------------------------------*/

/* Formatierung Container allgemein */
div {
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #C0CCF0; }

/* Formatierung zentriert */
div.center {
	text-align: center; }

/*-----------------------------------------*/

/* Formatierung Blockquote allgemein */
blockquote {
	text-align: justify;
	font-family: Helvetica;
	font-size: 10pt;
	color: #a3a3a3; }
