/*
..........................................
esthetiques Yoga CSS | by webcoreworks.com
..........................................
*/




html {
	margin: 0px;
	padding: 0px;
   font-size: 0.8em;
}

body {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #273325;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #BDCFAB url(../img/bg_body.jpg) repeat-x top;
}




/* DIVs
............................................................... */

#container {
  text-align: left;
  margin-left:auto;
  margin-right:auto;
  background: #fff;
  width: 760px;
}

#header {
  height: 350px;
  position: relative;
  background: #D8E5C8 url(../img/bg_header.jpg) no-repeat;
}

#logo {
  width: 300px;
  height: 100px;
  position: absolute;
  top: 110px;
  left: 30px;
}

#header div.menu {
   height: 170px;
   width: 270px;
   position: absolute;
   top: 190px;
   left: 250px;
   background: transparent;
}

#content {
   letter-spacing: -0.01em;
   padding: 25px 50px;
   line-height: 1.6em;
   background: #fff url(../img/bg_content.gif) repeat-y top center;
}

#footer {
  clear: both;
  text-align: center;
  padding: 17px 0 53px 0;
  font-size: 0.85em;
  letter-spacing: 0.01em;
  color: #838E7A;
  background: #C8DCB3 url(../img/bg_footer.gif) no-repeat bottom center;
}




/* Links
............................................................... */

#header a:link, #header a:visited, #header a:focus, #header a:hover {color: #D8E5C8;}

#content a:link, #content a:visited  {
  color: #759551;
  text-decoration:none;
  border-bottom:1px solid #93bd65;
}
#content a:hover, #content a:focus {
	color: #93bd65;
}
#content ul.flat a:link, #content ul.flat a:visited  {
  color: #424d36;
}
ol.flat a:hover {color: #333;}

#content a.top:link, #content a.top:visited {
  color: #ccc;
  font-size: 0.75em;
  display: block;
  float: right;
  margin-top: -3em;
}

#footer a {
  padding: 0.1em 0;
  margin: 0 0.1em;
  color: #233221;
  text-decoration: none;
  border-bottom: 1px solid #A4B09A;
}
#footer a:hover {
   background-color: #D8E5C8;
   border-bottom: 1px solid #C8DCB3;
}

/* <#header div.menu> */
#header div.menu a {
   display: block;
   float: right;
   height: 30px;
   width: 270px;
   margin: 0; padding: 0;
   text-decoration: none;
   text-indent: -9999px;
   background: transparent url(../img/bg_header_menu.gif) no-repeat bottom;
}
#header div.menu :focus {-moz-outline-style: none;} /*Fix of Firefox 1.5's outline-quirk */
#header div.menu a.home {background-position: 0 0;}
#header div.menu a.uber-uns {background-position: 0 -30px;}
#header div.menu a.yogapraxis {background-position: 0 -60px;}
#header div.menu a.yogalehrerausbildung {background-position: 0 -90px;}
#header div.menu a.seminare {background-position: 0 -120px;}

#header div.menu a:hover {
}
#header div.menu a.home:hover, #header div.menu a.home:focus {background-position: -270px 0;}
#header div.menu a.uber-uns:hover, #header div.menu a.ueberuns:focus {background-position: -270px -30px;}
#header div.menu a.yogapraxis:hover, #header div.menu a.yogapraxis:focus {background-position: -270px -60px;}
#header div.menu a.yogalehrerausbildung:hover, #header div.menu a.yogalehrerausbildung:focus {background-position: -270px -90px;}
#header div.menu a.seminare:hover, #header div.menu a.seminare:focus {background-position: -270px -120px;}


/* Images
............................................................... */

a img {border: 0;}




/* TextFormats
............................................................... */

table {
   font-size: 1em;
   line-height: 1.3em;
   clear: both;
}
table.infotable td {
   padding: 2px 0;
   text-align: left;
   vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
   clear: both;
   color: #22261e;
   font-weight: normal;
}

h1 {
  color: #233221;
  font-weight: normal;
  font-size: 2em;
  width: 285px;
  margin: 0 0 15px 0; padding: 0;
  background: transparent no-repeat center left;
  border-bottom: 3px solid #C8DCB3;
}

h2 {
   font-size: 1.62em;
   font-weight: bold;
   letter-spacing: 0.01em;
   margin: 30px 0 8px 0;
   padding: 0;
}   

h3 {
   font-size: 1.32em;
   letter-spacing: -0.05em;
   margin: 30px 0 4px 0; padding: 0;
}
   
#header span {
   display: block;
   height: 45px;
   width: 270px;
   position: absolute;
   top: 30px;
   right: 20px;
   text-indent: -9999px;
   background: transparent url(../img/bg_header_span.gif) no-repeat;
}

img.left {
   float: left;
   margin: -5px 10px 8px -8px;
}
img.right {
  display: block;
   float: right;
   margin: 5px 10px 10px 10px;
}
img.right2 {
  display: block;
   float: right;
   margin: -4px 0 10px 10px;
}
.righttext {text-align: right;}

.sml {
   font-size: 0.9em;
   color: #777;
}
.clear{clear: both;}

ol.flat {
  color: #98A28B;
  font-size: 0.92em;
  line-height: 1.12em;
  letter-spacing: 0.01em;
  margin: 0 0 25px 50px;;
  padding: 25px;
  width: 160px;
  list-style-type:upper-roman;
  list-style-position:outside;
  float: left;
  background: #E1EBD3;
  border-top: 1px solid #D9E1CE;
  border-right: 1px solid #D3DBC7;
  border-bottom: 1px solid #CED6C3;
  border-left: 1px solid #D3DBC7;
}
ol.flat li {margin: 0 25px;}
ul.flat {
  color: #98A28B;
  font-size: 0.92em;
  line-height: 1.32em;
  letter-spacing: 0.01em;
  margin: 0 0 25px 50px;;
  padding: 25px;
  width: 360px;
  list-style-type:square;
  list-style-position:outside;
  float: left;
  background: #E1EBD3;
  border-top: 1px solid #D9E1CE;
  border-right: 1px solid #D3DBC7;
  border-bottom: 1px solid #CED6C3;
  border-left: 1px solid #D3DBC7;
}
ul.flat li {margin: 0 25px;}

td.result {
  text-align: center;
  border-top: 1px solid #CED6C3;
}

/* standard classes
'''''''''''''''''*/

.right {float:right;}
.left {float:left;}

.aright {text-align:right;}
.acenter {text-align:left;}
.ajustified {text-align:justify;}
.atleft {text-align:left;}

.clear {clear:both;}
.hidden {visibility:hidden;}
.none {display:none;}
