/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
border: 0;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}


html{
 margin: 0; 
 padding: 0;
 height: 100%;
 border: none;
 background-color: #d2e4d6;
 behavior: url("./csshover.htc"); 
}

div.header {
 width: 98%;
 position: relative;
 height: 35px;
 border-bottom: 3px solid rgb(120,120,120);
}

.header h1 {
 text-indent: -8555px;
 width: 100%;
 position: absolute;
 top: 10px;
 z-index: 2;
 margin: 0px;
 height: 22px;
 background-image: url(/immagini/danza-orientale-milano.jpg);
 background-position: right;
 background-repeat: no-repeat;
 padding: 0px;
}

.header h2 {
 text-indent: -8555px;
 position: absolute;
 z-index: 1;
 width: 80%;
 top: 10px;
 margin: 0px;
 height: 22px;
 background-image: url(/immagini/corsi-danza-milano-spc.png);
 background-position: left;
 background-repeat: repeat-x;
 padding: 0px;
}


.container {
 width: 95%
}

.nav {
 float: left;
 width: 300px;
 margin: 0;
 padding-top: 20px;
}

.content {
 margin-left: 320px;
 border-left: 1px solid gray;
 padding: 1em;
 max-width: 100%; 
 font-family: verdana, sans-serif;
 font-size: 15px;
 line-height: 1.3em;
 text-align: justify;
 min-height: 250px;   
}

.nav ul {
 border: 1px solid rgb(120,120,120);
 border-left: none;
}

ul.subcat {
 border: none;
}

.nav li {
 font-family: arial;
 font-size: 0.9em;
 text-align: left;
 border-bottom: 1px solid rgb(120,120,120);
 text-transform: uppercase;
 line-height: 1.4em;
 padding-left: 10px;
 font-weight: bold;
}

.nav a.here {
 color: #b6b11b;
}

.nav li li {
 padding-left: 20px;
 font-size: 0.90em;
 border: none;
 font-weight: normal!important;
}

.subcat img {
    width: 8px;
}

.nav li.lastbeforesubcat a, .nav li.this a {
 font-weight: bold;
}

.nav li.lastbeforesubcat a {
    color: #457850;
}

.nav li li a {
    color: #1d4926;
}

.nav a {
 text-decoration: none;
 color: #457850;
}

.nav a:hover {
 color: #e86c12;    
}

.indirizzo {
 font-size: 11px;
 font-family: tahoma;
 text-align: center;
 margin-top: 30px;
 padding-right: 5px;
 padding-bottom: 20px;
}


/*INCLUSIONE DI USER_UI */
.content img.left {
 float:	left;
 padding: 10px;
 margin: 10px; 
 border: none;
}

.content img.right {
 float:	right;
 padding: 10px;
 margin: 10px; 
 border: none;
}

.content a {
 text-decoration: none;
 color: #e86c12 !important;
}

.content a:hover {
 color: #ebc61d !important;
}

.content h1 {
 font-family: georgia, serif;
 font-size: 20px;
 margin: 15px 0px 8px 0px;
 padding: 0px;
 color:	#289740;
 width:	100%;
 border-bottom: 1px solid #0c3c64;
}

.content h2 {
 font-family: georgia, serif;
 font-size: 17px;
 margin: 0px 0px 8px 0px;
 padding: 0px;
 color:	#289740;
 width:	100%;
 border-bottom: 1px solid #5b7287;
}

.content h3 {
 font-family: georgia, serif;
 font-size: 14px;
 margin: 0px 0px 8px 0px;
 padding: 0px;
 color:	#289740;
 width: 100%;
 border-bottom: 1px solid #909599; 
}

.whereami a {
    font-size: 11px!important;
    color: #0c3c64!important;
    text-decoration: none!important;
    font-weight: normal;
}

.whereami strong a {
    font-weight: bold;
    
}

.whereami, .whereami span {
    font-family: tahoma;
    margin-bottom: 20px; 
    font-size: 11px!important;
    font-weight: normal;
    color: rgb(50,150,50);
}

address {
 font-family: Times;
 color: rgb(100,100,100);
 font-weight: bold;
}

.content {
 color: #457850;
}

.content strong {
 font-size: 1.2em;
 color:	#289740;
}

.content .underline {
 text-decoration: underline;
}

.content .strikethrough {
 text-decoration: line-through;
}

.content p {
 margin-top: 10px;
 margin-bottom: 10px;
}


.content p.MsoNormal {
 margin-top: 5px;
 margin-bottom: 5px;
}

.content strong {
 font-weight: bold;
}

#promo {
display: none;
}