/* HTML Elementi
/* ------------------------------- */

body
{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #2e5171 url(images/bg.jpg) repeat-x;
	background-position: top;
}

html 
{
	font-family: arial, verdana, sans serif;
	font-size: 12px;
	color: #3D3D3D;
}

a:link, a:visited
{
	color: #575757;
	text-decoration: none;
}

a:hover
{
	color: #575757;
	text-decoration: underline;
}

/* DIV Elementi
/* ------------------------------- */    

#wrapper
{
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 1050px;
}

#menu
{
	position: relative;
	float: left;
	top: 67px;
	width: 150px;
}

#menu1 a
{
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 27px;
	background: url("images/menu1.jpg") 0 0 no-repeat;
}

#menu1 a:hover
{
	background-position: 0 -27px;
}

#menu2 a
{
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 27px;
	background: url("images/menu2.jpg") 0 0 no-repeat;
}

#menu2 a:hover
{
	background-position: 0 -27px;
}

#menu3 a
{
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 27px;
	background: url("images/menu3.jpg") 0 0 no-repeat;
}

#menu3 a:hover
{
	background-position: 0 -27px;
}

#menu4 a
{
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 27px;
	background: url("images/menu4.jpg") 0 0 no-repeat;
}

#menu4 a:hover
{
	background-position: 0 -27px;
}

#menu5 a
{
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 27px;
	background: url("images/menu5.jpg") 0 0 no-repeat;
}

#menu5 a:hover
{
	background-position: 0 -27px;
}

#pic
{
	position: relative;
	float: left;
	width: 292px;
	height: 831px;
	background: yellow;
	background: url(images/pic.jpg) no-repeat;
}

#logo
{
	position: relative;
	float: right;
	top: 67px;
	width: 481px;
	height: 163px;
}

#content
{
	position: relative;
	float: right;
	width: 577px;
	top: 86px;
	left: -30px;
	text-align: right;
}

#title
{
	position: relative;
	float: right;
	width: 577px;
	text-align: right;
}

#title2
{
	position: relative;
	float: left;
	width: 577px;
	margin-left: 86px;
	text-align: left;
}

.text1
{
	position: relative;
	text-align: right;
	float: right;
	display: inline;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
	font: 15px trebuchet ms;
	color: #FFF;
	line-height: 22px;
}

.text1 a
{
	text-decoration: underline;
	color: #FFF;
}

.text1 a:hover
{
	text-decoration: none;
	color: #FFF;
}

.text2
{
	position: relative;
	text-align: right;
	float: right;
	display: inline;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
	font: 15px trebuchet ms;
	color: #FFF;
	line-height: 22px;
}

.text3
{
	position: relative;
	text-align: right;
	float: right;
	display: inline;
	margin-top: 5px;
	margin-bottom: 70px;
	margin-right: 5px;
	font: 15px trebuchet ms;
	color: #FFF;
	line-height: 22px;
}

.text3 a
{
	text-decoration: underline;
	color: #FFF;
}

.text3 a:hover
{
	text-decoration: none;
	color: #FFF;
}

.services_text
{
	position: relative;
	text-align: right;
	margin-top: 10px;
	padding-left: 26px;
	font: 24px trebuchet ms;
	color: #FFF;
}

#services
{
	position: relative;
	float: right;
	right: 10px;
	top: 30px;
	text-align: left;
}

.wtf
{
	position: relative;
	top: -2px;
}

#forma
{
	position: relative;
	float: right;
	text-align: right;
	font: 14px trebuchet ms;
	color: #9fa3a7;
	line-height: 22px;
}

.posalji
{
	position: relative;
	float: right;
	width: 80px;
	height: 26px;
	display: block;
}

legend
{
	font-weight: bold;
}

label
{
	position: relative;
	float: left;
	text-align: right;
	display: block;
	margin-right: 30px;
	margin-top: 3px;
}

input[type="text"], textarea
{
	width: 250px;
	padding: 4px;
	font-family: trebuchet ms;
	background: url(images/tockice.png) repeat-x;
	background-position: bottom;
	border: none;
	font-weight: bold;
	color: white;
}

input:focus, textarea:focus
{
	width: 250px;
	padding: 4px;
	background: url(images/tockice.png) repeat-x;
	background-position: bottom;
	border: none;
	font-family: trebuchet ms;
	color: #9fa3a7;
}

#remember-me label
{
	width: 10em;
}

