/*
-----------------------------------------------
livingyoga Template Style
Name:  livingyoga.at
URL:   http://www.livingyoga.at
Date:  30. May 2007
----------------------------------------------- */

/*
#AD8F6B = living
#4A207E = yoga

#EDEBD5 = beige hell
#8d7557 = beige dunkel
#99cc33 = grün
*/



@import url("livingyoga_nav.css");
@import url("livingyoga_form.css");



 
/***********************************************/
/* =HTML tag styles                            */
/***********************************************/

/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
} 


html { overflow-y: scroll; }

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	/*background: #FFFFFF url(/global/img/body_bg/body_bg_01.gif) repeat-x;*/
	color: #666666;
	font: 13px Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
}



h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
	margin-bottom: 10px;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(/global/img/quote.gif) no-repeat;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
	color: #AD8F6B;
}




a:link, a:active, a:visited {
	color: #AD8F6B;
}


a:hover {
	text-decoration: none;
	color: #8d7557;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.left-rahmen {
	float: left;
	margin: 0 20px 10px 0;
	padding: 5px;
	background: #EDEBD5;
}

img.right-rahmen {
	float: right;
	margin: 0 0px 10px 20px;
	padding: 5px;
	background: #EDEBD5;
}



/* tabelle */

table  {
	background: #FFFFFF;
	width: 100%;
	border-top: 1px solid #ad8f6b;
	border-right: 1px solid #ad8f6b;
	border-bottom: 1px none #ad8f6b;
	border-left: 1px solid #ad8f6b;
}
table th {
	/*background: #408CA3;*/
	background: #ad8f6b;
	padding: 7px 10px;
	/*padding: 3px 3px 3px 10px;*/
	color: #FFFFFF;
	font-size: 1.0em;
}

table td {
	background: #FFFFFF;
	padding: 2px 10px;
	/*padding: 2px 3px 2px 10px;*/
	line-height: 130%;
	border-bottom: 1px solid #ad8f6b;
	
}

table tr .noborder {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
}

table td p {
	padding: 7px 10px;
	font-size: 12px;
}
td p a, table td a{
	font-size: 12px;
}

caption {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	}
td.bgwhite {
	background: #FFFFFF;
} 
table .right {
	text-align: right;
} 
table .left {
	text-align: left;
}

/***********************************************/
/* =Layout tag styles                          */
/***********************************************/

#ie5fix {
	height: 1px:
	voice-family: "\"}\"";
	voice-familiy: inherit;
	display: none;
	}
	
#wrapper {
	width:770px;
	margin: 0 auto;
	padding: 0px;
	font-size: 95%; /* slight adjustment */
	text-align:left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:770px;
	
	}
	

html>body #wrapper {
 width:770px;
}


#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}





/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 0px;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(/global/img/header_big/livingyoga_b_01.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
	text-transform: lowercase;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}





/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
}







/* Content */

#content {
	float: right;
	width: 520px;
	padding-top: 10px;
}








/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	color: #333333;
}




/* timetable  - innerhalb von Sitebar */

#timetable {
	border: 5px solid #EDEBD5;
	background: #AD8F6B;
}
#timetable h1 {
	font-size: 152%;
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	background: #8d7557;
}

#timetable h2 {
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 1.1em;
}


#timetable a {
	color: #FFFFFF;
}

#timetable ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#timetable li {
}







/* Footer */

#footer {
	clear: both;
	height: 60px;
	padding: 25px 0;
	background: #EDEBD5 url(/global/img/footer_bg.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 0.9em;
	word-spacing: 1px;
}

#footer a {
	color: #666666;
}









/***********************************************/
/* =Design tag styles                          */
/***********************************************/


/* Links- bzw. Rechtsausrichtung für Elemente */
.left {
	float: left;
	clear: left;
}

.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
	clear: none;
}
.right {
	float: right;
	clear: none;
}

.linie_ObenUnten {
	border-bottom: 1px solid #EDEBD5;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #EDEBD5;
	padding-top: 20px;
}

.linie_Unten {
	border-bottom: 1px solid #EDEBD5;
	margin-bottom: 20px;
}

.noborder, #navMeta .noborder  {
	border: 0px none #FFFFFF;
}


.hr {
	border-bottom: 1px solid #EDEBD5;
	margin-bottom: 20px;
}

.dark {
	color: #8d7557;
}

.autor {
	color: #8d7557;
	margin-left: 20px;
	text-align: right;
	font-size: 0.8em;
	font-style: normal;
}





.hochzahl {
	font-size: 0.8em;
	top: -4px;
	position: relative;	
}



.print_only{
	display: none;	
}


/***********************************************/
/* =trash styles                               */
/***********************************************/


/*.post {
	margin-bottom: 20px;
	padding: 0 20px;
}*/
