
#wochenplan
	{
	width				: 880px;
	border				: 0px solid #00ffff;
	height				: auto;
	}


.wochentag, .wochentag_clear
	{
	vertical-align		: middle;
	height				: auto;
	width				: 160px;
	margin				: 0px;
	padding			: 0px;
	font-size			: 1.0em;
	float				: left;
	margin-bottom			: 20px;
	margin-right			: 10px;
	}


.wochentag .menue:hover
	{
	background-color		: lightgreen;
	}



.wochentag_clear
	{
	border				: 1px solid #FFFFFF;
	height				: 100px;
	}

.wochentag .titel
	{
	text-align			: center;
	background-color		: lightblue;
	color				: black;
	font-weight			: bolder;
	padding			: 4px;
	border-radius			: 10px;
	}


.wochentag .menue
	{
	border				: 1px solid #000000;
	padding			: 4px;
	overflow			: none;
	scrolling			: none;
	font-size			: 0.8em;
	vertical-align		: middle;
	border-radius			: 10px;
	text-align			: center;
	min-height			: 40px;
	margin-bottom			: 5px;
	}


.wochentag .menue img
	{
	width				: 30px;
	height				: 30px;
	float				: right;
	}

.wochentrenner
	{
	clear				: both;
	margin-top			: 10px;
	margin-bottom			: 10px;
	text-align			: right;
	margin-right			: 30px;
	font-weight			: bolder;
	}

