/* grid */
.main_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:0;
	_position: absolute;
}

#main_container {
	width: 1007px;
	margin: 30px auto 0;
	position: relative;
	z-index:5;
}
#header {
	height: 80px;
	width: 758px;
	padding: 20px 102px 0 80px;
	border: 2px outset #AFAFAF;
	position: relative;
	z-index: 10;
	background: url(../images/grey.png);
}

.logo{
	display:block;
	width:776px;
	height:20px;
	margin:11px 0 7px;
	overflow:hidden;
	position:relative;
	text-indent: -9999px;
}
.logo img{
	position: absolute;
	top: 0;
	left: 0;
}
#header h2{
	float: right;
}
.lang{
	float: right;
	color: #fff;
	padding: 0 64px 0 0;
	text-decoration: underline;
	height: 18px;
}
.sidebar {
	width:204px;
	border:1px outset #AFAFAF;
	position: absolute;
	top: 0px;
	left: 66px;
	padding: 135px 0 100px 54px;
}
.container{
	width: 895px;
	padding: 5px 0px 0 50px;
	overflow: hidden;
}
.content{
	width: 587px;
	padding: 10px 15px 10px 84px;
	border: 2px outset #AFAFAF;
	margin: 0 0 0 205px;
/* 	position: relative; */
	/* position: absolute;
	top: 130px; */
	background: url(../images/white.png);
}


.sidebar li{
	margin: 0 0 12px 0;
}
.sidebar a{
	background: url(../images/menu_bg.png ) no-repeat;
	display: block;
	width: 156px;
	height: 21px;
	padding: 1px 0 0 16px;
	color: #000;
}
.sidebar a:hover{
	background: url(../images/button_hover.png ) no-repeat;
	color: #7A7A7A;
}
.sidebar .active{
	color: #FF7E40;
}
#footer{
	width: 689px;
	margin: 0 0 0 206px;
	color: #fff;
	text-align: center;
}


/* text from text editor */
.client_text{
	clear: left;
	padding: 10px 0;
	font-size: 15px;
	color: #181b23;
	text-align: justify;
}
.client_text  p{
	margin-bottom: 10px;
}
.client_text a{
	text-decoration: underline;
}
.client_text ul, .client_text ol{
	padding: 10px 0;
	list-style-position:inside;
}
.client_text ol{
	list-style-type: decimal;
}
.client_text  li{
	padding: 5px 0 0 10px;
	line-height: 1.5em;
}
.client_text ul li{
	background: url( ../images/liststyle.png) no-repeat 0 4px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}
.client_text .simple li{
	background: none;
	list-style-type: disc;
}
.client_text h1 {
	font-size: 1.5em;
}
.client_text h2, h2 {
	font-size: 15px;
	margin-bottom:0.75em;
	text-align: center;
	color: #3a464e;
}
.client_text h3, h3 {
	font-size: 15px;
	margin: 20px 0px 10px 0;
	text-align: center;
	color: #fff;
}
.client_text h4, h4 {
	font-size: 14px;
	margin-bottom:1.25em;
	color: #181b23;
}
.client_text h5 {
	font-size: 1.1em;
}
.client_text h6 {
	font-size: 1em;
}
.client_text img{
	border: 1px outset #AFAFAF;
	padding: 10px;
	float: right;
	margin: 0 5px 5px 5px;
}
cite{
	text-align: right;
	
	display: block;
	margin: 0 0 10px;
	font: bold italic 15px "Times New Roman" ;
	
}
.cite_therapist{
	margin: 0 0 86px;
}
.text_centered p{
	text-align: center;
}
.client_text.text_centered img{
	border: none;
}

.smallText{
    font-size: 0.8em;
}
.normalText{
    font-size: 1em;
}
.bigText{
    font-size: 1.091em;
}
.bigerText{
    font-size: 1.182em;
}
	
/* tabele from timymce*/
.editor_table{
	width: 100%;
}

.editor_table td{
	padding: 2px 5px;
}

.table_header{
	background: #1571af;
	color: #fff;
}
.odd_row{
	background: #1571af;
	color: #fff;
}
.even_row{
	background: #b5ceec;
	color: #fff;
}
	
/* end style from text editor */


.home .sidebar{
	top: 63px;
	background: #647582;
	/* padding: 135px 0 790px 54px;
	*padding: 135px 0 800px 54px;  */
} 
.home h3, .highlights h3{
	color: #3a464e;
}

.transpersonal .client_text{
	color: #000;
}
.transpersonal .sidebar{
	background: #B17C81;
}


.therapy .client_text{
	color: #000;
}
.therapy .sidebar{
	background: #67838B;
}

.breathwork .sidebar{
	background: #A56D56;
}
.application .sidebar{
	background: #618292;
}
.therapist .sidebar{
	background: #B87243;
}
.location .sidebar{
	background: #79786C;
}
.vivacom{
	background: url(../images/vivacom.png) no-repeat 0 4px;
	text-indent: -9999px;
	padding: 0 47px;
}
.reception{
	color: #FFFF80;
}

.highlights .sidebar{
	background: #A39A36;
}
.experience  .content{
	margin-top: 18px;
}
.experience .sidebar{
	background: #788696;
}
.pager{
	background: url(../images/pager.gif) no-repeat;
	overflow: hidden;
	height: 20px;
	width: 200px;
	margin: 10px auto 0 auto;
	padding: 1px 20px 0;
}
.pager li{
	float: left;
	padding: 0 8px;
	font-weight: bold;
}
.pager a{
	color: #111217
}
.pager span{
	color: #fff;
}

.article_delimiter{
	background: url( ../images/liststyle_3.png) no-repeat 0px 0px;
	width: 60px;
	height: 11px;
	margin: 15px auto;
}
.article_delimiter.one{
	background: url( ../images/liststyle.png) no-repeat 0px 0px;
	width: 11px;
}