body
{
    color: black;
    /*color: #555753;*/
}

#banner
{
    background-color: White; 	
    width: 700px;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer
{
    background-color: White;
    width: 700px;
    margin: 10px;
}

#main_text
{
    width: 650px;
    margin: 10px;
}

#navbar
{
    width: 250px;
    position: absolute;
    top: 10px;
    left: 720px;
    /*padding-left: 10px;*/
    /*background: url(http://free-ri.t-com.hr/Marin-Ramesa/images/falun_background.jpg) repeat-y;*/
    /*background-position: -5% 22%;*/
}

#navigation
{
    background-color: rgb(17, 58, 192);
    position: relative;
    right: 20px;
    padding-left: 10px;
}

.citat {
  font-style: italic;
  margin-left: 2em;
  margin-right: 2em;
}

a:link 
{
    font: 12px verdana, sans-serif;
    font-weight: bold;	
    /*color: #555753;*/
    color: rgb(17, 58, 192);
    text-decoration: none;	
}

a:visited 
{
    font: 12px verdana, sans-serif;
    font-weight: bold;	
    /*color: #555753;*/
    color: rgb(17, 58, 192);
    text-decoration: none;	
}

a:hover 
{
    background-color: Yellow;
    color: rgb(17, 58, 192);
}

h4
{
    font-variant: small-caps;
    background-color: rgb(17, 58, 192);
    color: White;
    position: relative;
    right: 20px;
    padding-left: 10px;
}

h3
{
    text-align: center;
    font-variant: small-caps;
    background-color: transparent;
    color: #555753;
    border: 1px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;	
    position: relative;
    right: 20px;
}

p.navbar
{
    position: relative;
    right: 20px;		
    text-align: center;
}

#links li {
    margin-top: 1em;
}

p
{
    text-align: justify;
}

a:link img
{
	border-style: none;
}

a:visited img
{
	border-style: none;
}

table 
{
	table-layout: fixed; 
	width: 670px;
	border-collapse: separate; 
}

td.top_row
{
        color: white;
	background-color: rgb(17, 58, 192);
	padding: .15em;
	border: 1px solid black;
}

td 
{
	background: rgb(255, 255, 230);
	padding: .15em;
	border: 1px solid black;
}

h1, h2
{
	padding-top: 0.25em;
	border-bottom: 1px solid black;
	padding-bottom: 0.25em;
        color: #555753;
}


