﻿body
{
margin: 0; 
margin-top: 0;
padding: 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif
}
div#line
{
width: 100%;
position: absolute;
background-color: #32483E;
background-color: #fff;
height: 32px;
left:0px;
top:0px
}

div#container
{
position: relative;
background-color: white;
width: 1024px;
height: 100%;
display: block;
margin: 0;
margin-left: auto; 
margin-right: auto;
border-left: 1px solid #32483E;
border-right: 1px solid #32483E;
}

div#navcontainer
{
background-color: #32483E;
height: 32px;
padding: 0;


}
#navcontainer ol {
margin: 0px;
padding: 0px;
color: white;
float: left;

}
#navcontainer li {
display: inline;

}
#navcontainer ol li a
{
padding: 4px 50px;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
margin: 2px;
}
div#icons
{
padding: 0px;
float: right;
}

#icons li {
display: inline;
}
#icons ol li a
{

border-right: 1px solid #fff;
margin: 2px;
}
#lt { background-image: url(lt.gif); }

div#book
{
background-image: url('book.gif');
height: 300px;
}
#adresas p
{
margin-left: 100px;
margin-bottom: 40px;
}
#menu {

margin-left: 26px;
float: left;
width: 235px;
}
#menu ul
{
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-weight: bold;
text-align: left;
}

#menu ul.level2{
font-weight: bold;

}

#menu a.lev2
{

display: block;
padding: 8px;
width: 190px;
margin-left: 9px;
padding-left: 26px;
background-color: #32483E;
border-bottom: 1px solid #eee;
}

#menu a
{
display: block;
padding: 8px;
padding-left: 25px;
width: 200px;
background-color: #32483E;
border-bottom: 1px solid #eee;
}
#menu a:link, #menu a:visited
{
color: #EEE;
text-decoration: none;
}

#content{
border: thin solid white;
width: 600px;
float: right;
margin-right: 100px;
margin-top: 0px;
text-align:justify;
}

#content h1{
font-size: large;
margin-top: 0px;
}
#content ul{
list-style-type: none;

}
#content a:link, #content a:visited
{
color: #000;
text-decoration: none;
}
#menu a.oth
{
display: block;
padding: 0px;
padding-top: 10px;
padding-bottom: 5px;
background-color: #fff;
border-bottom: none;
}
