/**
 * Kopfzeile auf der Übersichtsseite
 **/
* html .Content_Header{
    width:621px;
}
.Content_Header{
	float:left;
	overflow:hidden;
	width:611px;
	margin-bottom:7px;
}
.Content_Header_Browse_Prev{
	text-align:left;
	width:20%;
	float:left;
}
.Content_Header_Browse_Next{
	text-align:right;
	width:20%;
	float:left;
}
.Content_Header_Title{
	font-weight:bold;
	text-align:center;
	float:left;
	width:60%;
}
/**
 * Tage im Kalender
 **/
* html .Calender_Card{
    width:197px;
    height:160px;
}
.Calender_Card{
    width:187px;
    height:160px;
    margin:7px 0;
    float:left;
    padding:5px;
}
/**
 * Spacer
 **/
.Light_Box_Spacer_Vertical{
    width:15px;
    height:182px;
    float:left;
}
.Light_Box_Spacer_Horizontal{
    height:1px;
    width:621px;
    float:left;
}
/**
 * Detail
 **/
.Calender_Detail{
	margin-top:7px;
}
.Calender_Detail td{
	padding:5px;
}
/**
 * Detail
 **/
.Light_Box_Archiv{
	margin-top:7px;
}