/**
 * Copyright (C) 2009 CeDiS, FU Berlin <distributed.campus@cedis.fu-berlin.de>
 *
 * This Program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation;
 * version 3 of the License.
 *
 * This Program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with this Program; if not, see <http://www.gnu.org/licenses/>.
 */
/* Freie Universitaet Berlin
   Stilvorlagen fuer spezielle Elemente im Contentbereich fuer Distributed Campus
   http://www.distributed-campus.org/

   Autor: CeDiS, http://www.cedis.fu-berlin.de
   Datum: Juni 2008
   ---------------------------------------------------------------------------
*/

/*
   Spezielle Anweisungen fur die Positionierung von Bildern im Inhaltsbereich 
   -------------------------------------------------------------------------------------------------------------
*/

.contentImagesRight {
	float:right;
        margin:6px 0px 8px 12px;
}

.contentImagesLeft {
	float:left;
	margin:6px 12px 8px 0px;
}


.contentImage300 img,.contentImage200 img,.contentImage150 img {
	padding:1px;
	border:1px solid #ccc;
}

.contentImage300 {
	margin:0 0 12px 0;
	background-color:#f4f4f4;
	padding:4px;
	width:304px;
	overflow:hidden;
}

.contentImage300 h6 {
	width:300px;
	margin:4px 0 4px 0;
}

.contentImage200 {
	margin:0 0 12px 0;
	background-color:#f4f4f4;
	padding:4px;
	width:204px;
	overflow:hidden;
}

.contentImage200 h6 {
	width:200px;
	margin:4px 0 4px 0;
}

.contentImage150 {
	margin:0 0 12px 0;
	background-color:#f4f4f4;
	padding:4px;
	width:154px;
	overflow:hidden;
}

.contentImage150 h6 {
	width:150px;
	margin:4px 0 4px 0;
}

/* Textformatierung Abstract */

.abstract p{
	color:#333;
	font-weight:bold;
}

.abstract p,.abstract p strong,.abstract p b,.abstract td strong,.abstract td b,.abstract td,.abstract ul,.abstract ol{
	color:#333;
	font-weight:bold;
}

.abstract h1 {
	font-size: 100%;
	margin: 12px 0 4px 0;
}

.abstract h2 {
	font-size: 100%;
}

.abstract h3 {
	color:#333;
	font-size: 100%;
}

.abstract h4 {
	font-size:100%;
	font-weight: bold;
	color: #333;
}

.abstract h5 {
	font-size: 100%;
	font-weight: bold;
	padding:0px;
	background-color: transparent;
	color: #333;
}

.abstract h6 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	color: #333;
}