body      {
	background: white;
	color: black;
	margin: 0px;
	padding: 0px; }

/* Links */
a:link    { color: blue;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none; }
a:visited { color: blue; 
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none; }
a:active  { color: blue;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none; }
a:hover  { color: orange;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none; }
	
/* Orange Links */
a.links:link    { 
	color: #FDAD57;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: 600; }
a.links:visited { 
	color: #FDAD57; 
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: 600; }
a.links:active  { 
	color: #FDAD57;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: 600; }
a.links:hover  { 
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: 600; }

/* Überschriften */
h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* Normale Texte */
span.normal  {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;  }
span.normalbold  {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;  }
span.small  {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;  }
span.smallbold  {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;  }
ul, ol  {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;  }
	
span.newstitel  {
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;  }
span.newstext  {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;  }
	
/* Tabellen */
td.menu{
	background: url("http://www.cross-team.de/bg/menu.gif") #FDAD57;
	background-repeat: no-repeat;
	background-position: top left;
}

/* Bilder */
img.newspic{
	border-style: solid;
	border-width: 2px;
	border-color: orange;
}
