/*---------------- FORM ------------------*/
html, body {
	height:100%;
}

body {
	background-color:#ff9900;
}

#container {
	position:absolute;
	height:100%;
	width:800px;
	margin: 0 0 0 -400px;
	top:24px;
	left: 485px;
	text-align:left;	
	padding:0px;
}


/*---------------- HEAD ------------------*/
#head {
	width: 800px;
	background-color:#ff9900;
	text-align:center;
}

#head_tab {
	text-align: center;
	width: 750px;
	height: 100px;
	margin: auto;
	margin-top: 10px;
	border-bottom: thin solid Black;
}

.head_tab_cell {
	height: 30px;
	text-align: center;
}


/*---------------- ALLGEMEIN ------------------*/

#text {
	background-color:#ff9900;	
	width:800px;
	padding-top:30px;
	height:80%;
	margin: 0 0 0 0;
}

.left {
	width:200px;
	vertical-align:top;
	padding-left:15px;
	font-family:Arial;
	font-size:80%;
	background-color:#ff9900;	
}

.right {
	width:600px;
	padding-right:20px;
	text-align:justify;
	vertical-align:top;
	font-family:Arial;
	font-size:80%;
	background-color:#ff9900;
}

/*-------------- TERMINE ------------*/
#termine {
	width: 550px;
	height: 640px;
}

.termineintrag {
	border-bottom: thin solid black;
}
.termineintrag_b {
	font-weight: bold;
	border-bottom: thin solid black;
}

/*-------------- SATSANG ------------*/
#satsang_table {
	width:550px;
	padding-top:25px;
	padding-bottom:25px;
}

.satsang_table_center {
	width:550px;
	text-align:center;
	font-size:90%;
	font-weight:bold;
}

.right_satsang {
	width:600px;
	padding-right:25px;
	text-align:justify;
	vertical-align:top;
	font-family:Arial;
	font-size:80%;
	background-color:#ff9900;
}
/*-------------- ANFAHRT ------------*/
#route {
	width:450px;
	padding-left:50px;
}

/*-------------- FORMATIERUNG ------------*/
.anmeldung {
	font-size:90%;
}

.small {
	font-size:75%;
}

h3 {
	font-size:18px;
}

h2 {
	font-size:14px;
padding-bottom: 3px;
margin:bottom: 3px;
}

h1 {
	font-size:12px;
}

/*---------------- BILD ------------------*/
#bilder {
	
}

.bild {
	width:188px;
	height:130px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align:center;
	vertical-align:bottom;
	background-color:#ff9900;	
}

.no_bild {
	width:752px;
	height:90px;
	text-align:center;
	vertical-align:bottom;
	background-color:#ff9900	
}

.bildintext {
	float:right;
	padding-right:0px;
	padding-bottom:5px;
}

#ayurveda_bilder {
	width: 580px;
	padding-top: 20px;
	padding-bottom:20px;
}

.ayurveda_bild {
	width: 145px;
	text-align:center;
}
/*---------------- STRG -------------------*/

a {
	color: #1D4F5F;
}

a:hover {
	color: #0002C1;
}

