
body
{

	width: 100%;
	min-width: 1000px;
	height: 100%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	background-color: #F7F7F7;
}

#page
{
	background-color: #F7F7F7;
}

#header
{
	margin: 0 auto;
	width: 950px;
	height: 25px;
	line-height: 25px;
	color: #999;
}

a:link
{
	color: #999;
    text-decoration: none;
}

a:visited
{
	color: #999;
    text-decoration: none;
}

a:hover
{
	color: #999;
    text-decoration: underline;
}

a:active
{
	color: #999;
    text-decoration: underline;
}

#phone
{
	float: right;
	margin-right: 30px;
}

#email
{
	float: right;
}

.boldSymbol
{
	font-weight: 700;
	margin: 0 4px;
	color: #666;
	font-size: 12px;
}

#hrHeader
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #f0f0f0;
	margin: 2px 0 0 0;
	padding: 0;
}

#hrHeaderMenu
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #f0f0f0;
	margin: 15px 0 0 0;
	padding: 0;
}


#logo
{
	margin: 15px auto;
	width: 950px;
	height: 46px;
	cursor:pointer;
}


#menu
{
	margin: 15px auto 0 auto;
	width: 950px;
	font-weight: 400;
	font-size: 10px;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}


#menu a
{
	margin-right: 35px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

#menu .stretch 
{
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.menuhome
{
	color: #868E5F;
}

.menuservice
{
	color: #B4BE89;
}

.menuinfo
{
	color: #76757A;
}


#slider
{
	width: 100%;
	height: 400px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 48px;
	word-spacing: 15px;
	background: #CCD395 url('../img/slider01.png');
	background-size: auto 400px;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}

#sliderOverlay
{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#sliderFirstLine
{
	display: inline-block;
}

#sliderSecondLine
{
	display: inline-block;
	color: #fff;
}

#sliderAnd
{
	display: inline-block;
	font-size: 30px;
	margin-left: 25px;
}


.sliderMini
{
	width: 100%;
	height: 200px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 48px;
	word-spacing: 15px;
	background: #CBD294 url('../img/slider01.png');
	background-size: auto 200px;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}

.sliderMiniOverlay
{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}




#tiles
{
	margin: 0 auto;
	width: 950px;
}

.tilesLine
{
	width:100%;
	margin-bottom: 25px;
	height: 213px;
}

.tileitem
{
	width: 294px;
	height: 213px;
	background-color: #AAA;

	border-style: solid;
	border-width: 7px;
	border-color: white;

	margin: 0 4px;

	font-size: 20px;
	color: #666;
	line-height: 213px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	
	cursor:pointer;
}

.tileitem_halfspacer
{
	width: 147px;
	height: 213px;
	background-color: transparent;

	border-style: solid;
	border-width: 7px;
	border-color: transparent;

	margin: 0 4px;

	font-size: 20px;
	color: #666;
	line-height: 213px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

#TileQiGong
{
	background: #dfe4b2 url('../img/tileQiGong.png');
	background-size: 294px 213px;
}

#TileTuiNa
{
	background: #b7be7f url('../img/tileTuiNa.png');
	background-size: 294px 213px;
}

#TileMassotherapie
{
	background-color: #fba838;
}

#TileContact
{
	background-color: #efdaa5;
}

#TileKobido
{
	background: #ffc166 url('../img/tileKobido.png');
	background-size: 294px 213px;
}



.tileleft
{
	float: left;
}

.tileright
{
	float: right;
}

.tilecenter
{
	margin: 0 auto;
}

.infoPageInside
{
	margin: 20px auto;
	width: 950px;
	font-size: 12px;
	line-height: 1.8em;
}


.infoText
{
	position: relative;
}

#acuTroubles
{
	padding-top: 20px;
}

.imgBlock
{
	float: right;
	width: 310px;
	text-align: center;
	margin: 0 0 0 20px;
}

.imgBlock.left
{
	float: left;
	margin: 0 20px 0 0;
	text-align: left;
}

.imgTypes
{
	max-width: 300px;
	max-height: 300px;
	margin: 0 auto;
	border: white 5px solid;
	cursor:zoom-in;
	box-shadow: 5px 5px 3px #AAAAAA;
}

/* smaller about picture */
#imgAbout .imgTypes
{
	max-width: 200px;
	max-height: 200px;	
}

.imgLegend
{
	margin: auto;
	color: #999;
}

.imgMap
{
	float: right;
	width: 550px;
	margin: 0 0 0 20px;
	border: white 5px solid;
	cursor:zoom-in;
	box-shadow: 5px 5px 3px #AAAAAA;
}


.infoTypes
{
	overflow: auto;
	padding: 5px;
}

.inlineTitle
{
	font-weight: bolder;
	margin-right: 10px;
	color: #CBD294;
}

.twoColumnsLeft
{
	float: left;
	width: 440px;
}

.twoColumnsRight
{
	float: right;
	width: 440px;
}

#pagemassotherapie h2
{
	margin-top: 20px;
	color: #CBD294;
}

.infoPage h2
{
	margin-top: 45px;
}

.infoPage h3
{
	margin-top: 35px;
}

#pageabout h3
{
	margin-top: 35px;
	color: #CBD294;	
}


.aboutEntry
{
	margin-bottom: 10px;
}

.aboutDate
{
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

.aboutTitle
{
	display: inline-block;
	font-weight: 700;
	width: 800px;
}

.aboutInfo
{
	position: relative;
	left: 150px;
}


.contactName
{
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
}

.contactAddr
{
	margin-left: 10px;
}

.contactTel
{
	margin-top: 10px;
	font-size: 14px;
}

.contactCertificat
{
	margin-top: 30px;
	font-weight: 700;
	font-size: 14px;
	color: #B4BE89;
}

.contactCout
{
	font-weight: 700;
	font-size: 14px;
	margin-top: 10px;
}

.coutSection
{
	font-weight: 700;
	font-size: 12px;
	color: #B4BE89;
	margin-top: 20px;
}

.coutTable
{
	border: none;
}

.coutTable > tbody > tr > td:nth-child(2)
{
	text-align: right;
}

#hrFooter
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #f0f0f0;
	margin: 50px 0 50px 0;
	padding: 0;
}

#footer
{
	margin: 50px auto 0 auto;
	width: 950px;
}

.footersection
{
	width: 294px;
	color: #76757A;
}

.footerheader
{
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.footerheaderline
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #DDD;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

.footermenu
{
	padding-left: 0;
}

.footermenuitem
{
	list-style-type: none;
	font-size: 10px;
	margin-bottom: 15px;
	color: #BBB;
}

#postfooter
{
	margin: 25px auto;
	width: 950px;
}

#copyright
{
	color: #76757A;
	font-size: 10px;
}
