div#mainContent p.bodytext {
	padding: 0 0 10px 0;
	line-height: 20px;
}

div#mainContent p.infoText {
	color: #888;
	font-size: 9px;
	margin: -7px 0 12px;
}

p.error {
	color: #ff009a;
	font-weight: bold;
}

div#mainContent .csc-textpic-imagewrap {
	border-top: 8px solid #f09;
	margin: 15px 0 0 -45px;
}

/* -- -- -- -- lists -- -- -- -- */
ul {
	list-style: none;
}

ul.normal,
div#subContent ul {
	padding-left: 20px;
	font-size: 10px;
	line-height: 22px;
	list-style: url('images/listItem.png');
}

ul.small {
	list-style: url('images/listItemSmall.png');
	padding-left: 12px;
	font-size: 9px;
}

/* -- -- -- -- forms -- -- -- -- */
input.inputText,
textarea,
select {
	background: url('images/inputBg.png') #fff left top no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #7d7d7d #c3c3c3 #dcdcdc;
	width: 95%;
	padding: 3px 7px;
	font-size: 11px;
	font-family: Verdana, Arial, "Times New Roman";
	color: #7f7f7f;
}

.formElementHalfContainer input.inputText,
.formElementHalfContainer textarea {
	width: 88%;
}

.inputTextSmall {
	width: 70% !important;
}

.inputTextTiny {
	width: 20% !important;
}

.button {
	color: #fff;
	font-size: 10px;
	padding: 1px 5px 1px 10px;
	border: 0 none;
	background: url('images/buttonBg.png') #ff009a left top no-repeat;
}

.formSubmit {
	text-align: right;
	padding-right: 8px;
}

/* ### -- -- -- -- -- Form Element -- -- -- -- -- ### */

.formElement {
	clear: both;
	padding: 7px 0;
}

.formElement:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.formElementHalfContainer {
	width: 50%;
	float: left;
}

.formElementRequired {
	background-color: #fff2fa;
	padding: 4px 0;
	margin-bottom: 6px;
}

.formElementRequired label {
	font-weight: bold;
}

/* ### -- -- -- -- -- Form Field -- -- -- -- -- ### */

.formField {
	padding: 0;
	display: block;
}

.formElement .formField {
	margin-left: 120px;
}

.smallForm .formElement .formField {
	margin-left: 90px;
}

.formFieldInfo {
	margin-top: 5px;
	font-size: 10px;
	color: #05a;
}

fieldset .formElement .formField {
	margin-left: 90px;
}

.formField input, .formField select, .formField textarea  {
	margin: 2px 0;
}

.formField label {
	font-size: 1em !important;
	margin-bottom: 3px;
}

label.multipleOption {
	width: 150px;
	float: left;
}

label.multipleOptionUnsorted {
	padding-right: 20px;
}

.formField label.disabled {
	color: #231f20;
}

/* ### -- -- -- -- -- Form Field Label -- -- -- -- -- ### */

label {
	color: #000;
}

.formFieldLabel {
	text-align: right;
	float: left;
	width: 110px;
	color: #aaa;
	padding-top: 3px;
}

.smallForm .formElement .formFieldLabel {
	width: 70px;
}

.formFieldLabel img {
	vertical-align: middle;
}

fieldset .formFieldLabel {
	width: 90px;
}

div.errorField label{
	color: #ff009a;
}

/* ## -- -- -- -- sub content -- -- -- -- ## */
div#subContent h4 {
	font-size: 14px;
	font-weight: normal;
}

div#subContent p.bodytext {
	line-height: 18px;
	padding-right: 25px;
}

div#subContent .teaser {
	padding-bottom: 25px;
	margin-bottom: 25px;
}

div#subContent .teaser .contentAboveImage {
	margin-bottom: 5px;
	padding-right: 20px;
}

div#subContent .teaser .contentBelowImage {
	margin-top: 10px;
	padding-right: 20px;
}

div#subContent .teaser img {
	margin-top: 15px;
	border-top:  8px solid #f09;
}

div#subContent .teaser img.first {
	margin-top: 0;
}

div#subContent .teaserBorder {
	border-bottom: 1px solid #ddd;
}

div#subContent .teaserNoStyle,
div#subContent .teaserNoStyle img {
	border: 0 none !important;
}

div#subContent .teaser h4 span {
	font-size: 12px;
}

div#subContent ul {
/* 	margin-bottom: -4px; */
}

/* -- -- accordion -- -- */
div.accordionWrapper {
	border-top: 8px solid #ff009a;
	border-bottom: 8px solid #ffe5f5;
}

div.accordion {
	border-bottom: 1px solid #ddd;
}

div.accordion h5 {
	border-top: 1px solid #ddd;
	padding: 6px 5px 6px 20px;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	background: url('images/open.png') 4px 8px no-repeat;
}

div.accordion h5.ui-state-active {
	background-image: url('images/close.png');
}

div.accordion ul {
	background-color: #fffafd;
	border-top: 1px solid #ddd;
	padding: 8px 5px 10px 20px;
}

/* ## -- -- -- -- team extension -- -- -- -- ## */
/* -- -- big -- -- */
div.teamMemberBig {
	margin: 15px 0;
}

div.teamMemberBig div.image {
	width: 120px;
	float: left;
}

div.teamMemberBig div.information {
	margin-left: 124px;
}

div.teamMemberBig h5 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 8px;
}

div.teamMemberBig h5 .name {
	color: #ff009a;
	font-size: 14px;
	padding-right: 13px;
	font-weight: bold;
}

div.teamMemberBig h5 .speciality,
div.teamMemberSmall h5 .speciality {
	font-size: 12px;
	font-weight: normal;
}

div.teamMemberBig div.information p.bodytext {
	font-size: 10px;
	line-height: 16px !important;
}

div.teamMemberBig p.contactInformation span {
	display: block;
	float: left;
	width: 20px;
}

/* -- -- small -- -- */
div.teamMemberSmall,
div.teamJobAd {
	margin: 8px 0;
	width: 280px;
	float: left;
}

div.teamMemberSmall div.image {
	width: 70px;
	float: left;
}

div.teamMemberSmall div.information {
	margin-left: 79px;
	font-size: 9px;
	white-space: nowrap;
}

div.teamMemberSmall div.information p.bodytext {
	line-height: 16px !important;
}

div.teamMemberSmall h5 .name {
	font-size: 14px;
	font-weight: bold;
}

/* -- -- job ad -- -- */
div.teamJobAd div.image {
	width: 30px;
	float: left;
}

div.teamJobAd div.information {
	margin-left: 39px;
}

div.teamJobAd h5 {
	font-size:  13px;
	font-weight: normal;
}

div.teamJobAd div.information p.bodytext {
	padding-bottom: 2px !important;
	font-size: 10px !important;
	line-height: 14px !important;
}

/* ## -- -- -- -- news extension -- -- -- -- ## */
div.newsItem {
	margin: 20px 0 20px 0;
}

div.newsItem div.image {
	width: 250px;
	float: left;
	margin-right: 20px;
	margin-left: -45px;
	opacity: 1.00;
	filter: alpha(opacity=100);
	border-top: 8px solid #ff009a;
}

div.newsItem div.image:hover {
	opacity: 0.80;
	filter: alpha(opacity=80);
}

div.newsItem h5 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}

div div div div.class span#id

div.newsItem h5 span {
	font-size: 12px;
}

/* ## -- -- -- -- customers extension -- -- -- -- ## */
div.customer {
	margin-top: 15px;
	color: #7f7f7f;
}

div.customer div.logo {
	border-style: solid;
	border-color: #b2b2b2;
	border-width: 0 0 1px 0;
	margin-right: -1px;
}

/* ## -- -- -- -- references extension -- -- -- -- */
div.imagePopup,
a.imagePopup {
	cursor: pointer;
}

div#imagePopupContainer {
	display: none;
}

div#dimmer {
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 750;
}

div#imagePopup {
	position: fixed;
	z-index: 1000;
	left: auto;
	top: 100px;
	width: 810px;
	height: 522px;
	background: url('images/referencesPopupBg.png') left top no-repeat;
}

div#imagePopup div.close {
	position: absolute;
	right: 0;
	top: 39px;
	cursor: pointer;
}

div#imagePopupContent {
	margin: 15px 32px 15px 15px;
	position: relative;
	width: 763px;
	height: 492px;
	overflow: hidden;
}

div#imagePopupLogo {
	margin: 24px 0 0;
	float: left;
	border-right: 1px solid #ddd;
	position: relative;
}

div#imagePopupLogoControls {
	position: absolute;
	width: 315px;
	left: 0;
	top: 0;
}

div#imagePopupLogoControls .prev,
div#imagePopupLogoControls .next {
	position: absolute;
	top: 0;
	width: 33px;
	height: 73px;
	background-color: #fff;
	z-index: 1300;
	cursor: pointer;
	background-position: left top;
	background-repeat: no-repeat;
}

div#imagePopupLogoControls .prev {
	left: 0;
	background-image: url('images/customerPrevious.png');
}

div#imagePopupLogoControls .prevDisabled {
	background-image: url('images/customerPreviousDisabled.png') !important;
}

div#imagePopupLogoControls .next {
	right: 0;
	background-image: url('images/customerNext.png');
}

div#imagePopupLogoControls .nextDisabled {
	background-image: url('images/customerNextDisabled.png') !important;
}

div#imagePopupLogo img {
	margin: 0 32px;
}

div#imagePopupText {
	margin-left: 350px;
}

div#imagePopupImageContainer {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1100;
}

div#imagePopupSlider {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1250;
	width: 763px;
	height: 72px;
	background-color: #f7f7f7;
	overflow: hidden;
	border-top: 8px solid #ff009a;
	border-bottom: 1px solid #ff009a;
}

div#sliderContent {
	margin-left: 30px;
}

div#sliderContent a img {
	opacity: 1.00;
	filter: alpha(opacity=100);
	cursor: pointer;
}

div#sliderContent a:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
}

div#sliderControls {
	position: absolute;
	width: 763px;
	left: 0;
	top: 0;
}

div#sliderControls .prev,
div#sliderControls .next {
	position: absolute;
	top: 0;
	width: 30px;
	height: 73px;
	background-color: #fff;
	z-index: 1300;
	cursor: pointer;
	background-position: left top;
	background-repeat: no-repeat;
}

div#sliderControls .prev {
	left: 0;
	background-image: url('images/sliderPrevious.png');
}

div#sliderControls .prevDisabled {
	background-image: url('images/sliderPreviousDisabled.png') !important;
}

div#sliderControls .next {
	right: 0;
	background-image: url('images/sliderNext.png');
}

div#sliderControls .nextDisabled {
	background-image: url('images/sliderNextDisabled.png') !important;
}

/* -- -- -- -- file list -- -- -- -- */
div.fileList {
	margin: 15px 0;
}

div.fileItem {
	padding-left: 35px;
	margin-bottom: 10px;
	background: url('images/download.png') left top no-repeat;
}

/* ## -- -- -- -- extension: sp_jobs -- -- -- -- ## */
div#subContent div.jobsList ul {
	margin: 5px 25px 15px 0;
	line-height: 15px;
	list-style: none;
	padding-left: 0;
}

div#subContent div.jobsList ul li {
	padding-left: 40px;
	height: 35px;
	background: url('../images/dot.png') left top no-repeat;
	line-height: 12px;
}
