/**
 * @author:  	$Author: SEBER-RIDER $
 * @version: 	$Revision: 83 $
 * @date: 	$Date: 2012-08-11 12:12:35 +0200 (Sa, 11. Aug 2012) $
 */

/* Allgemein */
body {
	background-image:		url('../images/design/background-tile.png');
	background-position:		center;
	}
.XmasDecoration {
	width:				111px;
	height:				124px;
	position:			absolute;
	background-image:		url('../images/design/weihnachtsmann.png');
	top:				-90px;
	left:				125px;
	}
.XmasDecoration2 {
	width:				128px;
	height:				128px;
	position:			absolute;
	background-image:		url('../images/design/christbaum.png');
	top:				-100px;
	left:				25px;
	}
.XmasDecoration3 {
	width:				102px;
	height:				121px;
	position:			absolute;
	background-image:		url('../images/design/weihnachtsmann2.png');
	top:				-60px;
	right:				25px;
	}



/* Navigation */
.FrontEnd .NavigationContainer {
	font-family:			alegreyaregular, arial, sans-serif;
	}