/* main.css */
/* -------- */
body { font-family: Verdana, Arial, Helvetica; color: #000; 
       margin-left: 0px;margin-right: 0px; margin-top: 0px; margin-bottom: 0px; } 

p, td, tr, form, table, input, form { font-size: 11px; margin-top: 0px; margin-bottom: 0px ;}
.text       { margin-left:0px;}
.zitat      { margin-left:09px;margin-right:40px;font-style:italic}
.titel      { font-size: 18px; margin-left:0px;font-weight:bold;margin-top:15px;margin-bottom:14px}
.glossartitel       { margin-left:0px;font-weight:bold;}

li {font-size: 11px; margin-top: 0px; margin-bottom: 0px;margin-left:5px}

/* Positionierung der Layers */

	#kopf { 
	    display: none;
	    position: absolute;
		width:100%; 
		height: 120px;
		top:0;
		background: #ffffff;
		}
		
	#navi {
	    display: none;
		position: absolute;
		height:100%;
		top:120px;
		width:130px; 
		bottom:0px;
		float:left;
		background:#d0d0d0;
		padding-right:10px;
		}
	
	#inhaltcontainer {
		position: absolute;
		top:0px;
		bottom:0px;
		left:0px;
		width:640px; 
		float:left;
		background:#fff; 
		}

