/* DATEI: box-styles.css*/

table.boxMain {
	font-family : Arial,sans-serif;
	font-size : 10px;
	color : #ffffff;
	background-color : #ffbbff;
	text-decoration : none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	
}


td.boxTitle  {
	font-family : Arial,sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color : #aeaeae;
	text-decoration : none;
	height: 20px;
	border-bottom: 1px solid #000000;
}

td.boxContent {
	font-family : Arial,sans-serif;
	font-size : 10px;
	color : #000000;
	background-color : #e6e6e6;
	text-decoration : none;
}

div.scroll {
	background-color : #ffffff;
	overflow : auto;
	visibility: visible; 
	position: relative; 
	border: 1px solid #000000;
	
}





