body      {
	background: #ABBEC9;
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px; }

* {	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;  }

/* Links */
a:link, a:visited, a:active, a:hover   { color: #336699;
	background: transparent;
	font-size: 10pt;
	text-decoration: none;
	 }
a:hover  { color: red; }

/* Überschriften */
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {
	font-size: 11pt;
	font-weight: bold;
}
/* Normale Texte */
span.impressum  {
	font-size: 10pt;  }
	
	


ul#menue{
	position: relative;
	list-style: none;
	margin: 40px 20px 0px 20px;
	padding: 0px;
}
ul#menue li{		
	margin: 0px;	
	text-align: right;	
}
ul#menue a{
	display: block;
	color: #336699;
	font-size: 12pt;
	font-weight: normal;
	padding: 2px 5px 5px 0px;
	text-decoration: none;
}
ul#menue a:hover{
	background: #336699;
	color: white;		
}
ul#menue a.akt{
	display: block;
	background: #6699FF;
	color: white;		
	
	padding: 2px;
	text-decoration: none;
}
ul#menue a.akt:hover{	
	color: #6699FF;
	background: transparent;

}

div#main{
	position: relative;width: 900px;text-align: left;
}
div#title{
	text-align: right;color: white;font-size: 14pt;
	padding-top:4px;
	padding-bottom:4px;
}
div#content{
	position: relative;width: 900px;border: 1px solid black;background: white;
}
div#menu{
	position: relative;width:250px;text-align: right; float: left; border-right: 1px solid #aaaaaa;
}
div#content_r{
	position: relative; width: 640px;float: right;
}
div#content_r_box{
	position: relative;width: 200px;padding: 15px 0px 0px 15px;
}
div#content_r_dist{
	padding: 15px 120px 30px 60px;
}
div#bottom{
	text-align: right;
}
div.lehrerbox{
	border-left: 5px solid #ADBECE;
	padding: 10px 0px 10px 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
img.lehrerfoto{
	float: right; margin: 0px 0px 10px 10px;
	border: 2px solid #ADBECE;
}
div.instrumentebox{
	border-left: 5px solid #ADBECE;
	padding: 0px 0px 10px 10px;
	margin-bottom: 15px;
}
img.instrumente{
	float: right; margin: 0px 0px 10px 10px;
	border: 2px solid #ADBECE;
}
div.veranstaltung_box{
	margin-bottom: 10px;
}
div.veranstaltung_inner{
	margin-left: 10px;
}
div.veranstaltung_top{
	border-bottom: 1px solid #aaaaaa;
}
div.bereich_dist{
	padding-left: 10px; 
	padding-top:10px;
	padding-bottom:10px;
	border-left: 5px solid #ADBECE;
	margin-left: 10px;
	margin-top:8px;
}

input.form{
	width: 300px;
}
select.form{
	width: 300px;
}
textarea.form{
	width: 300px;
}



#lightbox{
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.jugendmusikschule-dreisamtal.de/clips/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(http://www.jugendmusikschule-dreisamtal.de/clips/white.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.jugendmusikschule-dreisamtal.de/clips/lightbox/overlay.png", sizingMethod="scale");
	}