/* CSS Document */

body {
	margin:0px; 
	padding:0px;
	background-color:#a27464;
	text-align:center; 					/* Zentrierung im Internet Explorer */
	}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	}

#Contentarea {
	width:784px;
	height: auto;
	margin: 15px auto;
	background-image: url("../picts/navi_engl/contentspace.gif");
	}

#Header {
	width:784px;
	margin-left:0px;
	}

/* NAVIGATION - MAIN */
#NaviContainer {position:relative;} 
ul#ServiceNavi,
ul#MainNavi {
	width:784px;
	height:35px;
	top:161px;
	margin:0px;
	padding:0px;
	text-align:left;
	padding-left:20px;		/* Seiteninhalt wieder links ausrichten */
    }

ul#ServiceNavi li,  
ul#MainNavi li {
    list-style: none;
    display: inline;
    }

ul#ServiceNavi li a,
ul#ServiceNavi li a:link,
ul#ServiceNavi li a:visited,
ul#ServiceNavi li a:active,
ul#MainNavi li a,
ul#MainNavi li a:link,
ul#MainNavi li a:visited,
ul#MainNavi li a:active {
    font-family:Helvetica,Arial;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:35px;
    font-size:14px;
    text-decoration:none;
    color:#4f1804;
    margin:0 10px;
}
ul#ServiceNavi li a:hover,
ul#MainNavi li a:hover {
    border-bottom:2px solid #4f1804;
    background-color:transparent;
    color:#4f1804;
}

ul#ServiceNavi li a.active,
ul#MainNavi li a.active {
    border-bottom:2px solid #4f1804;
}

ul#ServiceNavi {
    position: absolute;
    right:50px;
    width:auto;
    top:0px;
}



/* NAVIGATION - SUB */

#SubNaviBg {
	width:784px;
	height:92px;
	top:196px;
	padding-top:8px;
	text-align:left;
	background-repeat:no-repeat;
	}
	

ul#SubNavi {
	/*width: 300px;*/
	top:203px;	
	/*margin-left: 23px;*/
	margin-top:0;
	padding: 0;
  }
 
 
.dance {
	margin-left: 23px;
	}
	
.drumming {
	margin-left: 80px;
	}

.instruments {
	margin-left: 164px;
	}

.background {
	margin-left: 282px;
	}
	
.about {
	margin-left: 375px;
	}
	
	
* html ul#SubNavi {  /* Korrekturen fuer IE 5.x */
    width: 300px;
    w\idth: 300;
    padding-left: 0;
    padd\ing-left: 0;
  }

ul#SubNavi li,
ul#SubNavZwei li {
    list-style: none;
    margin: 0; 
	padding: 0.1em;
	color:#4F1804;
  }

ul#SubNavi a,
ul#SubNavZwei a {
    text-decoration: none; 
	font-weight: normal;
    color: #4F1804; 
  }

ul#SubNavi a:hover,
ul#SubNavZwei a:hover {
    color: #ffffff;
	background:#4F1804; 
  }
  
.SubNaviIst {
    color: #ffffff;
	background:#4F1804; 
  }


/* SPRACHAUSWAHL */

#Sprache {
	top: 300px;
	text-align:right;
	margin-right:58px;
	color:#918D84; 
	}

#Sprache a {
	color:#918D84;
	}



/* CONTENT */

#ContentMain {
	float:left;
	width:537px;
	min-height: 350px;
	top:329px;
	margin-left:23px;
	margin-top: 41px;
	border-right: 1px solid #918D84;
	text-align:left;
	}
	
* html #ContentMain {
    margin-left:12px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
	
#ContentMain a {
    color: #000000;
	text-decoration: underline;
  }
  
#ContentMain a:hover {
    color: #ffffff;
	background:#4F1804; 
  }
 
.headline {
	padding-bottom:10px;
	}  
  

.ContentText {
	margin-left: 40px;
	padding-top: 8px;
	padding-bottom:19px;
	width: 440px;
	}

.ContentTextul {
	margin-left: 40px;
	padding-top: 8px;
	padding-bottom: 0px;
	width: 440px;
	}

#ContentMain ol li img {
    margin:20px 0;
}

#ContentMain ol {
    padding-right:50px;
    list-style-type:decimal;
}

#ContentMain ol li {
    list-style-type:decimal;
    display:list-item;
}

.ContentPict {
	margin-left: 40px;
	padding-bottom: 9px;
	line-height:20px;
	font-size:9px;
	color:#918D84; 
	}

.BackLink {
	margin-left: 40px;
	padding-top: 30px;
	width: 440px;
	}

  
/*#ContentHalf {
	float:left;
	width:300px;
	min-height: 350px;
	top:329px;
	margin-left:23px;
	margin-top: 41px;
	border-right: 1px solid #918D84;
	text-align:left;
	}*/
	
/** html #ContentHalf {
    margin-left:12px; */ /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
 /* }*/
  
	
#ContentRight {	
	float:right;
	width:141px;
	margin-top: 95px;
	margin-right: 59px;
	text-align:left;
	font-size:9px;
	}

* html #ContentRight {	/* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin-right: 29px;
	}
	
.BildLink {
	padding-bottom: 10px;
	}

.tablehead {
	background-color: #4F1804;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.instr_block {
	width: 317px;
	height: 135px;
	margin-left: 41px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	padding-left:125px;
	padding-top:15px;
	border: 1px solid #4F1804;
	background-repeat:no-repeat;
	}
	
* html .instr_block {	/* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	width: 442px;
	height:150px;
	}
	

	
.instr_block_dd {
	width: 267px;
	height: 145px;
	margin-left: 41px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	padding-left:175px;
	padding-top:15px;
	border: 1px solid #4F1804;
	background-repeat:no-repeat;
	}
	
* html .instr_block_dd {	/* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	width: 442px;
	height:160px;
	}
	
.instr_block_a {
	width: 267px;
	height: 105px;
	margin-left: 41px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	padding-left:175px;
	padding-top:15px;
	border: 1px solid #4F1804;
	background-repeat:no-repeat;
	}
	
* html .instr_block_a {	/* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	width: 442px;
	height:120px;
	}

.teachers_block01 {
	width: 307px;
	min-height: 160px;
	/*height: 160px;*/
	margin-left: 41px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	padding-left:135px;
	/*padding-top:15px;*/
	/*border: 1px solid #4F1804;*/
	background-repeat:no-repeat;
	}
	
	
* html .teachers_block01 {	/* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	width: 442px;
	height:160px;
	}	
	
	
	

/* Footer */

#Footer {
	width:784px;
	height:126px;
	padding-top:95px;
	/*padding-left:24px;*/
	margin: auto;
	clear: both;
	text-align:left;
	font-size:10px;
	color: #fbf7eb;
	background-image: url("../picts/navi_engl/footer_bg.gif");
	background-repeat: no-repeat;
	background-color: #a27464;
	}

#Footer a {
	text-decoration:none;
	color:#fbf7eb;
	font-size:10px;
	}
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline; 
	font-weight: normal;
    color: #4F1804; 
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
    color: #ffffff;
	background:#4F1804;
}

a:active {
	text-decoration: none;
	color: #DD0200;
}

div#Sprache a:visited {
    text-decoration:underline;
}

div.instr_block img, div.instr_block_dd img, div.instr_block_a img {vertical-align:middle;}
div.instr_block p, div.instr_block_dd p, div.instr_block_a p {line-height:14px;}

body.other ul#SubNavi {margin-left:30px;}
body.djemben ul#SubNavi {margin-left:30px;}
body.doundouns ul#SubNavi {margin-left:108px;}
body.zubehoer ul#SubNavi {margin-left:200px;}
body.preise ul#SubNavi {margin-left:275px;}
body.versand ul#SubNavi {margin-left:340px;}

ul#SubNavi {float:left;display:inline;margin-right:30px;}
ul#SubNavZwei {
	width:200px;
	top:0px;	
	margin-top:0;
	padding: 0;
    float:left;
    border-left:1px solid #4F1804;
    padding-left:30px;
    margin-left:0px;
    height:75px;
  }
ul#MainNavi li.service {margin-left:80px;}
body.wide div#ContentMain {width:680px;border-right:none;}
body.wide #Footer {background-image: url("../picts/navi_engl/footer_bg_wide.gif");}
/*.ContentText p {margin-bottom:0;margin-top:0;}*/
#ContentMain {margin-top:31px;}
