@import "/system/css/onsite.css";

/* Kalibrierung */
	td,th {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
	}
	
	th { text-align:left; }
	
	p { margin: 1em 0; }
	
	h1 { margin: 0.67em 0; }
	h2 { margin: 0.83em 0; }
	h3 { margin: 1em 0; }


body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal;
	/* font-size: 1em; */
	/*  font-size: 12px; */

}

#navigation {
	position:absolute;
	top: 0;
	bottom: 86px;
	left: 0;
	width:164px;
	overflow: hidden;
	background-image:url(resources/navi_bg2.gif);
}

#navigation .inside {  
	padding-left:6px;
}

#titel {
	position: absolute;
	top: 0;
	left: 164px;
	right: 0;
	height: 100px;
	width: auto;
	overflow: hidden;
}

#content {
	position: fixed;
	top: 100px;
	bottom: 86px;
	left: 164px;
	right: 0;
	overflow: auto;
}

#content .inside {

}

#footer {
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height:86px;
	overflow: hidden;
	background-image:url(resources/bottom_bg_01.jpg);
	background-position:0 24px;
	background-repeat:repeat-x;
}

* html body { /* IE6 hack */
	/* Set HeightOfTitel WidthOfRight HeightOfBottom WidthOfNavigation*/
	padding: 100px 0px 86px 164px;
}

* html #navigation { /* IE6 hack */
	height: 100%;
}

* html #titel { /* IE6 hack */
	width: 100%;
}

* html #content { /* IE6 hack */
	height: 100%;
	width: 100%;
}

* html #footer { /* IE6 hack */
	width: 1440px;
	bottom: -1px;
}


