/***************************************************************************************
 * 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:620px; 
	margin-top:53;
	background-image: url('../images/titel.gif');
	background-color: #ffffff;
	
}
#navi{ 
	position: static;
	height:20px; 
	width:608px; 
	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:620px; 
	margin-bottom:0;
	/*background-image: url('../images/fuss.gif');*/
	
}
#editcontent{
     font-size:12px;
     font-family:arial;
     font-style:normal;
     text-align:left;
     line-height:15px;
     font-weight:normal;
     text-decoration:none;
}

#logo{ 
	position: static;
	margin-bottom: 10px;
	height:10px; 
	width:608px; 
	margin-top:0;	
	background-color: #ffffff;
	
}
#prefix { font-style: italic; position: relative; width:10px; height: 10px; float: left; }
