/*BREITE 600 PX**********************************************************************/
#Kalender600 {
	float:left;
	width:604px; /************Breitenänderung + anpassung des Hintergrundbildes*/
	padding: 10px 0;
	background: url(bilder/bg600px.jpg) no-repeat top left;
	
}

#Kalender600 dl {
	float:left;
	width:560px; /**************fix für IE/MAC*/ /*Breitenänderung*/
	margin:10px 20px;
	padding: 0;
	display: inline; /*fixt den Bug der Randverdoppelung im IE/WIN*/
}

#Kalender600 dt {
	float:right;
	width:461px; /*******************Breitenänderung*/
	margin:0;
	padding:0;
	font-size: 120%;
	letter-spacing: 1px;
	color:#990000;
}

#Kalender600 dd {
	margin: 0 0 0 0px;
	padding:0;
	font-size: 85%;
	line-height: 1.5em;
	color:#666666;
	letter-spacing: 0.1em;
}
#Kalender600 dl dd.img {
	margin: 0;
}

#Kalender600 dd.img img {
	float:left;
	margin:0 8px 0 0;
	padding: 4px;
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	/*border-bottom-color:#990000;
	border-right-color:#330000;*/
	background: #ffffff;
}


#Kalender600 .alt dt {
	float:left;
}

#Kalender600 .alt dd {
	margin: 0 98px 0 0;
}

#Kalender600 .alt dd.img img {
	float:right;
	margin: 0 0 0 8px;
}

/*BREITE 290 PX mit Bilder **********************************************************/
/************************************************************************************/

#Kalender290 {
	float:left;
	/*width:294px; /************Breitenänderung + anpassung des Hintergrundbildes*/
	margin-bottom: 20px;
	/*background: url(bilder/bg600pxKeineLinie.jpg) no-repeat top left;*/ /************Bildname ändern*/
	/*border: 1px solid #999999;*/
}

#Kalender290 .alt {
	float:left;
	padding-right: 10px;
	margin-bottom: 20px;
}

#Kalender290 dl { /*Box*/
	float:left;
	width:290px; /**************fix für IE/MAC*/ /*Breitenänderung*/
	margin:10px 0px 0px 0px;
	padding: 0;
	display: inline; /*fixt den Bug der Randverdoppelung im IE/WIN*/
	overflow:hidden;
}

#Kalender290 dt { /*Titel*/
	float:right;
	width:212px; /***Titelausrichtung****Breitenänderung Beachte Bildbreite*/
	margin:0px;
	 
	font-size: 110%;
	letter-spacing: 1px;
	color:#333333;
	/*background-color:#dcdcdc;*/
}

#Kalender290 dd {
	margin: 0 0 0 10px;
	padding-left:2px;
	font-size: 85%;
	line-height: 1.2em;
	color:#666666;
	
}
#Kalender290 dl dd.img {
	margin: 0;
}

#Kalender290 dd.img img {
	float:left;
	margin:0px 8px;
	padding: 4px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #ffffff;
}


#Kalender290 .alt dt {
	padding-left:10px;
	float:left;
	color:#333333;
}

#Kalender290 .alt dd {
	margin: 0 0 0 10px;
	/*background-color:#009900*/
}

#Kalender290 .alt dd.img img {
	float:right;
	margin: 0px;
}

#Kalender290 a {
	float: left;
	padding-left: 0px;
	padding-bottom:10px;
	font-size: 85%;
	color:#990000;
}

#Kalender290 a:hover {
	color:#339900;
}

#Kalender290 .alt a {
	float: right;
	padding: 0;
	/*text-align:right;*/
	font-size: 85%;
	color:#990000;
}

#Kalender290 .alt a:hover {
	color:#339900;
}

/*BREITE 290 PX ohne Bilder **********************************************************/
/************************************************************************************/

#TabZweiSpalten {
	float:left;
	/*margin-top: 10px;*/
	/*width:294px; /************Breitenänderung + anpassung des Hintergrundbildes*/
	/*margin-bottom: 20px;*/
	/*background: url(bilder/bg600pxKeineLinie.jpg) no-repeat top left;*/ /************Bildname ändern*/
	/*border: 1px solid #999999;*/
}

#TabZweiSpalten dl { /*Box*/
	float:left;
	width:290px; /**************fix für IE/MAC*/ /*Breitenänderung*/
	margin-top: 10px;
	/*margin-top:10px;*/
	/*margin-left: 10px;*/
	/*display: inline; /*fixt den Bug der Randverdoppelung im IE/WIN*/
	/*overflow:hidden;*/
}

#TabZweiSpalten dt { /*Titel*/
	height: 18px;
	/*padding-left:10px;
	margin: 0 0 0 0px;*/
	margin-left: 10px;
	margin-right: 10px;
	letter-spacing: 2px;
	color:#990000;
	font-size:85%;
	font-weight:bold;
	text-decoration: underline;
	line-height: 1.5em;
	display: inline;
}

#TabZweiSpalten dd {
	margin: 7px 5px 0 10px;
	font-size: 80%;
	line-height: 1.2em;
	color:#333333;
	display: inline; 
}

#TabZweiSpalten dd.links {
	float: left;
	width: 180px;
	background-image: none;
	line-height: 1.2em;
}
#TabZweiSpalten dd.rechts {
	float: left;
	width: 75px;
	background-image: none;
	line-height: 1.2em;
	text-align: right;
	color:#006600;
}
#TabZweiSpalten dd.fuss {
	background-image:url(bilder/Linie.gif);
	background-position:bottom;
	float:left;
	width: 270px;
	height:5px;
}