img, div {
        behavior: url('/other/iepngfix.htc');
}

body
{
	background: #ffffff;
	color: #333;
	font-size: 13px;
	padding: 20px 0 20px 0;
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

h1#naslovnica {
    background: transparent url('/pic/25-godina.png') no-repeat scroll right center;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
}
h2
{
        font-family: Georgia, serif;
        font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

h2.link {
        background: transparent url('/images/picture.png') no-repeat scroll right center;
        font-family: Georgia, serif;
        font-weight: normal;
	padding: 20px 0px 0px 0px;
	text-align: left;

}

p
{
	overflow: hidden;
        margin: 10px 0 30px 0px;
        text-align: justify;

}
.mainbox p {
            width: 660px;
}

img.odd {
    margin-left: 30px;
}
#header {
    background: url('/images/header.jpg') no-repeat;
    height: 190px;
}

#footer {
    background: url('/images/footer.jpg') no-repeat;
    height: 250px;
}
#main {
    min-height: 245px;
}

#logo {
    margin: 5px 0px 0px 20px;
}

#menu {
    margin: 15px 15px 0px 0px;
    text-align: right;
}

#random {
    margin-top: 50px;
}


/* CP iz jScrollPanea */

.pink {
    background: url('/images/pink_background.png') repeat-y;
}

.orange {
    background: url('/images/orange_background.png') repeat-y;
}

.blue {
    background: url('/images/blue_background.png') repeat-y;
}

.red {
    background: url('/images/red_background.png') repeat-y;
}

.green {
    background: url('/images/green_background.png') repeat-y;
}

.purple {
    background: url('/images/purple_background.png') repeat-y;
}

.mainbox {
    background-position: 0px 20px;
    margin: 10px 0px 10px 0px;
}

#content {
    height: 280px;
    width: 700px;
}

.top, .bottom {
    height: 20px;
    width: 700px;
}

.fade {
    min-height: 280px;
    padding: 0px 20px 0px 20px;
}

.blue .top {
    background: url('/images/blue_background-top.png') no-repeat;
}
.blue .bottom {
    background: url('/images/blue_background-bottom.png') no-repeat;
}
.blue .fade {
    background: url('/images/blue_background-fade.png') no-repeat;
}

.pink .top {
    background: url('/images/pink_background-top.png') no-repeat;
}
.pink .bottom {
    background: url('/images/pink_background-bottom.png') no-repeat;
}
.pink .fade {
    background: url('/images/pink_background-fade.png') no-repeat;
}

.orange .top {
    background: url('/images/orange_background-top.png') no-repeat;
}
.orange .bottom {
    background: url('/images/orange_background-bottom.png') no-repeat;
}
.orange .fade {
    background: url('/images/orange_background-fade.png') no-repeat;
}


.red .top {
    background: url('/images/red_background-top.png') no-repeat;
}
.red .bottom {
    background: url('/images/red_background-bottom.png') no-repeat;
}
.red .fade {
    background: url('/images/red_background-fade.png') no-repeat;
}

.green .top {
    background: url('/images/green_background-top.png') no-repeat;
}
.green .bottom {
    background: url('/images/green_background-bottom.png') no-repeat;
}
.green .fade {
    background: url('/images/green_background-fade.png') no-repeat;
}

.purple .top {
    background: url('/images/purple_background-top.png') no-repeat;
}
.purple .bottom {
    background: url('/images/purple_background-bottom.png') no-repeat;
}
.purple .fade {
    background: url('/images/purple_background-fade.png') no-repeat;
}

table {
        border-collapse: collapse;
}

td {
        padding: 10px;
}

th {
        padding: 10px;
}

.svi td {
        border-color: #cccccc;
        border-width: 1px;
        border-style: solid;
        padding: 10px;
}

.svi th {
        background-color: #cccccc;
        border-width: 1px;
        color: white;
        font-weight: 800;
        padding: 10px;
}


