/* here was a commented backslash hack,see: http://www.oreillynet.com/pub/a/javascript/synd/2002/11/15/css_pitfalls.html */
html, body{
  	height:100%;
  	font-family:Verdana, Arial, Sans-serif; 
  	margin:0;
	padding:0;
 }
body { background-color:#DDDDDD; }
html>body {
/*Fix for recalcitrant mozilla browser: backgroundimage to cover gap between page bottom and end* /
background:url(mozbg.jpg) repeat-y #DDDDDD; */
	background-image:url(/fileadmin/images/mozbg.jpg);
	background-repeat:repeat-y;
}
  
   
div#outer{
	background-color:#FFFFFF;
  	border-right:1px solid #666666;
  	width:930px;
	position:relative;
    	min-height:100%;
   	margin-bottom:-20px;
}
* html div#outer{ height:100%; }
  
div#banner {
	position:relative;
	z-index:3;
	height:105px;
	background-color:#FF0000;
}
		
div#topmenu {
    	position:absolute;
    	bottom:0px; /*IE6 fix*/
	right:0px;
	width:769px;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	background-color:#000000;
    	font-size:12px;
	font-weight:bold;
	z-index:300;
}
html>body div#topmenu {
	bottom:0;
}
  
  
  div#sponsor {
  	text-align:center;
	padding-top:10px;
  	height:95px;
	width:200px;
	position:absolute;
	right:0px;
	top:0px;
	background-color:#FFFFFF;
	border-left:1px solid #FFFFFF;
	z-index:250;
  }
  /*place inside topmenu */
  div#search {
  	text-align:right;
  	position:absolute;
  	right:0;
	height:100%;
	border-left:1px solid #FFFFFF;
	width:200px;
	color:#FFFFFF;
	font-weight:normal;
	padding:1px 0px 3px 0px;
   }
      
   div#search form {
   	margin:0px;
   	paddding:0px;
   }
      
  div#breadcrumb {
	color:#666666
        border:1px solid green;
	font-size:11px;
	padding-left:2px;
	padding-top:1px;
  }
  div#breadcrumb a{ color:#666666; }
  .breadcrumb-current { color:#333333;}
  
  div#printversion {
   	position:absolute;
   	top:105px;
   	right:0px;
   	z-index:100000;
   	padding:1px 4px 0px 0px;
  }

  div#printversion a { color:#666666; }
  
  div#leftmenu {
  /*	position:relative; */
    float: left;
    padding-top:15px;
    padding-left:5px;
    padding-right:5px;
	padding-bottom:30px;
	width:150px;
	font-size:12px;
  } 
 
  
  div#rightcolumn {
  	position:relative;
   	width:190px;
   	float:right;
	padding-top:15px;
    padding-left:5px;
    padding-right:5px;
	font-size:11px;	
  }
  
       
	div#centercontent {
		position:static;
		margin-left:159px;
   		margin-right:200px;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left:160px;
		}
	html>body div#centercontent {
   		margin-left: 160px;
		} 
    
  div#client {
  z-index:0;
    padding-left:10px;
    padding-top:15px;
    padding-right:10px;
    padding-bottom:40px;
	width:100%;
	font-size:11px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:auto;
	}
	html>body #client {
	width:auto;
	}
	/* needed by IE6 */
	* html div#client {
		f\loat:left;
	}
  
  div#client a:link 	{color:#000000;text-decoration:underline;}
  div#client a:visited	{color:#000000;text-decoration:underline;}
  div#client a:active 	{color:#000000;text-decoration:underline;}
  div#client a:hover	{color:#000000;text-decoration:none;}
  
  h4 a:link { text-decoration:none; }
  
  div#clearfooter{
  	clear:both;
	height:-2px;
  }/*needed to make room for footer*/
  div#footcontainer {
 	position:relative;
  	height:20px;
  	width:930px;
  	background-color:#FFFFFF;
    clear: both;
	z-index:10;
	border-right:1px solid #666666;
  }

  
  div#footer {
	width:570px;
	text-align:center;
	border-top:1px solid #999999;
    background-color: #FFFFFF;
	margin-left: 160px;
	margin-right: 200px;
	font-size:11px;
	color:#333333;
	height:18px;
	padding-top:1px;
}
div#footer a {color:#333333;}  
