/* Layout.css für Wickfelder */
html,body{height:100%;width:100%;}
body{
		margin: 0;
		padding: 0;
		background-color: #77777f;
		width:100%;
	}
	
	#wrapper_outer{
	text-align: center;
	background: #77777f;
	margin: 0;
	}
	#wrapper_inner{
		text-align: left;
		margin: 8px auto;
		width: 800px;
	}

	#wrapper{
		width: 1024px;
		height: 768px;
		overflow: visible;
		align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 10px;
			}
			
	#MainFrame{
		width: 900px;
		position: relative;
		top: -240px;
		left: 0px;
		z-index:100;
		background-color: #ffffff;
		}
	
	#Promotion{
		width: 177px;
		height: 238px;
		overflow: visible;
		position: relative;
		top: 220px;
		left: 789px;
		z-index: 110;
		background-image: url(../images/allover/bg_promotion.jpg);
		background-repeat: no-repeat;
	}
	
	#PromotionContent{
		width: 150px;
		height: 215px;
		overflow: auto;
		margin-top:7px;
		margin-left:7px;
	}
			

	#FooterFrame{
		width: 900px;
		height: 75px;
		background-repeat: no-repeat;
	}
	
	#Footer{
		width: 850px;
		margin-left: 10px;
		margin-top: 40px;
	}
	
	#Content{
		min-height: 450px;
		width: 830px;
		margin-top: 10px;
	}
	
	
	* html #Content {  /* nur fuer Internet Explorer */
		  height:450px;     /* Version 5.x */
		  h\eight:450px;    /* Version 6 */
		  width: 830px;
		  margin-top: 10px;
		}
		
	#Header{
		width: 830px;
		height: 50px;
		margin-left: 10px;
	}
	
	#HeaderFrame{
		width: 900px;
		height: 200px;
		background-image: url(../images/allover/bg_bewerber.jpg);
		background-repeat: no-repeat;
	}
	
	
	#NaviFirstLevel{
		width: 840px;
		height: 40px;
		margin-bottom: 40px;
	}
	
	#NaviFirstLevel ul{
		margin: 0px;
		padding:0px;
	}
	
	.NaviFirstLevel_element{
		display:inline;
	}
	
	.NaviFirstLevel_element_Active{
		display:inline;
	}
	
	
	
	
	#NaviSecondLevel{
		width: 900px;
		height: 24px;
	}
	
	#NaviSecondLevel ul{
		margin: 0px;
		padding:0px;
		display:inline;
	}
	
	.NaviSecondLevel_element{
		display:inline;
	}
	
	.NaviSecondLevel_element_Active{
		display:inline;
	}
	
	#NaviSecondLevelContent{
		margin: none;
		padding: none;
		width: 890px;
		height: 25px;
		
	}

	#RightContent{
		width: 100%;
	}

	
	#LeftContent{
		width: 230px;
		padding-right:15px;
	}
