/*   @charset "ISO-8859-1";    */

html
{
	height: 100%;
}

/*
 * html #bottomContainer
{
	height: 1%;
}
*/

body
{
	margin: 0px; 
	overflow: hidden;
	height: 100%;
}


#header
{
	position: fixed;
	top: 0px; 

	width: 100%;
	height: 135px;	

	background-color: #B3B3CE;
/*	font-family: Arial, Helvetica, "sans serif";  */
	font-family: Comic Sans MS; color: #3333ff;
}

#menu

{	
	position: fixed;
	width: 100%;
	padding-left: 1em;
	padding-right: 1em;

	top: 135px;
	height: 40px;
	background-color: #9B9BCC;
}


#bottomContainer
{	
	position: fixed;
	width: 100%;      /* NJO 28.11.10 sorgt dafür, dass
						der bootom container das ganze Fenster
						eingenimmt */
	top: 175px;
	bottom: 1px; 
	overflow: auto;  
	height: auto;   /* NJO 13.02.10  */

}

* html #bottomContainer
{
	height: 100%;     /* NJO 13.02.10  */
}


#BookOfMonth
{
	float: left;
	width: 12em;
	background-color: #9B9BCC;
	font-family: Arial, Helvetica, "sans serif";
}



#contents

{	
/*	height: 100%;    NJO 0602 generiert scrollbars */
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-top: 5px;
	background-color: #C0CEFC;
	font-family: Arial, Helvetica, "sans serif";
}

#contentsAdvent
{
	background-image:url(advent/advent2010_backgrd.jpg);
	background-repeat: repeat;
	padding-top: 5px;
	font-family: Arial, Helvetica, "sans serif";
}
* html #contents    /*  this Min height fix should be for IE 7 and 8  */
{
	min-height:600px;
    height:auto !important;
    height:600px;
}
