/*----------------------------------------------------------------------*/
/*                                                                      */
/*                       Stylesheet zu Yogalives                        */
/*                             *  *  *  *                               */
/*                       Design: www.yellowdot.ch                       */
/*                                                                      */
/*    DIE CSS-DEFINITIONEN SIND NACH CSS2 VALIDIERT UND FUER AKTUELLE   */
/*    BROWSERVERSIONEN OPTIMIERT UND GETESTET.                          */
/*                                                                      */
/*----------------------------------------------------------------------*/

/*======================================================================*/
/* Standard-Elemente - Grundeinstellungen                               */
/*======================================================================*/


html, body, div, p, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, img, blockquote {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	min-height: 100%;
	background:#9AA052;
	text-align: center;
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#top {
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;
}

#corner{
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	margin-top: 0px;
	text-align:left;
	background:#FFFFFF;		
}

#corner_left{
	display: inline; /* <= Der Workaround */
	position: relative;/* fuer IE 6 da der Float unten nicht richtig läuft */

	float:left;
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 0px;

	width: 500px;
	height: 50px;

	padding: 0px 0px 0px 0px;
	text-align: right;

	background-image:url(../images/corner_l.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#corner_right {
	display: inline; /* <= Der Workaround */
	position: relative;/* fuer IE 6 da der Float unten nicht richtig läuft */

	float:right;
	margin: 0 auto;
	margin-top: 0px;
	margin-right: 0px;

	width: 500px;
	height: 50px;

	padding: 0px 0px 0px 0px;
	text-align: right;

	/*
	background-image:url(../images/corner_r.gif);
	background-position:top right;
	background-repeat:no-repeat;
	*/
		
}

#main{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	margin-top: 0px;
	text-align:left;
	background:#FFFFFF;
}

#main a:link, #main a:visited, #main a:active  {
	color: #666666; 
	text-decoration: none;
	font-weight: bold;
}

#main a:hover{
	color: #FF7C44; 
}

#main_left{
	display: inline; /* <= Der Workaround */
	position: relative;/* fuer IE 6 da der Float unten nicht richtig läuft */

	float:left;
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 0px;

	width: 250px;
	height: 100%;

	padding: 0px 0px 0px 0px;
	text-align: right;
}

#main_right {
	display: inline; /* <= Der Workaround */
	position: relative;/* fuer IE 6 da der Float unten nicht richtig läuft */

	float:right;
	margin: 0 auto;
	margin-top: 0px;
	margin-right: 0px;

	width: 740px;
	height: 100%;
	min-height: 100%;

	padding: 0px 0px 0px 0px;
	text-align: left;
}

#navi {
	margin: 0 auto;
	margin-top: 0px;
	
	z-index: 11;
}

#navi_left{
	display: inline; /* <= Der Workaround */
	position: relative;/* fuer IE 6 da der Float unten nicht richtig läuft */

	float:left;
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 0px;

	width: 120px;
	height: 100%;

	padding: 0px 0px 0px 0px;
	text-align: right;
}

#navi_left a:link, #navi_left a:visited, #navi_left a:active  {
	display:table-cell;
	font-size: 12px;
	letter-spacing: 0em;
	text-align: right;
	font-weight: bold;
	color: #666666; 
	text-decoration: none;
	padding: 2px 10px 2px 0px; 
	display:block;
}

#navi_left a:hover{
	background: url(../images/navipfeil_over.gif) right no-repeat;
	color: #FF7C44; /* #c00; */
}

#navi_right {
	display: inline; /* <= Der Workaround */
	position: relative;/* fuer IE 6 da der Float unten nicht richtig läuft */

	float:left;
	margin: 0 auto;
	margin-top: 0px;
	margin-right: 0px;

	width: 120px;
	height: 100%;

	padding: 0px 0px 0px 0px;
	text-align: left;
}

#navi_right a:link, #navi_right a:visited, #navi_right a:active  {
	display:table-cell;
	font-size: 11px;
	letter-spacing: 0em;
	text-align: left;
	font-weight: bold;
	color: #666666; 
	text-decoration: none;
	padding: 2px 10px 2px 0px; 
	display:block;
}

#navi_right a:hover{
	background: url(../images/navipfeil_over.gif) right no-repeat;
	color: #FF7C44; /* #c00; */
}

#logo_home {

	position:absolute;
	width: 400px;
	height: 80px;
	margin: 0 auto;

	top:260px;
	left: 0px;
	
	background: url(../images/logo.gif) right no-repeat;
	z-index: 20;
}

#logo {
	z-index: 21;
	position:absolute;
	width: 400px;
	height: 80px;
	margin: 0 auto;	

	top:0px;
	left: 0px;
	
	background: url(../images/logo.gif) right no-repeat;
}

#news {
	position:absolute;
	width: 400px;
	height: 80px;
	margin: 0 auto;
	
	font-size: 11px;
	letter-spacing: 0em;

	top:370px;
	left: 20px;
	
	z-index: 14;
	
	text-align: left;
}

#slideshow {
	z-index: 13;
	position:absolute;
	margin: 0 auto;

	margin-top:-590px;
	top: auto;
	margin-left: 320px;
	left: auto;
}	

#person {
	position:absolute;
	margin: 0 auto;
	
	margin-top: -420px;
	margin-left: 630px;
	
	z-index: 12;
}

#select_language{
	position:absolute; 
	margin: 0 auto;
	
	top: 8px; 
	right: 154px;
	
	text-align:right;

	z-index: 11;	
}

#select_language a:link, #select_language a:visited, #select_language a:active  {
	padding: 0px 8px 0px 0px; 
	text-decoration: none;
	color:#000000;
}

#select_language a:hover{
	color: #c00;
}

#title{
	position:absolute;
	margin: 0 auto;
	
	top: 28px;
	right: 160px;

	text-align: right;
	font-size: 200%;
	color:#EB6A2F;

	z-index: 10;	
}	


#bottom{
	width: 1000px;
	height: 10px;
	margin: 0 auto;
	margin-top: 0px;
	text-align:left;
	background:#FFFFFF;	
		
	font-size: 0; /* <= Für DIV kleiner 10 pixel benötigt... */

	background-image:url(../images/bottom.gif);
}

#footer {
	width: 1000px;
	height: 18px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;
	
	background-color:#888D49; /* 7EA2B0 */

	font-size: 10px;
	letter-spacing: -0.01em;
	font-weight:normal;
}


#footer_left{

display: inline; /* <= Der Workaround */
position: relative;/* fuer IE 6 da der Float unten nicht richtig läuft */

	float:left;
	margin: 0 auto;
	margin-top: 3px;
	margin-left: 20px;
	text-align: left;
	color:#FFFFFF;
}

#footer_right {
	padding: 2px 20px 0px 0px; 
	text-align: right;
}

#footer_right a:link, #footer_right a:visited, #footer_right a:active  {
	
	color:#FFFFFF; 	
	text-decoration: none;
}

#footer_right a:hover{
	color: #7EA2B0; 
}











/* the overlayed element */
div.overlay {

	/* growing background image */
	background-image:url(../images/overlay/white1.png);
	
	/* dimensions after the growing animation finishes  */
	width:340px;
	height:150px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;

}


#overlay a:link, #overlay a:visited, #overlay a:active  {
	color: #666666; 
	text-decoration: none;
	font-weight: bold;
}

#overlay a:hover{
	color: #FF7C44; 
}


/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

button.btn {
	font-size: 3px;
	background-color:#00FF00;
}

