/* CSS Indi-WebDesign */
/* Indi-WebDesign GbR*/
/* main.css */
/* Important: first call this */
/* (c) Rudolf Schneider in Fa. Indi-WebDesign GbR, Seelauer Straße 7, 83313 Siegsdorf */
/* 2007-06-10 */

/* mac hide\*/
html, body {height:100.1%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:952px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #113787;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
	line-height: 120%;
	font-weight: normal;
	background-image: url(../upload/internetpraesentation/hg_element.jpg);
	background-repeat: repeat;
	background-position: left top;
        min-height:100.1%; /* scrollbalken anzeigen, damit flattern verhindert wird */
}
#outer{
	height:100%;
	min-height:100%;
	width:952px;
	text-align:left;
	margin:auto;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:772px; /*952 - rechte Spalte 180 = 772*/
	min-height:500px;
}

#header{
	position:absolute;
	top:0;
	width:952px;
	height:85px;
	overflow:hidden;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:242px;
	float:left;
	padding-top:20px;/*needed to make room for header*/
	padding-bottom:20px;/* needed to make room for footer */
	min-height:500px;
	min-\height:500px;/* for ie5 */
	min-he\ight:500px;/* for ie6 */
}

#right {
	position:relative;/*ie needs this to show float */
	width:170px; /* 180- 10 = 170px */
	float:right;
	padding-top:100px;/*needed to make room for header*/
	padding-bottom:50px;/* needed to make room for footer */
	}

#footer {
	width:952px;
	clear:both;
	height:90px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:92px;/* for ie5 */
	he\ight:90px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:525px; /*952-252-180=520*/
	float:right;
	padding-top:25px;
	padding-bottom:50px;/* needed to make room for footer */
	}
	
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
