/* Basis-Setup */
* {
	margin:0;
	padding:0;
}

body, ul, li, p {
	color:black;
	font-family:arial, helvetica, sans-serif;
}
body {
	background:white; 
/*	font-size:small; */
}
* html body { overflow-y:hidden; } /* IE */

/* Titelseite */
table.cont {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	background-color:#000000; 
	}
table.continnen {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	}
div.inhalt {
	width:848px;
	height:505px;
	margin:auto;
	border:solid 1px #000;
	Text-align:left;
	}

h2
	{margin:0cm;
	margin-bottom:8pt;
	font-size:20pt;
	line-height:20pt;
	font-weight:normal;
	color:white;}

p.smallSize
	{margin:0pt;
	margin-bottom:8pt;
	font-size:8pt;
	font-family:arial, helvetica, sans-serif;}

p.xmas 
	{margin:0cm;
	margin-bottom:5pt;
	font-size:12pt;
	font-family:arial, helvetica, sans-serif;
	font-wight:"bold";
	color:#339966;
	text-align:center;}

p.white
	{margin:0pt;
	margin-left:1em;
	margin-bottom:5pt;
	font-size:10pt;
	font-family:arial, helvetica, sans-serif;
	color:white;}
	
p.smallSizeWhite
	{margin:0pt;
	margin-bottom:8pt;
	font-size:8pt;
	font-family:arial, helvetica, sans-serif;
	color:white;}


