* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; 
}

html, body {
	text-align: center;
}

html {
	background: #eee; height: 100%;
}

body {
	height: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

#white-background {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

	#wrap { border:solid 0px #f0f; 
		position: relative;
		left: 0px;
		padding: 8px 0px 15px 0px;
		width: 990px;
	}
	
		#box-top { 
		background-image: url(../images/top_bg.png); background-repeat:no-repeat;
			position: relative;
			top: 0;
			left: 0;
			height: 107px;
		}
		
			#nav-other { border:solid 0px #f0f; 
				font-size: 12px;
				float: right;
				margin: 22px 254px 0px 0px;
			}
			
			#nav-top { border:solid 0px #f00;
				font-size: 14px;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 742px;
				height: 24px;
			}
			
			#logo { border:solid 0px #0f0;
				font-size: 12px;
				position: absolute;
				top: 23px;
				left: 788px;
				width: 177px;
				height: 65px;
				background: URL(../images/schober-logo.png) no-repeat;
			}
			
			#nav-top h3 {
				display: none;
			}		
		
		#box-bottom { 
		background-image: url(../images/mid_bg.png); background-repeat:repeat-y;
			position:relative; 
			display: inline-block;
			padding-top:20px; 
			margin:0;
			min-height: 100%; /* Mindesthöhe in modernen Browsern */
			height: auto !important; /* !important-Regel f�r moderne Browser */
			height: 100%; /* Mindesthöhe in IE (<7) */
		}
		
			
			#navi-left {
				font-size: 12px;
				float: left;
				width: 200px;
				border: 0px dashed silver; 
			}
			
			#inhalt { 
				font-size: 13px;
				font-weight: normal;
				margin: 0 350px 0 5px;
				padding: 0;
				height:100%;
				display:block;
			}
			
			#info { border: 0px dashed silver;
				font-size: 11px; 
				float: right; 
				width: 278px; 
				margin: 0 26px 0 0px;
				padding-top: 19px; 
			}
			
			
			#minheight {
				float: right;
				width: 0;
				height: 426px !important;
				height: 417px;
			}
		
		#footer { 
		background-image: url(../images/bot_bg.png); background-repeat:no-repeat;
			clear:both; 
			border-top: 0px solid #dadada;
			padding:0px;
			height: 128px;
		}
				#nav-footer {
					margin-right: -7px;
					font-size: 12px;
					float: right;
				}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
