*			{ padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; }
html, body 	{ margin:0; padding:0; height:100%; width:100%; }
body		{ background-color:#EEEEEE; background:#EEEEEE url(layout/bgRepeater.jpg) center repeat-y; }

/* Basic Layout DIV */
div#bgWrapper	{ width:100%; height:1000px; background:url(layout/background.jpg) top center no-repeat; text-align:center; }
div#bgHeader	{ width:963px; min-height:519px; margin:0 auto; }
div#headerOffSet{ width:100%; height:42px; }
div#headerLogo	{ width:100%; height:218px; }
div#navigation	{ width:100%; height:42px; margin-bottom:21px; text-align:left; }
div#content2	{ float:right; width:220px; margin-right:21px; text-align:left; }
div#content		{ float:right; width:681px; margin-right:21px; text-align:left; }

/* Aufklapp-Navigation */
#navigation a		{ color:#FFFFFF; display:block; text-decoration:none; }
#navigation a:hover	{ text-decoration:underline; }
#navigation ul		{ display:block; list-style-type:none; }
#navigation ul li	{ padding:9px 20px; float:left; position:relative; font-size:18px; font-weight:bold; }

#navigation ul li ul	{ position:absolute; top:38px; left:10px; margin:0; padding:0; display:none; 
		background-color:#C80000; border-right:2px black solid; border-bottom:2px black solid; width:200px; }
#navigation ul li ul li	{ width:190px; font-size:14px; background-color:#C80000; font-weight:bold; padding:5px; }
#navigation ul li ul li ul	{ top:0; left:200px; margin-top:5px; }

/* Hover-Effekt */
#navigation li:hover>ul { display:block; }

/* Specific Layouts */
h1 { display:block; background-color:#C80000; color:#FFFFFF; padding:3px; border:2px black solid; font-weight:bold; font-size:24px; margin:5px 0; }
h2 { display:block; border-bottom:1px silver dashed; font-weight:bold; font-size:18px; margin:5px 0; }