body {
	margin: 0 0 0 0;
	font-family :   Verdana, Arial, Helvetica, sans-serif;
}

.Bar1 {
	background-color : #BD0000;
	width: 136px;
	height: 94px;
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 10px;
}

.Bar2 {
	background-color : #FAF4F4;
	width: 100%;
	height: 94px;
	position: absolute;
	top: 1px;
	left: 509px;
	z-index: 10px;
}

.Decor1{
	background-image: url(../Images/Framework/Dekorleiste1.373.126.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	width: 373px;
	height: 126px;
	position: absolute;
	top: 1px;
	left: 136px;
	z-index: 20px;
}

.Decor2{
	background-image : url(../Images/Framework/Dekorleiste2.498.94.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	width: 498px;
	height: 94px;
	position: absolute;
	top: 1px;
	left: 509px;
	z-index: 20px;
}

.Line1{
	position: absolute; 
	top: 112px; 
	left: 0px;
	width: 136;
	height: 1px;
	background-color : #BD0000;
}

.Line2{
	position: absolute; 
	top: 125px; 
	left: 460px;
	width: 100%;
	height: 1px;
	background-color : #BD0000;
}

