/* x_mas_new_year.css */

.x-mas-new-year-bg {
	line-height: 4.0;
}

.x-mas-new-year {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: inherit;
	padding: 12px 0;
	text-align: center;
}

.xmas-ny {
	margin-top: 7px;
}

.christmas-tree {
	background-image: url("./images/x_mas_tree.png");
	background-position: 1% 3px;
	background-repeat: no-repeat;
}

.christmas-bell {
	background-image: url("./images/snowglobe.gif");
	background-position: 97%;
	background-repeat: no-repeat;
}

.new-year-image-left {
	background-image: url("./images/newsbox_neujahr.png");
	background-position: 1% 8px;
	background-repeat: no-repeat;
}

.new-year-image-right {
	background-image: url("./images/newsbox_neujahr1.png");
	background-position: 96%;
	background-repeat: no-repeat;
}

@media (max-width: 1100px)
{
	.christmas-tree {
		background-image: none;
	}

	.christmas-bell {
		background-image: none;
	}

	.new-year-image-left {
		background-image: none;
	}

	.new-year-image-right {
		background-image: none;
	}
}

@media(max-width: 950px)
{
	.x-mas-new-year {
		font-size: 14px;
	}
}
