* {
	margin:0px;
	padding:0px;
	font-family:Helvetica, Tahoma, Arial, sans-serif;
	font-size:12px;
}

body {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#FA8D10 url('back_shade.png') repeat-x top left;
	z-index:-1;
	color:white;
}

#language {
	position:absolute;
	left:123px;
	top:41px;
	height:37px;
	width:288px;
	line-height:37px;
	font-size:13px;
	color:white;
}

.lang_square{
	display:inline-block;
	width:49px;
	height:37px;
	background:black;
	color:white;
	margin:0px 2px;
	text-align:center;
	background:url('lang_square_unselected.png') no-repeat;
	font-family:‘Times New Roman’, Times, serif;
}

.lang_square:hover {
	background:url('lang_square_selected.png') no-repeat;
}
.lang_square_sel{
	display:inline-block;
	width:49px;
	height:37px;
	background:black;
	color:white;
	margin:0px 2px;
	text-align:center;
	background:url('lang_square_selected.png') no-repeat;
	font-family:‘Times New Roman’, Times, serif;
}


#left_square{
	position:absolute;
	left:123px;
	top:185px;
	height:288px;
	width:292px;
	background:url('left_square.png') no-repeat;
	padding:19px 24px;
}

#left_square>h1{
	margin-bottom:10px;
}

form{
	font-size:24px;
	margin-top:10px;
}
input{
	border:1px solid black;
	background-color:white;
	height:25px;
	vertical-align:middle;
	font-size:22px;
}
#input_a{
	width:150px;
}

#input_result{
	width:80px;
}

h1{
	font-size:26px;
	line-height:1.2;
}

#left_square_shade{
	position:absolute;
	left:31px;
	top:474px;
	z-index:0;
}

#contact_info{
	position:absolute;
	z-index:1;
	top:496px;
	left:123px;
	width:210px;
}

.vert_center{
	height:25px;
	line-height:25px;
	display:block;
	width:100%;
}

img.vert{
	vertical-align:middle;
}

#body_overlay{
	position:absolute;
	width:100%;
	height:100%;
	background:url('back_lines.png') no-repeat;
}

#prevajalnica_logo{
	position:absolute;
	left:519px;
	top:41px;
}

#discount{
	position:absolute;
	left:333px;
	top:455px;
}

#main_content{
	position:absolute;
	left:519px;
	top:135px;
	width:375px;
}

#main_content>img{
	margin:10px auto;
}
ul{
	list-style-position:outside;
	padding-left:15px;
}

#main_content ul{
	color:#202b4d;
	color:white;
}

#main_content ol{
	list-style-position:inside;
}

#main_content ol li{
	padding-bottom:5px;
}
#main_content>h2{
	margin-top:20px;
	color:#202b4d;
	padding-bottom:5px;
}

#main_content>h1{
	margin-bottom:10px;
}

#main_content>p{
	margin-bottom:10px;
}
#refs{
	font-size:11px;
}

#foot_info{
	position:relative;
	left:-396px;
	width:759px;
	margin-top:50px;
}

#foot_info>h2{
	display:block;
	float:left;
	height:3em;
	font-size:12px;
	margin-right:10px;
	font-size:12px;
	color:#202b4d;
}

#foot_info>p{
	font-size:12px;
}

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

#language>div{
	float:left;
}
#language>a{
	float:left;
}

#content_navigation{
	display:block;
}
#content_navigation>.button{
	float:left;
	height:20px;
	margin:0 2px;
	vertical-align:top;
	display:inline-block;
	width:auto;
}

#content_navigation .button>.text{
	display:inline-block;
	float:left;
	background:url('nav_center.png') repeat-x 0 0;
	height:20px;
	line-height:20px;
	font-family:‘Times New Roman’, Times, serif;
	padding:0 2px;
}

#content_navigation .button>.l_img{
	float:left;
	border:none;
}

#content_navigation .button>.r_img{
	float:right;
	border:none;
}


