.tbl {
	border: 5px solid #b01b1b;
	border-radius: 25px;
	bordercolor: 0000FF;
}
.h1_text {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}
.allg_text {
	font-family: "Times New Roman", Times, serif;
	color: #b01b1b;
	font-size: 18px;
}
.footer_text {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 12px;
}
#div_body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #9b9394;
}
#div_Header {
	position:relative;
	width:1024px;
	height:100px;
	z-index:1;
}
#div_Menue {
	position:relative;
	width:300px;
	height:200px;
	z-index:2;
	float: left;
}
#div_Content {
	position:relative;
	width:724px;
	z-index:3;
	float: right;
}
#div_Footer {
	position:static;
	width:1024px;
	height:25px;
	z-index:4;
	clear: both;
	background-color: #666666;
}
#div_Wrapper {
	margin: auto;
	width: 1024px;
}
