/*	
	-----------------------------------------------------------------------------
	Freie Universitaet Berlin:
	Stilvorlagen fuer spezielle Elemente im Contentbereich

	Autor: CeDiS, http://www.cedis.fu-berlin.de, cms@cedis.fu-berlin.de	
	Datum: 28.02.2005
	-----------------------------------------------------------------------------
*/

/* 	
	-----------------------------------------------------------------------------
	Stilvorlagen fuer spezielle Elemente im Contentbereich
   	-----------------------------------------------------------------------------
*/

/*	Kontaktdaten und Anschrift des Institut  */

.institution {
	background-color: #E6ECF2; 
	border: none;
	margin: 16px 0 12px 0;
	padding: 8px;
}

.institution td {
	padding: 2px 8px 2px 8px;
}

.bIcons {
	float: left;
	margin: 8px 4px 4px 0px;
}

.institution strong {
	color: #333;
}

.fuImgPosition {
	margin: 4px 0 4px 0;
}

.clear {
	clear: both;
}

/*	Kurse und Kursuebersicht  */

.kurs {
	width: 550px;
	margin: 10px 0 8px 0;
}

.baseLabel {
	font-weight: bold;
	color: #666;
}

/* 	Sitemap  */

.baseSitemap {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	color: #333;
	list-style-image: none; 
} 

#baseContent ul li .baseSitemapLink {
	font-size: 100%;
	line-height: 140%;
	list-style-image: none; 
} 

.baseSitemapLevel_00 {
	font-size: 95%;
	padding: 2px 0 2px  0px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	list-style-image: none;
	margin: 0px 0 2px 0px;
}

.baseSitemapLevel_01 {
	font-size: 95%;
	font-weight: normal;
	margin: 2px 0 0px 24px;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #ccc;
}

.baseSitemapLevel_02 {
	font-size: 95%;
	font-weight: normal;
	margin: 0 0 0 48px;
	padding: 2px 0 2px 0;
}

.baseSitemapLevel_03 {
	font-size: 95%;
	font-weight: normal;
	margin: 0 0 0 72px;
	padding: 2px 0 2px 0;
}

.baseSitemapLevel_04 {
	font-size: 95%;
	font-weight: normal;
	margin: 0 0 0 96px;
	padding: 2px 0 2px 0;
}

.skip {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

/*	Ist für Bereiche "Aktuelle Presse", in denen Absätze a) einen Einzug bekommen, b) einen höheren Abstand zwischen Absätzen benötigen  */

#baseContent div p {
		margin-bottom: 4px;
		text-align: left;
		
}