/* style.css - a simple style sheet */
BODY   {
        width: auto;
        height:auto;
        color: white; 
        background: /*#812F00 #482801 #311B01 #662020 #3c0000*/ #250000;
        }
#header {
        position: fixed;
        width: 90%;
        height: 15%;
        top: 0;
        right: 0;
        bottom: auto;
        left: 10%;
        }
#sidebar {
        position: fixed;
        width: 10%;
        height: auto;
        top: 15%;
        right: auto;
        bottom: 100px;
        left: 0;
        }
#main {
        position: fixed;
        width: auto;
        height: auto;
        top: 15%;
        right: 0;
        bottom: 100px;
        left: 10%;
        }

#piede {
	color: #ff8a00;
	font-size: 0.9em;
        }


#piede HR {
        color: #ff8a00;
        background-color: #ff8a00;
        }


#piede a {
font-weight: bold;
text-decoration: none;
color: #7e811a;
}	

#umenu {
font-size: 0.7em;
}

#umenu a {
font-weight: bold;
font-size: 1.0em;
height: 20px;
text-decoration: none;
color: #ff8a00;
display: block;
padding: 6px 0 0 4px;
background: #250000;
border-left: 4px solid #ff8a00;
}	
	
#activel {
border: 1px solid #ff8a00;
}	

#umenu a:hover {
background: #ff8a00;
color: #250000;
}

a.green {
          text-decoration: none;
          font-weight: bold;
          font-family: Sans;
          color:  #7e811a;
          font-size: 10pt;
          line-height: 16pt;
          }

a.orange {
          text-decoration: none;
          font-weight: bold;
          font-family: Sans;
          color: #ff8a00;
          font-size: 10pt;
          line-height: 16pt;
          }

#links {
text-decoration: none;
color: #7e811a;
line-height: 1.6em;
}

#links a {
font-weight: bold;
font-size: inherit;
text-decoration: none;
color: #ff8a00;
}	
	
#links a:hover {
background: #ff8a00;
color: #250000;
}

#activepage {
font-size: 1.0em;
font-weight: bold;
height: 20px;
text-decoration: none;
display: block;
padding: 6px 0 0 4px;
background: #ff8a00;
color: #250000;
border-left: 4px solid #ff8a00;
}

#content {
border-left: 0;
border-right: 0;
color: white;
line-height: 1.6em;
text-align: left;
}

#content h3 {
border-left: 0;
border-right: 0;
color: #7e811a;
line-height: 1.6em;
text-align: left;
}

#content dt {
color: #7e811a;
font-weight:bold;
}

#content strong {
color: #ff8a00;
}

#contacts {
border-left: 0;
border-right: 0;
color: white;
line-height: 1.4em;
text-align: left;
}

#contacts h3 {
border-left: 0;
border-right: 0;
color: #7e811a;
line-height: 1.6em;
}

#contacts h2 {
font-size: 1.5em;
color: #ff8a00;
margin: 0 0 0.5em 0;
}

#contacts img {
float: left;
vertical-align: top;
margin-left: 0.5em;
margin-bottom: 0.5em;
}

#contacts a {
border: 0;
font-size: inherit;
color: #ff8a00;
}

div.bottom {
color: #7e811a;
text-align: center;
font-family: sans;
font-size: 10pt;
}

#smalltext {
border-left: 0;
border-right: 0;
color: white;
text-align: left;
font-size: 0.9em;
}

#smalltext a {
border: 0;
font-size: inherit;
color: #ff8a00;
}

#content h2 {
font-size: 1.5em;
color: #ff8a00;
margin: 0 0 0.5em 0;
}

#content img {
float: right;
vertical-align: top;
margin-left: 0.5em;
margin-bottom: 0.5em;
border: 0;
}

#content a {
border: 0;
font-size: inherit;
color: #ff8a00;
}

#gallery {
font-size: 2em;
line-height: 2.5em;
}

#gallery a {
border: 0;
font-size: inherit;
color: #ff8a00;
}

img.right {
float: right;
clear: right;
border: 0;
vertical-align: top;
margin-left: 0.4em;
margin-bottom: 0.4em;
}

img.right2 {
float: right;
border: 0;
vertical-align: top;
margin-left: 0.4em;
margin-bottom: 0.4em;
}

#left img {
float: left;
border: 0;
margin-right: 0.4em;
margin-top: 0.4em;
margin-left:0;
}
