
	div#content-wysiwyg .seperator-45 {
		background: url(../img/content/dots-45.gif) top left repeat-x;
		line-height: 0;
		font-size: 0;
		height: 2px;
		padding: 0;
		margin: 10px 0 12px 0;
		clear: both;
		float: none;
	}
	
	div#content-wysiwyg .seperator-45 img {
		display: none;
	}	
	
	div#content-wysiwyg .image-left-top {
		float: left;
		border: 7px solid #F7F7F7;
		margin: 0 15px 15px 0;
	}
	
	div#content-wysiwyg table {
		font-size: 1em;
	}
	
	.box-with-image {
		width: 328px;
	}
	
	.portrait-img {
		width:144px; 
		height: 200px; 
		background-position: center bottom;
		background-color: #fff;
		background-repeat: no-repeat;
	}
	
	div#content-wysiwyg .image-right-top {
		float: right;
		margin: 0 0 15px 15px;
	}
		
	div#content-wysiwyg .image-right-top-noborder {
		float: right;
		margin: 0 0 15px 15px;
	}
	
	div#content-wysiwyg .smallspacer-bottom {
		margin: 0 0 3px 15px;
	}
	
	div#content-wysiwyg .spacer-right { /* For Buttons (Example News Footer)*/
		margin-right: 5px;
	}
	
	div#content-wysiwyg .spacer-top { /* For Paging (Teams) / Title Freeski Startsite */
		margin-top: 12px;
	}
	
	div#content-wysiwyg .spacer-bottom { /* For Paging (News) */
		margin-bottom: 12px;
	}
		
	div#content-wysiwyg .spacer-y { /* For Paging (News) */
		margin: 12px 0;
	}
	
	div#content-wysiwyg .spacer-y-big { /* For Ski Detail Seperator */
		margin: 20px 0;
	}
	
	div#content-wysiwyg h2 {
		font-size: 1.8em;
		padding-bottom: 12px;
		border-bottom: 1px solid #c7c7c7;
	}
	
	div#content-wysiwyg h3 {
		font-size: 1.3em;
		color: #585858;
		margin-bottom: 16px;
	}
	
	div#content-wysiwyg h4 {
		font-size: 1em;
		color: #585858;
		margin-bottom: 12px;
	}
	
	div#content-wysiwyg h4 span {
		color: #fff;
		font-weight: normal;
	}
	
	div#content-wysiwyg h5 {
		margin: 8px 0;
		font-size: 1em;
	}
	
	div#content-wysiwyg h4 a {
		text-decoration: none;
	}
	
	div#content-wysiwyg a.link-icon {
		background: url(../img/content/arrow.gif) center left no-repeat;
		padding-left: 12px;
	}
	
	div#content-wysiwyg a.link-icon-white {
		background: url(../img/content/arrow-white.gif) center left no-repeat;
		padding-left: 12px;
		color: #fff;
		text-decoration: none;
	}

	div#content-wysiwyg a.link-icon-white:hover {
		text-decoration: underline;
	}

	div#content-wysiwyg ul {
		list-style: square;
		margin-left: 20px;
	}

	div#content-wysiwyg form label {
		display: block;
		float: left;
		width: 150px;
	}
	
	div#content-wysiwyg form label.error {
		width: 210px;
		background:#FFED00;
		color:#000;
		font-weight:bold;
		margin:2px 0 0 10px;
		padding:2px;
	}

	div#content-wysiwyg .form-right {
		margin-left: 150px;
	}

	div#content-wysiwyg form br {
		clear: both;
		height: 0;
		font-size: 0;
		line-height: 0;
	}

	div#content-wysiwyg .submit-btn {
		display: block;
		padding: 3px 6px;
		margin-top: 5px;
	}
	
	div#content-wysiwyg select {
		float: left;
		width: 259px;
		padding: 4px;
		border: 1px solid #c7c7c7;
		color:#585858;
		margin: 0 0 6px 0;
	}
	
	div#content-wysiwyg .input-text {
		float: left;
		display: block;
		width: 250px;
		padding: 4px;
		margin: 0 0 6px 0;
		border: 1px solid #c7c7c7;
		color:#585858;
	}
	
	div#content-wysiwyg textarea {
		float: left;
		display: block;
		font-family: "Courier New", Courier, monospace;
		width: 250px;
		padding: 4px;
		margin: 0 0 6px 0;
		border: 1px solid #c7c7c7;
		color:#585858;
	}
	
	/*
	 	Goodies
	*/
	
	.goodies-box {
		width: 310px !important;
		padding-right: 24px;
		margin: 15px 24px 5px 0;
		float: left;
		border-right: 1px solid #c7c7c7;
	}
	
	.goodies-box-last {
		width: 310px !important;
		padding-right: 24px;
		margin: 15px 0px 5px 0;
		float: left;
		border-right: none;
	}
	
	.goodies-content  {
		padding:10px 0 0 0;
	}
	
	/* ---------------------------------------------------------
		Dealer
	--------------------------------------------------------- */
	
	.dealer-box {
		width: 300px !important;
		padding-right: 24px;
		margin: 5px 24px 5px 0;
		float: left;
		border-right: 1px solid #c7c7c7;
	}

	.dealer-box-poles {
		width: 650px !important;
		padding-right: 24px;
		margin: 5px 24px 5px 0;
		float: left;
		border-right: 1px solid #c7c7c7;
	}
	
	.dealer-box.rightli {
		margin-right: 0;
		padding-right: 0;
		border: 0;
		width: 300px !important;
	}
	
	div.page-through a, div.page-through span {
		display: block;
		float: left;
		text-decoration: none;
		padding: 3px 9px;
		margin-right: 3px;
		background: #F7F7F7;
		/*border-bottom: 3px solid #343434;*/
	}
	
	div.page-through span {
		color: #6b6b6b;
	}
	div.page-through span.page-back, div.page-through span.page-next {
		color:#B5B5B5;
	}
	
	div.page-through a span, div.page-through a span.page-back, div.page-through a span.page-next {
		color: #585858;
		border: 0 !important;
	}
	
	div.page-through span.page-selected {
		color: #000;
		border-bottom: 0;
		padding-bottom: 6px;
		background: url(../img/content/pager-marker-bottom.gif) center bottom no-repeat;
	}
	
	div.page-through.bottom a, div.page-through.bottom span {
		/*border-top: 3px solid #343434;*/
		margin-top:3px;
		border-bottom: 0;
	}
	
	div.page-through.bottom span.page-selected {
		padding-top: 6px;
		padding-bottom: 3px;
		margin-top:0;
		border-top: 0;
		background: url(../img/content/pager-marker-top.gif) center top no-repeat;
	}
	
	div.page-through a span {
		display: inline;
		float: none;
		padding: 0;
		margin: 0;
		background: none;
	}
	
	div.page-through span.page-dots {
		background: none;
	}

	/* ---------------------------------------------------------
		Team
	--------------------------------------------------------- */

	div.team-paging a, div.team-paging span {
		padding: 3px 7px  3px 7px;
	}
	div.team-paging.page-through span.no-link {
		color: #cBcBcB;
	}
	/*

	div.team-paging.page-through span {
		color: #6b6b6b;
		padding: 3px 0 0 0;
	}
	div.team-paging.page-through span.no-link {
		padding: 0;
	}
	div.team-paging.page-through a {
		color: #fff;
		padding: 0;
	}
	*/
	div.teamoverview-box {
		float: left;
		width: 108px;
		height: 140px;
	}
	div.teamoverview-box div.teamoverview-img {
		background-repeat:no-repeat;
		background-position: center top;
		width: 100px;
		height: 120px;
	}
	div.teamoverview-box div.teamoverview-name {
		width:100px;
	}
	div.teamoverview-box div.teamoverview-name h4 {
		width: 100px;
		text-align:center !important;
	}

	/* ---------------------------------------------------------
		News
	--------------------------------------------------------- */
	
	.news-box {
		width: 501px;
		float: left;
		padding-right: 24px;
		border-right: 1px solid #c7c7c7;
		margin-right: 24px;
	}
	
	.news-box h4 .date {
		font-weight: normal;
		display: block;
		color: #949494 !important;	
	}
	
	.news-details {
		float: left;
		width: 100px;
	}
	
	a.btn-link {
		text-align: center !important;
		text-decoration: none;
		display: block;
		width: 100px;
		height: 21px;
		padding-top: 2px;
		background:url(../images/layout/button-bg.jpg) top left repeat-x;
		border:1px solid #c7c7c7;
		margin-top:10px;
		color: #626262;
	}
	
	.team-box ul{
		list-style: none;
	}
	
	/* ---------------------------------------------------------
		Accessoires / Skis
	--------------------------------------------------------- */
	
	.product-new {
		position: absolute;
		width: 20px;
		height: 20px;
		margin: -3px 0 0 -3px;
	}
	
	.product-columns {
		background: none;
		margin-bottom: 12px;
	}
	
	html * > .product-columns {
		background: url(../img/content/product-columns.gif) top left repeat-y;
	}
	
	.product-technology {
		float: left;
		background: #F7F7F7;
		padding: 7px;
		/*width: 186px;*/
		height: 120px;
		margin: 0 25px 8px 0;
	}
	
	.product-technology.product-technology-noimg {
		width: 186px;
		height: 20px;
		padding-top: 107px;
	}
	
	.product-technology:hover {
		background: #3c3c3c;
	}
	
	.product-technology.right, .award-box.right {
		margin-right: 0;
	}
	
	.product-technology a {
		display: block;
		color: #fff;
		font-weight: normal;
		text-decoration: none;
	}
	
	.product-technology a.product-technology-noimg,
	.product-technology a.product-technology-hasimg  {
		margin-top: 4px;
	}
	
	.award-thumb {
		border: 3px solid #F7F7F7;
		margin: 0 3px 3px 0;
	}
	
	.award-box {
		float: left;
		background: #fff;
		width: 186px;
		border: 7px solid #F7F7F7;
		text-align: center !important;
		margin: 0 25px 8px 0;
	}
		
    .product-image {
		display: block;
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fff;
		width: 80px;
		height: 80px;
		border: 3px solid #fff;
	}
    .product-image-poles {
		display: block;
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fff;
		width: 400px;
		height: 61px;
		border: 3px solid #fff;
	}
				
	.product-border {
		background: #F7F7F7;
		padding: 7px;
		float: right;
	}
		
	.product-link {
		padding-top: 5px;
		display: block;
		text-align: center !important;
		color: #999;
	}
	
	.attribute {
		width:90px;
		margin:0 auto;
	}
	
	/* ---------------------------------------------------------
		Products
	--------------------------------------------------------- */
	
	.data-table {
		width: 100%;
		border: 0;
	}
	
	.data-table td {
		padding: 5px;
	}
	
	.data-table th {
		padding: 20px 5px 5px 5px;
	}
	
	.data-table thead td {
		color: #585858;
		font-weight: bold;
	}
	
	.data-table tr.highlight-row td {
		background-color: #EFEFEF;
	}
	
	.product-left, .product-middle, .product-right {
		width: 200px;
		float: left;
	}
	
	.product-middle {
		padding: 0 12px;
		border-right: 1px solid #c7c7c7;
		border-left: 1px solid #c7c7c7;
		margin-left: 12px;
		margin-right: 12px;
	}
		
	.white-link {
		color: #fff;
	}
	
	.binding-logo {
		display: block;
		padding: 7px; 
		background: url(../images/icons/marker.gif) #F7F7F7 center no-repeat; 
		height: 41px; 
		margin-bottom: 6px;
	}
	
	.ski-background {
		border: 7px solid #F7F7F7; 
		text-align: center;
		background: #fff; 
		margin-bottom: 10px;
	}
	
	.ski-image {
		width: 625px;
		border: 5px solid white;
	}
	
    .logo-image {
		display: block;
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fff;
		width: 80px;
		height: 80px;
		border: 3px solid #fff;
	}
	
	.attribute div {
		margin:0 auto;
		width:90px;
		/*border-top:1px solid #000;	
		border-bottom:1px solid #000;*/		
	}
	
	/* --- Attribute Marker ---------------------------------- */
	
	.attribte-marker-box { /* Not in Use in Voelkl 08*/
		width: 78px;
		font-size: 0.8em;
	}	
	
	/* ---------------------------------------------------------
		Bindings
	--------------------------------------------------------- */
	
	.bindings-description {
		margin-bottom: 10px;
	}
	
	.bindings-border {
		background: #EFEFEF;
		padding: 7px;
		float: left;
	}
	
	.binding-box {
		width: 100px;
		padding-right: 14px;
		margin: 5px 24px 5px 0;
		float: left;
		
	}
	
	.binding-box.right {
		width: 500px;
		margin-right: 0;
		padding-right: 0;
		border: 0;
	}
	
	.binding-link {
		padding-top: 5px;
		display: block;
		text-align: center !important;
		color: #999;
	}
	
	 .binding-image {
		display: block;
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fff;
		width: 80px;
		height: 80px;
		border: 3px solid #fff;
	}
	
	/* ---------------------------------------------------------
		Technologies
	--------------------------------------------------------- */
	
	.technology-box {
		width: 120px !important;
		padding-right: 24px;
		margin: 5px 24px 5px 0;
		float: left;
		border-right: 1px solid #c7c7c7;
	}
	
	.technology-box.right {
		margin-right: 0;
		padding-right: 0;
		border: 0;
		width: 460px !important;
	}
	
	 .technology-image {
		display: block;
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fff;
		width: 100px;
		height: 200px;
		border: 3px solid #fff;
	}
		
	.technology-border {
		background: #F7F7F7;
		padding: 7px;
		float: right;
	}
	
	.technology-link {
		padding-top: 5px;
		display: block;
		text-align: center !important;
		color: #999;
	}
	
	.alpine-binding-box {
		width: 300px !important;
		padding-right: 24px;
		margin: 5px 24px 5px 0;
		float: left;
		border-right: 1px solid #c7c7c7;
	}
	
	.alpine-binding-box.right {
		margin-right: 0;
		padding-right: 0;
		border: 0;
		width: 300px !important;
	}
	
	/* ---------------------------------------------------------
		Trick and Tips
	--------------------------------------------------------- */
	
	
	
	.tricktip-box {
		width: 100px !important;
		padding-right: 24px;
		margin: 5px 24px 5px 0;
		float: left;
		border-right: 1px solid #c7c7c7;
	}
	
	.tricktip-box.right {
		margin-right: 0;
		padding-right: 0;
		border: 0;
		width: 460px !important;
	}
	
	 .tricktip-image {
		display: block;
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fff;
		width: 80px;
		height: 80px;
		border: 3px solid #fff;
	}
		
	.tricktip-border {
		background: #F7F7F7;
		padding: 7px;
		float: right;
	}
	
	.technology-link {
		padding-top: 5px;
		display: block;
		text-align: center !important;
		color: #999; !important
	}
	
	/* ---------------------------------------------------------
		Cug
	--------------------------------------------------------- */
	
	div.cug-table table{
		width:100%;
	}
	
	/*------  Head ------ */
	div.cug-table table thead td{
		padding:5px 7px;
		background: #4a4a4a;
		vertical-align:top;
		font-weight:bold;
		color:white;
		margin:3px 0;
		border-right:2px #1A1A1A solid;
	}
	div.cug-table table thead td.last{
		border-right:2px #4A4A4A solid;
	}

	/*------  Body ------ */
	div.cug-table table tbody td{
		padding:5px 7px;
		background-color:#1A1A1A;
	}
	
	div.cug-table table tbody tr.dir td, div.cug-table table tbody tr.file td{
		border-bottom:#000 solid 2px;
	}

	/*------  Icons ------ */
	div.cug-table a.up-folder {
		display:block;
		text-decoration:none;
		padding:3px 0 3px 20px;
		background: url(../images/cug/icon-folder-up.gif) center left no-repeat;
	}
	div.cug-table a.folder {
		display:block;
		text-decoration:none;
		padding:3px 0 3px 20px;
		background:url(../images/cug/icon-folder.gif) no-repeat;
	}
	div.cug-table a.file {
		display:block;
		text-decoration:none;
		padding:3px 0 3px 20px;
	}

	/*------  Download ------ */
	div.cug-table table tbody tr td span.download{
		color:#FF0000;
	}
	
	div.cug-table span.download a{
		text-align:right;
		height:20px;
		padding:5px 10px 0 0;
		color:#fff;
	}
	a.link-white{color:white;}
	
		
	/*---------------------------------------------------------------
		Video
	---------------------------------------------------------------*/
	
	
	.video-box {
		width: 501px;
		float: left;
		padding-right: 24px;
		border-right: 1px solid #c7c7c7;
		margin-right: 24px;
	}
	
	.video-box h4 .date {
		font-weight: normal;
		display: block;
		color: #949494 !important;	
	}
	
	.video-box .videoDesc ul {
		margin-left:15px;
	}
	
	.videoThumb {
		float:left;
		width:148px;
		margin-right:15px;
	}
	
	.videoThumb img {
		border: 7px solid #F7F7F7;
		margin: 0 15px 15px 0;
	}
	
	.videoText {
		float:left;
	}
	
	.video-details {
		float: left;
		width: 100px;
	}