body,td,th {
	color: #F0F0F0;
}
body {
	background-color: #000000;
	color: #bebebe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.text-std {
	color: #bebebe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 100%;
}
.nav-std {
	color: #bebebe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 200%;
}
h1,h2 {
	font-weight:bold; font-size:130%; margin:0px; padding:0px; color:#bebebe
	}
	
h3,h4	 {
	font-weight:bold; font-size:110%; margin:0px; padding:0px; color:#bebebe
	}	

h5,h6	 {
	font-weight:normal;
	font-size:90%;
	margin:0px;
	padding:0px;
	line-height: 100%;
	color:#bebebe
	}	

/* ------ text------ */	

/* -- normaler Text muss nicht formatiert werden -- */	

.textBold { font-weight:bold; color:#bebebe; }

/* ------ textLinks------ */
	
a:link,
a:visited,
a:hover,
a:active {
	font-weight:normal; color:#bebebe; text-decoration:none;
	}
		
a.textLink:link,
a.textLink:visited {
	font-weight:nomal; color:#bebebe; text-decoration:none;
	}
a.textLink:hover,
a.textLink:active {
	font-weight:normal; color:#bebebe; text-decoration:none;
	}
	
a.textLinkBold:link,
a.textLinkBold:visited {
	font-weight:bold; color:#bebebe; text-decoration:none;
	}
a.textLinkBold:hover,
a.textLinkBold:active {
	font-weight:bold; color:#bebebe; text-decoration:none;
	}	
		
/* ------ paragraphs ------ */

p {
	font-size:100%; clear:both;
	}
