/* Layout.css für Wickfelder */
html,body{height:100%;}
body{
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		width:100%;
	}
	
	#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;
		border: 1px solid #c1c1c1;
		}
	
	#Promotion{
		width: 177px;
		height: 238px;
		overflow: visible;
		position: relative;
		top: 200px;
		left: 865px;
		z-index: 110;
		background-image: url(../images/allover/bg_promotion.jpg);
		background-repeat: no-repeat;
	}
	
	#PromotionContent{
		width: 140px;
		height: 220px;
		overflow: auto;
		margin-top:0px;
		margin-left:10px;
	}
			

	#FooterFrame{
		width: 900px;
		height: 75px;
		background-repeat: no-repeat;
	}
	
	#Footer{
		width: 850px;
		margin-left: 10px;
		margin-top: 40px;
	}
	
	#Content{
		min-height: 500px;
		width: 830px;
		margin-top: 30px;
		margin-left: 10px;
	}
	
	
	* html #Content {  /* nur fuer Internet Explorer */
		  height:500px;     /* Version 5.x */
		  h\eight:500px;    /* Version 6 */
		  width: 830px;
		  margin-top: 10px;
		  margin-left: 10px;
		}
		
	#Header{
		width: 830px;
		height: 60px;
		margin-left: 10px;
		display:block;
		overflow:hidden;
	}
	
	#HeaderFrame{
		width: 900px;
		height: 183px;
		background-image: url(../images/allover/bg_header.jpg);
		background-repeat: no-repeat;
	}
	
	#NaviSpecial{
		width: 410px;
		height: 20px;
		margin-top: 12px;
		margin-left: 440px;
		
	}
	
	#NaviFirstLevel{
		width: 840px;
		height: 24px;
		margin-bottom: 93px;
		margin-left: 5px;
	}
	
	#NaviSecondLevel{
		width: 900px;
		height: 24px;
	}
	
	#NaviSecondLevelBackground{
		width: 900px;
		height: 24px;
		background: #E5E5E5;
		filter: alpha(opacity=70); -moz-opacity: 0.70;
	}
	
	#NaviSecondLevelContent{
		position: relative;
		top: -20px;
		margin-left: 5px;
		width: 890px;
		height: 20px;
	}

	#RightContent{
		width: 400px;
		float: right;
		
	}

	
	#LeftContent{
		width: 405px;
	}

#overlay{ background-image: url('../images/allover/overlay.png'); }

.popup_content{
	background:#ffffff;
	padding:10px;
	height:320px;
	border-bottom:1px solid #cccccc;
}