body {
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, Times, serif;
	background: white;
	color: black;
}
p {
	margin: 0 0 1em 0;
}

a {
	color: #354A7B;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;

}

a.pdf, a.doc {

	padding-left: 20px;

}

a.pdf {
	background: url(/typo3/gfx/fileicons/pdf.gif) no-repeat left;
}

a.doc {
	background: url(/typo3/gfx/fileicons/doc.gif) no-repeat left;

}
a.arrow {
	background: url(../images/link_arrow.png) no-repeat -2px;
	padding-left: 15px;
}
h1,h2,h3 {

	margin-top: 0;

	font-weight: normal;

	font-family: Minion, Georgia, Times, serif

}

h1 {

	color: #354A7B;

	font-size: 20px;

}

h2 {
	color: #354A7B;
	font-size: 18px;
}

h2 a {
	color: inherit;
}
h3 {
	margin-bottom: 0.2em;
}
div.slim h2, h3 {
	color: #A7441D;
	font-size: 16px;
}
div.slim .csc-textpic-imagewrap {
	margin-bottom: 11px;
}
div.slim h2 {
	margin: 1px 0 1px 0;
	text-transform: uppercase;
	clear: both;
}
div.slim p {
	margin-bottom: 0;
}
.dots {
	background: url(../images/brown-dots.gif) repeat-x bottom;
	padding-bottom: 1em;
}

p.quote {

	font-style: italic;

	margin: 1em;

}

p.ingress {

	font-weight: bold;

	font-size: 1.05em;

}

div.box {
	padding: 15px;
	background-image: url(../images/green-dots.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 1em;
}

div.wide div.box {
	margin-bottom: 1em;
}
div.white {
	background-color:white;
}

div.solitude {

	background-color: #F0F2F7; 

}

div.lightcyan {

	background-color: #E6FAFD;

}

div.yellow {

	background-color: #fdfcef; /* F4F978 */

}

img.spammers {

	border:none;

	background: url(../images/at.gif) no-repeat;

	width: 11px;

	height: 12px;

	vertical-align: middle;

	margin-right: 1px;

}

.csc-textpic-caption {

	font-size: 0.85em;

	color: #777;

}

.align-left {
	float: left;
}

.align-right {
	float: right;
	text-align: right;
}

p.status {
	color: #aaa;
	font-size: 0.7em;
}
iframe {
	border: none;
}
iframe.big {
	width: 740px;
	height: 450px;
}