/* created by coresystems */

body {
	/* Hintergrund Bild einbinden */
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-position: top center;
	background-color:#797979;
	
	/* Inhalt zentrieren */
	margin: 0px auto;
	padding: 0;
	border: 0;
	text-align:left;
	width:100%;
	
	/* Font settings */
	font-family:Verdana, Arial;
	font-size:12px;
}

table#mainTable {
	width:616px;
	margin-top:50px;
}

	td#shadowTopLeft1  {
		background-image: url(images/intro_shadow_left_top2.png);
		background-repeat:no-repeat;
		width:24px;
		height:19px;
	}
	
	td#shadowTop  {
		background-image: url(images/intro_shadow_top.png);
		background-repeat:no-repeat;
		width:568px;
		height:19px;
	}
	
	td#shadowTopRight1  {
		background-image: url(images/intro_shadow_right_top2.png);
		background-repeat:no-repeat;
		width:24px;
		height:19px;
	}
	
	td#shadowTopLeft2  {
		background-image: url(images/intro_shadow_left_top.png);
		background-repeat:no-repeat;
		width:24px;
		height:26px;
	}
	
	td#shadowLeftRepeat  {
		background-image: url(images/intro_shadow_left_repeat.png);
		background-repeat:repeat-y;
		width:24px;
	}
	
	td#shadowBottomLeft  {
		background-image: url(images/intro_shadow_left_bottom.png);
		background-repeat:no-repeat;
		width:24px;
		height:16px;
	}
	
	td#headerPicture {
		margin:0px;
		padding:0px;
		border:none;
	}
	
		div#headerPictureDiv {
			position:relative;
			margin-bottom:-2px;
			*margin-bottom:1px;
		}
	
		div#transparentNavigation {
			position:absolute;
			bottom:0px;
			left:0px;
			width:208px;
			height:16px;
			background-image: url(images/intro_copyright.png);
			background-repeat:no-repeat;
			padding: 0px;
			margin: 0px;
			margin-bottom:2px;
			*margin-bottom:-1px;
		}
	
	td#shadowTopRight2  {
		background-image: url(images/intro_shadow_right_top.png);
		background-repeat:no-repeat;
		width:24px;
		height:26px;
	}
	
	td#shadowRightRepeat  {
		background-image: url(images/intro_shadow_right_repeat.png);
		background-repeat:repeat-y;
		width:24px;
	}
	
	td#shadowBottomRight  {
		background-image: url(images/intro_shadow_right_bottom.png);
		background-repeat:no-repeat;
		width:24px;
		height:16px;
	}
	
	td#shadowBottomLeft2  {
		background-image: url(images/intro_shadow_left_bottom2.png);
		background-repeat:no-repeat;
		width:24px;
		height:28px;
	}
	
	td#shadowBottom  {
		background-image: url(images/intro_shadow_bottom.png);
		background-repeat:no-repeat;
		width:568px;
		height:28px;
	}
	
	td#shadowBottomRight2  {
		background-image: url(images/intro_shadow_right_bottom2.png);
		background-repeat:no-repeat;
		width:24px;
		height:28px;
	}
	
	