body {
	color: #000000;
 	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #F8F7F3;
}

/** Headings **/
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}
h1 {
	text-transform: uppercase;
}
h3 {
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 16px;
}
h3.indented {
	margin-left: 14px;
}

/* PARAGRAPHS */

.typography p {
 /*	font-size: 1.0em;
 	line-height: 1.2em;*/
}

/* BULLET LISTS */
.typography ul, .typography ol {
	margin-bottom: 15px;
	margin-left: 14px;
}
.typography li {
	list-style-type: disc;
	list-style-position: outside;
}


#Keyvisual h1 { /* HOME - KEYVISUAL STATEMENT */
	padding: 15px 0 16px 43px;
}
#Keyvisual ul,
#Keyvisual ul li,
#OverviewItems ul,
#OverviewItems ul li,
#publicItems ul,
#publicItems ul li,
#ArchivedPublicItems ul,
#ArchivedPublicItems ul li   { /* HOME - KEYVISUAL STATEMENT */
	list-style-type: none;
	list-style-position: outside;
}
#NewsTeaserHome h2 { /* HOME - NEWS */
	padding: 0 0 18px 1px;
}
#KeyvisualRight h2, #KeyvisualRight h2 a { /* PAGES WITH KEYVISUAL RIGHT */
	text-transform: uppercase;
	color: #CAC9C4;
	padding-top: 12px;
	position: relative;
	left: -5px;
	font-size: 18px;
	line-height: 20px;
}
#KeyvisualRight h2 a:hover {
	color: #566068;
}
.darkSspBgColor h2,
.brightSspBgColor h2,
.whiteSspBgColor h2,
.statementsTitle {
  font-size: 20px;
  font-weight: 600;
  padding: 35px 0 18px 0;
}
#combinedTitle h2,
#publicationsCombinedTitle h2 {
	padding-bottom: 0;
	position: relative;
}
#combinedTitle,
#publicationsCombinedTitle {
	display: block;
	padding-bottom: 3px;
	position: relative;
}
#publicationsCombinedTitle {
	width: 493px;
	padding-bottom: 30px;
}
#publicationsCombinedTitle h2 {
	width: 280px;
	display: block;
}
#publicationsCombinedTitle div * {
	display: inline;
	font-size: 12px;
}
#publicationsCombinedTitle form,
#publicationsCombinedTitle fieldset,
#publicationsCombinedTitle select {
	width: 210px;
	margin: 0;
	padding: 0;
	line-height: 10px;
}

#publicationsCombinedTitle fieldset {
	
}
 
#publicationsCombinedTitle option {
	display: block;
}

div#FilterPublicationsForm {

	position: relative;
	display: block;
	float: right;
	font-size: 12px;
	/*width: 248px;*/
	margin-top: -20px;
	clear: left;
	overflow: visible;
}
/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */

.Publications {
	padding-bottom: 10px; 
}

#Layout p {
 	margin: 0 0 15px 0;
}

/* Statements
***********************************/
.statementsCategory {
	width: 253px;
	text-align: right;
	font-weight: 600;
	padding-top: 3px;
	float: left;
}
.statementsCategoryList {
	width: 254px;
	margin-bottom: 18px;
	float: right;
	border-bottom: 1px solid #fff;
}
.statementTitle, .statementTitleActive {
	border-top: 1px solid #fff;
	padding: 2px 0 2px 13px;
}
.statementTitle {
	background: url(../images/arrow.gif) no-repeat left center;
}
.statementTitleActive {
	background: url(../images/arrow_down.gif) no-repeat left center;
}
.statementTitleActive a, .statementTitleActive a:hover, .statementTitleActive a:active, .statementTitleActive a:visited {
	font-weight: 600;
}
.statementContent {
	border-top: 1px solid #fff;
	padding: 10px 0 2px 0;
}

/* OverviewList
***********************************/
#OverviewItems ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	/*border-bottom: 1px solid #fff;*/
	background: inherit;
}
#OverviewItems .overviewItem {
  border-top: 1px solid #fff;
  padding: 2px 0 2px 0;
}
#OverviewItems .last-child {
  border-bottom: 1px solid #fff;
}
/**
 * we don't use that.. yet?
 */
.lastOverviewItem {
  border-bottom: 1px solid #fff;
}

/* News
***********************************/
.distanceAfterTeaser { /* News Overview */
	padding-bottom: 20px;
}

.NewsTeaser { /* Home */
	padding-bottom: 19px;
}

.Title {
  font-weight: 600;
}

/* Details
***********************************/
.detailsTitle {
  font-size: 18px;
  font-weight: 600;
  padding-top: 34px;
}
.detailsTitleEnd {
  font-size: 10px;
  height: 16px;
}
.detailsSubTitle {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 9px;
}
.detailsSubSubTitle {
  font-weight: 600;
  padding-bottom: 4px;
}
.detailsRow {
  padding-bottom: 20px;
}
.detailsLeftCol {
  width: 256px;
  float: left;
}
.detailsRightCol {
  width: 256px;
  float: right;
}
.detailList {
  padding-bottom: 4px;
}
.detailsDarkEnd {
  font-size: 10px;
  height: 14px;
}
.detailsBrightStart {
  font-size: 10px;
  height: 20px;
}

.detailsRow div.ShowMore {
	margin-bottom: 15px;	
}

/* Diverse
***********************************/
.darkSspBgColor {
  background-color: #F2EFEA;
}

.brightSspBgColor {
  background-color: #F8F7F3;
}

.whiteSspBgColor {
  background-color: #FFFFFF;
}

.boldLinks a {
  font-weight: 600;
}

ul.textList {
	margin-left: 0;
}
ul.textList li {
	display: inline;
}

td.noWrap {
	white-space: nowrap;
}

td.years {
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
	width: 1%;
}