p {
	margin-bottom: 1em;
}

.kasten_rund {
	
	margin: 10px 5px;
	padding: 5px; 
	border: solid 1px;
	border-color: black;
	background-color: #EFFBFF;
	margin-left: 4px;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

.notiz {	background-color: yellow;}
.notiz_today {background-color: orange;}
.notiz_selected {background-color: aqua;}
.notiz , .notiz_today, .notiz_selected {
	border: 1px solid #AAAAAA;
	padding: 1px;
	display: block;
	width: 120px;
	height: 110px;
	margin: 2px;
}
.notiz *, .notiz_today *, .notiz_selected * {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #505050;
}

.thumb {
	min-width: 128px;
	width: 200px;
	height: 70px;
	text-align: center;
	border: 1px solid black;
	vertical-align: top;
	padding: 5px;
}

img {
	max-width: 550px;
	width='expression(this.width > 550 ? 550: true);'
}

code { background-color: #ece9d8; display: block; white-space: normal; border-collapse: seperate;  }

.reiterTopInactive { margin: 0px; color: grey; padding: 0px 5px; border: 2px inset black; border-collapse: seperate;}

.reiterTopActive { margin: 0px; padding: 0px 5px; border: 0px outset black}

.SPtimes	{ color: black; background-color: #ffcc99; border-top: 1px solid black; border-collapse: collapse; width: 120px }
.SPdays	{ color: black; background-color: #ffcc00; border-left: 1px solid black; border-collapse: collapse }
.SPempty	{ color: black; background-color: #cccccc; border-top: 1px solid #999999; border-collapse: collapse; font-size: 2px; table-layout: fixed }
.SPkurs	{ color: black; border-top: 1px solid #999999; border-collapse: collapse; font-size: 9px; table-layout: fixed }
.SPtable { color: black; border: 2px solid black; }
.SPcolumn{ color: black; border-left: 1px solid #999999; width: 140px }

.Ctoday	{ color: black; width: 40px; height: 30px; background-color: #ffcc99; border-top:  1px solid #CCCCCC; border-left: 1px solid black }
.Cdays	{ color: black; width: 40px; height: 1em; background-color: #ffcc00; border-left: 1px solid black; font-weight: bold }
.Cempty	{ color: black; width: 40px; height: 30px; background-color: #BBBBBB; border-top:  1px solid #BBBBBB; border-left:  1px solid #999999 }
.Cday		{ color: black; width: 40px; height: 30px; background-color: #ffefd4; border-top:  1px solid #CCCCCC; border-left:  1px solid #999999 }
.Cfday	{ top: 2px; left: 2px }
.Cbday	{ top: 2px; right: 2px }
.Ctable  { color: black }
.Cdiv 	{ margin: 10px; display: inline }
.Cborder	{ border: 2px solid black }

.Ftab		{ text-align: left; text-align: center }
.Fitem	{ background-color: white; width: 150px;  border: 1px solid grey; text-align: center }
.Fitemnew{ background-color: #adffad; width: 150px;  border: 1px solid grey; text-align: center }
.Fdir		{ background-color: white; margin: 2px; border: 1px solid grey; width: 100%; text-align: center }
.Fcell	{ font-size: 70%; color: black; }
.Fcellnew	{ background-color: #adffad; font-size: 70%; color: black; }


.input_hidden {
	border: 0px;
	width: 90%;
}

.infofield {
	font-weight: bold;
	background-color: white;
	border-style: solid;
	margin: 4px 8px;
	padding: 5px;
	color: red;
	border-color: red;
	padding-left: 30px;
	background-image: url("Bilder/lightbulb.png"); 
	background-repeat: no-repeat;
	background-position: 2px 2px;
	display: block;
}

.tooltip {
	padding: 4px;
	display: block;
	position: absolute;
	z-index: 10;
	width: 200px;
	background-color: #ece9d8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #505050;
	border: 1px solid black;
}

.tooltip_translucent {
	padding: 4px;
	display: block;
	position: absolute;
	z-index: 10;
	width: 200px;
	background-image: url("Bilder/tooltip.png");
	background-position: center top; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: white;
	border: 1px double white;
}

.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: pointer;
	color: #505050;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: #505050;
	}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
