/******************************************************/
/* STYLE                                             */
/******************************************************/

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
  background-color:#98ff8c;
  
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
.uberschrift_bold {font-size: 12px}
.bildunterschrift {
	font-size: 10px;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;

}


/******************************************************/
/* LAYOUT                                             */
/******************************************************/

#start {
	position:absolute;
	width:654px;
	height:180px;
	z-index:10;
	left: 50px;
	top: 20px;
}
#textfeld {
	position:absolute;
	width:628px;
	height:1213px;
	z-index:12;
	left: 64px;
	top: 231px;
}

#balken_rechts {
	position:absolute;
	width:142px;
	left:820px;
	top:0px;
	}


#content {
	position:absolute;
	width:300px;
	z-index:11;
	height: 50;
}
#copy {
	position:absolute;
	width:570px;
	height:250px;
	z-index:1;
	top: 90px;
	left: 50%;
	margin-left:-285px;
}

/******************************************************/
/* LAYOUT YOGAKURSE                                   */
/******************************************************/
#kursmenue {
	position:absolute;
	width:210px;
	height:340px;
	top:0px;
	left:0px;
	z-index:2;
}
#kursbeschreibung {
	position:absolute;
	width:400px;
	height:340px;
	z-index:1;
	left: 225px;
	top: 0px;
}

#kurs_addinfo {
	position:relative;
	width:628px;
	height:305px;
	z-index:13;
	margin-left:-225px;
	top: 0px;
}

#kursmenue a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#kursmenue a:visited {
	color: #000000;
	text-decoration: none;
}
#kursmenue a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B76303;
	text-decoration: underline;
}

