@charset "UTF-8";
/* Version: 2024-12-12              */



@keyframes schnee {
	0% {
		background-position: 0px 0px, 0px 0px, 50px 0px
	}
	100% {
		background-position: 200px 1000px, 100px 800px, 0px 600px
	}
}
@-moz-keyframes schnee {
	0% {
		background-position: 0px 0px, 0px 0px, 50px 0px
	}
	100% {
		background-position: 200px 1000px, 100px 800px, 0px 600px
	}
}
@-webkit-keyframes schnee {
	0% {
		background-position: 0px 0px, 0px 0px, 50px 0px
	}
	100% {
		background-position: 200px 1000px, 100px 800px, 0px 600px
	}
}
@-ms-keyframes schnee {
	0% {
		background-position: 0px 0px, 0px 0px, 50px 0px
	}
	100% {
		background-position: 200px 1000px, 100px 800px, 0px 600px
	}
}

body.advent {
	min-width:                        1026px;
	background-color:                 rgb(39, 47, 50);
	color:                            #FDD97B;
	font-family:                      'Muli', sans-serif;
	font-size:                        14px;
	overflow-y:                       scroll;
	cursor:                           url("../graphics/mauszeiger/cursor.png"), auto;

	background-image:url(../graphics/hintergruende/Snowflakes1.png), url(../graphics/hintergruende/Snowflakes2.png), url(../graphics/hintergruende/Snowflakes3.png);
	-webkit-animation:schnee 15s linear infinite;
	-moz-animation:schnee 15s linear infinite;
	-ms-animation:schnee 15s linear infinite;
	animation:schnee 15s linear infinite;

}


#rahmen 				   { background-color: transparent; }
footer 					   { background-color: transparent; }



	#rahmen.advent {
		height:                         1114px;
		width:                          1034px;
		margin:                         0px auto;
/*		background-color:               #413C38;*/
	}



		#content.advent {
			clear:                        both;
			position:                     relative;
			height:                       1112px;
			width:                        1032px;
			background-color:             transparent;
			color:                        #FDD97B;
			border:                       none;
			font-size:                    14px;
			overflow:                     hidden;
		}

			#content.advent p {
				height:                     40px;
				margin:                     16px 16px 16px 16px;
			}

			#content.advent p.naughty {
				margin:                     16px 0px 0px 64px;
				font-size:                  20px;
				font-weight:                bold;
			}

			#content.advent img.naughty { margin: 16px 0px 0px 64px; }

			#content.advent a.naughty:active,
			#content.advent a.naughty:focus,
			#content.advent a.naughty:hover,
			#content.advent a.naughty:link,
			#content.advent a.naughty:visited {
				color:                      #FDD97B;
				margin:                     16px 0px 0px 64px;
			}



			#foto_bg.l {
				float:                      left;
				width:                      1000px;
				height:                     1040px;
				margin:                     0px 16px 0px 16px;
				background-image:           url("../graphics/fotos/advent/bg_l.png");
			}

			#foto_bg.p {
				float:                      left;
				width:                      1000px;
				height:                     1040px;
				margin:                     0px 16px 0px 16px;
				background-image:           url("../graphics/fotos/advent/bg_p.png");
			}



				#foto_frame.l {
					position:                 absolute;
					width:                    800px;
					height:                   533px;
					left:                     156px;
					top:                      306px;
				}

				#foto_frame.p {
					position:                 absolute;
					width:                    533px;
					height:                   800px;
					left:                     340px;
					top:                      172px;
				}

					#foto_frame.l img {
						width:                  800px;
						height:                 533px;
					}

					#foto_frame.p img {
						width:                  533px;
						height:                 800px;
					}
