html,body {

	margin:0;	/* aeusserer transparenter abstand */
	padding:0;	/* innerer transparenter abstand */
	width:100%;
	height:100%;

	background-color: #cccccc;
	
	font-size: 12px;
	color: #000000;
	font-family: Verdana;

}

table,td,img {
	margin:0px;	    /* aeusserer transparenter abstand */
	padding:0px;	  /* innerer transparenter abstand */
}


table,p {
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
}

/*
div {
	font-size: 130%;
	color: #000000;
	font-family: Verdana;
}
*/


.menue {
	font-size: 12px;

	font-family: Times New Roman;
	text-decoration: none;
	color:#111111;
		padding:2px;
	vertical-align:middle;
}

.submenue {
	font-size: 12px;
	font-family: Times New Roman;
	text-decoration: none;
	color:#222222;
	padding:2px;
}





.href_menue {
  text-color:#ffffff;
  text-decoration:none;
}





.artikel_item_table{
	width:100%;
}

.artikel_item_table_td{
	width:100%;
	align:center;
 	text-align:center;	
}



.artikel_table{
 width:100%;
 text-align:center;
 text-decoration:none;
 color:#ffffff;
}

.artikel_td_aktuell{
 text-align:center;
}

.artikel_div_aktuell{
 text-align:center;
  color:#ff3333;
}

.artikel_td{
  text-align:center;
}

.artikel_href{
  color:#33ff33;
}

