/* Soweit als eigenes Seite dann "body" aktivieren */
/*
body,td,th {
	font-family: arial black, calibri, sans-serif;
	font-size: 14px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
}
*/

#advent {
	font-family: arial black, calibri, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}

a.accurate {
	line-height: 10px; margin: -2px;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
}
a.accurate:hover {
	line-height: 10px; margin: -2px;
	color: #008600;
	font-size: 24px;
	text-decoration: none;
}

a.incorrectly {
	line-height: 10px; margin: -2px;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
}

a.incorrectly:hover {
	line-height: 10px; margin: -2px;
	color: #e2b007;
	font-size: 24px;
	text-decoration: none;
}

/*
#advent a:hover {
	font-size: 24px;
	color: #008600;
	text-decoration: none;
}
*/


.advent_rahmen {
	outline: 5px solid #990000;
	border: 3px solid #FFFF99;
	font-family: arial black, calibri, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background: #990099;
	color: #FFFF99;
	width: 500px;
}

.advent_top {
	outline: 5px solid #990000;
	border: 3px solid #FFFF99;
	max-width: 600px;
	font-family: arial black, calibri, sans-serif;
	font-size: 14px;
	width: 40%;
	background-image:  url("/adventskalender/images/advent_background_2.png");
	background-repeat: no-repeat;
	background-position: center;
}

.date_calendar {
	width: 600px;
	height: 400px;
}

.advent_calendar {
	outline: 7px solid #990000;
	border: 3px solid #FFFF99;
	font-family: arial black, calibri, sans-serif;
	font-size: 14px;
	text-decoration: none;
	width: 600px;
	height: 395px;
}

.advent_tagesziel {
	outline: 5px solid #990000;
	border: 3px solid #FFFF99;
	font-family: arial black, calibri, sans-serif;
	text-decoration: none;
	width: 500px;
	height: 300px;
}

.advent_tagesspruch {
	width: 600px;
	height: 400px;
}

.tagesspruch {
	width: 550px;
	height: 280px;
	margin: 0px;
	padding: 30px 14px 0px 14px;
	background-image:  url("/adventskalender/images/advent_date.png");
	background-repeat: no-repeat;
	background-position: center;
	
}

.tagesspruch_inhalt {
	font-family: arial black, calibri, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin: 20px 12px 18px 12px;
}

.calendar_date {
	font-family: arial black, calibri, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: middle;
	text-decoration: none;
	height: 60px;
	width: 60px;
	background-image:  url("/adventskalender/images/advent_stern.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.advent_date_24 {
	font-family: arial black, calibri, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: middle;
	color: #ffffff;
	text-decoration: none;
	height: 60px;
	width: 60px;
	background-image:  url("/adventskalender/images/advent_kugel.png");
	background-repeat: no-repeat;
	background-position: center;
}

.stil_top {
	line-height: 65px;
	align: middle;
	font-size: 36px;
	font-weight: bold;
	/* color: #FFFF99; */
	color: #FFD700;
}

.stil_1 {
	font-size: 18px;
	font-weight: bold;
}

.stil_2 {
	line-height: 65px;
	align: middle;
	font-size: 24px;
	font-weight: bold;
}

.stil_3 {
	align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF99;
}

.stil_error {
	outline: 5px solid #990000;
	border: 3px solid #FFFF99;
	font-family: arial black, calibri, sans-serif;
	text-decoration: none;
	background: #ff00ff;
	color: #000000;
	width: 500px;
	line-height: 65px;
	align: middle;
	font-size: 24px;
	font-weight: bold;
	background-image:  url("/adventskalender/images/advent-stop.png");
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: left 6% top 10%;
}

