/* base css */
@import url(/.shared/themes/common/base-weblog.css);



/* portal css */


/* theme css */
/* general page elements */

a {text-decoration: underline;}
a:link { color: #003366;}
a:visited { color: #003366;}
a:hover { color: #336600;}
a:active { color: #003366;}


/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

.singlebr
{
	font-size: 1;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #FFFFFF;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #FFFFFF;
	text-align: left;
	font-family: Arial, sans-serif;
}

#banner-inner { padding: 0px; }

#banner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	font-weight: bold;
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */
	
	#banner
	{
		height: 100px;
		background-image: url("http://www.gstaadlife.com/gstaadlifenewheader.gif");
		background-position: 0px 5px;
		background-repeat: no-repeat;
		text-align: left;
	}
	
	#banner-inner { overflow: visible; padding: 0; }
	
	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	#banner-newspoint
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding-top: 5px;
	}

	#banner-gstaadlife
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding-top: 5px;
	}
	
	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 141px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: 500px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
			width: 315px; /* 285px + 15px + 15px */
	
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 0px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 0px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 0px 0;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: normal;	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */



.module-header
{
	margin: 2px 0;
	border-bottom: 1px solid #339900;
  	padding: 3px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 125%;
	text-align: left;
}

.module-content-video
{
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 100%;
	text-align: left;
                border-left: 1px solid #cccccc;
                border-right: 1px solid #cccccc;
                border-bottom: 1px solid #cccccc;
}

.module-content-video a
{
                text-decoration: none;
}

.module-content-video a:link 
{
                color: #003366;
                text-decoration: underline;
}

.module-content-video a:visited 
{
                color: #003366;
                text-decoration: underline;
}

.module-content-video a:hover 
{
                color: #336600;
                text-decoration: underline;
}
.module-content-video a:active 
{
                color: #003366;
                text-decoration: underline;
}

.module-list { margin: 0; }
.module-list-item { margin: 0px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 5px solid #FFFFFF;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #339900;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}


/* timeline tweaks */

	.layout-timeline #alpha
	{
					width: 390px; /* 285px + 15px + 15px */
		
		
	}
	
	.layout-timeline #beta
	{
		width: 390px;
		
	}
	
	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }


/* two-column-left tweaks */
	
	.layout-two-column-left #container
	{
		width: 800px;
	}

	.layout-two-column-left #alpha
	{
		width: 490px;
		
	}
	
	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 20px 20px 20px 20px;
		background: #FFFFFF;
	}
	
	.layout-two-column-left #beta
	{
					width: 300px;
		
		
	}
	
	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 20px 20px 20px 20px;
		background: #FFFFFF;
	}


/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: 800px;
	}

	.layout-two-column-right #alpha
	{
					width: 480px;
		
		
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 7px 23px 7px 7px;
		background: #FFFFFF;
	}
	
	.layout-two-column-right #beta
	{
		width: 320px;
		
	}
	
	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 7px 7px 7px 7px;
		background: #FFFFFF;
	}


/* user css */


/* other css */

.table {
	background-color: #FFFFCC;
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 15px;
}

.newspointnavigation {
	border: 1px solid #009900;
}

.nplanding {
	font-size: x-small;
}

.copyright
{
	margin: 0 0 0px 0;
	border-bottom: 0px;
	padding-bottom: 5px;
                padding-top: 5px;
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: normal;	
}

#usefulnos-left-column 
{
	float: left;
	width: 67%;
	margin: 0;
	margin-right: ;
	padding: 0px;
}

#usefulnos-right-column 
{
float: right;	
padding: 0px;
	margin-left: ;
}
		

.module-list-usefulnos 

{  
margin: 0;
float: left;
padding-left:0px;
}
.module-list-item-usefulnos
{ 
margin: 0 0 0 -40; 
list-style-type: none;
padding-left: 0px; 
}



.module-ski
{
		background-image: url("/gstaadlife/images/skibackground.gif");
		background-position: 0px 0px;
		background-repeat: no-repeat;
                                padding-left: 5px;
                 cursor: pointer;

}

.marktplatz-header
{
	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .3em;
}


.module-content-marketplace
{
	margin: 0px 2 0px 2;
	font-family: Arial, sans-serif;
	font-size: x-small;
	text-align: left;
}

.module-list-item img
{
	margin: 0px;
                padding-left: 0px;
}

.rssitems ul, li
{
	margin: 0px 0;
                list-style-type: none;
}
.rssitem li, ul
{
	margin: 0px 0;
                list-style-type: none;
	padding-left: 0px;
}

.marketplacecontainer
{
                width:100%;
	border-bottom: 1px solid #339900;
}

.marketplacetitle
{
                float:left;
                padding-left: 3px;
                padding-right: 0px;
                padding-top: 2px;
                padding-bottom: 2px;
                margin-left: 0px;
                margin-right: 27px; 
                margin-top: 0px;
                margin-bottom: 2px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
}

.marketplaceimage
{
                margin-left: 35px;
                padding-left: 0px
                padding-right: 0px;
                padding-top: 6px;
                padding-bottom: 0px;

}

.highlight 
{
	color: #CC3333;
                font-weight: bold;

}

.propertyofweekcontainer
{
                width:100%;
	border-bottom: 1px solid #339900;
}

.propertyofweektitle
{
                float:left;
                padding-left: 3px;
                padding-right: 0px;
                padding-top: 0px;
                padding-bottom: 0px;
                margin-left: 0px;
                margin-right: 57px; 
                margin-top: 0px;
                margin-bottom: 2px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
}

.propertyofweeksponsor
{
                margin-right: 0px;
  	padding-left: 60px;
                padding-right: 0px;
                padding-top: 0px;
                padding-bottom: 0px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: xx-small;
}


.propertyofweektext
{
                float:left;
}

.propertyofweekimage
{
                margin-right: 0px;
}

.rss-box-jobs {
	margin-left: 20px; 
}

.rss-box-jobs-container {
                background-color: #f1f5f1;
                width: 293px;
                border: 1px solid #CCCCCC;
  	padding-left: 0px;
                padding-right: 5px;
                padding-top: 8px;
                padding-bottom: 8px;
}


.rss-box-jobs ul.rss-items  {
           
                 list-style-type: none;
                 margin-left: 0px;

	}

.rss-box-jobs li.rss-item  {

                 list-style-type: square;
                 margin-left: 0px;
margin-bottom: 5px;

	}


.rss-box-property {
	margin-left: 20px;
}

.rss-box-property-container {
                background-color: #f1f5f1;
                width: 293px;
                border: 1px solid #CCCCCC;
  	padding-left: 0px;
                padding-right: 5px;
                padding-top: 3px;
                padding-bottom: 8px;
}


.rss-box-property ul.rss-items  {
                          
                  list-style-type: none;
                 margin-left: 0px;

	}

.rss-box-property li.rss-item  {

                 list-style-type: square;
                 margin-left: 0px;

	}

.rss-box-vehicles {
	margin-left: 20px; 
}

.rss-box-vehicles-container {
                background-color: #f1f5f1;
                width: 293px;
                border: 1px solid #CCCCCC;
  	padding-left: 0px;
                padding-right: 5px;
                padding-top: 8px;
                padding-bottom: 8px;
}


.rss-box-vehicles ul.rss-items  {
           
                 list-style-type: none;
                 margin-left: 0px;

	}

.rss-box-vehicles li.rss-item  {

                 list-style-type: square;
                 margin-left: 0px;
margin-bottom: 5px;

	}

.rss-box-rest {
	margin-left: 20px; 
}

.rss-box-rest-container {
                background-color: #f1f5f1;
                width: 293px;
                border: 1px solid #CCCCCC;
  	padding-left: 0px;
                padding-right: 5px;
                padding-top: 8px;
                padding-bottom: 8px;
}


.rss-box-rest ul.rss-items  {
           
                 list-style-type: none;
                 margin-left: 0px;

	}

.rss-box-rest li.rss-item  {

                 list-style-type: square;
                 margin-left: 0px;
margin-bottom: 5px;

	}

.rss-box-video {
	margin-left: 20px; 
}

.rss-box-video-container {
                background-color: #ffffff;
                width: 293px;
                border: 1px solid #cccccc;
  	padding-left: 0px;
                padding-right: 5px;
                padding-top: 8px;
                padding-bottom: 8px;
}


.rss-box-video ul.rss-items  {
           
                list-style-image: url('http://www.anzeigervonsaanen.ch/images/playvideo.gif')

	}

.rss-box-video li.rss-item  {
                 list-style-type: square;
                 margin-left: 0px;

	}

.subheader
{
	color: #000000;
                font-weight: bold;
                padding-left: 3px;
}


.videolinks {
                background-color: #ffffff;
	color: #000000;
	font-family: Arial, sans-serif;
	font-weight: bold;
                cursor: pointer;
                border-bottom: 1px solid #cccccc;
                padding: 0px;
                margin: 0px;
}
.morevideo {
  	padding-left: 20px;
                padding-bottom: 20px;
}

.videosubheader
{
	color: #000000;
                font-weight: bold;
                padding-left: 20px;
                padding-top: 10px;
                padding-bottom: 20px;
}
.videolinks img,
{
	border: 0px;
                padding-left: 0px;
                padding-right: 0px;
                padding-top: 5px;
                padding-bottom: 0px;
}

#logo1 {border-bottom: #00aa84 2px solid;}
#logo2 {border-bottom: #CCCCCC 2px solid;}
#logo3 {border :0px; padding:0px;}
#logo4 {border-bottom: #CCCCCC 2px solid;}
#logo5 {border-bottom: #CCCCCC 2px solid;}

#video-icon-no-padding {border-width:0px; border-style: solid; border-color: #cccccc; padding:0px;}

.imgpad
{
    margin-right: 8px;
margin-top: 4px;
  margin-bottom: 10px;
}

.entry-comment-footer 
{ 
margin-top: 20px;
margin-bottom: 20px;
margin-left: 0px;
text-align: left; 
font-weight: bold;
clear:both;

}

.entry-footer-home,
.trackback-footer-home,
.comment-footer-home
{
	margin: 0 0 0px 0;
	padding-bottom: 10px;
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: normal;	
}

.entry-footer-start,
.trackback-footer-start,
.comment-footer-start
{
	margin: 0 0 0px 0;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: normal;
	text-align: left;
	font-weight: strong;	
}

.bannernav
{
    float:left;
    padding: 20px 140px 0 10px;
    font-family: Arial, sans-serif;
    font-size: small;
    height: 50px;
}

.util
{
    float:left;
    font-family: Arial, sans-serif;
    font-size: x-small;
    padding: 0px;
    margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

.imgpadbanner

{
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 1px;
}

.indented
   {
   padding-left: 20px;
   }


.imgpad-rcm-suchen
{
margin-left: 5px;    
margin-right: 3px;
margin-top: 0px;
  margin-bottom: 0px;
padding-left: 5px;    
padding-right: 3px;
padding-top: 0px;
  padding-bottom: 0px;
}


.rcm-suchen
{

	font-family: Arial, sans-serif;
	font-size: small;
	font-weight: strong;
    margin-right: 0px;
margin-top: 0px;
  margin-bottom: 0px;
    padding-right: 0px;
padding-top: 0px;
  padding-bottom: 0px;	
}

.rcm-suchen-padding
{

margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;	
}

.top-nav-divider
{
margin-right: 10px;
margin-left: 10px;
}

img .video {
                margin-top: 5px;
}

/* ph=1 */

