@import url(styles_basic.css);
@import url(styles_rte.css);

body {
	background-color: #FFF;
}
h1, .csc-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #0099CC;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.08em;
	font-weight: bold;
	color: #0099CC;
	margin-bottom: 10px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
p, p.align-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin-bottom: 6px;
}
.abstand-titel {
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.abstand {
	padding: 25px;
}
.rahmen {
	border: 1px solid #999
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}
div#content h1 {
	font-size: 1.15em;
	font-weight: bold;
	color: #0099CC;
	margin-bottom: 10px;
}

div#content p {
	text-align: left;
	margin-bottom: 6px;
}

div#content ul {
	margin-left: 16px;
	padding-left: 0px;
	padding-bottom: 5px;
	list-style: disc;
	list-style-image: url(http://www.schulewehntal.ch/fileadmin/template/images/navigation/ul_aufzaehlung.gif);
	list-style-position: outside;
}
div#content ol {
	margin-left: 16px;
	padding-left: 0px;
	padding-bottom: 5px;
	list-style-position: outside;
}
div#content li {
	padding-bottom: 3px;
}

/* Formatierung für die Bildunterschrift */
div#content .csc-textpic-caption {
	font-size: 11px;
	font-style: italic;
	padding-top: 3px;
}

/* Formatierung für das Content-Element: Trennlinie */
div.divider hr {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #0099cc; /* Farbe für Opera und Firefox */ 
	color: #0099cc; /* Farbe für Internet Explorer (IE) */
	border: 0; 
	height: 1px; 
}

ul, li {
	font-size: 1em;
}