﻿/* Colors:
	Navigation:			#4D4F53
	Navigation active:	#D52B1E
	Textlinks:			#4997b7
*/




/* ------------------------------>>> RICH-EDIT CONTENT <<<------------------------------ */

@import url(/_layouts/styles/SCA_content.css);





/* ------------------------------>>> RESET <<<------------------------------ */

input,
textarea {
	font-size: 1em;
	padding: 0.15em;

}

.SCA_hidden {
	display: none;
}



/* ------------------------------>>> GLOBAL LAYOUT <<<------------------------------ */

/*
	See http://www.satzansatz.de/cssd/companions.html
	Based on "http://www.alistapart.com/d/negativemargins/ex5.htm combined with companion columns technique and footerStickAlt plus conditional elastic. Modified Version by Georg Sørtun (http://www.gunlaug.no/contents/wd_1.html)"
*/

html.SCA_master, 
.SCA_master body {
	height: 100%;
}

.SCA_master body {
	background: #fff url(images/SCA_bg.jpg) repeat-x top;
	/*text-align: center;*/
}

#SCA_wrapper {
	width: 100%;
	max-width: 82em;
	min-width: 700px;
	height: 100%;
	/*margin: 0 auto;
	text-align: left;*/
}
.SCA_application-master #SCA_wrapper {
	max-width: 100%;
}

#SCA_stacker { 
	position: relative; 
	z-index: 2;   
	width: 100%;
	min-height: 100%;
}


/* ------------->>> Header <<<--------------- */

#SCA_header {
	width: 100%;
	overflow: hidden;
}
#SCA_header div {
	height: 319px;
}

#SCA_header .SCA_main {
	margin-left: 580px;
	background: url(images/SCA_header-bg.jpg) repeat-x top;
}
#SCA_header .SCA_container {
	width: 100%;
	float: left;
	margin-right: -41px;
	background: url(images/SCA_header.jpg) no-repeat right top;
}
#SCA_header .SCA_content {
	margin-right: 41px;
	background: url(images/SCA_header.jpg) no-repeat;
}

#SCA_logo {
	display: block;
	position: absolute;
	top: 0;
	left: 52px;
	width: 21.67em;
}
#SCA_logo img {
	width: 100%;
}


/* ------------->>> Content <<<--------------- */

#SCA_content {
	position: relative;
	margin: -128px 12px 0 12px;
	padding-bottom: 140px;
}

#SCA_loggedIn {
	position: relative;
	top: -35px;
	width: 100%;
}


/* ------------->>> Footer <<<--------------- */

#SCA_pedestal {
	clear: both;
	position: relative; 
	z-index: 0;
	width: 100%;
	height: 2em;
	margin-top: -2em;
}

#SCA_pedestal .SCA_content {
	margin-right: 12px;
	background: url(images/SCA_bg-l.jpg) repeat-y;
}
#SCA_pedestal .SCA_main {
	margin-left: 12px;
	background: #fff;
}
#SCA_pedestal .SCA_container {
	width: 100%;
	float: left;
	margin-right: -12px;
	background: url(images/SCA_bg-r.jpg) repeat-y right;
}

#SCA_pedestal .SCA_companion {
	margin-top: -16000px !important;
	padding-top: 16000px !important; 
	position: relative;
	height: 2em;
}



#SCA_footer {
	/*clear: both;*/
	position: relative;
	z-index: 3;
	margin: -88px 12px 0 12px;
	background: #d7dabd;
}
#SCA_footer .SCA_container {
	height: 88px;
	background: url(images/SCA_footer.gif) repeat-x top;
}
#SCA_footer .SCA_content {
	padding: 1.1em;
	color: #747678;
}

#SCA_footer .SCA_content p {
	margin-bottom: 1em;
	font-size: 0.92em;
	line-height: 1;
}
#SCA_footer .SCA_content .SCA_footerNavLegal {
	color: #C8C2B9;
}
#SCA_footer .SCA_content .SCA_footerNavLegal span {
	padding: 0 0.2em;
}

#SCA_footer a {
	color: #747678;
	text-decoration: none;
}
#SCA_footer a:hover {
	color: #D52B1E;
	text-decoration: underline;
}

#SCA_footer .SCA_footerNav {
	position: absolute;
	bottom: 88px;
	right: 17.5em;
	float: left;
	line-height: 1;
}
#SCA_footer .SCA_footerNav a {
	float: left;
	padding: 3px 19px 3px 6px;
	margin-left: 1px;
	background: #545454 url(images/SCA_footernav.gif) no-repeat right 0;
	font-size: 0.92em;
	color: #fff;
}
#SCA_footer .SCA_footerNav a:hover {
	background-position: right -30px;
	background-color: #4e7184;
	text-decoration: none;
}
#SCA_footer .SCA_footerNav a.SCA_footerNavTop {
	background-position: right -60px;
}
#SCA_footer .SCA_footerNav a.SCA_footerNavTop:hover {
	background-position: right -90px;
}



/* ------------------------------>>> DETAIL LAYOUT <<<------------------------------ */

/* ------------->>> (Unused) table elements <<<--------------- */

table {
	border-collapse: collapse;
}

.ms-consolemptablerow,
.ms-titleareaframe,
.ms-areaseparatorleft,
.ms-areaseparatorright,
.ms-pagemargin {
	background: transparent !important;
}
#SCA_wrapper .ms-globalTitleArea,
#SCA_wrapper .ms-bannerContainer {
	background: transparent;
}
#SCA_loggedIn #SCA_wrapper .ms-globalTitleArea,
#SCA_loggedIn #SCA_wrapper .ms-bannerContainer {
	background: url(/_layouts/images/siteTitleBKGD.gif);
}
.ms-areaseparatorleft,
.ms-areaseparatorright {
	border: none !important;
}

.ms-globalbreadcrumb,
.ms-recyclebin,
.ms-pagebreadcrumb {
	display: none;
}
#SCA_loggedIn .ms-globalbreadcrumb,
#SCA_loggedIn .ms-recyclebin {
	display: table-cell;
}
#SCA_loggedIn .ms-pagebreadcrumb {
	display: block;
	margin: 0 0 10px 0;
}

.ms-titleimagearea {
	width: auto;
}
.ms-bodyareaframe {
	border: 0;
	padding: 0 0 0 10px;
}

#SCA_loggedIn .ms-sitetitle {
	text-align: left;
}

.ms-MenuUIPopupBody {
	z-index: 100;
}


.ms-PartSpacingVertical {
	display: none;
}
#SCA_loggedIn .ms-PartSpacingVertical {
	/*display: block;*/
}

table.ms-consoleframe {
	margin-bottom: 1.5em;
}
table.ms-siteaction div {
	margin-top: 6px;
}
table.ms-siteaction div div {
	margin-top: 0;
}


/* ------------->>> Main navigation <<<--------------- */

.ms-topNavContainer {
	position: absolute;
	/*top: 121px;
	left: 12px;*/
	top: -70px;
	left: 0;
	width: 65em;
	z-index:99;
}
#SCA_loggedIn .ms-topNavContainer {
	top: -35px;
}
.ms-topNavContainer ul {
	list-style: none;
	padding-left: 1px;
	margin-left: 0;
	clear: none;
	line-height: 1.33;
}
.ms-topNavContainer ul li {
	float: left;
	border-right: 1px solid #fff;
}
.ms-topNavContainer ul li a {
	float: left;
	padding: 8px 12px 6px 12px;
	margin-bottom: -1px;
	white-space: nowrap;
	border: 1px solid #9a9b9c;
	border-width: 0 1px 1px 0;
	font-size: 1.08em;
	line-height: 1;
	color: #000;
	text-decoration: none;
}
.ms-topNavContainer ul li a.selected,
.ms-topNavContainer ul li a.expanded,
.ms-topNavContainer ul li a:hover {
	background: #fff;
	color: #d52b1e;
}
.ms-topNavContainer ul li a.selected,
.ms-topNavContainer ul li a.expanded {
	margin-left: -1px;
	padding-left: 13px;
	border-bottom-color: #fff;
}


/* ------------->>> Meta navigation <<<--------------- */

.ms-topNavContainer ul li.SCA_metanavigation {
	position: absolute;
	top: -40px;
	right: -13.5em;
	float: none;
	border-right: 0;
	border-left: 1px solid #DAB179;
}
.ms-topNavContainer ul li.SCA_metanavigation li {
	position: relative;
	border-color: #DAB179;
}
.ms-topNavContainer ul li.SCA_metanavigation a {
	border: 0;
	color: #A5682B;
}
.ms-topNavContainer ul li.SCA_metanavigation a:hover {
	background: transparent;
	color: #D52B1E;
}
.ms-topNavContainer ul li.SCA_metanavigation span,
.ms-topNavContainer ul li.SCA_metanavigation a {
	float: left;
	padding: 7px 7px 22px 6px;
	margin-bottom: -4px;
	font-size: 0.92em;
	line-height: 1;
}
.jsversion .ms-topNavContainer ul li.SCA_metanavigation span,
.jsversion .ms-topNavContainer ul li.SCA_metanavigation a {
	display: block;
	float: none;
}
.ms-topNavContainer ul li.SCA_metanavigation a.selected,
.ms-topNavContainer ul li.SCA_metanavigation a:hover,
.ms-topNavContainer ul li.SCA_metanavigation span {
	background: transparent;
	color: #4B0B17;
}
.ms-topNavContainer ul li.SCA_metanavigation a.selected {
	margin-left: 0;
}
.ms-topNavContainer ul li.SCA_metanavigation a.selected {
	cursor: default;
}
.jsversion .ms-topNavContainer ul li.SCA_metanavigation span {
	background: url(images/SCA_navs.gif) no-repeat 6px -372px;
	cursor: pointer;
}
.jsversion .ms-topNavContainer ul li.SCA_metanavigation li.expandable:hover span {
	background-color: #fff;
}
.ms-topNavContainer ul li.SCA_metanavigation li.expandable div {
	float: left;
}
.jsversion .ms-topNavContainer ul li.SCA_metanavigation li.expandable div {
	float: none;
	display: none;
	position: absolute;
	top: 40px;
	right: -1px;
	padding: 4px 0 3px 0;
	border: 1px solid #ddd;
	border-top: none;
	background: #fff;
}
.jsversion .ms-topNavContainer ul li.SCA_metanavigation li.expandable:hover div {
	display: block;
}
.ms-topNavContainer ul li.SCA_metanavigation li.expandable li {
	border-right: 0;
}
.jsversion .ms-topNavContainer ul li.SCA_metanavigation li.expandable li {
	float: none;
	display: block;
	margin: 0;
}
.jsversion .ms-topNavContainer ul li.SCA_metanavigation li.expandable a {
	display: block;
	float: none;
	border: 0;
	margin: 0;
	/*color: #4B0B17;*/
	padding: 4px 9px;
}
.jsversion .ms-topNavContainer ul li.SCA_metanavigation li.expandable a:hover {
	/*color: #D52B1E;*/
}


/* ------------->>> Search <<<--------------- */

#SRSB {
	position: absolute;
	/*top: 120px;
	right: 12px;*/
	top: -70px;
	right: 0;
	width: 179px;
}
#SCA_loggedIn #SRSB {
	top: -35px;
}
#SRSB * {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
#SRSB select,
#SRSB .ms-sblink,
#SRSB img {
	display: none;
}
#SRSB input {
	width: 128px !important;
	padding: 1px 6px;
	margin: 3px 8px 0 0;
	border: 1px solid #9a9b9c;
	border-width: 1px 0 0 1px;
	background: #fff;
	font-size: 0.92em;
	color: #666;
}
#SRSB .ms-sbgo a {
	display: block;
	width: 28px;
	height: 27px;
	background: url(images/SCA_blank.gif);
}


/* ------------->>> Sub navigation <<<--------------- */

.ms-nav {
	background: transparent;
}
.ms-quicklaunchouter {
	position: relative; /* IE */
	width: 202px;
	margin: 0px -1px -2px -4px;
	border: 0;
}
.ms-quickLaunch {
	background: transparent;
	border: 0;
	font-size: 1em;
	line-height: 1.33;
}


.ms-quickLaunch ul {
	list-style: none;
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
	margin-left: 0;
	clear: none;
	line-height: 1.33;
}
.ms-quickLaunch ul ul {
	margin-left: 20px;
	border-bottom: 0;
}
.ms-quickLaunch ul ul ul {
	margin-left: 16px;
}

.ms-quickLaunch ul li {
	border-top: 1px solid #d4d4d4;
}

.ms-quickLaunch ul a {
	display: block;
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #d4d4d4;
	background-color: #ededed;
	color: #4D4F53;
	text-decoration: none;
}
.ms-quickLaunch ul a:hover {
	color: #D52B1E;
}
.ms-quickLaunch ul ul a {
	padding-left: 16px;
	background-color: #fff;
	border-right-color: #fff;
}
.ms-quickLaunch ul ul ul a {
	padding-left: 10px;
}

.ms-quickLaunch ul a.expandable {
	background-image: url(images/SCA_link.gif);
	background-repeat: no-repeat;
	background-position: 14px -893px;
}
.ms-quickLaunch ul a.expandable:hover {
	background-position: 14px -93px;
}
.ms-quickLaunch ul ul a.expandable {
	background-position: 10px -893px;
}
.ms-quickLaunch ul ul a.expandable:hover {
	background-position: 10px -93px;
}

.ms-quickLaunch ul a.expanded {
	background-color: #fff;
	border-right-color: #fff;
	background-position: 10px -991px;
	font-weight: bold;
}
.ms-quickLaunch ul ul a.expanded {
	background-position: 6px -991px;
}

.ms-quickLaunch ul a.expanded:hover,
.ms-quickLaunch ul a.selected {
	background-color: #fff;
	border-right-color: #fff;
	color: #D52B1E;
	background-position: 10px -1091px;
}
.ms-quickLaunch ul ul a.expanded:hover,
.ms-quickLaunch ul ul a.selected {
	background-position: 6px -1091px;
}

/* ------------->>> General content <<<--------------- */

.ms-WPBody {
	font-size: 1em;
	color: #000;
}

.ms-globalbreadcrumb {
	padding-left: 13px;
}

.ms-SPZone {
	color: #000;
}
.ms-WPTitle {
	padding: 0;
	margin-bottom: 1.33em;
	font-size: 1em;
	color: #000;
}
#SCA_loggedIn .ms-WPTitle {
	margin-bottom: 0.33em;
}

.ms-bodyareacell h3 a {
	color: #000 !important;
}
.ms-bodyareacell h3 a:hover,
.ms-bodyareacell h3 a:focus,
.ms-bodyareacell h3 a:active {
	color: #D52B1E !important;
	text-decoration: underline !important;
}
.ms-bodyareacell h3 a:hover *,
.ms-bodyareacell h3 a:focus *,
.ms-bodyareacell h3 a:active * {
	color: #D52B1E !important;
}

.SCA_linkDetail a,
.SCA_linkOverview a,
#SCA_contentRight a.SCA_teaserItem,
#SCA_contentRight .SCA_teaserContactParagraph a,
.SCA_contentHeaderLanding .SCA_linkDetail a,
#group .link-item a,
#SCA_contentRight .SCA_linkLogin  {
	background: url(images/SCA_link.gif) no-repeat 0 5px;
	padding-left: 6px;
	text-decoration: none !important;
}
.SCA_linkDetail a:hover,
.SCA_linkOverview a:hover,
#SCA_contentRight a.SCA_teaserItem:hover,
#SCA_contentRight .SCA_teaserContactParagraph a:hover,
.SCA_contentHeaderLanding .SCA_linkDetail a:hover,
#group .link-item a:hover,
#SCA_contentRight .SCA_linkLogin:hover {
	text-decoration: underline !important;
}
.SCA_linkDetail a:hover,
#group .link-item a:hover {
	background-position: 0 -95px;
}

.SCA_linkOverview a {
	background-position: 0 -395px;
}
.SCA_linkOverview a:hover {
	background-position: 0 -495px;
}

#SCA_contentRight a.SCA_teaserItem:hover,
#SCA_contentRight .SCA_teaserContactParagraph a:hover {
	background-position: 0 -95px;
}
.link-item, 
.link-item a, 
.link-item a:link {
	font-size: 1em;
}

.SCA_linkOffer {
	background: #d1d1d2 url(images/SCA_link-offer.jpg) repeat-x;
	border: 1px solid #d5d6d2;
	display: -moz-inline-block;
	display: inline-block;
	padding: 0.4em 0.4em;
	line-height: 1;
}




#SCA_contentRight {
	float: right;
	width: 15em;
	background: #f3f3f3;
}
#SCA_contentRight table {
	position: relative;
}
#SCA_contentRight table.ms-SPZoneIBar {
	
}

#SCA_contentRight td {
	border-bottom: 1px solid #fff;
}
#SCA_contentRight td td {
	border-bottom: 0;
}

#SCA_contentRight .ms-WPBorder,
#SCA_contentCenter .ms-WPBorder,
#SCA_contentRight .ms-WPHeader td,
#SCA_contentCenter .ms-WPHeader td {
	border: 0;
}
#SCA_loggedIn #SCA_contentRight .ms-WPHeader td,
#SCA_loggedIn #SCA_contentCenter .ms-WPHeader td {
	border-bottom: 1px solid #4E7CB7;
}

#SCA_contentRight h3 {
	padding: 5px 7px;
	margin-bottom: 0;
	font-size: 0.92em;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}

#SCA_contentRight .SCA_news,
#SCA_contentRight .SCA_events,
#SCA_contentRight .SCA_teaserContact {
	margin: 0.17em 1em 0.8em 1em;
	color: #4D4F53
}
#SCA_contentRight .SCA_teaserContact {
	margin-bottom: 0.5em;
}
#SCA_contentRight .SCA_teaserContactParagraph {
	padding-bottom: 0.5em;
}
#SCA_contentRight .SCA_teaserContactName {
	font-weight: bold;
}
#SCA_contentRight .SCA_teaserContactEditPanel {
	border: 1px solid #999;
	padding: 0.3em;
	margin-bottom: 0.5em;
}




#SCA_contentCenter {
	margin-right: 17.5em;
	color: #000;
}
.SCA_contentCenterFull {
	margin-right: 1.33em !important;
}
.SCA_landingPage {
	margin-left: -6px;
}



.SCA_contentHeader,
.SCA_contentHeaderLevel2 {
	margin-bottom: 2.5em;
}

.SCA_contentHeader h2 {
	font-size: 1.67em;
	font-weight: normal;
	margin: -0.2em 0 0.1em 0;
}




.SCA_contentHeaderLanding {
	overflow: hidden;
	padding-top: 1px;
	border-top: 6px solid #737678;
	margin-bottom: 1.5em;
}
.SCA_contentHeaderLanding .SCA_box {
	position: relative;
	float: left;
	width: 15em;
	color: #fff;
}
.SCA_contentHeaderLanding .SCA_row {
	padding: 0.6em 1em 2.7em 1em;
	padding-bottom: 2.2em;
	margin-bottom: 1px;
	background: #A60029;
	font-size: 0.92em;
	line-height: 1.45em;
}
.SCA_contentHeaderLanding h2 {
	font-size: 1em;
}
.SCA_contentHeaderLanding .SCA_abstract {
	margin-bottom: 1.7em;
}
.SCA_contentHeaderLanding .SCA_linkDetail {
	margin-bottom: -0.4em;
}
.SCA_contentHeaderLanding .SCA_linkDetail a {
	padding-left: 11px;
	background-position: 0 -596px;
	color: #fff !important;
}
.SCA_contentHeaderLanding .SCA_linkDetail a:hover {
	text-decoration: underline !important;
}

.SCA_contentHeaderLanding .SCA_image {
	float: left;
	width: 100%;
	margin-left: -15em;
}
.SCA_contentHeaderLanding .SCA_image img {
	width: 100%;
	height: auto;
	margin-bottom: -1.33em;
	border: 0 !important;
}



.SCA_contentHeaderLevel2 {
	min-height: 137px;
	overflow: hidden;
	background: url(images/SCA_keyvisual-level2.jpg) no-repeat top left;
}
.SCA_contentHeaderLevel2 .SCA_image {
	float: right;
	width: 48%;
}
.SCA_contentHeaderLevel2 .SCA_image img {
	width: 100%;
	height: 11.4em;
	border: 0 !important;
}
.SCA_contentHeaderLevel2 .SCA_box {
	padding: 1em 0.8em;
	margin-right: 52%;
	color: #fff;
}
.SCA_contentHeaderLevel2 .SCA_box h2 {
	font-size: 2.33em;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 0.3em;
}
.SCA_contentHeaderLevel2 .SCA_box .SCA_row {
	font-size: 1.17em;
}



.SCA_contentHeaderLanding .SCA_box input.ms-long,
.SCA_contentHeaderLevel2 .SCA_box input.ms-long {
	width: 100%;
}
.SCA_contentHeaderLanding .SCA_linkDetail .ms-toolbarContainer a {
	padding: 0;
	color: #4997b7 !important;
}
.SCA_contentHeaderLanding .SCA_box .ms-formfieldvaluecontainer,
.SCA_contentHeaderLevel2 .SCA_box .ms-formfieldvaluecontainer {
	color: #000;
}
.SCA_contentHeaderLanding .SCA_image .ms-toolbarContainer {
	text-align: right;
}




.SCA_paragraph {
	position: relative;
	padding-bottom: 0.3em;
	margin-bottom: 1.33em;
	overflow: hidden;
}
.SCA_paragraph p {
	padding-bottom: 2em;
}

.SCA_paragraph .SCA_linkDetail {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-bottom: 0.33em;
	border-bottom: 1px solid #d5d6d2;
	text-align: right;
}

.SCA_keyvisual {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}


.ms-toolbarContainer img {
	width: auto !important;
	height: auto !important;
	display: inline !important;
}
.SCA_imageFloat div,
.SCA_imageFloat span {
	display: block !important;
	line-height: 0;
}
.SCA_imageFloat div.ms-formfieldlabelcontainer,
.SCA_imageFloat span.ms-formfieldlabel {
	line-height: 1.33;
}
.SCA_imageFloat div.ms-formfieldlabelcontainer {
	margin-top: 2px;
}
.SCA_imageFloat span.ms-formfieldlabel {
	height: auto !important;
}
img.SCA_image {
	width: 100%;
	margin: 0 1em 1em 0;
}

.SCA_cols {
	overflow: hidden;
	position: relative;
}
.SCA_cols .SCA_col {
	float: left;
	width: 48%;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
}
.SCA_cols .SCA_colRight {
	float: right;
	margin-left: -1em;
}

.SCA_col .SCA_paragraph {
	position: static;
	/*margin-bottom: 2.8em;*/
}


.SCA_col .SCA_linkDetail {
	bottom: 1.33em;
	right: 52%;
	width: 48%;
	padding: 1em 0 0.4em 0;
}
.SCA_colRight .SCA_linkDetail {
	right: 0;
}

.SCA_articleDate {
	font-size: 0.92em;
	line-height: 1;
	margin-bottom: 0.4em;
}
.SCA_linkOverview {
	margin-bottom: 1em;
}
.SCA_newsDetail .SCA_articleDate,
.SCA_eventsDetail .SCA_articleDate {
	font-size: 1em;
	margin-bottom: 0.5em;
}
.SCA_eventsDetail .SCA_articleDate div {
	display: inline;
}
.SCA_eventsDetail .SCA_articleDate div.ms-formfieldvaluecontainer {
	display: block;
}
.SCA_eventsDetail .SCA_eventLocation {
	margin-left: 0.3em;
	padding-left: 0.45em;
	border-left: 1px solid #666;
}
.SCA_paragraph h3 {
	/*font-size: 0.92em;*/
	font-size: 1em;
	margin-bottom: 0.3em;
}
.SCA_newsDetail h3,
.SCA_eventsDetail h3 {
	margin-bottom: 1em;
}



/* ------------->>> FAQ <<<--------------- */

.SCA_FaqCategory {
	margin-bottom: 1.5em;
}
.SCA_FaqCategory select {
	padding: 1px;
	border: 1px solid #9a9b9c;
}
.SCA_FaqList {
	
}
.SCA_FAQ h2 {
	display: none;
	font-size: 1.25em;
	margin-bottom: 0.8em;
}
.SCA_FaqList ul {
	list-style: none;
	margin-left: 0;
	clear: none;
	line-height: 1.33;
}
.SCA_FaqList ul ul {
	list-style-type: disc;
	margin-left: 1.4em;
}
.SCA_FaqList li {
	margin-bottom: 1em;
}
.SCA_FaqList li li {
	margin-bottom: 0;
}

.SCA_FaqList h3,
.jsversion .SCA_FaqList .SCA_expanded h3 {
	padding-left: 9px;
	margin-left: -3px;
	background: url(images/SCA_link.gif) no-repeat 0 -194px;
	font-size: 1em;
	font-weight: normal;
	color: #4997b7;
}
.jsversion .SCA_FaqList h3 {
	padding-left: 6px;
	margin-left: 0;
	background-position: 0 5px;
	cursor: pointer;
}
.jsversion .SCA_FaqList h3:hover {
	background-position: 0 -95px;
	color: #D52B1E;
	text-decoration: underline;
}
.jsversion .SCA_FaqList .SCA_expanded h3:hover {
	background-position: 0 -294px;
}

.SCA_FaqList .SCA_FaqAnswer {
	padding: 1em 0 0 1.17em;
}
.SCA_FaqList .SCA_collapsed .SCA_FaqAnswer {
	display: none;
}


/* ------------->>> Glossary <<<--------------- */

.SCA_GlossaryBar {
	margin-bottom: 1.5em;
}
.SCA_GlossaryBar a {

}
.SCA_GlossaryBar a.SCA_SelectedLetter {
	color: #D52B1E !important;
}
.SCA_Glossary h2 {
	display: none;
	font-size: 1.25em;
	margin-bottom: 0.8em;
}
.SCA_GlossaryItem {
	margin-bottom: 1.33em;
}
.SCA_GlossaryItem h3 {
	font-size: 1em;
}
.SCA_GlossaryItem p {

}


/* ------------->>> Form <<<--------------- */

.SCA_form {
	border: 1px solid #ddd;
	border-bottom-color: #9a9b9c;
	padding: 0.8em 1.4em 3.5em 1.4em;
	margin: 0 0 1em 0;
}
.SCA_form ul {
	list-style: none;
	margin-left: 0;
	clear: none;
	line-height: 1.33;
}
.SCA_form li {
	margin-bottom: 1.33em;
}
.SCA_form label {
	display: block;
	margin-bottom: 0.4em;
}
.SCA_form .SCA_formInput input,
.SCA_form .SCA_formTextarea textarea {
	width: 19em;
	padding: 0.1em 0.2em;
	border: 1px solid #9a9b9c;
	border-color: #9a9b9c #ddd #ddd #9a9b9c;
	background: #fff;
}
.SCA_form .SCA_formTextarea textarea {
	width: 28.3em;
	height: 9.3em;
}
.SCA_form .SCA_formRadioButton span {
	display: block;
	margin-bottom: 0.4em;
}
.SCA_form .SCA_formRadioButton input,
.SCA_form .SCA_formCheckBox input {
	float: left;
	clear: left;
	margin: 0.2em 0.5em 0 0;
}
.SCA_form .SCA_formSelect select {
	border: 1px solid #9a9b9c;
	border-color: #9a9b9c #ddd #ddd #9a9b9c;
}
.SCA_form .SCA_formSelect select option {
	min-width: 10em;
	padding: 0.1em 0.2em;
}

.SCA_form .SCA_formPLZ {
	float: left;
}
.SCA_form .SCA_formPLZ input {
	width: 6.2em;
}
.SCA_form .SCA_formCity {
	margin-left: 8.3em;
}
.SCA_form .SCA_formCity input {
	width: 10.7em;
}


#SCA_contentRight .SCA_form {
	padding: 0.17em 1em 1em 1em;
	border: 0;
	margin: 0;
}

#SCA_contentRight .SCA_form li {
	font-size: 0.92em;
	margin-bottom: 0.5em;
}
#SCA_contentRight .SCA_form label {
	margin-bottom: 0.2em;
}
#SCA_contentRight .SCA_form .SCA_formInput input {
	width: 95%;
}
#SCA_contentRight .SCA_linkLogin {
	display: block;
	margin-top: 1em;
	background-position: 0 6px;
}
#SCA_contentRight .SCA_linkLogin:hover {
	background-position: 0 -94px;
}


.SCA_form .SCA_formError {
	color: #D52B1E;
}


/* ------------->>> Downloads <<<--------------- */

.SCA_documentsMain {
	margin-top: 2em;
}

h3.SCA_documents {
	margin: 0 0 0.8em 0;
	font-size: 1em;
}

table.SCA_documents {
	width: 100%;
	margin: 0 0 2em 0;
}
.SCA_documents th,
.SCA_documents td {
	vertical-align: top;
	font-size: 1em;
	color: #000;
	border-bottom: 1px solid #d9dad6;
}
.SCA_documents td,
.SCA_documents th div,
.SCA_documents td.SCA_documentDesc a,
.SCA_documents td.SCA_documentIcon a {
	padding: 0.3em 0.8em 0.4em 0.6em;
}
.SCA_documents th {
	padding: 0;
	background: #d5d2d6;
	border-color: #a1a2a3;
	color: #666;
}
.SCA_documents th div {
	position: relative;
	margin: 0 0 -1px -1px;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	border-right: 1px solid white;
}
.SCA_documents .SCA_documentDate {
	width: 17%;
}
.SCA_documents .SCA_documentDesc {
	width: 73%;
}
.SCA_documents .SCA_documentIcon {
	width: 10%;
}
.SCA_documents td.SCA_documentDesc,
.SCA_documents td.SCA_documentIcon {
	padding: 0;
}
.SCA_documents td.SCA_documentDesc a,
.SCA_documents td.SCA_documentIcon a {
	display: block;
}
.SCA_documents td.SCA_documentIcon a {
	padding-top: 0.4em;
	padding-left: 1em;
}


/* ------------->>> Tabs <<<--------------- */

.SCA_tabs {
	padding-top: 1.33em;
}
.SCA_tabs span {
	z-index: 1;
	float: left;
	height: auto !important;
	padding: 0.35em 0.7em;
	margin: 0 -1px -1px 0;
	background: #fff;
	border: 1px solid #ccc;
	color: #999;
	font-weight: normal;
	line-height: 1;
}
.SCA_tabs span.ms-tabselected {
	z-index: 3;
	border-color: #999;
	border-bottom-color: #fff;
	color: #D52B1E;
}
.SCA_tabsTitle {
	display: none;
}
.SCA_tabsContent {
	position: relative;
	z-index: 2;
	padding: 0.9em 1.2em;
	background: #fff;
	border: 1px solid #999;
}
.SCA_tabsContent .RadEditor {
	margin: -1em;
	border-color: #fff;
}
.SCA_tabsContent .RadWindow {
	margin-left: -22px;
}


/* ------------->>> Country List <<<--------------- */

#SCA_contentRight .SCA_countrySpecificContentList {
	padding: 5px 7px;
}
#SCA_contentRight .SCA_countrySpecificContentList span {
	font-weight: bold;
}
#SCA_contentRight .SCA_countrySpecificContentList ul span {
	font-weight: normal;
}
#SCA_contentRight .SCA_countrySpecificContentList ul {
	list-style: none;
	margin: 0.5em 0 0 0;
}
#SCA_contentRight .SCA_countrySpecificContentList li {
	clear: left;
}
#SCA_contentRight .SCA_countrySpecificContentList input {
	float: left;
	margin: 0.25em 0.3em 0 0;
}


/* ------------->>> Link List - Downloads <<<--------------- */

#group .item  {
	margin: 0.17em 1em 0.4em;
}

#group .groupheader {
	color: #4D4F53;
}

#group .medium {
	font-size: 1em;
}


/* ------------->>> Shop <<<--------------- */

.SCA_shopItem {
	overflow: hidden;
	margin-bottom: 1.33em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #D5D6D2;
}

.SCA_shopImage {
	float: right;
}
.SCA_shopImage img { /* 74 */
	display: block;
	width: 10.58em;
	height: auto;
	margin-left: 0.92em;
	padding: 0.2em 0 0.92em 0;	
}

.SCA_shopDesc {
	margin-right: 11.5em;
}
.SCA_shopDesc h3 {
	font-size: 1em;
	margin-bottom: 0.67em;
}
.SCA_shopDesc p {
	margin-bottom: 0.67em;
}
.SCA_shopDesc ul,
.SCA_shopDesc ol {
	clear: none;
}

.SCA_shopInfo {
	clear: left;
	margin-bottom: 1.33em;
}

.SCA_shopForm {
	clear: right;
	overflow: hidden;
	padding: 0.67em 0 0.17em 0;
	/*border-top: 1px solid #D5D6D2;*/
}
.SCA_shopForm .SCA_shopVersion,
.SCA_shopForm .SCA_shopQuantity,
.SCA_shopForm .SCA_shopPrice,
.SCA_shopForm .SCA_shopAddToBasket {
	float: left;
	margin-right: 1.5em;
}
.SCA_shopForm .SCA_shopVersion select {
	font-size: 1em;
	border-color: #9a9b9c #ddd #ddd #9a9b9c;
}
.SCA_shopForm span.SCA_shopLabel {
	display: block;
	margin-bottom: 0.2em;
}
.SCA_shopForm .SCA_shopQuantity input,
.SCA_shopOrderItems .SCA_shopOrderItemsAmount input {
	width: 3em;
	padding: 0.1em 0.2em;
	border: 1px solid #ddd;
	border-color: #9a9b9c #ddd #ddd #9a9b9c;
}
.SCA_shopForm .SCA_shopPrice span {
	font-weight: bold;
	text-transform: uppercase;
}
.SCA_shopForm .SCA_shopPrice span.SCA_shopLabel {
	font-weight: normal;
	text-transform: none;
}
.SCA_shopForm .SCA_shopAddToBasket {
	float: right;
	margin-right: 0;
	padding-top: 1.6em;
}
.SCA_shopForm .SCA_shopAddToBasket a,
.SCA_basketTotalLink a {
	float: right;
	background: #4e7184 url(images/SCA_shop.gif) no-repeat 0 0;
	padding: 3px 5px 3px 14px;
	font-size: 0.92em;
	line-height: 1;
	color: #fff !important;
}
.SCA_shopForm .SCA_shopAddToBasket a:hover,
.SCA_basketTotalLink a:hover {
	background-position: 0 -100px;
	background-color: #545454;
}
.SCA_shopForm .SCA_shopAddToBasket a:hover,
.SCA_shopForm .SCA_shopAddToBasket a:focus,
.SCA_shopForm .SCA_shopAddToBasket a:active,
.SCA_basketTotalLink a:hover,
.SCA_basketTotalLink a:focus,
.SCA_basketTotalLink a:active {
	color: #fff !important;
	text-decoration: none !important;
}


.SCA_basket,
.SCA_basketTotal,
.SCA_basketNoProduct { /* 693 */
	margin: 0.17em 1em 0.8em;
	color: #4D4F53;
}
.SCA_basket,
.SCA_basketTotal { 
	overflow: hidden;
}
.SCA_basketLink {
	display: block;
}
.SCA_basketDesc,
.SCA_basketTotalText {
	float: left;
	width: 50%;
}
.SCA_basketPrice,
.SCA_basketTotalValue {
	float: right;
	width: 45%;
	text-align: right;
	text-transform: uppercase;
}
.SCA_basketTotal {
	border-top: 1px solid #D5D6D2;
	padding-top: 1em;
}
.SCA_basketTotalValue {
	font-weight: bold;
}
.SCA_basketTotalLink {
	clear: both;
	padding-top: 1em;
	overflow: hidden;
}



.SCA_shopOrderDetails {
	padding-bottom: 1em;
}

.SCA_shopOrderItems,
.SCA_shopOrderDelivery,
.SCA_shopOrderCosts {
	margin-bottom: 2em;
}

.SCA_shopOrderDelivery,
.SCA_shopOrderCosts {
	border-bottom: 1px solid #d9dad6;
}


.SCA_shopOrder table {
	width: 100%;
	border-collapse: collapse;
}

.SCA_shopOrder h3 {
	font-size: 1em;
	margin-bottom: 0.6em;
}
.SCA_shopOrder h4 {
	background: #d5d2d6;
	border-bottom: 1px solid #a1a2a3;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1;
	color: #666;
}


.SCA_shopOrder h4,
.SCA_shopOrderItems th div,
.SCA_shopOrderItems td,
.SCA_shopOrderDeliveryCols,
.SCA_shopOrderCosts th,
.SCA_shopOrderCosts td {
	padding: 0.35em 0.8em 0.35em 0.6em;
}

.SCA_shopOrderItems th,
.SCA_shopOrderItems td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #d9dad6;
	font-size: 1em;
	line-height: 1.33;
}
.SCA_shopOrderItems th {
	padding: 0;
	background: #d5d2d6;
	border-color: #a1a2a3;
	color: #666;
	font-weight: bold;
}
.SCA_shopOrderItems th div {
	position: relative;
	margin: 0 0 -1px -1px;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	border-right: 1px solid white;
}
.SCA_shopOrderItems .SCA_shopOrderItemsPrice,
.SCA_shopOrderItems .SCA_shopOrderItemsTotal,
.SCA_shopOrderItems .SCA_shopOrderItemsRemove {
	text-align: right;
}
.SCA_shopOrderItems .SCA_shopOrderItemsRemove {
	padding: 0;
	width: 0;
}
.SCA_shopOrderItems .SCA_shopOrderItemsRemove a {
	display: block;
	width: 30px;
	height: 25px;
	overflow: hidden;
	background: url(images/SCA_shop.gif) no-repeat 10px -192px;
	text-align: left;
	text-indent: -100em;
}
.SCA_shopOrderItems .SCA_shopOrderItemsRemove a:hover {
	background-position: 10px -292px;
}


.SCA_shopOrderDeliveryCols,
.SCA_shopOrderNav {
	overflow: hidden;
}
.SCA_shopOrderDeliveryCol,
.SCA_shopOrderNavCol {
	float: left;
	width: 33.33%;
}
.SCA_shopOrderDeliveryColRight,
.SCA_shopOrderNavAddress {
	float: right;
	margin-left: -0.5em;
}

.SCA_shopOrderDelivery input {
	position: relative;
	top: 0.25em;
	margin-right: 0.25em;
}


.SCA_shopOrderCosts {
	padding-bottom: 0.35em;
}
.SCA_shopOrderCosts th,
.SCA_shopOrderCosts td {
	padding-bottom: 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.33em;
	color: #000;
}
.SCA_shopOrderCosts td {
	text-align: right;
}
.SCA_shopOrderCosts .SCA_shopOrderCostsTotal th,
.SCA_shopOrderCosts .SCA_shopOrderCostsTotal td {
	padding-top: 1em;
	font-weight: bold;
}


.SCA_shopOrderNav {
	margin: 0 0 3em 0;
	line-height: 1.5;
}

.SCA_shopOrderNavOverview {
	/*padding-top: 3px;*/
	margin-bottom: 0;
}
.SCA_shopOrderNavRefresh {
	text-align: center;
}
.SCA_shopOrderNavRefresh a {
	background: url(images/SCA_shop.gif) no-repeat 0 -400px;
	padding-left: 18px;
	display: inline-block;
}
.SCA_shopOrderNavRefresh a:hover {
	background-position: 0 -500px;
}
.SCA_shopOrderNavAddress {
	text-align: right;
}


/* ------------->>> Search <<<--------------- */

.srch-stats {
	background: transparent !important;
}
.srch-sort {
	margin-bottom: 0;
	padding-bottom: 1.33em;
	border-bottom: 1px solid #d5d6d2;
}
.srch-sort a img {
	display: none;
	position: relative;
	top: -1px;
}
.srch-Icon a img {
	position: relative;
	top: -2px;
	margin-right: 4px;
}
.srch-Title {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}
.srch-Title a {
	color: #000 !important;
}
.srch-Title a:hover,
.srch-Title a:focus,
.srch-Title a:active {
	color: #D52B1E !important;
}
.srch-Description {
	padding-top: 0.3em;
	margin-bottom: 0.6em;
}
.srch-Description b {
	font-weight: normal;
}
.srch-results .srch-URL a {
	color: #4997B7 !important;
}
.srch-results .srch-URL a:hover,
.srch-results .srch-URL a:focus,
.srch-results .srch-URL a:active {
	color: #D52B1E !important;
}
.srch-Metadata {
	margin-bottom: 2.66em !important;
}

td.ms-advsrchHeadingText {
	background: transparent;
	padding-bottom: 0.67em;
	padding-top: 2em;
}
td.ms-advsrchHeadingText h3 {
	width: 44.1em;
	padding-top: 2em;
	border-top: 1px solid #d5d6d2;
	color: #000;
}
.ms-advsrchText input {
	margin: 0 0.4em 0.3em 0;
}
.ms-advsrchText input[type=text] {
	width: 20em;
	padding: 0.1em 0.2em;
	border: 1px solid #9a9b9c;
	border-color: #9a9b9c #ddd #ddd #9a9b9c;
}
.ms-advsrchText label {
	position: relative;
	top: -0.2em;
}
.srch-Page {
	margin-top: 2em;
	padding-top: 1.33em;
	border-top: 1px solid #d5d6d2;
	background: transparent !important;
	color: #000;
}







/* ------------->>> Admin: Drag & Drop <<<--------------- */

table.ms-SPZoneIBar {
	z-index: 100;
}
.UserCellSelected {
	/* margin-top: 200px !important; */
}

/*#MSO_tblPageBody {
}
#MSOTlPn_WebPartPageDiv{
}
#MSOTlPn_WebPartPageDiv table.ms-SPZoneIBar {
	margin-top: -155px;
	margin-left: -12px;
}*/


/* ------------->>> Admin: RAD Wysiwyg <<<--------------- */

.RadEditor {
	min-width: 0 !important;
	width: 100% !important;
}
.RadWindow {
	min-width: 0 !important;
	/*width: 44em !important;
	margin: -168px 0 0 -10px;*/
	margin: -142px 0 0 -10px;
}
.RadWindow .rwTitleRow td,
.RadWindow .rwFooterRow td {
	line-height: 0 !important;
}


/* ------------->>> Admin: Approval Workflow <<<--------------- */

#__XmlFormView textarea {
	max-width: 95%;
}
#__XmlFormView div {
	overflow: visible !important;
}


/* ------------->>> Admin: Outer toolbar <<<--------------- */

#MSOTlPn_MainTD {
	position: relative;
	width: auto !important;
	display: block;
}
.ms-ToolPaneOuter {
	position: absolute;
	left: 0;
}


