@CHARSET "UTF-8";

html,
body {
    height:100%;
    margin:0;
    padding:0;
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
    font-size: 13px;
    color: #777879;
	background-color:#f8f7f7;
	
	
}

a, a:link, a:visited {
    text-decoration: none;
    color: #c1ce02;

}
a:hover, a:active {
    text-decoration: underline;
}

h1 {
    padding-bottom: 30px;
    font-size: 22px;
    color: #777879;
    font-family: Ubuntu, sans-serif;
	font-weight: 700;
    text-transform: uppercase;
	margin-top:0px;
}
h2 {
   font-size: 15px;
    color: #777879;
    font-family: Ubuntu, sans-serif;
	font-weight: 300;
    text-transform: uppercase;
	margin-top:0px;
}

h6 {
    font-family: NeoSansPro;
    margin:0;
    padding: 0;
    font-size: inherit; 
}

#headerContainer {
	position:absolute; 
	width:100%;
}

#header {
    width: 1000px;
    margin: 0 auto;
    height: 105px;
    background: #ffffff;
    position:relative;
    z-index:99;
    display:block;
   
}

#naviContainer {
    margin: 55px 0 0 25px;
    width:757px;
    float:left;
    
}

#naviContainerNew {
    margin: 15px 0 0 25px;
    width:757px;
    float:left;
    
}

#logo {
	float: right;
    padding-right: 30px;
    padding-top: 15px;
}
.slidesjs-previous {
    background-image: url("/media/images/common/left_slide.png") !important;
    background-repeat: no-repeat;
    height: 54px !important;
    position: absolute;
    width: 54px !important;
    z-index: 9999;
    left:0px;
    top:25%;
}
.slidesjs-next {
    background-image: url("/media/images/common/right_slide.png") !important;
    background-repeat: no-repeat;
    height: 54px !important;
    position: absolute;
    width: 54px !important;
    z-index: 9999;
    right:0px;
    top:25%;
}
.imageDescriptionContent .slidesjs-slide {
	display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
	
}

#container {
    margin: 50px auto;
    width: 1000px;
    /*min-height:100%;*/
    position:relative;
    background-color: #ffffff;
    z-index:99;
    border:1px solid #ecebeb;
}
#footer {
    position:absolute;
    bottom:0;
    width: 925px;
    padding: 0 38px;
    height:80px;  /* Height of the footer */
}

#footerNavi {
    margin-top:5px;
    float:right;
}

#footerNavi a {
	color: #585858;
	font-weight: 300;
    font-size: 12px;
    text-transform:uppercase;
}


#mainContainerWrapper {
    padding-bottom: 80px; /* footer höhe */
}


#mainContainer {
    width: 925px;
    padding: 50px 38px;
}

#mainContainer ul {
	margin-left:15px;
	padding-left:0px;
}

#content p {
    margin-top: 0;
  
}
#contentStandard {
	float:left;
	width:620px;
}
#contentContainer p {
	margin-top:0px;
}

#contentStandard p {
	 margin-top: 0px;
}

#mainContainerTopStart {
	border-bottom:1px solid #c1ce02;
	margin-bottom:40px;
}

.claimSmall {
    display: inline;
    font-size: 15px;
    color: #221d1d;
    font-family: NeoSansPro;
    text-transform: uppercase;
    background: #93CDCE;
    padding: 8px 4px 4px 4px;
}

#preloadImages {
    display: none;
}

.homeBox {
    float: left;
    font-family: Ubuntu,sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 300px;
 
}
.homeBox h2 {
  	float: left;
    font-family: Ubuntu,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 10px;
    text-transform: uppercase;
    width: 300px;
}
.homeBox p {
    margin: 0;
    padding: 0;
    line-height:1.5em;
}


.slideContainer {
    width: 925px;
    height: 305px;
    overflow: hidden;
}
.slideContainerNew {
    width: 610px;
    height: 305px;
    overflow: hidden;
}

.slideBox {
    float: left;
    margin-right: 15px;
    width: 294px;
    height: 303px;
    border: 1px solid #d2d3d4;
   
}

.slideBox a {
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
    font-size: 13px;
    color: #777879;
}
.slideBoxHeadline {
    padding: 5px;
    padding: 92px 0 0 10px;
}
.slideBoxHeadline h2 {
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    /*text-transform:uppercase;*/
    margin: 0;
    padding: 0 5px 0 5px;
    /*background: #221d1d;*/
    font-weight: 500;
    text-transform:none;
}

.twitterBox {
    float: right;
    margin-right: 0px;
    width: 235px;
    border: 1px solid #d2d3d4;
    padding:10px;
   
}

.twitterBox a {
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
    font-size: 13px;
    color: #777879;
}
.twitterBoxHeadline {
    padding: 5px;
    padding: 92px 0 0 10px;
}
.twitterBoxHeadline h2 {
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    /*text-transform:uppercase;*/
    margin: 0;
    padding: 0 5px 0 5px;
    /*background: #221d1d;*/
    font-weight: 500;
    text-transform:none;
}

.black {
    background: #221d1d;
}

.slideBoxImage {
    width: 274px;
    height: 195px;
    margin: 11px 0 0 12px;
}

.slideBoxLine {
    width: 274px;
    height: 14px;
    background: url("/media/images/common/line.png");
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 12px;
}

.slideBoxText {
    margin-left: 12px;
    width: 274px;
}
.slideBoxText p {
    margin: 11px 0 0 0;
    padding:0;
}

.slideBoxLink {
    float: left;
    margin-left: 10px;
    margin-top: 25px;
}

.eventBoxHome {
	width:100%;
	border-top: 1px solid #c1ce02;
	padding-top:30px;
}
.eventBoxHome h2 {
	text-transform:uppercase;
	font-size:16px;
	font-weight:500;
}
.eventBoxContent {
	border: 1px solid #D2D3D4;
	padding:20px;
	height:90px !important;
}

.eventContent a {
	color: #777879;
	font-weight:300;
	
}
.day {
	 background: url("/media/images/common/date_bg.png");
    background-repeat: no-repeat;
    width:38px;
    height:35px;
    color:#ffffff;
    font-size:22px;
    font-weight:300;
    padding-top:6px;
    text-align:center;
    float:left;
    margin-right:20px;
}
.eventBoxDate {
	float:left;
}
.eventsBoxLocation {
	float:left;
	margin-top:12px;
}
.eventsTitle {
	float:left;
	margin-top:12px;	
}
.eventsTitle h3 {
	text-transform: uppercase;
	font-weight:300;
	margin-top:0px;
}

.newsplusTitle a {
	 color: #777879;
	 text-decoration:none;
	
}
.newsplusTitle h1 {
	font-weight:500;
	line-height:1.5em;
}

.newsplusTitleDetail h1 {
	font-weight:500;
	line-height:1.5em;
	margin-bottom:0px;
}
.newsplusTitle h3 {
	text-transform: uppercase;
	font-weight:300;
	margin-top:0px;
}


.newsplusIndex {
	margin-top:0px;
}

.newsplusContent {
	margin-bottom:30px;
	border-bottom: 1px solid #c1ce02;
}
.newsplusContentDetail {
	margin-bottom:30px;
	border-bottom: 0px solid #c1ce02;
}

.newsplusContentLeft {
	float:left;
	margin-right:50px;
	border:0px solid #dedede;
}
.newsplusDate {
	margin-bottom:8px;
}

.arrow {
	background-image: url("/media/images/common/nav_arrow.png");
    background-repeat: no-repeat;
    padding-left:12px;
}
.arrowBack {
	background-image: url("/media/images/common/nav_arrowback.png");
    background-repeat: no-repeat;
    padding-left:12px;
}
.newsplusMore a {
	color: #777879 !important;
	 text-decoration:none;
	 font-weight:300;
}
.newsBack {
	margin-top:40px;
}
.newsBack a {
	color: #777879;
	 text-decoration:none;
	 font-weight:300;
}

.beratungContainer {
    float: left;
    width: 170px;
    border: 1px solid #c6c6c6;
    margin-left: 10px;
}

.beratungNr {
    position: absolute;
    width: 31px;
    height: 25px;
    background: #93cdce;
    color: #ffffff;
    font-family: ChaparralProBold;
    font-size: 20px;
    padding-left: 5px;
}
.beratungHeadline {
    position: absolute;
    margin-left: 44px;
    font-family: ChaparralProBold;
    font-size: 18px;
    color: #000000;
    padding-top: 2px;
}
.beratungSpacer {
    height: 50px;
}
.beratungBox {
    width: 159px;
    height: 65px;
    border: 2px solid #e2e2e2;
    margin-left: 4px;
    margin-bottom: 4px;
    background: #221c1c;
    cursor: pointer;
}

.beratungBox_hover {
    width: 159px;
    height: 65px;
    border: 2px solid #C5E4E5;
    margin-left: 4px;
    margin-bottom: 4px;
    background: #626262;
    cursor: pointer;
}

.beratungBoxTitle {
    width: 159px;
    margin-top: 4px;
    text-align: center;
    color: #9cd1d2;
    font-family: NeoSansPro;
    font-size: 13px;
    font-weight: bold;
}
.beratungBox .beratungBoxTitle span {
    color: #ffffff;
}
.beratungBox_hover .beratungBoxTitle span {
    color: #ffffff;
}
.beratungBox_hover .beratungBoxText {
    color: #ffffff;
}

.beratungBoxText {
    width: 159px;
    height: 40px;
    line-height: 12px;
    color: #ffffff;
}


.filterTitle {
    font-size: 14px;
    font-family: ChaparralProBold;
}
.filterSubTitle {
    font-size: 11px;
    font-family: ChaparralPro;
}
.imageButton {
    cursor: pointer;
}

.contentWrapper {
    padding: 12px;
    display: none;
}
.contentWrapperActive {
    padding: 12px;
    display: block;
}
.contentWrapper h2, .contentWrapperActive h2 {
    font-weight: normal;
    font-family: ChaparralProBold;
    font-size: 18px;
    margin-top: 0;
    padding-top: 0;
}


.knowHowImage {
    float: left;
    margin-right:50px;
    
}
.knowHowTxtContainer {
    float:right;
    width: 740px;
}

.knowHowTxtContainer h2 {
	color: #777879;
    margin-top:0;
}

.knowHowTxtContainerDetail {
    float:left;
}

.knowHowMoreContainer {
    margin-top: 20px;
    float:right;
  	color: #777879 !important;

}
.knowHowHeadline {
    margin-top: 20px;
    margin-bottom: 4px;
    font-weight: bold;
}

.knowHowDonwlad {
    color: #9cd1d1;
}

.knowhowformInput {
    padding: 0 0 2px 0;
}
.knowhowformInput .dijitInputInner { 
    background-color: #f2f3f5 !important;
}
.publicationTitle h3 {
	margin-top:0px;
	margin-bottom:20px;
}

.infoboxBeratung {
    padding:30px;

}
.infoboxBeratung h2 {
    margin: 0;
    padding:0;
}
.infoboxBeratung h3 {
    margin:0;
    padding:0;
}


.dijitDialogPaneContent {
    background:none !important;
}

.dijitDialogTitleBar {
    display: none !important;
}


#infoBox {
    width: 620px !important;
    min-height: 400px;
	left: 325px;
    opacity: 1;
    position: absolute;
    top: -8px;
    z-index: 999999 !important;
}
#satzungBox {
    width: 620px !important;
    min-height: 400px;
	left: 325px;
    opacity: 1;
    position: absolute;
    top: -8px;
    z-index: 999999 !important;
}
.tundra .dijitDialog {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECEBEB;
    padding: 0;
}
#kontaktBox {
    position: absolute;
    width: 196px;
    height: 130px;
    background: #231f1b;
    color: #93CDCE;
    padding: 10px 9px;
}
.kontaktHeadline {
    font-weight: bold;
    font-size: 15px;
    margin-bottom:5px;
}
.kontaktHtml p {
    text-align: left !important;
    margin-bottom:10px;
}

.presseTitle {
    font-size: 16px;
    margin-bottom: 5px;
}
.presseDate {
    font-weight: bold;
    float: left;
}





/**********************************************************
 *
 * Navi
 *
 **********************************************************/

.navigationTable {
    width: auto;
}

.ebene0-1, .ebene0-1:link, .ebene0-1:visited, .ebene0-1:active {
    display: block;
    color: #111111;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    padding: 2px 5px 0px 5px;
    margin-right: 20px;
    text-transform: uppercase;
    height:38px;
}

.ebene0-1:hover {
    display: block;
    color: #111111;
   	font-size: 15px;
   	font-weight: 300;
    text-decoration: none;
    padding: 2px 5px 0px 5px;
    margin-right: 20px;
    border-bottom:10px solid #c1ce02;
   
}

.ebene0-1_angewaehlt, .ebene0-1_angewaehlt:link, .ebene0-1_angewaehlt:visited, .ebene0-1_angewaehlt:active {
    display: block;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 2px 5px 0px 5px;
    margin-right: 20px;
    text-transform: uppercase;
    border-bottom:10px solid #c1ce02;
 
}

.ebene0-1_angewaehlt:hover {
    display: block;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 2px 5px 0px 5px;
    margin-right: 20px;
    text-transform: uppercase;
    border-bottom:10px solid #c1ce02;
  
}
.dropdown0-1 .ebene1-1, .dropdown0-1 .ebene1-1:link, .dropdown0-1 .ebene1-1:visited, .dropdown0-1 .ebene1-1:active {
    display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:300;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size:13px;
    line-height:1.5em;
}

.dropdown0-1 {
    position: absolute;
    margin-top: 50px;
    padding:7px;
    background: #ffffff;
   
}


.ebene1-1, .ebene1-1:link, .ebene1-1:visited, .ebene1-1:active {
     display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:300;
    text-decoration: none;
    text-transform: uppercase;
    font-size:15px;
    /*padding-left:12px;
    background-image: url("/media/images/common/nav_arrow.png");
    background-repeat: no-repeat;*/
    line-height:2.0em;
}

.ebene1-1:hover {
    display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:300;
    text-decoration: none;
    text-transform: uppercase;
    font-size:15px;
    /*padding-left:12px;
    background-image: url("/media/images/common/nav_arrow.png");
    background-repeat: no-repeat;*/
    line-height:2.0em;
}

.ebene1-1_angewaehlt, .ebene1-1_angewaehlt:link, .ebene1-1_angewaehlt:visited, .ebene1-1_angewaehlt:active {
    display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
    font-size:15px;
    /*padding-left:12px;
    background-image: url("/media/images/common/nav_arrow.png");
    background-repeat: no-repeat;*/
    line-height:2.0em;
}

.ebene1-1_angewaehlt:hover {
   	display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
    font-size:15px;
    /*padding-left:12px;
    background-image: url("/media/images/common/nav_arrow.png");
    background-repeat: no-repeat;*/
    line-height:2.0em;
}
.hilf_ebene1-1 {
    padding-right:10px;
    padding-left:10px;
    border-right:1px solid #5a5b5b;
	color: #585858;
}

.hilf_ebene1-1_last {
	border-right:0px solid #5a5b5b;
	padding-right:0px;
	color: #585858;
}

.ebene2-1_first {
    margin-top: 7px;
}
.ebene2-1, .ebene2-1:link, .ebene2-1:visited, .ebene2-1:active {
    display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:300;
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
    padding-left:12px;
   	background-image: url("/media/images/common/nav3_arrow.png");
    background-repeat: no-repeat;
    line-height:2.0em;
    margin-left:20px;
}

.ebene2-1:hover {
    display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:300;
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
    padding-left:12px;
   	background-image: url("/media/images/common/nav3_arrow.png");
    background-repeat: no-repeat;
    line-height:2.0em;
    margin-left:20px;
}

.ebene2-1_angewaehlt, .ebene2-1_angewaehlt:link, .ebene2-1_angewaehlt:visited, .ebene2-1_angewaehlt:active {
   display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
    padding-left:12px;
    background-image: url("/media/images/common/nav3_arrow.png");
    background-repeat: no-repeat;
    line-height:2.0em;
    margin-left:20px;
}

.ebene2-1_angewaehlt:hover {
   display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
    padding-left:12px;
    background-image: url("/media/images/common/nav3_arrow.png");
    background-repeat: no-repeat;
    line-height:2.0em;
    margin-left:20px;
}
.ebene2-1_last {
    margin-bottom: 7px;
}
.dropdown1-1 {
    position: abolute;
    padding:7px;
    margin-left:128px;
    background-color: #ffffff;
    margin-top:-7px;
}
.dropdown1-1 .ebene2-1, .dropdown1-1 .ebene2-1:link, .dropdown1-1 .ebene2-1:visited, .dropdown1-1 .ebene2-1:active {
	display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:300;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding-left:12px;
    background-image: url("/media/images/common/nav_arrow.png");
    background-repeat: no-repeat;
    font-size:13px;
    line-height:1.2em;
    margin-left:5px;
}
.dropdown1-1 .ebene2-1_first {
    margin-top: 2px;
}
.dropdown1-1 .ebene2-1_last {
    margin-bottom: 0px;
}

.ebene3-1, .ebene3-1:link, .ebene3-1:visited, .ebene3-1:active {
    display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:300;
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
    padding-left:12px;
    background-image: url("/media/images/common/nav3_arrow.png");
    background-repeat: no-repeat;
    line-height:2.0em;
    margin-left:35px;
}

.ebene3-1:hover {
    display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:300;
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
    padding-left:12px;
    background-image: url("/media/images/common/nav3_arrow.png");
    background-repeat: no-repeat;
    line-height:2.0em;
    margin-left:35px;
}

.ebene3-1_angewaehlt, .ebene3-1_angewaehlt:link, .ebene3-1_angewaehlt:visited, .ebene3-1_angewaehlt:active {
    display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
    padding-left:12px;
    background-image: url("/media/images/common/nav3_arrow.png");
    background-repeat: no-repeat;
    line-height:2.0em;
    margin-left:35px;
}

.ebene3-1_angewaehlt:hover {
    display: block;
    color: #111111;
    font-family: Ubuntu, sans-serif;
    font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
    font-size:13px;
   	padding-left:12px;
    background-image: url("/media/images/common/nav3_arrow.png");
    background-repeat: no-repeat;
    line-height:2.0em;
    margin-left:35px;
}
/*.contentmenu, .contentmenu:link, .contentmenu:visited, .contentmenu:active {
    display: block;
    width: 198px;
    height: 63px;
    color: #111111;
    font-weight: normal;
    font-family: ChaparralPro;
    font-size: 11px;
    text-decoration: none;
    background: url("/media/images/common/contentmenu.png");
    background-repeat: no-repeat;
    padding: 5px 0 0 5px;
}

.contentmenu:hover, .contentmenu_angewaehlt, .contentmenu_angewaehlt:link, .contentmenu_angewaehlt:visited, .contentmenu_angewaehlt:active {
    display: block;
    width: 198px;
    height: 63px;
    color: #111111;
    font-weight: normal;
    font-family: ChaparralPro;
    font-size: 11px;
    text-decoration: none;
    background: url("/media/images/common/contentmenu_active.png");
    background-repeat: no-repeat;
    padding: 5px 0 0 5px;
}

.contentmenu span, .contentmenu_angewaehlt span {
    display: block;
    padding-top: 10px;
    font-family: ChaparralProBold;
    font-size: 14px;
}*/


#countrySwitch {
    float: right;
    margin-right: 35px;
    margin-top: 85px;
}

a.headerlink, a.headerlink:link, a.headerlink:visited {
    font-family: NeoSansPro;
    font-size: 11px;
    text-decoration: none;
    color: #46525B;
    font-weight: lighter;
}
a.headerlink:hover, a.headerlink:active {
    text-decoration: underline;
}


.slideBoxSocialSharing {
    margin: 20px 0 0 10px;
}

.small {
    display: block;
    font-size: .9em;
    margin: 20px 0;
}

.downloadBox {
    width: 350px;
    /*border: 1px solid #cdcdcd;
    background: url("/media/images/common/download_brochure_small.png");
    background-position: right 20px center;
    background-repeat: no-repeat; */
    margin: 0 auto;
    cursor: pointer;
}
.downloadBoxInner {
    padding: 10px;
}

.downloadBoxInner h2 {
    font-family: NeoSansPro;
    margin:
}
.downloadBoxInnerLeft {

}
.downloadBoxInnerRight {
	margin-left:20px;
	float:right;
}
.downloadBoxInner p {
    margin:0;
    padding-right: 100px;
}
.downloadBoxContainer {
    margin-top: 35px;
}

.downloadLink {
    width: 150px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.wrapper {
	position: absolute;
	top: 58%;
	z-index: 100;
	width:100%;
	border:0px solid #dedede;
	
}
/****/
.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

	.simply-scroll-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
	}

	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.simply-scroll-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.simply-scroll-list li img {
			border: none;
			display: block;
		}
	

	.simply-scroll-btn-up {
		position: absolute;
		background: url("/media/images/common/button_up.png") no-repeat;
		width: 12px;
		height: 8px;
		z-index:3;
		cursor: pointer;
	}
	
	.simply-scroll-btn-down {
		position: absolute;
		background: url("/media/images/common/button_down.png") no-repeat;
		width: 12px;
		height: 8px;
		z-index:3;
		cursor: pointer;		
	}
	
	

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 576px;
	height: 50px;
	margin-bottom: 1em;
}



/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 888px;
	height: 100px;
	margin-bottom: 1.5em;
}

	.vert .simply-scroll-clip {
		width: 800px;
		height: 100px;
	}

		
		.vert .simply-scroll-list li {
			width: 800px;
			height: 50px;
		}

	

	.vert .simply-scroll-btn-up { 
		right: 0;
		top: 38px;
	}
	
	.vert .simply-scroll-btn-down { 
		right: 0;
		top: 53px;
	}
	
	/* NOTE left-right classes wouldn't be needed on vertical scroller */

.courseregisterformTitle {
	padding-bottom:5px;
	width:150px;

}
.courseregisterformInput {
	padding-bottom:5px;
}
#moreSocialButtons {
width: 170px;
}
#socialmediaContent {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
}
.twitter {
    float: left;
    margin-right: 8px;
}


.facebook {
    float: left;
    margin-right: 8px;
}

.google {
    float: left;
    margin-right: 8px;
}
.linkedin {
    float: left;
    margin-right: 8px;
}
.xing {
    float: left;
    
}
#moreButton {
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}

#more_socialmedia {
    float: left;
    width: 64px;
}
/* TWITTER WIDGET */
#twitter-widget-0 {
	border:none !important;
}
.customisable-border {
    border: 0px solid #E8E8E8 !important;
}

#socialmediaContent ul {
    margin:0;
    padding:0;
}
#socialmediaContent ul li {
    list-style: none;
    float: left;
    margin-left: 10px;
    width: 23px;
}
.twitter {
    display:block;
    width: 23px;
    height: 23px;
    background: url("/media/images/common/smedia_twitter_grey.png");
    background-repeat: no-repeat;
}
.twitter:hover {
    background: url("/media/images/common/smedia_twitter_black.png");
}

.linkedin {
    display:block;
    width: 23px;
    height: 23px;
    background: url("/media/images/common/smedia_linkedin_grey.png");
    background-repeat: no-repeat;
}
.linkedin:hover {
    background: url("/media/images/common/smedia_linkedin_black.png");
}

.xing {
    display:block;
    width: 23px;
    height: 23px;
    background: url("/media/images/common/smedia_xing_grey.png");
    background-repeat: no-repeat;
}
.xing:hover {
    background: url("/media/images/common/smedia_xing_black.png");
}
.google {
    display:block;
    width: 23px;
    height: 23px;
    background: url("/media/images/common/smedia_google_grey.png");
    background-repeat: no-repeat;
}
.google:hover {
    background: url("/media/images/common/smedia_google_black.png");
}
.facebook {
    display:block;
    width: 23px;
    height: 23px;
    background: url("/media/images/common/smedia_facebook_grey.png");
    background-repeat: no-repeat;
}
.facebook:hover {
    background: url("/media/images/common/smedia_facebook_black.png");
}
