/* CSS Document */

/* ********sunrise-yoga********* */

html { 
  padding:0px;
  margin:0px;
  height:100%;
 
}

body {
 
  background-color: #650000;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  margin-top:30px;
  font-size:62.5%;/* font-size=10px */
  
}

H1 {
  font-size: 140%;
  text-align:left;
  }
img {  
font-size: 62%;/* font-size=10px */
}

.logo-oben { 
	width:280px;
	height:42px;
	margin-left:-485px;
	}

#container {
  margin: 0 auto;
  /*width: 80em;*/
  }	
	
#content {
  /*width:auto;*/
  width: 76em;
  height: 46em;
  background-color: #6699CC;
  border: 20px #2f0909 solid;/*dunkelbraun;*/
  background-image:url(images/himmel.jpg); 
  /*background-position:right;
  background-repeat: repeat;*/
  z-index:100;
} 

#leftcon {
  float: left;
  width: 260px;
  height: 460px;
  /*background-color: #6699CC; */
  z-index:90;
 }

#rightcon {
 height: 460px;
  margin-left:260px;
  background-repeat: no-repeat;
  text-align:justify;
  font-size: 120%;
  }
	
#textlayer {
  position:relative;
  margin: 2.3em 0em 0em 0em;
  width:37em;
  height:28em;
  text-align:justify;
  color:#0a3644;
  overflow: auto;
  /*overflow-y:scroll;
  overflow-x:hidden; */
  padding: 0em 1.5em 4em 1.5em
  }
 
#menu{
margin:2.5em 0em 0em 1.5em;
word-spacing: 0.0em;
font-weight:normal;
}

#menu_oben{
	margin:10px 0em 0em 5px;
	word-spacing: 0.0em;
	font-weight:normal;
	}
	
.menu-pad {
	/*padding-right: 9px;*/
	padding-right: 5px;
}

.menu_active {padding-right: 4px;color: #2f0909 ;/*dunkelbraun;*/ }

#namaste {
	margin:10px 50px 0 0px;
	font-size: 12px;
	width: 17px;
	float:right;
	}

a {color: #ffffff; text-decoration:none; border:none;}
a:hover {color: # 0F0 ;/*dunkelbraun;*/}
a:active { color:#309;}

.links a {color: lightcyan;}
.links a:hover {color:#0a3644;}

.top {text-align: right;}

.weiss {color:#FFFFFF;}


.scroll {
scrollbar-3dlight-color: #2f0909 ;/*dunkelbraun;*/	/* 3D-Rahmen. Farbe der äußeren linken und oberen Seite der 3D-Elemente  */	
scrollbar-darkshadow-color:#2f0909 ;/*dunkelbraun;*/	/*3D-Rahmen. Farbe der äußeren rechten und unteren Seite der 3D-Elemente */
scrollbar-highlight-color:#2f0909 ;/*dunkelbraun;*/ 	/*3D-Rahmen. Farbe der linken und oberen Seite der 3D-Elemente */ 	
scrollbar-shadow-color:#2f0909 ;/*dunkelbraun;*/	/*3D-Rahmen. Farbe der rechten und unteren Seite der 3D-Elemente */ 	
scrollbar-arrow-color:#2f0909 ;/*dunkelbraun;*/    /*Farbe des Scrollbalken-Pfeils */ 	
scrollbar-base-color:#2f0909 ;/*dunkelbraun;*/ 	/*Scrollbalken-Farbe  */	
scrollbar-face-color:#ffffff;	/*Farbe der Scrollbalken-Oberfläche */ 	
scrollbar-track-color: #2f0909 ;/*dunkelbraun;*/	/*Scrollbalken-Hintergrundfarbe */	

}

.quote {
color:#ffffff;
margin-top:11em;
padding:0em 4em 0em 10em;
font-size: 120%;
}
.fett {
font-weight:bold;
}

td {
 font-size: 12px;
 vertical-align: top;
}

input,select { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 120px; /* Breite.*/
}


form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
	float: none;
	width: auto;
}

form {
	
	margin: 0;
	padding: .5em;
}

.error {
		
	 margin-left: 10em;
	 color: red;
	
}

.odd {
	background-color: gray;
}


.tabletitle { 
	/*background-color: #650000;*/ 
	color: #fff; 
	font-weight: bold; 
}


#actionMenu {
	
	float: none;
	border-color: transparent;

}

#actionMenu a {
	color: #6699CC; text-decoration:none; border:none;
}

