html, body {
   margin: 0px;
   padding: 0px;
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   overflow: hidden;
}

a { outline: none; }

img { border: none; }

#header {
   background-color: #4c4c4c;
   background-image: url(my_bag.png);
   background-position: 50px 20px;
   background-repeat: no-repeat;
   height: 90px;
   overflow: hidden;
   border-bottom: solid 1px black;
}

#logo {
   height: 91px;
   width: 100%;

   float: left;
}

#aquarius {
   float: left;
   width: 30px;
   height: 90px;
   background-color: #747474;
   background-image: url(aquarius.png);
   background-position: 6px 7px;
   background-repeat: no-repeat;
   border-right: solid 1px black;
}

#main_toolbar {
   overflow: hidden;
   height: 34px;
   border-top: solid 1px #7a7a7a;
   background-color: #4c4c4c;
}

#main_toolbar ul {
   overflow: hidden;
   margin: 0px 0px 0px 29px;
   padding: 0px;
   list-style-type: none;
   border-left: solid 1px black;
   height: 35px;
   background-color: #4c4c4c;
}

#main_toolbar ul li{
   float: left;
   border-left: solid 1px #7a7a7a;
   border-right: solid 1px black;
   height: 35px;
   background-color: #4c4c4c;
}

#main_toolbar ul li a {
   display: inline-block;
   color: white;
   text-decoration: none;
   padding: 6px 20px 9px 20px;
   border-top: solid 4px #333333;
   background-color: #4c4c4c;
}

#main_toolbar ul li a:hover {
   border-top: solid 4px #ed145b;
}

#main_toolbar ul li a.active {
   color: #333333;
   background-color: white;
   border-top: solid 4px #00bb55;
}

#radni {
   position: absolute;
   top: 130px;
   left: 0px;
   width: 100%;
   bottom: 0px;
   overflow: scroll;
}

#radni img {
   margin: 5px;
}

#radni span {
   margin: 20px;
   font-size: 1.5em;
   color: gray;
   display: block;
}

#prijedlozi {
   width: 250px;
   position: absolute;
   top: 0px;
   left: 4px;
   bottom: 4px;
   overflow-y: scroll;
   overflow-x: hidden;
   padding: 0px 5px 5px 0px;
}

#prijedlozi .naslovi {
   display: block;
   margin: 1px;
   padding: 10px;
   background-color: #4c4c4c;
   border-top: solid 4px #333333;
   color: white;
   font-size: 14px;
}

#prijedlozi .male_slike {
   padding: 10px;
   font-size: 14px;
}

#prijedlozi div {
   text-align: center;
}

#prijedlozi img {
   border: solid 1px gray;
   width: 100px;
   height: 154px;
}

#prijedlozi a {
   border: solid 1px green;
   display: block;
   margin-bottom: 3px;
}

#prijedlozi a:hover {
   border: solid 1px red;
   background-color: gainsboro;
}

#prikaz_slike {
   width: 500px;
   height: 771px;
   position: absolute;
   top: 20px;
   left: 280px;
   border: solid 1px gray;
   margin-bottom: 20px;
   padding: 0px;
}

#prikaz_slike img {
   border: none;
   margin: 0px;
}