img, div {
	behavior: url(iepngfix.htc);	
}

body {
	margin: 0 0 0 0;
	background-image: url("../siteimg/background.jpg");
	/*background-repeat: repeat-y;*/
	background-color: #88050b;
	font-family: sans-serif;
}

#adminEdits{
	width: 937px;	
	margin: 0 0 5px 33px;
	color:#EEE;
}

#adminEdits .meta{
	width: 100%;	
}

#top-left {
position: absolute;
margin-top: 0px;
margin-left: 33px;
padding-left: 22px;
padding-right: 23px;
background-color: white;
width: 504px;
}

#top-right {
	position: absolute;
	margin-left: 606px;
}

#youtube {
	margin-top: 12px;
	width: 368px;
	height: 290px;
	background-color: black;	
}

#bottom-left {
	padding-left: 22px;
	padding-right: 23px;
	padding-top:6px;
	width: 504px;
	min-height: 370px;	
}

#bottom {
	position: absolute;
	margin-top: 507px;
	margin-left: 33px;
	background: url("../siteimg/bottom-background.png");
}
#bottom-right {
	margin-left: 572px;
	padding-top: 6px;
	width: 368px;
	
}

#browser-warnung {
	display: none;
}

table.gridTable{
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-collapse:collapse;
	empty-cells:show;
}
table.gridTable td, table.gridTable th	{border-right: 1px solid #CCC; border-bottom: 1px solid #CCC;}
table.gridTable th						{text-align:left;background-color:#E5E5E5;}
table.gridTable th.bright				{text-align:left;background-color:#F6F6F6;}
table.gridTable td.dotted				{border-bottom: 1px dotted #CCC;}
table.gridTable .noGrid, table.gridTable .noGrid td,table.gridTable .noGrid th{border:0;}	

