/* CSS Document */


.linksrahm_kont {
      position: absolute;
						left: 0px;
						top: 152px;
						width: 160px;
						height: 900px;
						background-image: url(../elemente/fw-linksrahm1.gif);
						background-repeat: repeat-y;
						z-index: 2;
						}	
						
.mitte_kont {
     	position: absolute;
	     left: 160px;
     	top: 152px;
     	width: 450px;
	     height: 900px;
	     z-index: 2;
	     background-color: #E8E8E8;
						}
									
									
.rechtsrahm_kont {
						position: absolute;
						left: 610px;
						top: 152px;
						width: 200px;
						height: 900px;
						margin: 0px 0px 0px 0px;
						background-image: url(../elemente/fw-rechtsrahm1.gif);
						background-repeat: repeat-y;
						z-index: 3;
						}	
	
	.bodrahm_kont {
	position: absolute;
	left: 0px;
	width: 810px;
	top: 1050px;
	height: 20px;
	background: #b30000;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 1px 0px 0px 0px;
	text-align: center;
	font-weight: 400;
	color: white;
	background-color: #EA5E00;
								}
