* {
	margin:0;
	padding:0; }
	
body{
	height:100%;
	background-color:#CCCCCC;
	color:#485142;
	text-align:center;
	font-family: "Arial black", "Helvetica", sans-serif;
	font-size:13px; }

#Border { 
	position:relative;
	width:1030px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden; }

/*Layout Kopfbereich inkl. der Navigation und des Fußbereichs*/
#Head, #Head_Top { width:1030px; }

#Head {
	height: 300px;
	width: 1030px;
	background-image:url(../Images/Layout/Backgrounds/Head_Background.png);
	background-repeat:no-repeat; }

#Head_Top {	height:175px; }
#Head_Bot { height:225px; width:1030px; z-index:2; }
#Head_Bot_Left, #Head_Bot_Right {
	width:15px;
	height:125px; 
	float:left;}

#Head_Top_Left, #Head_Top_Center, #Head_Top_Right { height: 175px; float:left; }
#Head_Top_Left { width: 215px; }
#Head_Top_Right { width: 215px; }

#Head_Top_Center { 
	width: 600px;
	background-image:url(../Images/Layout/Backgrounds/Head_Top_Center.png); 
	background-repeat:no-repeat; }

#Footer {
	width:1030px;
	height:110px;
	background-image:url(../Images/Layout/Backgrounds/Layer_Bot.png);
	background-repeat:no-repeat; }

