/* general styles */
	body{
		background-color: #CCCCFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	.table{ 
		border: 1px;
		border-style: solid;
		border-color: black;
		margin-left:5px;
		margin-right:5px;
	}
	td{
	    font-size: 14px;
	}
	.tda, .tdi, .tdy, .tdx{
		padding:5px;
		 width:210px; 
	}
	.tda{
		font-weight: bold;
		cursor:default;
		background-color: #E5E5FF;
	}
	.tdi{
		cursor:pointer;
		font-weight: normal;
		background-color: White;
	}
	.tdx{
		background-color: #EEFEFE;
	    font-size: 14px;
	}
	.tdy{
	    font-size: 14px;
		font-weight: bold;
		background-color: #DDEDED;
	}
	.aa{
		font-size: 15px;

		cursor: default;
		color: black;
		text-decoration:none;
	}
	.ai{
		text-decoration:none;
		font-size: 15px;
		cursor: pointer;
		color: blue;
	}
	.inhalt{
		background-color: #E5E5FF;
		padding: 10px;
		padding-left: 15px;
		border: 1px;
		border-style: solid;
		border-color: black;
	}
	.menue{
		padding-right: 10px;
		 width:210px; 

	}
