
/* ***************************** */
/* Reset                         */ 
/* ***************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
/* jQuery-UI Datepicker fix */
.ui-datepicker.ui-helper-hidden-accessible{display: none;}

/* ***************************** */
/* Clearfix                      */ 
/* ***************************** */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	clear: both;
	overflow: hidden;
	line-height: 0;
	height: 0;
	font-size: 0px;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* ***************************** */
/* General                       */ 
/* ***************************** */
a {
  cursor:pointer;
}
a:focus { 
	outline: none; 
}
strong {
  font-weight:bold;
}
h1,h2 {
	font-family: 'Lato', sans-serif;
	color: #cdb692;
	font-weight: 300;
	line-height: normal;
	font-size: 30px;
	margin-bottom: 26px;
}
h2 {
	font-size:24px;
	margin-top: 20px;
}
h3,h4 {
	margin-bottom:13px;
	font:normal 18px arial;
	color:#ffffff;
}
h4 {	
	font-size:14px;
	margin-bottom:8px;
}
body {
  color:#ffffff;
  font:normal 12px tahoma;
  background: #2C2C2C;
}

/* Task 153937 tablerows farblich abgrenzen */
tr.light_grey {
	background-color: #666666;
}
tr.dark_grey {
	background-color: #444444;
}

/* ***************************** */
/* Container                     */ 
/* ***************************** */
div.as_outer_container {
	width: 980px;
	margin: 0 auto;
}
div.as_content_big {
	float: right;
	display: none;
}
/* breites Layout */
body.big-size div.as_outer_container,
body.big-size div.as_gallery #as_gallery_header_detail,
body.big-size div.as_menu {
	width: 1300px;
}
body.big-size div.as_content_big {
	display: block;
	min-width: 268px;
}
body.big-size div.as_content_big #as_tab_navi {
	margin-top: -15px;
}
body.big-size div.as_content_left div.as_tab_navi,
body.big-size div.as_content_left div.as_highlighted_text_left {
	display: none;
}
/* ***************************** */
/* Header		                 */ 
/* ***************************** */
div.as_header_container {
	float:left;
	padding:0px 5px 0px 5px;
}
div.as_logo {
    position: absolute;
    top: 25px;
}
div.as_top_links {
	position: absolute;
    bottom: 70px;
}
div.as_top_links li {
	display:inline;
}
div.as_top_links a.book,
div.as_top_links a.request,
body div.as_content_middle a.pinkbutton,
body div.as_content_middle a.pinkbutton:hover {
	height: 35px;
	padding: 13px 30px 5px 50px;
	display: block;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #353432;
}
div.as_top_links a.book {
	background: url(../../i/redesign2011/book.gif) no-repeat left top #CDB692;
	border-right: 2px solid #AF9875;
}
div.as_top_links a.request {
	background: url(../../i/redesign2011/request.gif) no-repeat left top #CDB692;
}
body div.as_content_middle a.pinkbutton,
body div.as_content_middle a.pinkbutton:hover {
	border-bottom: 0 !important;
}
div.as_top_links a.cms-wrapinner-span-toplink-contact span {
	background:url(../../i/redesign2011/top_links_contact.png) no-repeat;
	height:17px;
	width:19px;		
	padding-left:27px;	
}
div.as_top_links a.cms-wrapinner-span-toplink-request span {
	background:url(../../i/redesign2011/top_links_request.png) no-repeat;
	height:21px;
	width:11px;		
	padding-left:22px;
	padding-top:4px;
}
div.as_top_links a.cms-wrapinner-span-toplink-book,
div.as_top_links a.cms-wrapinner-span-toplink-book:hover {
	margin-right:0px;
}
div.as_top_links a.cms-wrapinner-span-toplink-book span {
	background:url(../../i/redesign2011/top_links_book.png) no-repeat;
	height:18px;
	width:25px;		
	padding-left:36px;
}

/* ***************************** */
/* Gallery	                     */ 
/* ***************************** */
div.as_gallery_container {
	height: 550px;
	position: relative;
}
div.as_gallery img {
	float:left;
}
div.as_gallery {
	height: 550px;
	position: relative;
}
div.fb_gallery_header {
	position: relative;
}
div.as_gallery #as_gallery_header_detail {
	width:980px;
	height: 550px;	
	position:absolute;
}
div.as_gallery_header_scroll_prev a,
div.as_gallery_header_scroll_next a {
	background:url(../../i/redesign2011/header_gallery_scroll_prev.png) no-repeat;
	z-index:1;
	position:absolute;
	top:233px;
	width: 45px;
	height: 90px;
}
div.as_gallery_header_scroll_prev a {
	left:0px;
}
div.as_gallery_header_scroll_next a {
	background:url(../../i/redesign2011/header_gallery_scroll_next.png) no-repeat;
	z-index: 2;
	right: 0;
}
div#site_side_gallery_navigation_dots {
    height: 21px;
    padding-right: 30px;
    position: absolute;
    right: 0;
    top: 450px;
    width: auto;
}
div#as_gallery_itemname {
	padding-left:15px;
	font:normal 12px arial;
	line-height:37px;	
}
div#as_gallery_scroller {
	display: none
}
div#as_gallery_scroller img {
  border: 2px solid #FFFFFF;
  cursor: pointer;
  height: 33px;
  margin-right: 7px;
  margin-top: 4px;
  position: relative;
  width: 75px;	
}
body div.vjg2_wrapper {
	overflow:visible;
}
div#site_side_gallery_navigation_dots a,
div#site_side_gallery_navigation_dots a.current {
	background:url("../../i/redesign2011/header_gallery_items.png") no-repeat scroll right -34px transparent;
	height: 24px;
	width: 35px;	
	zoom:1;
	float: left;
}
div#site_side_gallery_navigation_dots a.current {
	background:url("../../i/redesign2011/header_gallery_items.png") no-repeat scroll right 0 transparent;	
}

/* ***************************** */
/* Menu			                 */ 
/* ***************************** */
div.as_menu {
	background:url(../../i/redesign2011/menu_bg.png) repeat-x 0 0;	
	position: relative;
	margin-top: -48px;
	text-align: center;
}
div.as_media_button {
	float:left;
}
div.as_menu table {
	text-align: center;
	margin: 0 auto;
	
}
div.as_menu table td {
	padding: 0;
	margin: 0;
}
div.as_menu table.level_0 a {
	font-size: 25px;
	font-weight: normal;
	color: #cdb692;
	text-decoration:none;
	display: block;
	line-height:48px;
	padding:0px 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
div.as_menu table.level_0 a.last {
	display:none;
}
div.as_menu table.level_0 td {
	text-align:center;
}
div.as_menu table.level_0 td.active {
  	background-color: #CDB692;
}
div.as_menu table.level_0 td.active a {
	color:#2c2c2c;
}
div.as_menu table.level_0 a:hover {
	color: #fff;
}
div.as_menu table.level_1 {
	width:980px;	
	position:relative;
	z-index:10;
}
div.as_menu table.level_1 td {	
	text-align:center;
}
div.as_menu table.level_1 a {
	color: #353432;
    display: block;
    font-family: arial;
    font-size: 15px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 47px;
    line-height: 47px;
    vertical-align: middle;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}
div.as_menu table.level_1 td.level-1-active a {
	color: #fff;
	background: #A29175;
}
div.as_menu table.level_1 a:hover {
		color: #fff;
}
/*tabnavis nicht im menu anzeigen */
td.struct-60709,
td.struct-63592,
td.struct-63596,
td.struct-63600,
td.struct-63604,
td.struct-63608,
td.struct-63612,
td.struct-63616,
td.struct-75650,
td.struct-64302,
td.struct-88495,
td.struct-92637,
td.struct-92753{
	display:none;
}

body.page-struct-60404 div.as_content_big,
body.page-struct-60730 div.as_content_big{
	display:none;
}

/* ***************************** */
/* Font resize		             */ 
/* ***************************** */
div.as_font_resize_container {
	float:right;
	margin:0px 5px 0px 5px;
	height:27px;
}
div.as_font_resize_container a.decreaseFont span,
div.as_font_resize_container a.resetFont span,
div.as_font_resize_container a.increaseFont span {
	background:url(../../i/redesign2011/font_resize_icons.jpg) no-repeat 0px 0px;
	float:left;
	width:30px;
	height:21px;
	margin-right:3px;
}
div.as_font_resize_container a.resetFont span {
	background:url(../../i/redesign2011/font_resize_icons.jpg) no-repeat 0px -29px;
}
div.as_font_resize_container a.increaseFont span {
	background:url(../../i/redesign2011/font_resize_icons.jpg) no-repeat 0px -59px;
	margin-right:0px;
}

/* ***************************** */
/* Content			             */ 
/* ***************************** */
div.as_content_container {
	padding: 30px 5px 0 5px;
}
div.as_content_left,
#booking-replace {
	display:none;
	width:268px;
	float:left;
}
div.as_content_middle {
	width: 420px;
	float: left;
	margin: 0 31px 0 46px;
	font: normal 14px arial;
	color: #ffffff;
	line-height: 27px;
	_overflow: hidden;
}
div.as_content_headline {
	float: left;
	margin-left: 46px;
	width: 656px;
}
div.as_content_headline h1 {
	margin-bottom:14px;
}

div.as_content_headline.opb {
	width: 900px;
	margin: 0 auto;
	float: none;
}

div.as_content_middle h1.cst.cst-search {
	display: none;
}

div.as_content_headline a,
div.as_content_headline a:hover {
	font:normal 14px/27px arial;
}
div.as_content_headline a,
div.as_content_headline a:hover,
div.as_content_middle a,
div.as_content_middle a:hover {
	color:#cdb692;
	text-decoration:none;
	padding-bottom:2px;
}
div.as_tab_navi a.content_link {
	color:#2C2C2C
}
div.as_content_middle a {
	border-bottom: 1px solid #7D715F;
}
div.as_content_middle a:hover {
	border-bottom: 1px solid #cdb692;
}
div.as_content_headline a:hover,
div.as_content_middle div.article a,
div.as_content_middle div.article a:hover,
div.as_tab_navi a.content_link {
	border-bottom:1px solid #97866b;
}
div.as_content_middle div.article a:hover,
div.as_tab_navi a.content_link:hover,
div.offer h2.cst-offer-box-headline a:hover {
	border-bottom:1px solid #cdb692;
}
div.as_content_middle div.article img,
div.as_content_middle div.article a:hover img,
div.as_content_middle div.article a img {
	border-bottom:0px;
}
div.as_content_middle ul,
div.as_content_middle ol {
	margin:5px 0px 5px 0px;
}
div.as_content_middle ol {
	margin:5px 0px 5px 20px;
}
div.as_content_middle div.article li {
	background: url("../../i/redesign2011/content_list_item.png") no-repeat scroll left 8px transparent;
	padding-left: 25px;
}
div.as_content_middle div.article ol li {
	list-style-position:outside;
	list-style-type:decimal;
	background:none;
	padding-left:0px;
}
div.as_content_right {
	width: 205px;
	float: left;
	padding-top: 5px;
}
div.as_highlighted_text,
span.as_highlighted_text {
	background: #A29175;
	padding:15px 15px 18px 15px;
	line-height:21px;
	float:left;
}
div.as_highlighted_text a,
div.as_highlighted_text a:hover {
	color:#cdb692;
	text-decoration:none;
	color: #2C2C2C;
}
div div.as_highlighted_text_left {
	border-top: 12px solid #2C2C2C;
	background: #A29175;
}
div.as_highlighted_text_left p {
	background:#3e3e3e;
	margin-top: 20px;
	padding: 15px 0 18px 0;
	line-height:21px;
	font-size:12px;
	width: 100%;
	border-top: 12px solid #2C2C2C;
}
a.link-media {
	background: #A29175;
	border-left: 1px solid #fff;
	display: block;
}
a.link-media strong {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
div.as_highlighted_text_left a,
div.as_highlighted_text_left a:hover {
    color: #FFFFFF;
    line-height: normal;
    margin-left: 20px;
    margin-top: 15px;
    padding-left: 10px;
    text-decoration: none;
}
div.as_highlighted_text_left p a,
div.as_highlighted_text_left p a:hover {
    padding-left: 0;
    margin-left: 0;
}
div.as_highlighted_text a:hover {
	text-decoration:underline;
}
h2 span.as_highlighted_text {
	background:#3e3e3e;
	margin:0px;
	padding:15px 15px 0px 15px;
	float:left;
	width:636px;
	margin-bottom:0px;
	font:normal 18px arial;
	color:#ffffff;	
}
span.as_highlighted_text {
	margin-top:0px;
	float:left;
	font-size:14px;
	margin-bottom:26px;
}
div.as_highlighted_text h2,
div.as_highlighted_text span.news {
	color: #fff;
	line-height: 22px;
	margin-bottom: 5px;	
	width:100%;
	float:left;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}
div.as_image {
	margin-bottom: 15px;
}
div.as_highlighted_text h2 {
	text-transform: uppercase;
	padding-left: 10px;
	border-left: 1px solid #fff;
}

/* ***************************** */
/* Submenu			             */ 
/* ***************************** */
div.as_submenu_title {
	padding-bottom:11px;	
	border-bottom:1px solid #53494e;
}
div.as_submenu_title a {
	font-family: 'Lato', sans-serif;
	font-size: 16px;	
	color:#cdb692;
	border:0px;
	text-decoration:none;
	text-transform: uppercase;
}
ul.as_submenu {
	float:left;
	width:263px;
	margin-bottom: 40px;
}
ul.as_submenu a {
	color:#b3b4b4;
	text-decoration:none;
	float:left;
	font:normal 14px arial;
	line-height:33px;
	padding-left:12px;	
	width:251px;
}
ul.as_submenu li.level-2-active a {
	background:url(../../i/redesign2011/submenu_active_bg.jpg) repeat-x;
	width:251px;
	color:#ffffff;
}
ul.as_submenu li a:hover {
	color: #fff;
}

/* ***************************** */
/* tabnavi			             */ 
/* ***************************** */
div.as_tab_navi {
	margin-top: 20px;
	float: left;
	width: 268px;
}
div.as_tab_navi table {
	width:268px;
}
div.as_tab_navi td {
	background:url(../../i/redesign2011/cst_link_gradient.png) 0 33px;
	text-align:center;
	line-height:32px;
	border-right:3px solid #2C2C2C;
	height:32px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}
div.as_tab_navi td.active {
	background: url("../../i/redesign2011/tabnavi_inner_gradient.jpg") 0 0;
}
div.as_tab_navi td.last {
	border-right:0px;
}
div.as_tab_navi td.active {
	background: #A29175;
}
div.as_tab_navi a {
	font:normal 14px arial;
	color:#ffffff;
	text-decoration:none;
}
div.as_tabs_content {
	min-height:139px;
	background: #A29175;	
	padding:13px;
	width:242px;
	line-height:21px;
}
div.as_tabs_content a.link,
input#sbutton,
input.cst-routing-submit {
	background: url("../../i/redesign2011/cst_link_gradient.png");
	font-size:12px;
	float:none;
	padding: 7px 20px 10px 15px;
	-moz-box-shadow:2px 2px 8px rgb(0,0,0); 
	-moz-box-shadow:2px 2px 8px rgba(0,0,0,0.3); 
	-webkit-box-shadow:2px 2px 8px rgb(0,0,0); 
	-webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.3); 
	box-shadow:2px 2px 8px rgba(0,0,0,0.3); 	
	line-height:30px;
	margin-top:5px;
	white-space: nowrap;
}
input#sbutton,
input.cst-routing-submit {
	font:normal 14px/30px arial;
	color:#fff;
	float:left;
	border:0px;
	height:30px;
	cursor:pointer;
}
input.cst-routing-submit {
	float:none;
}
div.as_tabs_content a.link span {
	background:url("../../i/redesign2011/link.png") no-repeat left 3px;
	font-weight: bold;
    line-height: normal;
    padding-left: 12px;
}
div.as_tabs_content h4 {
	margin-bottom: 2px;
}
div.as_tabs_content img {
	float: left;
	margin-right:15px;
}
#as_tabs_content div.loading {
	background:url(../../i/redesign2011/ajax-loader.gif) no-repeat center; 
}
div#as_tabs_content_inner {
	min-height:139px;
}
div#as_tabs_content div.weather-outer {
	width: 200px;
}
div#as_tabs_content div.weather-icon {
	right: -40px !important;
    top: -45px !important;
}
div#as_tabs_content div.weather-text {
	padding: 0px;
}

/* ***************************** */
/* Footer			             */ 
/* ***************************** */
div.as_footer_outer_container {
	background-color: #3E3B37;
    margin-top: 60px;
    padding-bottom: 15px;
    color: #cdb692;
}
div.as_footer_inner_container {
	padding:16px 0px 0px 0px;
	margin:0 auto;
	width:980px;
	line-height:23px;
	font-family:arial;
}
div.as_footer_inner_container p {
	margin-bottom:13px;
	font-family: 'Lato', sans-serif;
	color: #cdb692;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
}
div.as_footer_inner_container a {
	font:normal 12px arial;
	color: #cdb692;
	text-decoration:none;
}
div.as_footer_big {
	display: none;
}
body.big-size div.as_footer_big {
	display: block;
	padding-left: 35px;
}
div.as_address,
div.as_social_media,
div.as_footer_search,
div.as_footer_big {
	width: 268px;
	margin-right: 15px;
	float: left;
}
body div.as_social_media {
	width: 353px;
	margin-right: 45px;
}
body div.social-media-source-icon a {
    margin-right: 10px;
}
div.as_social_media div.social-media-layout-layer {
	float: left;
	margin-bottom: 20px;
}
body.big-size div.as_footer_links div.button,
body.big-size div.as_footer_search a.vioma {
	display: none;
}
div.as_footer_links a,
div div.button-content a {
	background: url(../../i/redesign2011/footer-link.png) no-repeat left 6px;
	padding-left: 15px;
	font-family: 'Lato',sans-serif;
	color: #fff;
	font-size: 14px;
    line-height: 25px;
}
div div.button-content a {
	background: url(../../i/redesign2011/footer-link.png) no-repeat left 3px;
}
div.as_footer_links a:hover,
div div.button-content a:hover {
	background: url(../../i/redesign2011/footer-link_hover.png) no-repeat left 6px;
	color: #CDB692;
}
div div.button-content a:hover {
	background: url(../../i/redesign2011/footer-link_hover.png) no-repeat left 3px;
}
div.as_footer_links div.link-border-description a {
	float: left;
	width: 150px;
}
div.as_footer_links_left a.detail {
	background:url(../../i/redesign2011/link.gif) no-repeat 300px center #4D4940;
	color: #CDB692;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 330px;
    height: 52px;
    line-height: 52px;
    padding: 0 0 0 23px;
    display: block;
    vertical-aling: middle;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
div.as_footer_search {
	position: relative;
}
div div.button-content a {
	width: 250px;
}
div.as_footer_links_left a.detail-active,
body div div.as_footer_search a.button-link-active {
	background:url(../../i/redesign2011/link-active.gif) no-repeat 300px center #5A5348;
	color: #fff;
}
body div div.as_footer_search a.button-link-active {
	background:url(../../i/redesign2011/link-active.gif) no-repeat 210px center #5A5348;
	color: #fff;
}
div.as_footer_links {
    position: relative;
}
div.as_footer_links_right {
	position: relative;
}
div.as_footer_outer_container div.link-border-description,
div.as_footer_links div.button-content {
	padding: 15px 5px 15px 15px;
	border-radius: 15px 15px 0 0;
	width: 333px;
	background: #5A5348;
	z-index: 0;
	margin-top: -10px;
	position: absolute;
	bottom: 35px;
}
div.as_footer_links div.button-content {
	width: 250px;
	bottom: 115px;
}
body.big-size div.as_footer_inner_container {
	width: 1300px;
}
div.as_footer_links a.schweitz,
div.as_footer_big a.schweitz,
div.as_footer_search a.shop {
	background: url(../../i/redesign2011/schweitzer.png) no-repeat right center #d3be9e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d3be9e', endColorstr = '#a49378');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d3be9e', endColorstr = '#a49378')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: url(../../i/redesign2011/schweitzer.png), -moz-linear-gradient(top, #d3be9e, #a49378);
	background-image: url(../../i/redesign2011/schweitzer.png), -ms-linear-gradient(top, #d3be9e, #a49378);
	background-image: url(../../i/redesign2011/schweitzer.png), -o-linear-gradient(top, #d3be9e, #a49378);
	background-image: url(../../i/redesign2011/schweitzer.png), -webkit-gradient(linear, center top, center bottom, from(#d3be9e), to(#a49378));
	background-image: url(../../i/redesign2011/schweitzer.png), -webkit-linear-gradient(top, #d3be9e, #a49378);
	background-image: url(../../i/redesign2011/schweitzer.png), linear-gradient(top, #d3be9e, #a49378);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/														
	color: #fff;
	text-shadow: 1px 1px #8D7D62;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 330px;
    height: 52px;
    line-height: 52px;
    padding: 0 0 0 23px;
    display: block;
    vertical-aling: middle;
    border-radius: 15px;
    margin-top: 23px;
}
div.as_footer_links a.schweitz {
	margin-bottom: 23px;
}
div.as_footer_search a.shop {
	margin-top: 0;
}
body div.as_footer_search a.shop {
	background: url(../../i/redesign2011/shop.png) no-repeat right center #d3be9e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d3be9e', endColorstr = '#a49378');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d3be9e', endColorstr = '#a49378')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: url(../../i/redesign2011/shop.png), -moz-linear-gradient(top, #d3be9e, #a49378);
	background-image: url(../../i/redesign2011/shop.png), -ms-linear-gradient(top, #d3be9e, #a49378);
	background-image: url(../../i/redesign2011/shop.png), -o-linear-gradient(top, #d3be9e, #a49378);
	background-image: url(../../i/redesign2011/shop.png), -webkit-gradient(linear, center top, center bottom, from(#d3be9e), to(#a49378));
	background-image: url(../../i/redesign2011/shop.png), -webkit-linear-gradient(top, #d3be9e, #a49378);
	background-image: url(../../i/redesign2011/shop.png), linear-gradient(top, #d3be9e, #a49378);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	width: auto;
}
div.as_footer_links_right {
	display: block;
}
div.as_footer_logo_links {
	margin-top:20px;
	float:left;
	height:57px;
}
div.as_footer_logo_links li {
	display:inline;
}
div.as_footer_logo_links a {
	height:57px;
	width:247px;
	float:left;
	display:block;
	margin-right:15px;
	padding:0px 0px 0px 21px;
	font:normal 14px arial;
	line-height:57px;
}
div.as_footer_outer_container div.button,
div.as_footer_search a.button {
	background: #4D4940;
	color: #CDB692;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 353px;
    height: 52px;
    line-height: 52px;
    padding: 0;
    display: block;
    vertical-aling: middle;
    border-radius: 15px;
}
body div.as_footer_search a.button {
	padding-left: 20px;
	width: auto;
	margin-top: 10px;
	background: url("../../i/redesign2011/link.gif") no-repeat 210px center #4D4940;
}
div.as_footer_big div.button {
	width: 270px;
	margin-top: 45px;
}
div.button a {
	background: none;
	padding: 0;
}
div.as_footer_logo_links a img {
	float:right;
	line-height:53px;
	padding:2px 1px 0px 0px;
}
div.powered_by {
	margin:20px 0px 0px 0px;
	float:left;
}

/* ***************************** */
/* Social Media                  */ 
/* ***************************** */
body.social-media-shadow div.social-media-source-layer,
body div.social-media-source-layer-box-content {
	background:#2C2C2C!important;
}
body div.social-media {
	float:left;
}
body div.social-media-source {
	text-align:left;
}
body div.social-media-source-container {
	float:left;
}
body div div.social-media-item {
	border-bottom:1px solid #53494E;
}
body div.social-media-item-date,
body div.social-media-item-content {
	font-size:14px;
}
body div.social-media-source a {
	color:#ffffff;
	font-size:14px;
	line-height:27px;
	text-decoration:none;
}
body div.social-media-source h1 {
	background:none;
}
body div.social-media-source h1 a {
	color:#cdb692;
	font-size:28px;
}
body div div.social-media-item-rating {
	border:0px;
}

body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon1 a {
	position: relative;
}

body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon1 a:after {
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	left: 0;
	top: 0;
	content: '';
	background: -moz-linear-gradient(left,  rgba(102,102,102,0.8) 0%, rgba(62,62,62,0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(102,102,102,0.8)), color-stop(100%,rgba(62,62,62,0.8)));
	background: -webkit-linear-gradient(left,  rgba(102,102,102,0.8) 0%,rgba(62,62,62,0.8) 100%);
	background: -o-linear-gradient(left,  rgba(102,102,102,0.8) 0%,rgba(62,62,62,0.8) 100%);
	background: -ms-linear-gradient(left,  rgba(102,102,102,0.8) 0%,rgba(62,62,62,0.8) 100%);
	background: linear-gradient(to right,  rgba(102,102,102,0.8) 0%,rgba(62,62,62,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc666666', endColorstr='#cc3e3e3e',GradientType=1 );
}

body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-facebook a {
	background-image: url('../i/grey_facebook.jpg');
}
body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-facebook a:hover {
	background-image: url('../i/facebook.png');
}


body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-youtube a {
	background-image: url('../i/grey_youtube.jpg');
}
body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-youtube a:hover {
	background-image: url('../i/youtube.png');
}


body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-holidaycheck a {
	background-image: url('../i/grey_holidaycheck.jpg');
}
body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-holidaycheck a:hover {
	background-image: url('../i/holidaycheck.png');
}


body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-tripadvisor a {
	background-image: url('../i/grey_tripadvisor.jpg');
}
body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-tripadvisor a:hover {
	background-image: url('../i/tripadvisor.png');
}


body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-pinterest a {
	background-image: url('../i/grey_pinterest.jpg');
}
body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-pinterest a:hover {
	background-image: url('../i/pinterest.png');
}


body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-weblog a {
	background-image: url('../i/grey_weblog.png');
}
body .as_footer_outer_container .as_social_media .social-media-source-container .social-media-source-icon-weblog a:hover {
	background-image: url('../i/weblog.png');
}



/* ***************************** */
/* search	                     */ 
/* ***************************** */
body div.cms-module-search {
	background: url(../../i/redesign2011/search.gif) no-repeat left center;
	height: 42px;
    width: 269px;
    margin-bottom: 25px;
}
body div.cms-module-search input.cms-module-search-input {
	color: #FFFFFF;
	width: 180px;
    height: 40px;
    line-height: 40px;
    vertical-align: bottom;
    padding-left: 20px;
}
div div.cms-module-search input.cms-module-search-submit {
    width: 55px;
}
body input.cms-module-search-input,
body div.cms-module-search input.cms-module-search-submit {
	background: none;
}
ul.as_languages li {
	display:inline;
}
ul.as_languages a {
	margin-right:7px;
}

/* ***************************** */
/* Offers	                     */ 
/* ***************************** */
div.as_offers_headline {
	float: left;
	line-height: 34px;
	position: relative;
	top: 1px;
	z-index: 1;
	color: #CDB692;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
div.as_offers_headline div {
	font-family: 'Lato',sans-serif;
    font-size: 16px;
    color: #CDB692;
    text-transform: uppercase;
}
div.as_offers_headline h1 {
	margin-left:17px;
	margin-bottom:6px;	
} 
div.as_offers {
	background:#363636 url(../../i/redesign2011/offers_gradient.jpg) repeat-x;
	float:left;
	width:268px;
	position:relative;
	margin-bottom: 10px;
}
div.offer {
	width: 268px;	
}
div.offer-inner {
	height: 260px;
	width: 268px;		
	line-height: 24px;
	background: #A29175;
}

#offer2-inner{
	height:300px;
}

div.offer-inner div.offer,
div.as_offers h1.package-normal {
	display:none;
}
div.offer h2.cst-offer-box-headline {
	font-size:14px;
	margin: 0;
}
div.offer h2.cst-offer-box-headline a,
a.offerlink {
	color: #fff;
	text-decoration: none;
	white-space: normal;
	font-weight: 400;
	font-size: 15px;
}
div.offer div.cst-price-number {
	font-weight: 400;
}
div.offer_inner_content div.cst-link-border {
	border-top: 1px solid #fff;
	text-align: center;
}
div.offer_inner_content a.offerlink,
div.cst div.offer_inner_content a.offerlink:hover {
	text-align: center;
	background:url("../../i/redesign2011/link.png") no-repeat left 6px;
	padding-left: 12px;
}
div.offer h2.cst-offer-box-headline {
	line-height: 20px;
	margin-left: 25px;
}
div.cst-stay-days,
div.cst-price div.cst-price {
	margin-left: 25px;
}
div.offer div.offer_right div.cst-price {
	white-space:nowrap;
}
div.offer div.cst-timeframe {
	font-size:11px;
}
div.as_offers div.offer_prev {
    height: 36px;
    left: 0;
    padding-right: 7px;
    position: absolute;
    top: 34px;
    width: 18px;
    z-index: 100;
}
div.as_offers div.offer_prev a,
div.as_offers div.offer_prev a:hover {
	position:absolute;
	left:0px;
	height:36px;
	width:18px;
	background:url(../../i/redesign2011/offer-box-left.gif) no-repeat 0px 0px;
	float:left;
	top: 145px;
}

div.as_offers div.offer_next {
    position: absolute;
    right: 0;
    top: 145px;
    width: 18px;
}
div.as_offers div.offer_next a,
div.as_offers div.offer_next a:hover {
	background:url(../../i/redesign2011/offer-box-right.gif) no-repeat 0px 0px;
	height: 36px;
	width: 18px;
	top:34px;
	position:absolute;
	right:0px;
}
div.as_offers div.offer_navigation {
	text-align:center;
	line-height:29px;
	vertical-align:middle;
	position:absolute;
	top:-22px;
	right: 0;
}
div.as_offers div.offer_navigation a,
div.as_offers div.offer_navigation a.current {
	background:url("../../i/redesign2011/offer_navigation_icons.gif") no-repeat scroll right 0 transparent;
	height:14px;
	padding: 0 0 0 5px;
	width:14px;	
	zoom:1;
	float: left;
}
div.as_offers div.offer_navigation a.current {
	background:url("../../i/redesign2011/offer_navigation_icons.gif") no-repeat scroll right -26px transparent;	
}

/* ***************************** */
/* Inklusivleistungen            */ 
/* ***************************** */
body h2.cst-features {
	display:none;
}
body div.cst-feature-list {
	background:#545454;
	border:1px solid #53494E;	
	width:656px;
	padding:0px;
}
body div.ui-tabs-panel {
	border:0px;
	border-top:1px solid #ffffff;
	background:none;
}
body div.cst-feature-list a {
	font:normal 14px arial;
}
body div.cst-feature-list h3.cst-feature {
	color:#ffffff;
	font-family:arial;
}
body div.cst-feature-list h2 {
	border-bottom:0px;
}
body div.cst-feature-list ul.cst-feature-list-tabs li {
	background:#545454;
}
body div.cst-feature-list ul.cst-feature-list-tabs {
	background:#ED9DC0;
	overflow:hidden;
}
body div.cst-feature-list ul.cst-feature-list-tabs li {
	border:1px solid #ffffff;
	border-bottom:0px;
	color:#000000;
}
body ul.cst-feature-list li {
	background:url("../i/footer_arrow.gif") no-repeat scroll left 4px transparent;
	list-style-image:none;
	list-style-position:outside;
	padding-left:10px;
	vertical-align:top;
	color:#ffffff;
}
body div.cst-feature-list ul.cst-feature-list-tabs {
	background:none;
}
body div.cst-feature-list ul.cst-feature-list-tabs li a {
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}
body div.cst-feature-list ul.cst-feature-list-tabs li.ui-tabs-selected {
	background:#545454;	
}
body div.cst-feature-list ul.cst-feature-list-tabs li.ui-tabs-selected a,
body div.cst-feature-list h2 {
	color:#ffffff;
}
body div.cst-feature-list ul.cst-feature-list-tabs li.ui-tabs-selected a {
	color:#cdb692;
}
body div.cst-feature-list h2 {
	margin-left:10px;
}
body div.cst table.cst-feature-list ul.cst-list li,
body div.cst table.cst-feature-list li {
	list-style-type:disc;
	background:none;
	padding-left:0px;
}
body div.cst-feature-list ul.cst-feature-list-tabs li.ui-tabs-selected a,
body div.cst-feature-list ul.cst-feature-list-tabs li.ui-tabs-selected a:hover {
	border-bottom:1px solid #ffffff;
}

/* ***************************** */
/* Media Logo		             */ 
/* ***************************** */
div.as_media_logo {
	background:url(../../i/redesign2011/schwarz_media_logo.png) no-repeat;
	width:143px;
	height:46px;
	position:absolute;
	left:22px;
	top:20px;
}
div.as_media_link
{
	position:absolute;
	right:24px;
	top:24px;	
}
div.as_media_link a {
	background: url("../../i/redesign2011/cst_link_gradient.png") repeat scroll 0 33px transparent;
	color:#ffffff;
	text-decoration:none;
	font:normal 12px arial;
	display:block;
	line-height:32px;
	padding:0px 18px 0px 18px;
	border-radius:20px;	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;	
	-moz-box-shadow:2px 2px 8px rgb(0,0,0); 
	-moz-box-shadow:2px 2px 8px rgba(0,0,0,0.3); 
	-webkit-box-shadow:2px 2px 8px rgb(0,0,0); 
	-webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.3); 
	box-shadow:2px 2px 8px rgba(0,0,0,0.3);
}
div.as_media_link a.cms-wrapinner-span-backlink span {
	background:url(../../i/redesign2011/media_link_back.gif) no-repeat right center;
	width:14px;
	height:12px;
	padding-right:20px;
}

/* ***************************** */
/* Media Menu		             */ 
/* ***************************** */
div.as_media_menu_container {
	width:100%;
	height:73px;
	bottom:0px;
	position:absolute;
}
div.as_media_menu_holder {
	width:100%;
	height:33px;
}
div.as_media_submenu_holder {
	border-top:1px solid #333;
	background:#A29175;
	width:100%;
	height:40px;
}
div.as_media_menu_container_inner {
	position:relative;
}
ul.as_media_menu,
ul.as_media_submenu {
	margin: 0 0 0 10%;
}
ul.as_media_menu a,
ul.as_media_menu li.active a,
ul.as_media_submenu a {
	float:left;	
	background:url(../../i/redesign2011/media_menu_gradient.jpg) 0px 0px;
	color:#ffffff;
	font:normal 14px arial;
	line-height:33px;	
	text-decoration:none;
	margin-right:3px;
	padding:0px 14px 0px 14px;
}
ul.as_media_menu li.active a {
	background: url("../../i/redesign2011/cst_link_gradient.png") repeat scroll 0 33px transparent;	
}
ul.as_media_menu a.last {
	padding-right: 16px;
}
ul.as_media_menu li,
ul.as_media_submenu li {
	display:inline;
}
ul.as_media_submenu a,
ul.as_media_submenu a:hover,
ul.as_media_submenu li.active a {
	line-height:27px;
	font-size:12px;
	margin:6px 6px 0px 0px;
	padding:0px 10px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;	
}

/* ***************************** */
/* Media Gallery	             */ 
/* ***************************** */
div#as_media_container {
	height:100%;
	width:100%;
	bottom:0px;
	position:fixed;
}
div#as_media_gallery_container {
	position:absolute;
	float:left;
	height:100%;
	width:100%;
	text-align: center;
}

div.cms-module-gallery,
#as_media_gallery {
	height:100%;
	width:100%;
}
#as_media_gallery {
	position:relative;
}
#as_media_gallery a {
	cursor:default;
}
div.gallery_images {
	height:100%;
	width:100%;
}
div#as_media_bottom_container {
	position:absolute;
	bottom:92px;
	left: 10%;
	width:282px;
	min-height:131px;
}
div#as_media_gallery_scroll_container {
	position: relative;
	z-index:999;
	width: 57%;
	float: right;
	margin: -50px 20px 0 0;
}
a.as_media_gallery_scroll_prev,
a.as_media_gallery_scroll_next {
	background:url(../../i/redesign2011/media_scroll_prev.png) no-repeat 0 30px;
	height:85px;
	width:19px;
	display: block;
	position: absolute;
	top: 0;
}
a.as_media_gallery_scroll_prev {
	left: -20px;
}
a.as_media_gallery_scroll_next {
	background-image:url(../../i/redesign2011/media_scroll_next.png);
	right: -20px;
}
div#as_media_gallery_scroller {
	height: 80px;
}
div#as_media_gallery_scroller td {
	padding-right:10px;
}
div#as_media_gallery_scroller a {
	display:block;
	margin-top: 20px;
}
div#as_media_gallery_scroller img {
	border:3px solid #ffffff;
	height:47px;
}
div#as_media_gallery_text_container {
	background:url(../../i/redesign2011/media_textbox_transparency.png);
	position:relative;
	bottom:92px;
	width:282px;
	line-height:20px;
	padding:13px;
	top:0px;
	float:left;
	min-height:105px;
	display: none;
}
div#as_media_gallery_text_container div.as_gallery_text h4 {
	color:#ffffff;
	font:bold 12px arial;
	text-transform:uppercase;
}
div#as_media_gallery_text_close {
	background:url(../../i/redesign2011/media_textbox_close.png) no-repeat;
	height:9px;
	width:8px;
	position:absolute;
	right:6px;
	top:5px;
	cursor:pointer;
	display:block;
}
#as_media_video_container {
	margin: 100px auto;
	width: 1020px;
}
#as_media_container .mejs-container {
	margin: 70px auto 0;
}

/* ***************************** */
/* Misc				             */ 
/* ***************************** */
div.cms-module-legal-imprint h2,
div.cms-module-legal-imprint h3 {
	margin:13px 0px 13px 0px;
}
body div.cms-module-weblog-post {
	width:100%;
}
body div.cms-module-weblog-head {
	display:none;
}
body div.weather-outer {
	top:15px;
	width:200px;
}
body div.weather-outer h1 {
	display:none;
}

/* ***************************** */
/* pressebereich                 */ 
/* ***************************** */
body div.dms-navigation-bar {
	padding:0px;
}
body div.dms-navigation-bar,
body div.dms-box {
	background:none;
	border-bottom:1px solid #cdb692;
}
body table.dms-list-files td.file, 
body table.dms-list-files td.file-icon, 
body table.dms-list-folders td.folder-name, 
body table.dms-list-folders td.folder-icon {
  border-top: 1px solid #cdb692;
}

/* ***************************** */
/* wetter		                 */ 
/* ***************************** */
body div.weather-text-container {
	width:400px;
}
body div.weather-text-container h1 {
	display:block;
}

/* ******************************** */
/* Webcam						    */ 
/* ******************************** */
table.gc_webcam_table {
	margin-top:10px;
}
table.gc_webcam_table img {
  width: 330px;
}

/* ******************************** */
/* pagina gallery list				*/ 
/* ******************************** */
div.cms-module-gallery-list {
	width:656px;
	overflow:hidden;
}
div.cms-module-gallery-list table.gallery-options {
	background:url(../../i/redesign2011/cst_navigation_pages_gradient.jpg) repeat-x;
	clear: both;
	width:656px;
	text-align: center;
	overflow:hidden;
	line-height:31px;
	float:left;
	margin-top:10px;	
	padding:0px;
	height:31px;
}
div.cms-module-gallery-list table.gallery-options td {
	padding: 0;
}
div.cms-module-gallery-list table.gallery-options td a,
div.cms-module-gallery-list table.gallery-options td a:hover {
	display:block;
	background:url("../../i/redesign2011/cst_link_gradient.jpg") repeat 0 0;
	line-height:31px;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	color:#fff;
}
div.cms-module-gallery-list td.gallery-options-left a,
div.cms-module-gallery-list td.gallery-options-left a:hover {
	float:left;
	position:relative;
	left:-2px;
	top:-2px;
}
div.cms-module-gallery-list td.gallery-options-right a,
div.cms-module-gallery-list td.gallery-options-right a:hover {
	position:relative;
	left:1px;
	top:-2px;
	float:right;
}
span.cms-form-sent {
	border: 1px solid #000;
	padding: 10px;
	margin: 10px;
	background-color: #444;
	display: block;
}
div div#adventskalender {
    background: url("../../i/adventskalender/kalender-bg.jpg") !important;
}
body.adventskalender {
    background: url("http://www.schwarz.at/static/i/adventskalender/tuer-bg.jpg") no-repeat scroll left bottom;
}
body.adventskalender a.print {
	background-color: #fff;
}

/*********************/
/**** Merkzettel   ***/
/*********************/
div.stck_left_content {
	position:relative;
}
div.vnh-container-main {
	position:fixed;
	top:0;
	right: 2%;
	z-index:2000;
}
div#vnh-container {
	display:none;
	z-index:2000;
	text-align: right;
}
div#vnh-container a {
	background: url("../../i/redesign2011/cst_link_gradient.png") repeat scroll 0 -50px transparent;
	text-decoration:none;
	font:normal 14px/22px arial;
	-webkit-border-radius:px 0px 12px 12px;
	-moz-border-radius:px 0px 12px 12px;
	border-radius:0px 0px 12px 12px;
	display:inline-block;
	color: white;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	line-height: 24px;
}
body.ice div#vnh-container a {
	background:#03557B url("../../i/cst_link_gradient.png");
	text-decoration:none;
	border:1px solid #01537A;
	font:bold 12px/22px arial;
	-webkit-border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 0px 0px;
	display:inline-block;
	color:white;
}
div#vnh-container a:hover {
	background: url("../../i/redesign2011/cst_link_gradient.png") repeat scroll 0 0 transparent;
	color: white;
}
body.ice div#vnh-container a:hover {
	background:red url("../../i/cst-button-gradient.gif");
	color:#01537A;
}
div.vnh-container a span {
	background:url("../../i/cart.png") no-repeat 8px center;
	padding: 0px 32px 3px;
	display:inline-block;
}
div.vnh-notices {
	background:#555;
	padding:8px;
	width:400px;
	_width:300px;
	/* man beachte die angebotsbox */
	z-index:2000;
	opacity:1;
	position:relative; 
	-webkit-box-shadow:0px -1px 7px #111;
	-moz-box-shadow:0px -1px 7px #111;
	box-shadow: 0 -1px 7px #111;
}
body.ice div.vnh-notices {
	background:#E1EDF2;
	border-top:1px solid #E1EDF2;
	-moz-box-shadow:0 -3px 10px #CCCCCC;
}
div.vnh-notices a { 
	font-size:13px;
	color:white;
	text-decoration:none;
}
body.ice div.vnh-notices a { 
	font-size:13px;
	color:#01537A;
	text-decoration:none;
}
div.vnh-notices a.vnh-layer-close {
	background:url("../../i/close-button.gif") no-repeat center center;
	display:inline-block;
	height:12px;
	width:12px;
	float:right;
	position:absolute;
	right:3px;
	top:3px;
}
body.ice div.vnh-notices a.vnh-layer-close {
	background:url("../i/close-button-ice.gif") no-repeat center center;
}
div.vnh-notices div.vnh-group-item {
	clear:both;
	padding:5px 0;
}
div.vnh-notices a.vnh-group-item-delete {
	background:url("../../i/delete-icon.png") no-repeat center center;
	display:inline-block;
	height:20px;
	width:20px;
	float:right;
	margin-right:5px;
}
a.vnh-group-item-link {
	*float:left;
}
div.vnh-notices div.link-container {
	text-align:left;
	border-top:1px solid #7A7A7A;
	margin-top:5px;
	padding:8px 0 1px;
}
div.vnh-notices div.link-container a.vnh-layer-request {
	background: url("../../i/redesign2011/cst_link_gradient.png") repeat scroll 0 33px transparent;
	font-weight:bold;
	padding:3px 10px;
	color:white;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;	
}
a.highl {
	background: url("../../i/highl-arrow.gif") no-repeat scroll 0 4px transparent;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 13px;
    text-align: right;
    text-decoration: none;
    margin-top: 3px;
}
a.highl:hover {
    text-decoration: underline;
}

/* webkit browser hack, webkit doesnt like width at postion fixed child elements -.- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body div.vnh-notices { width:auto; }
	a.vnh-group-item-link { margin-right: 30px; }
}
.as_content_middle li {
	background: url("../../i/content_list_item.png") no-repeat scroll left 8px transparent;
	padding-left: 20px;
}

/* ***************************** */
/* video page		             */
/* ***************************** */

div#as_video_container div.as_header_container {
	height: auto;
}

div#as_video_container div.as_logo {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

div.as_playlist {
	margin: 33px auto 0;
	width: 960px;
	margin-bottom: 100px;
	overflow:hidden;
}

div.as_playlist div.social-media-item {
	width: 298px;
	height: 129px;
	margin: 0px 8px 8px 0px;
	padding: 9px 7px 8px 9px;
	background: #ffffff;
	float: left;
	position: relative;
	font: 12px/12pt arial;
	color: #5a5a5a;
}

body div.as_playlist div.social-media-item-date,
body div.as_playlist div.social-media-item-content {
	font-size:12px;
}

div.as_playlist div.social-media-item-date {
	margin-bottom: 10px;
}

div.as_playlist div.social-media-item-last {
	margin-right: 0px;
}

div.as_playlist div.social-media-item-views {
	float: none;
}

div.as_playlist div.social-media-item-meta {
	margin: 0;
	position: absolute;
	top: 93px;
}

div.as_playlist div.social-media-item-rating-text {
	margin-left: 0px;
}

div.as_playlist div.social-media-item-rating-stars {
	z-index: 500;
}

div.as_playlist div.social-media-item-rating-move {
	z-index: 499;
}

div.as_playlist div.social-media-item-rating-background {
	z-index: 498;
}

div.as_playlist div.social-media-items a {
	border: 0 none;
	padding: 0;
	text-decoration: none;
	font-size: 12px;
	color:#5A5A5A;
	line-height: 20px;
}

div.as_playlist div.social_media_item_link a {
	height: 146px;
	left: 0;
	position: absolute;
	top: 0;
	width: 314px;
}

div.as_playlist div.social-media-item-title{
	margin-bottom: 10px;
}

.as_highlighted_text .weblog-teaser-list a {
    color: #fff;
}

.as_highlighted_text .weblog-teaser-list a:hover {
    color: #fff;
    text-decoration: underline;
}

.as_highlighted_text .weblog-teaser-list span {
    display: block;
    color: #000;
}

.as_highlighted_text .weblog-teaser-list .read_more {
    color: #000;
    display: block;
}

.as_highlighted_text .weblog-teaser-list .read_more:hover {
    color: #000;
    text-decoration: underline;
}

@media only screen and (max-width:1320px){
	body.fr div.as_menu table.level_0 a{
		font-size: 20px;
	}
}