﻿body {
background-color: black;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 12px;
color: white;
}

h1 {
font-size: 25px;
text-align: center;
}

h2 {
font-size: 20px;
text-align: center;
}

#content {
width: 860px;
margin: 0 auto;
}

#header {
background-color: black;
height: 140px;
position: relative;
text-align: center;
}

#menu {
width:100%; 
height: 50px; 
background-color: black;
color: red;
font-weight: bold;
}

#menu ul {
margin: 0px; 
padding: 0px;
}

#menu ul li {
display: inline; 
height: 30px;  
list-style: none; 
}

#menu a {
color: red; 
text-decoration: none;
}

#menu a:hover {
color: white; 
text-decoration: none;
}

#main {
color: black;
float: left;
text-align: justify;
}

.first {
background-color: black;
background-image: url("images/putnik.jpg");
background-repeat: no-repeat;
background-position: right;
padding: 15px;
width: 830px;
}

.first a {
font-size: 18px;
font-weight: bold;
text-decoration: none;
color: red;
}

.first a:hover {
font-size: 18px;
font-weight: bold;
text-decoration: none;
color: white;
}

.first ul {
list-style: none;
}

.first ul li {
padding-top: 27px;
}

.center {
text-align: center;
}

#top {
background-image: url("images/scroll-top.jpg");
background-repeat: no-repeat;
width: 860px;
height: 135px;
}

.scroll {
background-color: white;
background-image: url("images/scroll.jpg");
background-repeat: repeat-y;
padding-left: 100px;
padding-right: 100px;
}

.scroll a {
font-weight: bold;
color: black;
text-decoration: underline;
}

.scroll a:hover {
font-weight: bold;
color: white;
text-decoration: none;
}

.bottom {
background-image: url("images/scroll-bottom.jpg");
background-repeat: no-repeat;
width: 860px;
height: 50px;
padding-top: 170px;
}

.tr0 {
font-size: 12px;
color: black;
}

.tr1 {
color: white;
background-color: gray;
font-size: 12px;
}

.tr2 {
color: black;
background-color: silver;
font-size: 12px;
}

.tr3 {
color: white;
background-color: #666666;
font-size: 12px;
}

#footer {
background-color: black;
width: 860px;
float: left;
color: red;
}

