﻿@charset "UTF-8";
/* SCHEME - Gliederung auf index.html */
div.scheme1 { /* für index.html */
	margin: 80px 20px 0px 20px;
	padding: 0;
	border: 1px dotted white;
	clear: left;
}

div.scheme { /* für moduluebersicht.xhtml */
	margin: 0px 0px 0px 0px; padding: 0; border: 1px dotted white;
	clear: both;
}

#unit_content #content_middle h1.scheme_headline {
	margin: 0px;
	padding: 0px;
	}
	
#unit_content #content_middle h2.scheme_headline {
	margin: 0px;
	padding: 0px;
	}
#unit_content #content_middle p {
	margin: 0px;
	padding: 0px;
	}

img.scheme_img {
	float: right;
	margin: 0px 10px 7px 0px;
	padding: 0px;
	}

ol.scheme_list {
	margin-top: 2px;
	list-style-position: inside;
	list-style-type: decimal;
	}
	
.scheme_module {
	}
	
p.aufzaehlung {
	font-size: 10px;
	}
