body {background-color: #91cdff; font-family: Arial; }
h1, h2, h3 {
color: #000000;
}
h2 {
	
        background-color: #4090d4;
    padding-top: 30px;
    padding-right: auto;
    padding-bottom: 30px;
    padding-left: auto;
    }


a.cont:link {
    color: gray;
    font-weight: normal;
    margin: 0 0 0 100px;
    background-color: transparent;
    text-decoration: none;
}
a.cont:hover {
	color: gray;
	background-color: transparent;
	text-decoration: underline;
}
a.cont:visited {
    color: gray;
    background-color: transparent;
    text-decoration: none;
}
a.cont:active {
    color: gray;
    background-color: none;
    text-decoration: none;
}

a:link {
	margin: 0 10px 0 0;
    color: #000000;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #000000;
    
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: black;
    background-color: #61b2f6;
    text-decoration: none;
}
a:active {
    color: #000000;
    background-color: #529cdb;
    
    text-decoration: none;
}

}a.gal:link {
    
    background-color: transparent;
    text-decoration: none;
}
a.gal:hover {
	
	background-color: transparent;
	text-decoration: none;
}
a.gal:visited {
    
    background-color: transparent;
    text-decoration: none;
}
a.gal:active {
    
    background-color: none;
    text-decoration: none;
}
#site_content
{ 
  border: 1px solid black;
  display:inline-block;
  width: 900px;
  height: 350px;
  overflow: hidden;
  margin: 20px auto 50px auto;
  padding: 15px 25px 20px 25px;
  background: #FFF;}
#content
{ 
  
  text-align: justify;
  font-size: 16px;
  text-indent: 30px;
  line-height: 1.5;
  float: left;
  width: 900px;
  padding: 0;}
#ban
{
 text-align:center;
 display:inline-block;
 font-size:24px;
}
#meniu
{
 float: left;

 text-align:right;
 display:inline-block;
 margin: 75px 75px 0 50px;
 height: auto;
}