/**************************************************************
   #content: Sets the width of the site. Fix the height back to auto for IE7 with a commented hack within the html page
 **************************************************************/

#content[id]{
  height: 100%;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/
#page {
	height: 100%;
}
/**************************************************************
   Width classes used by the site columns
 **************************************************************/
.width75 {
  height: 100%;
}
/**************************************************************
   rounded corners divs
 **************************************************************/
.or {
	width: 100%;
	height: 100%;
	}
.orNoEck {
	width: 100%;
	height: 100%;
}
.ol {
	width: 100%;
	height: 100%;
}.hg_grau {
	background-color: #E1E1E1;
}
