/***************************************************************************************
 * Cascading Stylesheet definitionen                                                   *
 *                                                                                     *
 * Author:              Domenico Crescenti                                             *
 * Datum:               24.03.2006                                                     *
 * Version:             1.1                                                            *
 *                                                                                     *
 ***************************************************************************************/

/***************************************************************************************
 * body tag. Definiert dokumentenweit den verwendeten schrifttyp                       *
 ***************************************************************************************/

#titel{ 
	position: relative;
	height:71px; 
	width:780px; 
	margin-top:53;
/*	background-image: url('../images/title_temp.gif'); */
	background-color: #ffffff;
	
}
#navi{ 
	position: static;
	height:20px; 
	width:708px; 
	margin-top:0;	
	background-color: #ffffff;
}
#navigation{ 
	position: static;
	height:20px; 
	margin-top:0;	
	background-color: #ffffff;
}
#subnavigation{ 
	position: static;
	margin-left: 35px;
	height:20px; 
	margin-top:0px;	
	margin-bottom:0px;
	background-color: #ffffff;

}
#fuss{ 
	position: relative;
	margin: 0px;
	height:90px; 
	width:780px; 
	margin-bottom:0;
	/*background-image: url('../images/fuss.gif');*/
	
}

#logo{ 
	position: static;
	margin-bottom: 10px;
	height:10px; 
	width:708px; 
	margin-top:0;	
	background-color: #ffffff;
	
}
#prefix { font-style: italic; position: relative; width:10px; height: 10px; float: left; }
