html, body 	{
	margin:0; 
	padding:0; 
	height:100%; 
	width:100%; 
	text-align: center; 
	background-image: url(bg.png); 
	background-repeat:repeat-x; 
	background-color:#fff; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333
	}
a:link, a:visited 	{
	color: #0066b7; 
	text-decoration: none
	}
a:hover 	{
	color: #0066b7; 
	text-decoration: underline
	}
#main 		{
	margin:0px auto;
	top: 100px; 
	position:relative; 
	text-align:left; 
	width:350px; 
	background-color:#fff; 
	border-width:1px; 
	border-style:solid; 
	border-color:#0066b7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;;
	border-radius: 5px; 
	behavior: url('/border-radius.htc');
	-moz-box-shadow: 2px 5px 10px #666;
    -webkit-box-shadow: 2px 5px 10px #666;
    box-shadow: 2px 5px 10px #666;
	/* Wichtig, bei allen Kurven: Direkt unterhalb des einleitenden <Head> Tag muss <meta http-equiv="X-UA-Compatible" content="IE=9" /> */	
	/*ab hier nur WEBKIT
	-webkit-box-reflect: 
		below 30px -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		from(transparent), 
		color-stop(.8, transparent), 
		to(white)
		); */
	}
#content 	{
	margin: 20px 20px 20px 20px;
	width: 310px;  
	color: #333;
	font-size: 12px;
	}
td	{
	padding: 5px;
	color: #333;
	font-size: 12px; 
	}
#contenttag 	{width:450px; padding-top:15px; padding-left:20px; padding-bottom:20px; color: #333333;}
#contenttags 	{position:absolute; z-index:11; text-align:left; top:82px; left:485px; width:190px; padding: 5px; color: #333333; background-color:#ffffff; border-width:1px; border-style:solid; border-color:#666666; font-size: 8px;}
#imp, #imp1	 	{
	top: 10px;
	margin:0 auto; 
	position:relative; 
	text-align:left; 
	width:310px;  
	color: #aaa;
	font-size: 9px; 
	}
#debug 		{
	visibility: hidden;
	top: 350px; 
	left: -245px;
	position:absolute;
	z-index:100;
	padding: 15px;
	font-size: 12px;
	color: #fff;
	text-align:left; 
	width:810px; 
	background-color:#f00; 
	border-width:1px; 
	border-style:solid; 
	border-color:#333;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;;
	border-radius: 15px; 
	behavior: url('/border-radius.htc');
	-moz-box-shadow: 2px 5px 10px #666;
    -webkit-box-shadow: 2px 5px 10px #666;
    box-shadow: 2px 5px 10px #666;
    }