/* Es-La-Music.de */

body {
	background-color: white;
    color: black; 
    font-size: 100%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
}
div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 970px;
    background: white; /* menu und text darkred */
/*    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black; */
}
div#Header {
	height: 90px;
	background-color: black; 
    text-align: center;
}

div#Team ul {
	text-align: left; 
	font-size: 0.8em;
}



#navi { 
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft:12px;
	background-color: black;
	padding: 10px;
	text-align:left;
	
}
#navi ul, #navi li { 
	display: inline;
	list-style-type: none; 
} 
#navi a:link, #navi a:visited {
	font-size: 0.85em;
	line-height: 12px; 
	font-weight: bold; 
	margin: 0; 
	padding: 3px 12px 0 12px; 
	text-decoration: none; 
	color: white; 
	background-color: black; 
} 
#navi #akt { 
	
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	color: black; 
	background-color: white; 
} 
#navi a:hover, #navi a:hover#akt {

	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	 color:grey;
	background-color: white ; /* crimson */ 
} 
div#leftblock {
    font-size: 0.8em;
    float: left; 
    width: 160px; 
    /* height: 400px; */
    margin: 2px 0 0 8px;
    /*padding: 0.5em; */
}
div#Bild {
	height: 630px;
	width: 250px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft:12px;
	
	-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topleft:12px;
}
div#Right {
	float: right;
	padding: 0 0 0 10px;
}
div#Inhalt {
	background-color: white;
    /* border: 1px inset black; 
     margin: 9px 10.2em 4px 0.2em; */
    padding: 1em; 
}
* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
}
div#Inhalt p {
    font-size: 0.8em;
    margin: 0 0;
}
/*  div#Inhalt a {
	text-decoration: none; 
	color:white;
	background-color: #660099;
    font-size: 0.8em;
    margin: 0;
	padding: 2px;
} */
h2 {
	text-declaration: none;
	margin: 0;
	font-size: 1em;
    color: black;
}
h3 {
    font-size: 0.8em;
    margin: 0.2em 0 0.2em 0.5em;
    color: white;
}
h4 {
    font-size: 0.7em;
    margin: 0em;
    color: green;
}

div#Mkbox {
	float: right;
	width: 195px;
	border: 1px solid black;
	padding: 3px;
/*	text-decoration: none; */
    font-size: 0.9em;
    margin: 0;
}
div#Mkbox a {
	color: white;
	background-color: white;
	text-decoration: none;
    font-size: 0.9em;
    margin: 0;
}

div#Mitte {
	width: 575px;
	padding: 0 0 0 25px
}

#liner {
 background-color: #EAEAEA;
 padding: 6px 5px 4px 5px;
 text-align: center;

}
#liner ul, #liner li { 
	display: inline;
	list-style-type: none; 
	font-family:Tahoma;
	font-size: 20px;
	font-weight: bold; 
	color: #999999;
	padding: 12px;
} 

div#footpic {
	width: 970px;
	height: 54px;
	background-image: url(gfx/audio.jpg);
	-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topleft:12px;
}


div#Fusszeile {
	height: 15px;
	background-color: white;
	padding: 4px;
    font-size: 15px;
    text-align: center;
    color: white;
    background-color: black;
}