
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> CSS Allgemein <<<---------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10px;
	background: url(../_pics/tiles/dunkel.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
  
a:link {text-decoration:none; font-weight:normal; font-style:normal; color:#3a74c0; background-color:#ffffff; }
a:visited {text-decoration:none; font-weight:normal; font-style:normal; color:#3a74c0; background-color:#ffffff;}
a:hover {text-decoration:none; font-weight:normal; font-style:normal; color:#ffffff; background-color:#3a74c0;}
a:active {text-decoration:none; font-weight:normal; font-style:oblique; color:#ffffff; background-color:#3a74c0;}  

  
table {
	width: 100%;
	height: 200px;
}
