table.notizrahmen {
	width: 100%;
	margin: 0 auto;
}
table.notizrahmen td.notizrahmentd {
	width: 50%;
	text-align: center;
	vertical-align: top;
	padding: 15px;
}


table.notiz {
	background-image: url(/images/doc/doc1000w.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFF30;
	margin-top: 15px;
	border: none;
	border-collapse: collapse;
}

table.notiz td.notiztd1 {
	width: 25px;
}
table.notiz td.notiztd2 {
	width: auto;
	font-size: 9pt;
}
table.notiz td.notiztd3 {
	width: 12px;
}

table.notiz tr.notiztr1 {
	background-image: url(/images/doc/doc1000y.png);
	background-repeat: repeat-x;
	background-position: top;
}

	table.notiz tr.notiztr1 td.notiztd1 {
		height: 107px;
		text-align: left;
		vertical-align: top;
	}
	table.notiz tr.notiztr1 td.notiztd1 div.notiztd1blickpunkt {
		text-align: center;
		vertical-align: middle;
		padding-top: 20px;
	}

	table.notiz tr.notiztr1 td.notiztd2 {
		text-align: left;
		vertical-align: top;
		/*text-align: justify;*/
	}
		table.notiz tr.notiztr1 td.notiztd2 h5 {
			margin: 13px 0px 5px 0px; /*unten*/
		}


	table.notiz tr.notiztr1 td.notiztd3 {
	}


table.notiz tr.notiztr2 {
	height: 12px;
}

	table.notiz tr.notiztr2 td.notiztd1 {
	}

	table.notiz tr.notiztr2 td.notiztd2 {
	}

	table.notiz tr.notiztr2 td.notiztd3 {
		background-image: url(/images/doc/doc1000z.png);
		background-repeat: no-repeat;
		background-position: bottom right;
	}




/* COUNTDOWN */
table.countdown1000 {
	margin-left: auto; margin-right: auto;
	margin-top: 10px; margin-bottom: 10px;
	border-collapse: collapse;
	background-image: url(/images/doc/doc1000v.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 171px;
}
table.countdown1000 td.countdown1000 {
	padding-left: 18px; padding-top: 18px; padding-right: 18px;
	padding-bottom: 65px;
}
table.countdown {
	/*background-color: green;*/
	width: 284px;
}
table.countdown tr.countdown {
}
table.countdown td.countdown {
	/*background-color: #FFFF30;*/
	/*color: #FFFFFF;*/
	/*border: thin solid black;*/
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	height: 88px;
	margin: 0px 2px;
	/*padding: 7px;*/
}
table.countdown td.countdown img {
	margin: 0px 1px;
}


