body { 
	font-size: 11pt; 
	font-family: Arial, Helvetica, sans-serif, Avant Garde, Century Gothic, Calibri, Trebuchet MS;
	color: #00134A;
	font-bold: 800;
	line-height: 19px;
	background-color: #afafaf;
}

a:link, a:visited { font-size: 11pt; font-weight: bold; color: #3D4Db1; text-decoration: none }
a:hover { font-size: 11pt; font-weight: bold; color: #812109; text-decoration: none }
.red_n {font-size: 70%; color: #ff6600}
.red {color: #ff6600}
.vnim {color: #660000; font-size: 110%; font-weight:bold }
.green {color: #002200; font-size: 110%; font-weight:bold}

nav a:link, nav a:visited 
{
    color: #00134A;
}

nav a:hover {
	color: yellowgreen;
}

h1  
{
    font-size: 28pt;
    text-align: center;   
	line-height: 42px;	
}

h2 { font-size: 20pt; text-align: center; line-height: 36px; }
h3 { font-size: 16pt; text-align: center; line-height: 24px; }
h4 { font-size: 14pt; text-align: center; line-height: 22px; }
h5 { font-size: 12pt; text-align: center; line-height: 20px; } 
.ital { font-style: italic; font-size: 90%}
.italCenter { font-style: italic; text-align: center;}
.center {text-align: center;}
.bold { font-weight:bold }
.fon {color: #ffcc99}

span 
{
    color: #001378;
    font-weight: bold;
    font-style: italic;
}

.sup {
	vertical-align: super;
    font-size: 6pt;
	font-style: italic;
	}

#header 
{
    position: absolute;
    top: 40px;
	left: 8%;
	width: 80%;
    padding: 30px;
    height: 180px;
	border: 5px solid #001378;
	border-bottom: 1px hidden #001378;
	border-radius: 20px 20px 0 0;
	background: -webkit-linear-gradient(white, #00c8ff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #00c8ff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #00c8ff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #00c8ff); /* Standard syntax (must be last) */
}

#borromeen
{
    position: absolute;
    top: 20px;
    right: 30px;
    border-radius: 10px;
	// opacity: 0.7;
}


#photo
{
    float:right;
    border-radius: 5px;
}

#wrapper 
{
    position: absolute;
    top: 282px;
	left: 8%;
	width: 80%;
	height: 800px;
    padding: 30px;
	border: 5px solid #001378;
	border-top: 1px hidden #001378;
	border-radius: 0 0 20px 20px;
	background: -webkit-linear-gradient(#00c8ff, #0033ff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00c8ff, #0033ff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00c8ff, #0033ff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00c8ff, #0033ff); /* Standard syntax (must be last) */
}

aside.left
{
    width: 30%;
    position: absolute;
    top: 60px;
}

#central, #map 
{
    width: 45%;
	height: 680px;
    position: absolute;
	background-color: white;
    top: 40px;
    left: 20%;
    padding: 30px;
    border-radius: 10px;
    overflow: auto; 
	z-index: 2;
} 

#map 
{
    width: 75%;
	left: 10%;
}
	
.moto {
text-align: right;
color: #001378;
font-weight: bold;
font-style: italic;
}

#central iframe {
width: 500px;
height: 315px;
}

.author {
text-align: right; 
}

::-webkit-scrollbar {
      width: 15px;
} 

#top 
{
	text-align: center;
}

.right 
{
    width: 20%;
    position: absolute;
    top: 40px;
	height: 680px;
    right: 20px;
    padding: 20px;
    border-radius: 10px;
	background-color: white;
	overflow: auto; 
}

div.right  
{
    text-align: center;
}

.right img
{
    width: 100%;
    border-radius: 10px;
}

div.top
{
    text-align: center;
}

.right img.books
{
    width: 60%;
    border-radius: 10px;
}

.top img
{
    width: 70%;
    border-radius: 10px;
}

.rubric {
border: 1px solid #001378;
border-radius: 5px;
margin: 5px;
padding: 5px;
}

.ekip {
border: 1px solid #001378;
border-radius: 5px;
margin: 10px;
padding: 10px;
}

#footer 
{
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 25%; 
	z-index: 1;
}

nav 
{
    position: relative;
    left: -50px;
    line-height: 20px;
}

nav > ul {
        list-style: none;
}

.left ul li ul {
    display: none;
	list-style: none;
	position: relative;
    left: -20px;
}
nav li a {
    display: block;
    font-size: 12pt;
}

li:hover > a + ul {
    display: block;
}

section 
{
    padding-top: 50px;
    position: relative;
    left: -10px;
}

div.right > p, .right > ul 
{
    text-align: left;
}

.fb-like 
{
    width: 150px;
}