/* ###################### Hintergrund 29.11.2004 ######################## */
table#bgtable{
    width: 100% !important;
    height: 100% !important;
    }
	table#bgtable td{
	    vertical-align: top;
	    }
	table#bgtable td#bgleft{
	    background: transparent url('../../images/layout/shadow_left_new.jpg') right top repeat-y;
	    }
	table#bgtable td#bgright{
	    background: transparent url('../../images/layout/shadow_right_new.jpg') 0 0 repeat-y;
	    }
	/* Schatten oben links und rechts */
	table#bgtable div#shadowTopLeft{
		width: 100%;
		height: 65px;
		background: transparent url('../../images/layout/shadow_left_new.jpg') top right repeat-y;
		}
	table#bgtable div#shadowTopRight{
		height: 65px;
		width: 100%;
		background: transparent url('../../images/layout/shadow_right_new.jpg') top left repeat-y;
		}
	/* Streifen links und rechts */
	table#bgtable div#imagebarLeft{
		height: 364px;
		width: 100%;
		background: transparent url('../../images/layout/streifen-links.jpg') top right repeat-x;
		}
	table#bgtable div#imagebarRight{
		height: 364px;
		width: 100%;
		background: transparent url('../../images/layout/streifen-rechts.jpg') top left repeat-x;
		}	
	/* Mitte */
	table#bgtable td#tablecontent{
		width: 800px;
		background: #ffffff;
		border: solid #bcc0ce;
		border-width: 0 2px 0 2px;
		}

/* Footer */
div#footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #bcc0ce url('../../images/layout/menubg.jpg') center left repeat;
	color: #444444;
	border: solid #bcc0ce;
	border-width: 1px 0 0 0;
	padding: 7px 0 6px 0;
	text-align: center;
	font-size: 9pt;
	letter-spacing: 1px;
	z-index: 100;
	}
	div#footer a{
		color: #444444;
		}
