body,html {
	text-align:center;
	padding: 0px;
	margin: 10px 0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color: #e7a674;
}


#mastercontainer {
	margin:0 auto;
	position:relative;
	width:1000px;
	padding: 0px;
	background-color: #e7a674;
}


#contentBody
{
	background-image: url(../gfx/mastercontainer_bg.jpg);
	background-repeat: repeat-y;
	width:1000px;
	height:auto;
}



#header
{
	width:998px;
	height:200px;
	background-color:white;

}

/* --------------------- Container für linke SideBar -------------------------- */

#leftSidebar
{
	float: left;
	width: 200px;
	height:auto;
	margin-right: 0px;
}

#navigation
{
	text-align:left;
	margin-top: 2px;
	margin-bottom: 2px;
	height: auto;

}

#navigation ul
{
	margin:0px;
}

#navigation li
{
	list-style-type: none;
	list-style-image: url(../gfx/navi_bullet_orange.jpg);
}



#navigation a  {
	color:#999999;
	vertical-align:middle;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	height:10px;
	width:150px;
	padding-left:20px;
	margin-left:20px;
	background-image: url(../gfx/navi_bullet_orange.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#navigation a:visited 
{
	color:#999999;
}
#navigation a:hover 
{
	color:#000099;
	height:10px;
	width:150px;
	padding-left:20px;
	margin-left:20px;
	background-image: url(../gfx/navi_bullet_blue.jpg);
	background-repeat: no-repeat;

}

#navigation a:active {
	color: #0000FF;
	background-image: url(../gfx/navi_bullet_blue.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#counterBox
{
	margin-top: 2px;
	margin-bottom: 2px;
	height: auto;
}

.leftPlaceholder
{
	margin-top: 2px;
	height: 100px;
	margin-bottom: 2px;

}

.leftContainerHead
{
	height:23px;
	background-image: url(../gfx/left_container_bg_head2.jpg);
	background-repeat: no-repeat;
}

.leftContainerBody
{
	height:auto;
}

.leftContainerFooter
{
	height:23px;
	background-image: url(../gfx/left_container_bg_footer.jpg);
	background-repeat: no-repeat;
}

.leftContainerBetween
{
	height:48px;
	background-image: url(../gfx/left_container_between.jpg);
	background-repeat: no-repeat;
	
}


/* --------------------- Container für Content -------------------------- */

#contentHomepage
{
	float: left;
	text-align:left;
	padding:2px;
	width: 588px;
	height:auto;
	margin-top: 10px;
	margin-left:2px;
	text-align:center;


}

#content
{
	float: left;
	text-align:left;
	padding:2px;
	width: 580px;
	height:auto;
	margin-top: 2px;
	margin-left:10px;
	background-color: #e7a674;

}

#content h1
{
	margin:9px;
	margin-bottom: 0px;
	width: 588px;
	height:50px;
	padding-left: 50px;
	padding-top:22px;
	padding-bottom:0px;
	font-size:24px;
	color:#666666;
	
	background-image: url(../gfx/bg_headline.jpg);
	background-repeat: no-repeat;
}

.contentbox
{
	width:570px;
	height: auto;
	margin:0px;
	margin-bottom:10px;
	display:inline;
	

}

.contentBoxHeaderPiano
{
	height:35px;
	background-image: url(../gfx/content_box_head_piano.jpg);
	background-repeat: no-repeat;

}

.contentBoxHeaderMikrofon
{
	height:35px;
	background-image: url(../gfx/content_box_head_mikrofon.jpg);
	background-repeat: no-repeat;
}

.contentBoxHeaderNoten
{
	height:35px;
	background-image: url(../gfx/content_box_head_noten.jpg);
	background-repeat: no-repeat;
}

.contentBoxHeaderDrums
{
	height:35px;
	background-image: url(../gfx/content_box_head_drums.jpg);
	background-repeat: no-repeat;
}


.contentBoxBody
{
	height:auto;
	background-image: url(../gfx/content_box_bg.jpg);
	background-repeat: repeat-y;
	font-weight:normal;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.contentBoxBody h4
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7a674;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #e7a674;
	padding-bottom: 2px;
	padding-left: 5px;
}

.contentBoxBody ul
{
	margin-bottom:30px;
}


.contentBoxBody li
{
	list-style-image: url(../gfx/bullet1.gif);	
}

.contentBoxBody table
{
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.updateDate
{
	font-weight:bold;
	font-size:14px;
}

.contentBoxBody td
{
	vertical-align:top;
}

.contentBoxBody p
{

	margin-left:5px;
	margin-right:15px;
}


.contentBoxBodyLinks
{
	height:auto;
	background-image: url(../gfx/content_box_bg.jpg);
	background-repeat: repeat-y;
	text-align:center;
	padding: 5px;
	font-size:small;
	font-weight:normal;
	padding-top:30px;
	padding-bottom:50px;
}




.contentBoxFooter
{
	height:11px;
	background-image: url(../gfx/content_box_footer.jpg);
	background-repeat: no-repeat;
	margin-bottom:10px;
}



.contentbox h3
{
	margin-top:5px;
	margin-bottom:0px;
	padding-top:2px;
	padding-left: 45px;
	font-size:20px;
	color:#666666;
}








/* --------------------- Container für rechte SideBar -------------------------- */
#rightSidebar
{
	
	float: left;
	width: 200px;
	height:508px;
	margin-left:6px;
}

.rightContainerHead
{
	height:375px;
	background-image: url(../gfx/right_container_top2.jpg);
	width:200px;
	margin-left:4px;
	background-repeat: no-repeat;
	voice-family:"\"}\"";
    voice-family:inherit;
    margin-left:0px;
}

.rightContainerBody
{
	height:auto;
	background-image: url(../gfx/right_container_body.jpg);
	background-repeat: repeat-y;
}

.rightContainerFooter
{
	height:25px;
	background-image: url(../gfx/right_container_bottom.jpg);
	background-repeat: no-repeat;
}


#footer
{
	padding-top:23px;
	height:50px;
	color: white;
	background-color: #e7a674;
	background-image: url(../gfx/footer_bg_2.jpg);
	background-repeat: no-repeat;
	text-align:left;
}

#footer a  {
	color:#ffff00;
	text-decoration:none;
	font-size:10px;
}

#footer a:visited 
{
	color:#ffff00;
}
#footer a:hover 
{
	color:#ffffff;	
	text-decoration:underline;
}

#footer a:active {
	color:#ffffff;
}


.footerMiddle
{
	
	margin-left: 370px;
	display:inline;
}

.footerRight
{
	margin-left: 50px;
	font-size: 10px;
	padding-top: 3px;
	width: 200px;
	display:inline;
}


.cleaner
{
	clear:both;
	height:0px;
}

.moreLink
{
	font-size:9px;
	float:right;
	margin-right:10px;
	margin-top:10px;
	text-decoration:none;
	width:auto;
}

.kleineSchrift
{
	font-size:10px;
	margin-left:50px;
}

.terminTeaserAbschnitt
{
	text-align:left;
	margin-left:20px;
	font-size:12px;
}

.textMD
{
	font-size:12px;
	font-weight:bolder;
	font-style:italic;
	margin-left:250px;
}

.kontaktAbschnitt
{
	line-height:30px;
	text-align:center;
	margin-top:20px;
	margin-bottom:50px;

}


.contentBoxBody a  
{
	color:#0000ff;
	text-decoration:none;
}

.contentBoxBody a:visited 
{
	color:#0000ff;
	text-decoration:none;
}

.contentBoxBody a:hover 
{
	color:#999999;
	text-decoration:underline;
}

.contentBoxBody a:active 
{
	color:#999999;
	text-decoration:underline;
}


.contentBoxBodyLinks a  
{
	color:#0000ff;
	text-decoration:none;
}

.contentBoxBodyLinks a:visited 
{
	color:#0000ff;
	text-decoration:none;
}

.contentBoxBodyLinks a:hover 
{
	color:#999999;
	text-decoration:none;
}

.contentBoxBodyLinks a:active 
{
	color:#999999;
	text-decoration:none;
}

