/* SHIATSU MARGOT STÖCKLI */

html, body {
   height:101%;
}

body {
   background-color:#ffffee;
   color:#1e772d;
   font-size:14px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
}

a, a:active, a:link, a:visited {
	color: #1e772d;
}

a:hover {
    text-decoration: none;
}

ul, ol {
    margin: 5px 10px;
}


/* Layout */

#header {
	margin: 10px 0 0 40px;
}   

#mainwrap {
	padding: 0;
	margin: 0;
	background-color: #FFFFEA;
	background-image:url('https://www.shiatsu-stoeckli.ch/img/bg_mainwrap.gif');
    background-color:#ffffee;
    background-position: top;
    background-repeat: repeat-y;
}

#navi {
	margin: 0 16px 0 16px;

}  


#content {
	padding: 20px 20px 20px 20px;
	margin: 0 16px 0 16px;
	background-image:url('https://www.shiatsu-stoeckli.ch/img/bg.gif');
    background-color:#ffff00;
    background-position: top;
    background-repeat: repeat-x;
}


#footer {
	padding: 12px 50px;
	margin: 0;
	background-color: #FFFFEA;
	background-image:url('https://www.shiatsu-stoeckli.ch/img/bg_bottom.gif');
    background-position: top;
    background-repeat: no-repeat;
	text-align: center;
	font-size:12px;
	color: #8EAA76;
}



/* Header */





/* Navigation / Inhaltsverzeichnis */

#navi {
	text-align:center;
	background-color: #1e772d;
}

#navi .index {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

#navi .index_titel {
	display: none;
}

#navi .index_nesting_0 {
	float: left;
	margin: 0 1px;
	font-size: 11px;
	font-weight: bold;
}

#navi .index_item {

}

#navi .index_item_on {
	background-color: black;

}

#navi .index_item  a, #navi .index_item_on a{
	padding: 10px 10px 0 10px;
    height: 20px;
	display:inline-block;
	color: #ffffff;
	text-decoration:none;
}
#navi .index_item  a:hover{
	color: #ffff00;
}





/* Inhalt */

#content {
    font-style: italic;
}

/* - Titel - */
#content .titel_datum {
	display:none;
}

#content h1 {
	font-size: 23px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 40px 0;
}



/* - Artikel - */

#content .artikel {
	margin: 5px 0 25px 0;
}

#content h3 {
	font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 10px 0 10px 0px;

}

#content .artikel_datum {
	padding: 2px 0:


}

#content .artikel_text  {
	font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 0;

}

#content div.artikel_bild_legende {
    background-color: #F0F0F0;
    font-size: 0.85em;
    line-height: 1.3em;
    margin: -4px 0 0;
    padding: 7px 5px 7px 8px;
}

#content div.artikel .float_left {
    margin-right: 50px;
}

#content div.artikel .float_right {
    margin-left: 50px;
}

#content div.artikel img {
    margin-bottom: 10px;
}

/* - Highslide Bilder - */
div.hs_thumbnail {
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
    vertical-align: middle;
}
div.highslide-caption {
    font-size: 0.9em;
    line-height: 1.3em;
}
img.thumbnail {
    display: block;
    margin: auto;
}
a.highslide {
    display: block;
}

/* - Downloads - */
.downloads {
	list-style-type: none;
	margin: 0;
}
.download {
    margin: 0;
    padding: 5px 0 0 27px !important;
}



/* - Accordian - */
div.accordian {
   margin:0px 0px 16px 0px;
   padding:0px;
   border-bottom:1px dotted #000000;
}
div.accordian_hdr {
   border-top:1px dotted #000000;
   padding:5px 0px 5px 0px;
   cursor:hand;
   cursor:pointer;
}
a.accordian_hdr_link {
   text-decoration:none;
}
div.accordian_hdr:hover {

}
div.accordian_body {
   border-top:1px dotted #000000;
   padding:10px 0px 10px 0px;
}




/* YOU TUBE */
div.youtube_video {
   margin:0 0 30px 0;
}
h3.youtube_titel {
}

/* GOOGLE MAPS */
div.google_maps {
   height:400px;
   margin:0 0 30px 0;
   overflow:hidden;
}



