@charset "utf-8";
body {
	background-color: #ffcb08;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-image: url(../images/BKGND.png);
	background-repeat: no-repeat;
	height:942px;
	position: relative;
}

a {
	font-weight: bold;
	color: #1c6093;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #FFCB08;
	text-decoration: underline;
}

#header {
	padding-top: 65px;
}
#mainMenu {
	padding-top: 30px;
}
#leftCol {
	padding-top: 140px;
	height:480px;
	overflow: hidden;
	
}
#leftCol p{
	font-size: 10px;	
}
#leftColText{
	padding-top: 15px;
}
#content {
	margin-top: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d6d6d5;
	padding-left: 20px;
	margin-bottom: 20px;
	height:580px;
	overflow: auto;
}
.footerLogo {
	float: left;
	padding-right: 30px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a7a5a5;
	padding-top: 20px;
	margin-left: 120px;
}




#mainMenu ul li {
	float: left;
	padding-right: 20px;
	list-style-type: none;
	font-size: 16px;
	display: block;
}


#mainMenu ul {
	padding-left: 0px;
	margin-left: 0px;
	font-weight: bold;
	color: #1c6093;
}
#linkHome {
	position: absolute;
	top: 0px;
	left: 20px;
	height: 280px;
	width: 300px;
    display: inline-block;
    border: 0;
    float: left;
}


h1,h2,h3 {
	font-weight: bold;
	color: #1c6093;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1c6093;
	padding-bottom: 10px;
}

#prijava, #upload, #registracija{
	height: 46px;
	width: 217px;
	background-image: url(../images/sodeluj.png);
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 15px;
}
#upload{
	height: 46px;
	width: 217px;
	background-image: url(../images/upload.gif);
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 15px;
}

#prijava a, #upload a, #registracija a {
	color: #FFFFFF;
	text-decoration: none;
}
#prijava a:hover, #upload a:hover,  #registracija a:hover {
	color: #FFCB08;
	text-decoration: none;
}
#upload a:hover{
	color: #1c6093;
	text-decoration: none;
}


