* {
	margin:0;
	padding:0;
	}

	html, body {
	height:100%;
	width:100%;
	}




body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color:#000000;
		background-color : #ffcc00;
	}
	td, p	{
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color:#000000;
	}	
	h1	{
		background-color: #ff0000; height: 92px; 
		font-size: 60px;
		font-style: italic;
		font-weight: bold;
		color:#ffcc00;
		padding-left: 30px;
		padding-top: 10px;
	}		
	a:LINK, a:ACTIVE, a:VISITED{
    	font-size : 12px;
    	color : #000000;
    	text-decoration : none;
    	font-style : normal;
    	font-weight : 400;
    	}	

	a:HOVER	{
    	font-size : 12px;
    	color : #ff0000;
    	text-decoration : none;
    	font-style : normal;
    	font-weight : 400;
    	}
	.senden {
		font-size: 14px;
		color: #ffffff;
		width: 100px;
		height:60px;
		padding-bottom: 1px;
		font-weight: 800;
		cursor:pointer;	}
	.senden:HOVER {
		font-size: 14px;
		color: #000000;
		width: 100px;
		height:60px;
		padding-bottom: 1px;
		font-weight: 800;
		cursor:pointer;	}

	.bezeichnung {
		border: 4px solid #000000;
		color:#000000;
		font-size: 14px;
		background-color: #ffcc00;
		text-decoration : none;
		text-align : center;
		font-style : normal;
		font-weight : bold;
		width:186px ;
		height:29px ;
		padding-top: 2px;	}
		
	.klein:LINK, .klein:ACTIVE, .klein:VISITED{
    	font-size : 10px;
    	color : #000000;
    	text-decoration : none;
    	font-style : normal;
    	font-weight : 400;
    	}	

	.klein:HOVER	{
    	font-size : 10px;
    	color : #ff0000;
    	text-decoration : none;
    	font-style : normal;
    	font-weight : 400;
    	}
	.klein	{
    	font-size : 10px;
    	color : #000000;
    	text-decoration : none;
    	font-style : normal;
    	font-weight : 400;
    	}	
	.gelb {
    	font-size : 15px;
		font-weight: 900; 
		color:#ffcc00;
	}
	.wochentag {
	border: 0px; background-color: #FFCC00;text-align: center;
	width: 100px;
	cursor:pointer;
	}
	.datum {
	border: 0px; background-color: #fbe385;text-align: center;
	width: 100px;
	cursor:pointer;
	}
	.datumheute{
	border: 0px; background-color: #ff7e00;text-align: center;
	width: 100px;
	height:25px;
	color : #fbe385;
	cursor:pointer;
	}
	.wochentagheute {
	border: 0px; background-color: #ff7e00;text-align: center;
	width: 100px;
	height:25px;
	color : #fbe385;
	cursor:pointer;
	}
	.wochentag:HOVER, .datum:HOVER	{
    border: 0px; background-color: #ff7e00;text-align: center;
	width: 100px;
	height:25px;
	color : #fbe385;
	cursor:pointer;
    	}
		
	ul {
	margin-bottom: 12px;
	margin-top: 0px; 
	margin-left: 0px; 
	padding-left: 0px;
}
li {
	list-style: disc outside; 
	padding-top: 0px; 
	padding-left: 6px;
	margin-left: 24px; 
}
	
