/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #D2EAFF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #D2EAFF;
}

body {
	
	background: #03152B url(back_all.gif) repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #F1F1F1;
}

#content
{
	margin: 0 auto;
	width: 743px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: left;
}

#back
{
width: 743px;
}

#header {
	height: 230px;
	text-align: left;		
}

#menu
{
width: 743px;
height: 81px;
background: url(menu.jpg) no-repeat;
}

#menu ul {
	list-style: none;
	padding-left:120px;
}

#menu li {
	
	display: inline;
	
}

#menu a {
	float: left;
	width: 120px;
	height: 51px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 30px;
	background: url(button.jpg) no-repeat;

}

#menu a:hover {
	width: 120px;
    height: 51px;
	color: #F1F1F1;
	text-decoration: underline;
	background: url(button_r.jpg) no-repeat;
}


#logo {
background: url(header.jpg) no-repeat;
width: 713px;
height: 149px;
text-align: right;
padding-right: 30px;
padding-top: 30px;
}


#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 32px;
	color: #03152B;
}
#logo H2 a
{
font-size: 14px;
}

#left
{
	padding: 10px;
	width: 240px;
	padding-right: 1em;
}

#left H3
{
width: 237px;
height: 45px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
background: url(title.jpg) no-repeat
}

#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 40px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(small.gif) no-repeat left;
}

#left a {
	color: #D2EAFF;
}
#left a:visited {
	color: #D2EAFF;
}

#left p
{
padding: 10px;
}


#right
{
float: right;
width: 450px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #D2EAFF;
}

#right a
{
color: #D2EAFF;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #D2EAFF;
}
.date {
	text-align: right;
	color: #595959;
	font-size: 11px;
}

.date a {
	color: #595959;
}



#footer {
	height: 57px;
	clear: both;
	padding-top: 10px;
	border-top: 4px solid #0089FF;
	background: url(footer.gif) repeat-x
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

.logo_images {
	padding:2px;
}

.podnaslov {
	font-weight:bold;
	padding:2px 2px 2px 2px;
}

.sadrzaj {
	padding:2px 2px 20px 10px;
}

.inputtext {
	padding-bottom:5px;	
}

.alert{text-align:center; padding:20px; margin:10px; border:#FF0000 1px solid; background-color:#13253B; width:400px;}
.gText{color:#000; padding:10px;}
.split{background-color:#121212; min-width:100%; height:1px; margin:2px 0px 2px 0px; font-size:0px;}


