/* 
Stylesheet for Yogahaus-Dresden.de
programming by Thomas Haase www.dresden-lebt.de 
*/


#termine{
	background-color:#fff;
	width:630px; 
	margin-left:100px;
	text-align:center;
	color:#00523F;
}

#termin_zeit{
	
}

.termin_zeile{
	font-size:8px;
}
.termin_zeile_oben{
	font-size:8px;	
}
.termin_zeile_oben tr{
	font-size:8px;	
}
.termin_zeile_oben td{
	font-size:8px;	
	border-top:1px solid #BFD4CF; 
}
.vormittag{
	background-color:#F4F5F5;
}

.nachmittag{
	background-color:#FCFBE6;
}

.fett{
	font-weight:bold; 
	font-size:12px;
}

.kurse{
	/* background-color:#A6C987; */
	border-bottom:1px solid #fff;  
	height:20px;
	background-image:url(gfx/bg_kurs.jpg);
	
}

.spaltenbreite {
	width:20px;
	overflow:hidden;
}
.stunden{
	background-color:#F0EB81;
	border:1px solid #fff;
	height:20px;
}

.kennenlernstunde{
	background-color:#FECBA0;
	border:1px solid #fff;
	height:20px;
}

.grau{
	background-color:#F4F5F5;
}
.grau_second{
	background-color:#FCFBE6;
}

.legend{
	position:relative;
 	margin-left:110px; 
	color:#666;
	line-height:18px;
}
.legend p{margin-left:200px;}

#legend_1{
	width:15px;
	height:15px;
	background-color:#A6C987;
	float:left;
	margin-left:144px;
	margin-right:8px;
}

#legend_2{
	width:15px;
	height:15px;
	background-color:#F0EB81;
	float:left; 
	margin-left:18px;
	margin-right:8px;
	
}

#legend_3{
	width:15px;
	height:15px;
	background-color:#FECBA0;
	float:left;
	margin-left:18px;
	margin-right:8px;
}
.legend_desc_1{float:left;}
.legend_desc_2{float:left;}
.legend_desc_3{float:left;}

#drucken{
	background-image:url(image/point.jpg);
	background-position:0 3px;
	background-repeat:no-repeat;
	float:right;
	padding-left:14px; 
	margin-right:120px;
}
#drucken a{
	color:#00523F;
	text-decoration:none;
	font-weight:bold;
}
#drucken a:hover{
	text-decoration:underline;
}

