body {  background-color:#ffe;
	background-image:url(img/bg2.gif);
	background-attachment:fixed; 
	text-align:center;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#000000;
	}		
	
#container {
	margin-left:auto; margin-right:auto;
	background-color: white; position:relative; 
	width:800px; text-align:left; 
	height: 1800px; min-height: 1800px;
	border: 1px solid #888; }

#sideband {
	width: 130px;
	height: 1800px; min-height: 1800px;
	position: relative; top: 0; left: 0;
	background: #868;
	z-index: 10000;
}	

#banner {position: absolute; top:20px; left:45px; margin:0 ; padding: 0; 
    border: 0; background: rgb(255,255,255); z-index: 12000;}
    
    
#menu {
/*   width: 180px; background: none; text-align: center; */
   position: absolute; top: 105px; left: 10px;
   padding: 0; margin: 0 ;
   border: 0;
   z-index: 10100;	}
   	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.75em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute; left: -999em;
		margin-left : 11.05em;
		margin-top : -1.9em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		width : 10em;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;
		background-color : #555;
		border : 1px solid black;
		padding : 0 0.5em;
	}

/*	#nav li ul li ul li a {
		width : 20em;}
	#nav li ul ul ul {
		position : absolute; left: -999em;
		margin-left : 21.1em;
		margin-top : -1.9em;
	}
*/
	
		
	#nav li a:hover {
		color : yellow;
		background-color : black;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
#content {
	background-color: white; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute; top:105px; right:0; 
	width:630px; text-align:left; 
	border: 0px solid red; 
	margin-left : 20em;
	}
	
    
#content h1 {font-size: 2em; color: #008;
    margin: 0; padding: 4mm 0 4mm 2mm; background: rgb(200,200,225); }
#content h2 {font-size: 1.33em; color: #008;
	margin: 0; padding: 0.5em 0 0.5em 2mm; background: rgb(210,210,235);}
#content h3 {font-size: 1.33em ; color: black; 
    margin: 0; padding: 0.5em 0 0.5em 2mm; background: rgb(220,220,245);}
#content h4 {font-size: 1em; margin: 2mm 0 0 2mm; padding: 0; 
  border-bottom: 1px solid rgb(20,20,20); color: black;}
  
#content li a {line-height: 1.7em; text-decoration: none; font-weight: bold;}
    
#content p {font-size: 1em; font-weight: normal; line-height: 1.5em; 
	margin: 0; padding: 0.5em 10% 0.5em 2mm;}

span.s1 { float: left; margin-right: 10px; margin-bottom: 10px; padding: 5px; }
span.s2 { float: right; margin-left: 10px; margin-bottom: 10px; padding: 5px; }

table {margin: 0.3em 0.5em 0.5em 0.5em;}
tr {vertical-align: top;}
td {padding: 0.3em 0.5em 0.3em 0.5em;}

table.talklist {margin-top: 0.5em; width: 95%; border-style: none; border-collapse: collapse;}
.talklist tr td {border-bottom: 1px solid #aaa}

table.peoplelist {width: 95%; border-style: none; border-collapse: collapse;}
.peoplelist tr td {border-bottom: 1px solid #aaa; vertical-align: top;}

table.fotolist {width: 95%; border-style: none; border-collapse: collapse;}
.fotolist tr td {border-bottom: 1px solid #aaa; vertical-align: top;}
.fotolist td.foto {width: 80; text-align: center;}
.fotolist td.data {width: 250; text-align: left;}

tr.header  {border-bottom: 1px solid #000; font-weight: bold; vertical-align: bottom;}
tr.header td {border-bottom: 1px solid #000; font-weight: bold; vertical-align: bottom;}

a {text-decoration: none; color: #00c;}
a:hover {text-decoration: none; border-bottom: 1px solid #00f; color: #00f; }

ul.plain {list-style: none;}
