HTML {
	margin: auto;
}
BODY {
	margin: auto;
	background-color: #fff5d2;
	background-image: url(images/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#layout {
	margin: auto;
	width: 913px;
	background-color: #f7eabb;
	border-left: 1px solid #996600;
	border-right: 1px solid #996600;
	border-bottom: 1px solid #996600;
}

#header {
	background-image: url(images/bg_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 99px;
}
#loginfeld {
	background-image: url(images/bg_login.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 212px;
	height: 99px;
	float: right;
	color: #996600;
}
#topnavi {
	height: 40px;
	background-image: url(images/bg_topnavi.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#cal {
	background-image: url(images/bg_cal.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	width: 36px;
	height: 29px;
}
.datum {
	font-size: 14px;
}
.naviblock {
	height: 36px;
	padding-left: 20px;
}
.navi2 {
	background-image: url(images/bg_navilink.jpg);
	background-repeat: no-repeat;
	width: 86px;
	height: 22px;
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 8px;
}
a:link.navi, a:visited.navi {
	line-height: 19px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	}
a:hover.navi {
	color: #FFD700;
}
#content {
	padding: 20px;
	background-image: url(images/kal_start.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#content_nor {
	padding: 20px;
}

#viererblock {
	width: 100%;
	height: 182px;
}
.vierer {
	background-image: url(images/bg_vierer.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}
#footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 43px;
	color: #996600;
}
a:link.footer, a:visited.footer  {
	color: #996600;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
a:hover.footer {
	color: #000;
}
/* SCHRIFTEN */
body, table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

H1 {
	font-size: 24px;
	color: #990000;
	font-weight: normal;
}
H2 {
	font-size: 24px;
	font-weight: normal;
}
H3 {
	font-size: 18px;
	font-weight: normal;
	color: #996600;
}
H4 {
	font-size: 15px;
	font-weight: normal;
}
H5 {
	font-size: 13px;
}

/* FORMULARE */
td.formhead { 						/* Ueberschrift Login */
	height: 35px;
	font-size: 15px;
	font-weight: normal;
}
input {
	/* height: 12px; */
	font-size:11px;
}
input.button {
	/* height: 17px; */
	
}

/* KALENDER */
#content_cal {
	padding: 20px;
}
#content_cal table.full {
	border: 1px solid #990000;
	
}
.content_cal_head {
	width: 120px;
	text-align: center;
	font-weight: bold;
	background-color: #990000;
	color: #FFF;
	padding-bottom: 3px;
	padding-top: 3px;
}
.content_cal_head_week {
	width: 120px;
	text-align: center;
	font-weight: bold;
	background-color: #990000;
	color: #FFF;
	padding-bottom: 3px;
	padding-top: 3px;
}
.content_cal_head_week_time {
	width: 50px;
	text-align: center;
	font-weight: bold;
	background-color: #990000;
	color: #FFF;
	padding-bottom: 3px;
	padding-top: 3px;
}
.content_cal_head_week_datum {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	background-color: #990000;
	padding-bottom: 3px;
	padding-top: 3px;
}
.content_cal_head_day {
	text-align: center;
	font-weight: bold;
	background-color: #990000;
	color: #FFF;
	padding-bottom: 3px;
	padding-top: 3px;
}
.content_cal_box {
	vertical-align: top;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF8DC;
	padding: 2px;
	height: 100px;
	width: 120px;
	overflow: hidden;
}
.content_cal_box_week {
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	background-color: #FFF8DC;
	padding: 2px;
	height: 25px;
	width: 120px;
	overflow: hidden;
}
.content_cal_box_week_time {
	vertical-align: top;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #dfcc86;
	background-color: #FFF8DC;
	padding: 2px;
	height: 25px;
	width: 50px;
}
.content_cal_box_day {
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	background-color: #FFF8DC;
	padding: 2px;
	height: 20px;
	width: 100%;
	overflow: hidden;
}
.content_cal_box_day_time {
	vertical-align: top;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #dfcc86;
	background-color: #FFF8DC;
	padding: 2px;
	height: 25px;
	width: 50px;
}

.content_cal_box_now {
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	background-color: #FFF8DC;
	padding: 2px;
	height: 100px;
	width: 120px;
	overflow: hidden;
	border: 1px solid red;
}
td.content_cal_box div.date, td.content_cal_box_now div.date {
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
	height: 15%;
}
.terminfeld {
	height: 65%;
	overflow: auto;
}
.edit {
	height: 10%;
}
div.ohne {
	background-color: transparent;
	color: #990000;
	padding: 2px;
	padding-top: 0px;
	border: 1px solid #990000;
}
div.red {
	background-color: #990000;
	color: #FFF;
	padding: 2px;
	padding-top: 0px;
}
div.green {
	background-color: #00994E;
	color: #FFF;
	padding: 2px;
	padding-top: 0px;
}
div.blue {
	background-color: #004A99;
	color: #FFF;
	padding: 2px;
	padding-top: 0px;
}
div.yellow {
	background-color: #DAA520;
	color: #FFF;
	padding: 2px;
	padding-top: 0px;
}


a:link.new, a:visited.new {
}
a:hover.new {
}
/*  */




