@media all {

html { height: 100%; }
	
body {
	background: #EEF2E3;
	text-align: center;
	margin:0;
	}
#world {
	width:956px;			/*	940px basis +8px schatten + 8px schatten */
	margin-top:15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding:0 0 0 0;
	position:relative;
	background-color:#eef2e2;
	border:0px solid #829F31;
	background-image: url(/hbreyer/img/frontend2008/body_bg_956_1.jpg);
	}	
	
#north {	
/*	height:1em; */
	margin:0px 0px 0px 0px;		
	padding:5px 8px 0px 8px;	/* 8px schatten links, 8px schatten rechts */
	
	background-image: url(/hbreyer/img/frontend2008/defaultheader_shadow_956_210_v3.jpg);
	background-repeat:no-repeat;
	border:0px solid red;
	height:210px;
	}	
#center {	
	position:relative;
	height:100%;
	margin:28px 8px 0px 8px;		/* 8px sind für den schatten resrviert */
	padding:0px;
	border:0px solid blue;
	background-color:#ffffff;
	}	
#west {	
	width:190px;
	float:left;
	border:0;
	overflow:hidden;
	}	
#east {	
	width:217px;
	margin-right:13px;
	border:0;
	float:right;
	overflow:hidden;
	height:auto;
	}	

#south {
	height:8px;
	width:956px; 
	margin:8px 0px 0px 0px;		/* 8px sind für den schatten resrviert */
	background-image: url(/hbreyer/img/frontend2008/shadow_bottom_956_8.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#content {	
	margin-left:210px;
	margin-right:250px;
	border:0;
	padding:0px;
	}	
	
#north img {	
	border:0;
	margin:0;
	padding:0;
	}	
	
	
.clear_after:after {	
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clear_after {
    display:inline-block;
    }



}